<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.beestation13.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Schizocat</id>
	<title>BeeStation Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.beestation13.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Schizocat"/>
	<link rel="alternate" type="text/html" href="https://wiki.beestation13.com/view/Special:Contributions/Schizocat"/>
	<updated>2026-06-04T22:03:20Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.40.1</generator>
	<entry>
		<id>https://wiki.beestation13.com/w/index.php?title=Paper_Markdown&amp;diff=39052</id>
		<title>Paper Markdown</title>
		<link rel="alternate" type="text/html" href="https://wiki.beestation13.com/w/index.php?title=Paper_Markdown&amp;diff=39052"/>
		<updated>2025-07-03T10:18:21Z</updated>

		<summary type="html">&lt;p&gt;Schizocat: /* Simple Request Form */ Added a new field for time request was made as well as explicit instruction for how to sign a name&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Writing Tools==&lt;br /&gt;
===[[File:Pen.png|link=Pen|Pen]][[Pen]]===&lt;br /&gt;
Pens come in a few different colors, black or blue by default, and some departments will be provided with red pens. Every crew member starts with one in their PDA.&lt;br /&gt;
===[[File:Crayon.png|link=Crayon|Crayon]][[Crayon]]===&lt;br /&gt;
Crayons work much like pens, except that they are always bold, and lack the list, horizontal rule, and small tags.&lt;br /&gt;
==Writing==&lt;br /&gt;
Writing is performed by using any writing tool on [[paper]], with any standard writing utensil.&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background: #ABE&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;background: #ABE&amp;quot; width=40% | You type&lt;br /&gt;
! style=&amp;quot;background: #ABE&amp;quot; width=40% | You get&lt;br /&gt;
|-&lt;br /&gt;
| Bold text&lt;br /&gt;
| &amp;lt;pre&amp;gt;&lt;br /&gt;
**Bold text.**&lt;br /&gt;
__Bold text.__&lt;br /&gt;
&amp;lt;b&amp;gt;Bold text.&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;Bold text.&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Bold text.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Italic text&lt;br /&gt;
| &amp;lt;pre&amp;gt;&lt;br /&gt;
*Italics text.*&lt;br /&gt;
_Italics text._&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;Italics text.&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Italics text.&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Underlined text&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;&amp;lt;u&amp;gt;Underlined text&amp;lt;/u&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Underlined text.&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Code text&lt;br /&gt;
|&lt;br /&gt;
 `Code Text`&lt;br /&gt;
|&amp;lt;code&amp;gt;Code Text&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Centering text&lt;br /&gt;
| &amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;Centered text.&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;div class=&amp;quot;center&amp;quot; style=&amp;quot;width:auto; margin-left:auto; margin-right:auto;&amp;quot;&amp;gt;Centered text.&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Lists&lt;br /&gt;
| &amp;lt;pre&amp;gt;&lt;br /&gt;
* Item one&lt;br /&gt;
* Item two&lt;br /&gt;
  * Subitem one&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
* Item one&lt;br /&gt;
* Item two&lt;br /&gt;
** Subitem one&lt;br /&gt;
|-&lt;br /&gt;
| Horizontal rules&lt;br /&gt;
| &amp;lt;pre&amp;gt;&lt;br /&gt;
Before line.&lt;br /&gt;
___&lt;br /&gt;
After line.&lt;br /&gt;
&lt;br /&gt;
alt. Before line.&lt;br /&gt;
---&lt;br /&gt;
After line.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
Before line.&lt;br /&gt;
----&lt;br /&gt;
After line.&lt;br /&gt;
|-&lt;br /&gt;
| Large text&lt;br /&gt;
| &amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;font size=&amp;quot;3&amp;quot;&amp;gt;Big text&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;font size=&amp;quot;3&amp;quot;&amp;gt;Large text.&amp;lt;/font size&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Small text&lt;br /&gt;
&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;&amp;lt;font size=&amp;quot;1&amp;quot;&amp;gt;Small text&amp;lt;/font&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;font size=&amp;quot;1&amp;quot;&amp;gt;Small text.&amp;lt;/font size&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Signature&lt;br /&gt;
| &amp;lt;pre&amp;gt;&lt;br /&gt;
[_____________]&lt;br /&gt;
[ %s          ]&lt;br /&gt;
[ John Smith  ]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;John Smith&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Note: Signatures can&#039;t be faked since they use a different font.&lt;br /&gt;
&lt;br /&gt;
Note: To sign paper, put %s in empty filed and &#039;&#039;&#039;after saveing&#039;&#039;&#039; it will apear&lt;br /&gt;
|-&lt;br /&gt;
| Field&lt;br /&gt;
| &amp;lt;pre&amp;gt;&lt;br /&gt;
[_____________]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
Displays an editable text input field with a size based on the number of underscores.&lt;br /&gt;
&lt;br /&gt;
The input field has a yellow area in it.&lt;br /&gt;
|-&lt;br /&gt;
| Headers&lt;br /&gt;
| &amp;lt;pre&amp;gt;&lt;br /&gt;
# H1&lt;br /&gt;
## H2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;font size=&amp;quot;6&amp;quot;&amp;gt;&amp;lt;u&amp;gt;H1&amp;lt;/u&amp;gt;&amp;lt;/font size&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font size=&amp;quot;5&amp;quot;&amp;gt;H2&amp;lt;/font size&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Code&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;&amp;lt;code&amp;gt;Text&amp;lt;/code&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|Changes font of text and some properties to work better with tables.&lt;br /&gt;
|-&lt;br /&gt;
|Tables&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;&amp;lt;table&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;tbody&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;td&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Table text.&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/tbody&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;/table&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|Advanced form of paperwork which lets you heavily stylize your paperwork in unique ways. &lt;br /&gt;
Note: Works similarly to HTML4. and is customizable with multiple commands like &lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;table bgcolor=&amp;quot;990000&amp;quot; color=&amp;quot;00500&amp;quot; border=&amp;quot;1&amp;quot;&amp;gt; (colours use hex.)&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;th&amp;gt;&amp;lt;div&amp;gt; are also available to be used and &amp;lt;br&amp;gt;&amp;lt;/nowiki&amp;gt; need to be used instead of simple enter.&lt;br /&gt;
It is highly recommended to look up HTML4 references or ask others which have worked with it before.&lt;br /&gt;
|}&lt;br /&gt;
==Forms Ready for Use==&lt;br /&gt;
Here are some forms you can use to make your life easier(note: until a way to enter fields in again is found, you will have to do fill all of these out yourselves, instead of copying and pasting onto paper then giving it to the person):&lt;br /&gt;
===General Needs===&lt;br /&gt;
====Simple Request Form====&lt;br /&gt;
For requests of special items, like from the autolathe, it may be a good idea to have a form for people to fill out. The following papercode creates a simple request form:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:230px&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;&#039;&#039;&#039;General Request Form&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
* Full Name:&lt;br /&gt;
* Request:&lt;br /&gt;
* Reason for request:&lt;br /&gt;
* Time of request (use station time):&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;i&amp;gt;Sign Below (type %s into field)&amp;lt;/i&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Paper Markdown:&lt;br /&gt;
|-&lt;br /&gt;
| scope=&amp;quot;row&amp;quot; |&lt;br /&gt;
&amp;lt;pre&amp;gt; ## General Request Form&lt;br /&gt;
&lt;br /&gt;
* Full Name: [_____________]&lt;br /&gt;
* Request: [_____________]&lt;br /&gt;
* Reason for request: [_____________]&lt;br /&gt;
* Time of request (use station time): [______]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Sign Below* (type %s into field)&lt;br /&gt;
[_______________________________]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
====Complex Request Form====&lt;br /&gt;
For people that you dislike, or maybe anyone who asks for all access.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:230px&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;&#039;&#039;&#039;Request Form&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Full Name: &amp;lt;br&amp;gt;&lt;br /&gt;
Age: &amp;lt;br&amp;gt;&lt;br /&gt;
Birthdate: &amp;lt;br&amp;gt;&lt;br /&gt;
Bloodtype: &amp;lt;br&amp;gt;&lt;br /&gt;
Shoe size: &amp;lt;br&amp;gt;&lt;br /&gt;
SSN: &amp;lt;br&amp;gt;&lt;br /&gt;
Astrological Sign: &amp;lt;br&amp;gt;&lt;br /&gt;
Job Title: &amp;lt;br&amp;gt;&lt;br /&gt;
Are you a traitor, changeling, wizard, cultist, or revolutionary? &amp;lt;br&amp;gt;&lt;br /&gt;
Request: &amp;lt;br&amp;gt;&lt;br /&gt;
Reason for request: &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;i&amp;gt;Sign Below&amp;lt;/i&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Paper Markdown:&lt;br /&gt;
|-&lt;br /&gt;
| scope=&amp;quot;row&amp;quot; |&lt;br /&gt;
&amp;lt;pre&amp;gt;## Request Form&lt;br /&gt;
&lt;br /&gt;
Full Name: [_____________]&lt;br /&gt;
Age: [___]&lt;br /&gt;
Birthdate: [_____________]&lt;br /&gt;
Bloodtype: [___]&lt;br /&gt;
Shoe size: [___]&lt;br /&gt;
SSN: [_____________]&lt;br /&gt;
Astrological Sign: [_____________]&lt;br /&gt;
Job Title: [_____________]&lt;br /&gt;
Are you a traitor, changling, wizard, cultist, or revolutionary? [____]&lt;br /&gt;
Request: [_____________]&lt;br /&gt;
Reason for request: [_____________]&lt;br /&gt;
&lt;br /&gt;
*Sign Below*&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
====Space Suit Sheet====&lt;br /&gt;
A proper way to apply for a space suit. If you get the HoP&#039;s stamp of approval you&#039;re less likely to get robusted by security if you have a space suit. &#039;&#039;&#039;Requires editing in your department and a proper reason.&#039;&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:230px&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;&#039;&#039;&#039;Application for a space suit&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I &#039;&#039;(name)&#039;&#039; would like to ask for permission for a &#039;&#039;&#039;Space suit&#039;&#039;&#039;&lt;br /&gt;
in &#039;&#039;&#039;EVA&#039;&#039;&#039; in case of a atmospheric&lt;br /&gt;
emergency that requires I need one.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
signed&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;(name)&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Paper Markdown:&lt;br /&gt;
|-&lt;br /&gt;
| scope=&amp;quot;row&amp;quot; |&lt;br /&gt;
&amp;lt;pre&amp;gt;# Application for a space suit&lt;br /&gt;
---&lt;br /&gt;
 &lt;br /&gt;
I %s would like to ask for permission for a **Space suit**&lt;br /&gt;
in **EVA** in case of an atmospheric emergency that requires I need one.&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
*Signed Below*&lt;br /&gt;
%s&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
====Weapon Permit====&lt;br /&gt;
For authorizing Non-Sec Crew members to have a weapon&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:230px&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Weapon Permit&#039;&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
I, the (&#039;&#039;Title&#039;&#039;), authorize (&#039;&#039;Full Name&#039;&#039;) to have a (&#039;&#039;weapon&#039;&#039;)&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;i&amp;gt;Signed,&amp;lt;/i&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Paper Markdown:&lt;br /&gt;
|-&lt;br /&gt;
| scope=&amp;quot;row&amp;quot; |&amp;lt;pre&amp;gt;# Weapon Permit&lt;br /&gt;
---&lt;br /&gt;
I, the [_____________], authorize [_____________] to have a [_____________]&lt;br /&gt;
&lt;br /&gt;
*Sign Below* &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
====Complaint Form====&lt;br /&gt;
Got a complaint?&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:230px&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;&amp;lt;B&amp;gt;Complaint Form&amp;lt;/B&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*Complainer&#039;s Name:&lt;br /&gt;
*Complainer&#039;s Job:&lt;br /&gt;
*Complaint Against&#039;s Name:&lt;br /&gt;
*Complaint Against&#039;s Job:&lt;br /&gt;
*Reason For Complaint:&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Signed&lt;br /&gt;
(name)&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Paper Markdown:&lt;br /&gt;
|-&lt;br /&gt;
| scope=&amp;quot;row&amp;quot; |&lt;br /&gt;
&amp;lt;pre&amp;gt;# Complaint Form:&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
* Complainer&#039;s Name: [_____________]&lt;br /&gt;
* Complainer&#039;s Job: [_____________]&lt;br /&gt;
* Complaint Against&#039;s Name: [_____________]&lt;br /&gt;
* Complaint Against&#039;s Job: [_____________]&lt;br /&gt;
* Reason For Complaint: [_____________]&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
*Sign Below*&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
====Employee of the Month Form====&lt;br /&gt;
To perform a survey to determine the employee of the month in your department.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:230px&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;&#039;&#039;&#039;Employee of the Month Survey&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Full Name: &amp;lt;br&amp;gt;&lt;br /&gt;
Job Title: &amp;lt;br&amp;gt;&lt;br /&gt;
Recommendation: &amp;lt;br&amp;gt;&lt;br /&gt;
Reason for Recommendation &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;i&amp;gt;Sign Below&amp;lt;/i&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Paper Markdown:&lt;br /&gt;
|-&lt;br /&gt;
| scope=&amp;quot;row&amp;quot; |&lt;br /&gt;
&amp;lt;pre&amp;gt;# Employee of the Month Survey&lt;br /&gt;
&lt;br /&gt;
Full Name: [_____________]&lt;br /&gt;
Job Title: [_____________]&lt;br /&gt;
Recommendation: [_____________]&lt;br /&gt;
Reason for Recommendation: [_____________]&lt;br /&gt;
&lt;br /&gt;
*Sign Below*&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Insulated Gloves Sheet====&lt;br /&gt;
A good way to get insulated gloves: Have you ever felt &amp;quot;oh man I want some insulated gloves&amp;quot;. Well there&#039;s two ways to do this. You can do it the ron burgandy way and get a welder, weld into tech storage and have sec chasing you up and down. Or you can get HoP&#039;s approval and get some from Cargo Bay. If you have a HoP stamp, Cargonia daren&#039;t object to your request... and the HoP is probably happy for a reason to exist (generally a HoP will love it if you do your own paperwork). &#039;&#039;&#039;Requires editing in your department and a proper reason.&#039;&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:230px&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;&#039;&#039;&#039;Application for insulated gloves&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
I (name) would like to ask for permission for &#039;&#039;&#039;insulated gloves&#039;&#039;&#039; in &#039;&#039;&#039;cargo(nia)&#039;&#039;&#039; in case of a atmospheric emergency that requires I need one.&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Signed Below&amp;lt;br&amp;gt;&lt;br /&gt;
(name)&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Paper Markdown:&lt;br /&gt;
|-&lt;br /&gt;
| scope=&amp;quot;row&amp;quot; |&lt;br /&gt;
&amp;lt;pre&amp;gt;# Application for insulated gloves&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
I %s would like to ask for permission for **insulated gloves**&lt;br /&gt;
in **cargo(nia)**  in case of an atmospheric emergency that requires I need one.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Signed Below*&lt;br /&gt;
[_____________]&lt;br /&gt;
%s&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Dungeons &amp;amp; Dragons Sheet====&lt;br /&gt;
Modifed LLA Dungeon &amp;amp; Dragons sheet to work with our Microlite20 core rules.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:230px&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;&#039;&#039;&#039;Microlite20 Character Sheet&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Race:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font size=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
human, dwarf, elf, halfling&lt;br /&gt;
&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Class:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font size=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
cleric, fighter, rogue, wizard&lt;br /&gt;
&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Alignment:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Hit Points:&amp;lt;br&amp;gt;&lt;br /&gt;
Armor:&amp;lt;br&amp;gt;&lt;br /&gt;
Armor bonus&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Stats:&amp;lt;br&amp;gt;&lt;br /&gt;
STR:&amp;lt;br&amp;gt;&lt;br /&gt;
DEX:&amp;lt;br&amp;gt;&lt;br /&gt;
MIND:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Skills:&amp;lt;br&amp;gt;&lt;br /&gt;
Physical:&amp;lt;br&amp;gt;&lt;br /&gt;
Subterfuge:&amp;lt;br&amp;gt;&lt;br /&gt;
Knowledge:&amp;lt;br&amp;gt;&lt;br /&gt;
Communication:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Weapon 1:&amp;lt;br&amp;gt;&lt;br /&gt;
Weapon 2:&amp;lt;br&amp;gt;&lt;br /&gt;
Spells:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Items:&amp;lt;br&amp;gt;&lt;br /&gt;
Money:&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Paper Markdown:&lt;br /&gt;
|-&lt;br /&gt;
| scope=&amp;quot;row&amp;quot; |&lt;br /&gt;
&amp;lt;pre&amp;gt;|^**Microlite20 Character Sheet**^|&lt;br /&gt;
&lt;br /&gt;
Race: %f&lt;br /&gt;
((human, dwarf, elf, halfling))&lt;br /&gt;
&lt;br /&gt;
Class: %f&lt;br /&gt;
((cleric, fighter, rogue, wizard))&lt;br /&gt;
&lt;br /&gt;
Alignment: %f&lt;br /&gt;
&lt;br /&gt;
Hit Points: %f&lt;br /&gt;
Armor: %f&lt;br /&gt;
Armor Bonus: %f&lt;br /&gt;
&lt;br /&gt;
Stats:&lt;br /&gt;
STR: %f&lt;br /&gt;
DEX: %f&lt;br /&gt;
MIND: %f&lt;br /&gt;
&lt;br /&gt;
Skills:&lt;br /&gt;
Physical: %f&lt;br /&gt;
Subterfuge: %f&lt;br /&gt;
Knowledge: %f&lt;br /&gt;
Communication: %f&lt;br /&gt;
&lt;br /&gt;
Weapon 1: %f&lt;br /&gt;
Weapon 2: %f&lt;br /&gt;
Spells: %f&lt;br /&gt;
&lt;br /&gt;
Items: %f&lt;br /&gt;
Money: &amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
====Inspection Form for Inspecting====&lt;br /&gt;
Inspection form for departmental inspections, etc.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:230px&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;&#039;&#039;&#039;INSPECTION FORM&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Efficiency&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Adherence to Health &amp;amp; Safety Guidelines&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Courtesy shown to Inspector &amp;amp; Overall Approachability&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Overall Grade&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Other Comments&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Glory to Nanotrasen.&lt;br /&gt;
&lt;br /&gt;
(job name)&amp;lt;br&amp;gt;&lt;br /&gt;
(name hire)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Paper Markdown:&lt;br /&gt;
|-&lt;br /&gt;
| scope=&amp;quot;row&amp;quot; |&lt;br /&gt;
&amp;lt;pre&amp;gt;# INSPECTION FORM&lt;br /&gt;
&lt;br /&gt;
**Efficiency**&lt;br /&gt;
[_____________]&lt;br /&gt;
&lt;br /&gt;
**Adherence to Health &amp;amp; Safety Guidelines**&lt;br /&gt;
[_____________]&lt;br /&gt;
&lt;br /&gt;
**Courtesy shown to Inspector &amp;amp; Overall Approachability**&lt;br /&gt;
[_____________]&lt;br /&gt;
&lt;br /&gt;
**Overall Grade**&lt;br /&gt;
[_____________]&lt;br /&gt;
&lt;br /&gt;
**Other Comments**&lt;br /&gt;
[_____________]&lt;br /&gt;
&lt;br /&gt;
Glory to Nanotrasen.&lt;br /&gt;
[_____________]&lt;br /&gt;
%s&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
=== For Cargo ===&lt;br /&gt;
==== Cargo Request Form ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:230px&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Cargonia Supply and Logistics Ltd.&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;NanoTrasen&#039;s premier courier and logistics firm&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Supply Requisition Form&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Please fill out the fields below with a pen&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Department:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[____________________________________]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Reason:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[____________________________________]&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!&#039;&#039;&#039;Qty&#039;&#039;&#039;&lt;br /&gt;
!&#039;&#039;&#039;Item&#039;&#039;&#039;&lt;br /&gt;
!Price ($)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Total Price ($):&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;code&amp;gt;By signing this form, you agree to not hold Cargonia Supply and Logistics Limited liable for any damage, loss, or other misfortune incurred against yourself, your department, your corporation, any other entity which you may constitute or own, or your purchased goods. You also agree to not hold Cargonia Supply and Logistics Limited liable for the delayed or non-delivery of your goods should it not violate the rights and obligations granted to Cargonia Supply and Logistics Limited by NanoTrasen Space Law. You also agree that this purchase is within the best interests in the continued operation of your department or the station as a whole. Furthermore, you also agree that you are legally allowed to purchase these goods and that you are not purchasing them on the behalf of someone who cannot legally purchase these goods.&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Requestor Signature:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Sensitive/Restricted Goods?:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;(If goods are restricted) Authorization Stamp from Relevant Authority:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Validity Stamp:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;(If Denial) Reason:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Overseeing Quartermaster&#039;s Signature:&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Paper Markdown:&lt;br /&gt;
|-&lt;br /&gt;
| scope=&amp;quot;row&amp;quot; |&lt;br /&gt;
&amp;lt;pre&amp;gt;# &amp;lt;center&amp;gt;Cargonia Supply and Logistics Ltd.&amp;lt;/center&amp;gt;&lt;br /&gt;
_&amp;lt;center&amp;gt;NanoTrasen&#039;s premier courier and logistics firm&amp;lt;/center&amp;gt;_&lt;br /&gt;
&lt;br /&gt;
## &amp;lt;center&amp;gt;Supply Requisition Form&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
___&lt;br /&gt;
_Please fill out the fields below with a pen_&lt;br /&gt;
&lt;br /&gt;
**Department:**&lt;br /&gt;
[____________________________________]&lt;br /&gt;
&lt;br /&gt;
**Reason:**&lt;br /&gt;
[____________________________________]&lt;br /&gt;
&lt;br /&gt;
|  Qty  |                  Item                  | Price ($) |&lt;br /&gt;
|:-----:|:--------------------------------------:|:---------:|&lt;br /&gt;
| [___] | [____________________________________] |  [______] |&lt;br /&gt;
| [___] | [____________________________________] |  [______] |&lt;br /&gt;
| [___] | [____________________________________] |  [______] |&lt;br /&gt;
| [___] | [____________________________________] |  [______] |&lt;br /&gt;
| [___] | [____________________________________] |  [______] |&lt;br /&gt;
|       |                       Total Price ($): |  [______] |&lt;br /&gt;
&lt;br /&gt;
_By signing this form, you agree to not hold Cargonia Supply and Logistics Limited liable for any damage, loss, or other misfortune incurred against yourself, your department, your corporation, any other entity which you may constitute or own, or your purchased goods. You also agree to not hold Cargonia Supply and Logistics Limited liable for the delayed or non-delivery of your goods should it not violate the rights and obligations granted to Cargonia Supply and Logistics Limited by NanoTrasen Space Law. You also agree that this purchase is within the best interests in the continued operation of your department or the station as a whole. Furthermore, you also agree that you are legally allowed to purchase these goods and that you are not purchasing them on the behalf of someone who cannot legally purchase these goods._&lt;br /&gt;
&lt;br /&gt;
**Requestor Signature:**&lt;br /&gt;
[____________________________________]&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
**Sensitive/Restricted Goods?:** [__]&lt;br /&gt;
\&lt;br /&gt;
**(If goods are restricted) Authorization Stamp from Relevant Authority:**&lt;br /&gt;
\&lt;br /&gt;
\&lt;br /&gt;
\&lt;br /&gt;
\&lt;br /&gt;
\&lt;br /&gt;
**Validity Stamp:**&lt;br /&gt;
\&lt;br /&gt;
\&lt;br /&gt;
\&lt;br /&gt;
\&lt;br /&gt;
\&lt;br /&gt;
*(If Denial) Reason:*&lt;br /&gt;
[____________________________________]&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
**Overseeing Quartermaster&#039;s Signature:**&lt;br /&gt;
[__________________]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
===For the Chef/Bartender===&lt;br /&gt;
====Simple Menu====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:230px&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;&#039;&#039;&#039;The Maltese Falcon&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Bar - Restaurant&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Burger&amp;lt;br&amp;gt;&lt;br /&gt;
Big Bite Burger&amp;lt;br&amp;gt;&lt;br /&gt;
Super Bite Burger&amp;lt;br&amp;gt;&lt;br /&gt;
Sandwich&amp;lt;br&amp;gt;&lt;br /&gt;
Toasted Sandwich&amp;lt;br&amp;gt;&lt;br /&gt;
Grilled Cheese Sandwich&amp;lt;br&amp;gt;&lt;br /&gt;
Meatbread&amp;lt;br&amp;gt;&lt;br /&gt;
Tofubread&amp;lt;br&amp;gt;&lt;br /&gt;
Pizza Margherita&amp;lt;br&amp;gt;&lt;br /&gt;
Pizza Carbonara&amp;lt;br&amp;gt;&lt;br /&gt;
Pizza Funghi&amp;lt;br&amp;gt;&lt;br /&gt;
Tomato Pasta&amp;lt;br&amp;gt;&lt;br /&gt;
Spaghetti &amp;amp; Meatballs&amp;lt;br&amp;gt;&lt;br /&gt;
Vegetable Soup&amp;lt;br&amp;gt;&lt;br /&gt;
Meatball Soup&amp;lt;br&amp;gt;&lt;br /&gt;
Tomato Soup&amp;lt;br&amp;gt;&lt;br /&gt;
Ask about our desserts!&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font size=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
Other dishes available on request.&lt;br /&gt;
&amp;lt;/font&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Paper Markdown:&lt;br /&gt;
|-&lt;br /&gt;
| scope=&amp;quot;row&amp;quot; |&lt;br /&gt;
&amp;lt;pre&amp;gt;# The Maltese Falcon&lt;br /&gt;
|Bar - Restaurant|&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
Burger&lt;br /&gt;
Big Bite Burger&lt;br /&gt;
Super Bite Burger&lt;br /&gt;
Sandwich&lt;br /&gt;
Toasted Sandwich&lt;br /&gt;
Grilled Cheese Sandwich&lt;br /&gt;
Meatbread&lt;br /&gt;
Tofubread&lt;br /&gt;
Pizza Margherita&lt;br /&gt;
Pizza Carbonara&lt;br /&gt;
Pizza Funghi&lt;br /&gt;
Tomato Pasta&lt;br /&gt;
Spaghetti &amp;amp; Meatballs&lt;br /&gt;
Vegetable Soup&lt;br /&gt;
Meatball Soup&lt;br /&gt;
Tomato Soup&lt;br /&gt;
*Ask about our desserts!*&lt;br /&gt;
&lt;br /&gt;
*Other dishes available on request.*&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
====Hamburger Menu====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:230px&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;&#039;&#039;&#039;The Maltese Falcon&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Bar and Restaurant&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;font size=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;Burgers&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Maltese Falcon Burger&#039;&#039;&#039; 7.85 Raditz&amp;lt;br&amp;gt;&lt;br /&gt;
A delicious 1/3 lb. juicy sirloin beef patty topped with Swiss cheese, thinly sliced ham, lettuce, tomato, and a touch of our special Ricotez sauce on a delicious deli roll&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Maltese Falcon Big Bite Burger&#039;&#039;&#039; 8.99 Raditz&amp;lt;br&amp;gt;&lt;br /&gt;
Two 1/3 lb. patties topped with fresh-cooked MacMeaties Space Bacon in between a premium warm, toasted bun topped off with mayo, and American cheese&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Maltese Falcoln Super Bite Burger&#039;&#039;&#039; 10.99 Raditz&amp;lt;br&amp;gt;&lt;br /&gt;
This Gigantic 3/4 lb savory fire-grilled sirloin beef patties are topped with juicy tomatoes, fresh cut lettuce, creamy mayonnaise, and crunchy pickles.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*Nanotrasen is not responsible for any heart related trauma if you eat one of these!&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Paper Markdown:&lt;br /&gt;
|-&lt;br /&gt;
| scope=&amp;quot;row&amp;quot; |&lt;br /&gt;
&amp;lt;pre&amp;gt;# The Maltese Falcon&lt;br /&gt;
### Bar and Restaurant&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
**Burgers**&lt;br /&gt;
&lt;br /&gt;
***Maltese Falcon Burger*** 7.85 Raditz&lt;br /&gt;
A delicious 1/3 lb. juicy sirloin beef patty topped with Swiss cheese, thinly sliced ham, lettuce, tomato, and a touch of our special Ricotez sauce on a delicious deli roll&lt;br /&gt;
***Maltese Falcon Big Bite Burger*** 8.99 Raditz&lt;br /&gt;
Two 1/3 lb. patties topped with fresh-cooked MacMeaties Space Bacon in between a premium warm, toasted bun topped off with mayo, and American cheese&lt;br /&gt;
***Maltese Falcoln Super Bite Burger*** 10.99 Raditz&lt;br /&gt;
This Gigantic 3/4 lb savory fire-grilled sirloin beef patties are topped with juicy tomatoes, fresh cut lettuce, creamy mayonnaise, and crunchy pickles.&lt;br /&gt;
&lt;br /&gt;
*Nanotrasen is not responsible for any heart related trauma if you eat one of these!&lt;br /&gt;
---*&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
====Sandwich Menu====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:230px&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;font size=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;center&amp;gt;Sandwiches and bakery items&amp;lt;/center&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Captain Ian&#039;s Favorite Sandwich&#039;&#039;&#039; 11.99 Raditz&amp;lt;br&amp;gt;&lt;br /&gt;
Served with traditional Italian cold cut Capicola, Thinly cut roast beef, pepperjack cheese, feta chese, lettuce, tomato,&lt;br /&gt;
white onions, smooth pepperoncini pepers,and a dab of mayo, - served oven toasted or cold. Don&#039;t feed to ian too often.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Captain Ian&#039;s Junior Grilled Cheese Sandwich&#039;&#039;&#039; 4.99 Raditz &amp;lt;br&amp;gt;&lt;br /&gt;
Made Just for you! Even the most violent mime syndicate spy won&#039;t raise a word of protest if you try to feed him this wonderful sandwich. &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;IBLAMETOXINS Meatbread&#039;&#039;&#039; 3.99 Radiz &amp;lt;br&amp;gt;&lt;br /&gt;
There&#039;s nothing that says Horrible home cooking” better than a plate of meatbread!!You thought it couldn&#039;t follow you into space but it has! &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;2beard Tofubread&#039;&#039;&#039; 3.99 Raditz &amp;lt;br&amp;gt;&lt;br /&gt;
Tofu bread? Seriously? Do you want to eat this? Don&#039;t say we didn&#039;t warn you. &amp;lt;br&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Paper Markdown:&lt;br /&gt;
|-&lt;br /&gt;
| scope=&amp;quot;row&amp;quot; |&lt;br /&gt;
&amp;lt;pre&amp;gt;# Sandwiches and bakery items&lt;br /&gt;
---&lt;br /&gt;
***Captain Ian&#039;s Favorite Sandwich*** 11.99 Raditz&lt;br /&gt;
Served with traditional Italian cold cut Capicola, Thinly cut roast beef, pepperjack cheese, feta chese, lettuce, tomato,&lt;br /&gt;
white onions, smooth pepperoncini pepers,and a dab of mayo, - served oven toasted or cold. Don&#039;t feed to ian too often.&lt;br /&gt;
&lt;br /&gt;
***Captain Ian&#039;s Junior Grilled Cheese Sandwich*** 4.99 Raditz&lt;br /&gt;
Made Just for you! Even the most violent mime syndicate spy won&#039;t raise a word of protest if you try to feed him this wonderful sandwich.&lt;br /&gt;
&lt;br /&gt;
***IBLAMETOXINS Meatbread*** 3.99 Radiz&lt;br /&gt;
There&#039;s nothing that says Horrible home cooking” better than a plate of meatbread!!You thought it couldn&#039;t follow you into space but it has!&lt;br /&gt;
&lt;br /&gt;
***2beard Tofubread*** 3.99 Raditz&lt;br /&gt;
Tofu bread? Seriously? Do you want to eat this? Don&#039;t say we didn&#039;t warn you.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
====Pizzas====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:230px&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;font size=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;center&amp;gt;Pizzas&amp;lt;/center&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Margherita Pizza&#039;&#039;&#039; 12.99 Raditz&amp;lt;br&amp;gt;&lt;br /&gt;
A light pizza with olive oil, garlic, fresh basil, fresh tomatoes, mozzarella and Parmesan cheeses. Perfect with a cold space beer on a hot space summer night.&amp;lt;br&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Cheese Pizza&#039;&#039;&#039; 9.99 Raditz&amp;lt;br&amp;gt;&lt;br /&gt;
This is a fantastic version of an Italian classic. The feta cheese adds a rich flavor that brings this dish to life. Incredibly easy and incredibly delicious. Do not waste feeding it to assistants.&amp;lt;br&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Mushroom Pizza&#039;&#039;&#039; 11.99 Raditz&amp;lt;br&amp;gt;&lt;br /&gt;
Made with the souls of walking mushrooms this pizza is undeniably evil. Atmos techs will be all over it!&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Paper Markdown:&lt;br /&gt;
|-&lt;br /&gt;
| scope=&amp;quot;row&amp;quot; |&lt;br /&gt;
&amp;lt;pre&amp;gt;#Pizzas &lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
***Margherita Pizza*** 12.99 Raditz&lt;br /&gt;
A light pizza with olive oil, garlic, fresh basil, fresh tomatoes, mozzarella, and Parmesan cheeses. Perfect with a cold space beer on a hot space summer night.&lt;br /&gt;
---&lt;br /&gt;
***Cheese Pizza*** 9.99 Raditz&lt;br /&gt;
This is a fantastic version of an Italian classic. The feta cheese adds a rich flavour that brings this dish to life. Incredibly easy and incredibly delicious. Do not waste feeding it to assistants.&lt;br /&gt;
---&lt;br /&gt;
***Mushroom Pizza*** 11.99 Raditz&lt;br /&gt;
Made with the souls of walking mushrooms, this pizza is undeniably evil. Atmos&#039;techs will be all over it!&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
===For the Warden===&lt;br /&gt;
====Crime and Punishment====&lt;br /&gt;
To remind you why someone is in permabrig (usually I&#039;ll only write things down if they&#039;re in there 5 minutes or more).&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:230px&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;font size=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;center&amp;gt;Crime and Punishment&amp;lt;/center&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Crimes and name&#039;&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*Name&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*Crime&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*Name&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*Crime&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Paper Markdown:&lt;br /&gt;
|-&lt;br /&gt;
| scope=&amp;quot;row&amp;quot; |&lt;br /&gt;
&amp;lt;pre&amp;gt;# Crime and Punishment&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
**Crimes and name**&lt;br /&gt;
---&lt;br /&gt;
* Name&lt;br /&gt;
* [_____________]&lt;br /&gt;
&lt;br /&gt;
*Crime&lt;br /&gt;
* [_____________]&lt;br /&gt;
---&lt;br /&gt;
* Name&lt;br /&gt;
* [_____________]&lt;br /&gt;
&lt;br /&gt;
*Crime&lt;br /&gt;
* [_____________]&lt;br /&gt;
---&lt;br /&gt;
* Name&lt;br /&gt;
* [_____________]&lt;br /&gt;
&lt;br /&gt;
*Crime&lt;br /&gt;
* [_____________]&lt;br /&gt;
---&lt;br /&gt;
* Name&lt;br /&gt;
* [_____________]&lt;br /&gt;
&lt;br /&gt;
*Crime&lt;br /&gt;
* [_____________]&lt;br /&gt;
---&lt;br /&gt;
* Name&lt;br /&gt;
* [_____________]&lt;br /&gt;
&lt;br /&gt;
*Crime&lt;br /&gt;
* [_____________]&lt;br /&gt;
---&lt;br /&gt;
* Name&lt;br /&gt;
* [_____________]&lt;br /&gt;
&lt;br /&gt;
*Crime&lt;br /&gt;
* [_____________]&lt;br /&gt;
---&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
====Enemy Retirement Contract====&lt;br /&gt;
This allows you to process your prisoners quicker. As space law goes, only the Captain can execute people. However, it says nothing about voluntary execution scenes. This allows an antagonist to either die with dignity or choose how he wants to spend the rest of the round (if I was an antagonist, I&#039;d want to be cyborged). This little piece of paper makes things move faster.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:230px&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Enemy of Nanotrasen Retirement Contract&#039;&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
I (&#039;&#039;name hire)&#039;&#039; do hereby acknowledge I am a hostile threat to the station. By so doing freely I enter a contract with Nanotrasen in which I can pick between becoming a cyborg, life in prison or lethal injection&lt;br /&gt;
----&#039;&#039;&#039;Options:&#039;&#039;&#039;&amp;lt;center&amp;gt;&lt;br /&gt;
* [_] Becoming a cyborg&lt;br /&gt;
* [_] Life in prison&lt;br /&gt;
* [_] Lethal injection&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;Convict signs below&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Paper Markdown:&lt;br /&gt;
|-&lt;br /&gt;
| scope=&amp;quot;row&amp;quot; |&lt;br /&gt;
&amp;lt;pre&amp;gt;# Enemy of Nanotrasen Retirement Contract&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
I, [_____________________________], do hereby acknowledge I am a hostile threat to the station. By so doing freely I enter a contract with Nanotrasen in which I can pick between becoming a cyborg, life in prison or lethal injection.&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
#### Options:&lt;br /&gt;
&lt;br /&gt;
- [_] Becoming a cyborg&lt;br /&gt;
&lt;br /&gt;
- [_]  Life in prison&lt;br /&gt;
&lt;br /&gt;
- [_] Lethal injection&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
*convict Signs below*&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
===For the Detective===&lt;br /&gt;
====Case Notes====&lt;br /&gt;
This is a form that lets you name a case, add some suspects and some clues/details about it.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:230px&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;Detective&#039;s Case Notes&amp;lt;/center&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;font size=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*Case name&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*Suspected Criminals&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*Clues&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*Crime&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*Case closed?&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Paper Markdown:&lt;br /&gt;
|-&lt;br /&gt;
| scope=&amp;quot;row&amp;quot; |&lt;br /&gt;
&amp;lt;pre&amp;gt;# Detective&#039;s Case Notes&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
* Case name&lt;br /&gt;
[_____________]&lt;br /&gt;
&lt;br /&gt;
* Suspected Criminals&lt;br /&gt;
[_____________]&lt;br /&gt;
&lt;br /&gt;
* Clues&lt;br /&gt;
[_____________]&lt;br /&gt;
&lt;br /&gt;
* Crime&lt;br /&gt;
[_____________]&lt;br /&gt;
&lt;br /&gt;
* Case closed?&lt;br /&gt;
[_____________]&lt;br /&gt;
&lt;br /&gt;
---&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
===For genetics===&lt;br /&gt;
====Genetics block sheet====&lt;br /&gt;
This form lets you put what each block does onto a nice sheet of paper.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:230px&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;Blocks&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*Block 1:&lt;br /&gt;
*Block 2:&lt;br /&gt;
*Block 3:&lt;br /&gt;
*Block 4:&lt;br /&gt;
*Block 5:&lt;br /&gt;
*Block 6:&lt;br /&gt;
*Block 7:&lt;br /&gt;
*Block 8:&lt;br /&gt;
*Block 9:&lt;br /&gt;
*Block 10:&lt;br /&gt;
*Block 11:&lt;br /&gt;
*Block 12:&lt;br /&gt;
*Block 13:&lt;br /&gt;
*Block 14:&lt;br /&gt;
*Block 15:&lt;br /&gt;
*Block 16:&lt;br /&gt;
*Block 17:&lt;br /&gt;
*Block 18:&lt;br /&gt;
*Block 19:&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
(signed)&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Paper Markdown:&lt;br /&gt;
|-&lt;br /&gt;
| scope=&amp;quot;row&amp;quot; |&lt;br /&gt;
&amp;lt;pre&amp;gt;|^Blocks^|&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
*Block 1: [_____________]&lt;br /&gt;
&lt;br /&gt;
*Block 2: [_____________]&lt;br /&gt;
&lt;br /&gt;
*Block 3: [_____________]&lt;br /&gt;
&lt;br /&gt;
*Block 4: [_____________]&lt;br /&gt;
&lt;br /&gt;
*Block 5: [_____________]&lt;br /&gt;
&lt;br /&gt;
*Block 6: [_____________]&lt;br /&gt;
&lt;br /&gt;
*Block 7: [_____________]&lt;br /&gt;
&lt;br /&gt;
*Block 8: [_____________]&lt;br /&gt;
&lt;br /&gt;
*Block 9: [_____________]&lt;br /&gt;
&lt;br /&gt;
*Block 10: [_____________]&lt;br /&gt;
&lt;br /&gt;
*Block 11: [_____________]&lt;br /&gt;
&lt;br /&gt;
*Block 12: [_____________]&lt;br /&gt;
&lt;br /&gt;
*Block 13: [_____________]&lt;br /&gt;
&lt;br /&gt;
*Block 14: [_____________]&lt;br /&gt;
&lt;br /&gt;
*Block 15: [_____________]&lt;br /&gt;
&lt;br /&gt;
*Block 16: [_____________]&lt;br /&gt;
&lt;br /&gt;
*Block 17: [_____________]&lt;br /&gt;
&lt;br /&gt;
*Block 18: [_____________]&lt;br /&gt;
&lt;br /&gt;
*Block 19: [_____________]&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
%s&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
====Cheat Sheet====&lt;br /&gt;
A cheat sheet for the Geneticist for finding out the negative blocks.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:230px&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;&#039;&#039;&#039;Genetics Research&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Nearsightedness&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Seizures&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Coughing&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Tourettes&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Nervousness&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Species&amp;lt;br&amp;gt;&lt;br /&gt;
(signed)&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Paper Markdown:&lt;br /&gt;
|-&lt;br /&gt;
| scope=&amp;quot;row&amp;quot; |&lt;br /&gt;
&amp;lt;pre&amp;gt;# Genetics Research&lt;br /&gt;
&lt;br /&gt;
Near-sightedness [_____________]&lt;br /&gt;
[_____________]&lt;br /&gt;
Seizures [_____________]&lt;br /&gt;
[_____________]&lt;br /&gt;
Coughing [_____________]&lt;br /&gt;
[_____________]&lt;br /&gt;
Tourette&#039;s [_____________]&lt;br /&gt;
[_____________]&lt;br /&gt;
Nervousness [_____________]&lt;br /&gt;
[_____________]&lt;br /&gt;
[_____________]&lt;br /&gt;
[_____________]&lt;br /&gt;
[_____________]&lt;br /&gt;
Species [_____________]&lt;br /&gt;
%s&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== For Robotics ===&lt;br /&gt;
&lt;br /&gt;
====Live Cyborgification Contract====&lt;br /&gt;
This is to get those pesky assistants to wait five seconds and fill out a form before they turn on you and start fireaxing the windows down trying to get borged. &lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:230px&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;&#039;&#039;&#039;Live Cyborgification Contract&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
I,&#039;&#039;(name here&#039;&#039;) hereby declare that the certified Roboticist aboard the registered Nanotrasen station &#039;&#039;(station name here&#039;&#039;)  is permitted to extract my brain during a live surgery with intent to Cyborgification or AI assimilation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I am well aware of the risks presented through both the surgery and Cyborgification or AI assimilation, and I realize that Nanotrasen is not to be held liable, should these procedures cause pain, disfigurement, dismemberment or death.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I also understand that this operation may be irreversible, and that my employment contract will be terminated.&amp;lt;br&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;&#039;Signed&#039;&#039;&#039;: &#039;&#039;(name here&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Roboticist Signature&#039;&#039;&#039;:&#039;&#039;(name here&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Contract must be stamped by a Head of Staff before operation can occur.&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Paper Markdown:&lt;br /&gt;
|-&lt;br /&gt;
| scope=&amp;quot;row&amp;quot; |&lt;br /&gt;
&amp;lt;pre&amp;gt;# &amp;lt;center&amp;gt;Live Cyborgification Contract&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
I,[_________________________], hereby declare that the certified Roboticist aboard the registered Nanotrasen station [_________________________] is permitted to extract my brain during a live surgery with intent to Cyborgification or AI assimilation.&lt;br /&gt;
&lt;br /&gt;
I am well aware of the risks presented through both the surgery and Cyborgification or AI assimilation, and I realize that Nanotrasen is not to be held liable, should these procedures cause pain, disfigurement, dismemberment or death.&lt;br /&gt;
&lt;br /&gt;
I also understand that this operation may be irreversible, and that my employment contract will be terminated.&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&amp;lt;b&amp;gt;Signed&amp;lt;/b&amp;gt;: [_________________________]&lt;br /&gt;
&amp;lt;b&amp;gt;Roboticist Signature:&amp;lt;/b&amp;gt; [_________________________]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;Contract must be stamped by a Head of Staff before operation can occur.&amp;lt;/i&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====On-Death Cyborgification Contract====&lt;br /&gt;
For those who hate beeing healed and prefer to be borged instead. &lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:230px&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;&#039;&#039;&#039;On-Death Cyborgification Contract&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
I,&#039;&#039;(name here&#039;&#039;) hereby declare that the certified Roboticist aboard the registered Nanotrasen station &#039;&#039;(station name here&#039;&#039;)  is permitted to extract my brain during a live surgery with intent to Cyborgification or AI assimilation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I am well aware of the risks presented through both the surgery and Cyborgification or AI assimilation, and I realize that Nanotrasen is not to be held liable, should these procedures cause pain, disfigurement, dismemberment or death.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I also understand that this operation may be irreversible, and that my employment contract will be terminated.&amp;lt;br&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;&#039;Signed&#039;&#039;&#039;: &#039;&#039;(name here&#039;&#039;)&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Paper Markdown:&lt;br /&gt;
|-&lt;br /&gt;
| scope=&amp;quot;row&amp;quot; |&lt;br /&gt;
&amp;lt;pre&amp;gt;# &amp;lt;center&amp;gt;On-Death Cyborgification Contract&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
I,[_________________________], hereby declare that the certified Roboticist aboard the registered Nanotrasen station [_________________________] is permitted to extract my brain during a live surgery with intent to Cyborgification or AI assimilation.&lt;br /&gt;
&lt;br /&gt;
I am well aware of the risks presented through both the surgery and Cyborgification or AI assimilation, and I realize that Nanotrasen is not to be held liable, should these procedures cause pain, disfigurement, dismemberment or death.&lt;br /&gt;
&lt;br /&gt;
I also understand that this operation may be irreversible, and that my employment contract will be terminated.&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&amp;lt;b&amp;gt;Signed&amp;lt;/b&amp;gt;: [_________________________]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===For Medical purposes===&lt;br /&gt;
====Prescription sheet====&lt;br /&gt;
This form certifies that you have not only permission, but an important reason, to obtain and use certain &amp;quot;pharmaceuticals.&amp;quot;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:230px&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;&#039;&#039;&#039;NanoTrasen Medical Association&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;Vivamus moriendum est&#039;&#039;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Index No. (&#039;&#039;random number&#039;&#039;)&#039;&#039;(Official use only)&#039;&#039;&amp;lt;center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Medical Prescription/℞&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
To be used for the prescription of medications or drugs to patients. This may be admitted as evidence in a NanoTrasen Court of Space Law. Knowingly entering false details may result in the disqualification of the attending physician from medical practice.&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
----&amp;lt;center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Please enter details below on the lines with a pen.&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;/center&amp;gt;Name:&lt;br /&gt;
&lt;br /&gt;
Reason:&lt;br /&gt;
&lt;br /&gt;
Prescribed Medication/Drug:&lt;br /&gt;
&lt;br /&gt;
Dosage Amount (u):&lt;br /&gt;
&lt;br /&gt;
Doses/Unit of Time:&lt;br /&gt;
&lt;br /&gt;
Method of Action (Oral, injected, etc.)&lt;br /&gt;
&lt;br /&gt;
Prior Medical Conditions/Traits:&lt;br /&gt;
----&#039;&#039;&#039;Shift Time:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Physician&#039;s Signature:&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Paper Markdown:&lt;br /&gt;
|-&lt;br /&gt;
| scope=&amp;quot;row&amp;quot; |&lt;br /&gt;
&amp;lt;pre&amp;gt;# &amp;lt;center&amp;gt;NanoTrasen Medical Association&amp;lt;/center&amp;gt;&lt;br /&gt;
_&amp;lt;center&amp;gt;Vivamus moriendum est&amp;lt;/center&amp;gt;_&lt;br /&gt;
___&lt;br /&gt;
&lt;br /&gt;
**&amp;lt;center&amp;gt;Index No. [____]** _(Official use only)&amp;lt;/center&amp;gt;_&lt;br /&gt;
&lt;br /&gt;
## &amp;lt;center&amp;gt;Medical Prescription/℞&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;To be used for the prescription of medications or drugs to patients. This may be admitted as evidence in a NanoTrasen Court of Space Law. Knowingly entering false details may result in the disqualification of the attending physician from medical practice.&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
___&lt;br /&gt;
### Please enter details below on the lines with a pen.&lt;br /&gt;
&lt;br /&gt;
`Name:`&lt;br /&gt;
[____________________________________]&lt;br /&gt;
&lt;br /&gt;
`Reason:`&lt;br /&gt;
[____________________________________]&lt;br /&gt;
&lt;br /&gt;
`Prescribed Medication/Drug:`&lt;br /&gt;
[____________________________________]&lt;br /&gt;
&lt;br /&gt;
`Dosage Amount (u):`&lt;br /&gt;
[____________________________________]&lt;br /&gt;
&lt;br /&gt;
`Doses/Unit of Time:`&lt;br /&gt;
[__]/[_______________________________]&lt;br /&gt;
&lt;br /&gt;
`Method of Action (Oral, injected, etc.)`&lt;br /&gt;
[____________________________________]&lt;br /&gt;
&lt;br /&gt;
`Prior Medical Conditions/Traits:`&lt;br /&gt;
[____________________________________]&lt;br /&gt;
___&lt;br /&gt;
&lt;br /&gt;
**Shift Time:**&lt;br /&gt;
[_______________]&lt;br /&gt;
**Physician&#039;s Signature:**&lt;br /&gt;
[_________________________]&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
=== For Head of Personnel===&lt;br /&gt;
====Additional Access Request Form====&lt;br /&gt;
When somone needs more access&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:230px&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;&amp;lt;b&amp;gt;Nanotrasen Additional Access Request Form C.C. 22&amp;lt;/b&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;i&amp;gt;&amp;lt;small&amp;gt;Caution! This request is valid only for normal access for basic departmental access or (max) two full departments. To receive &amp;quot;All Access&amp;quot;, you have to fill out &amp;quot;All Access Request Form&amp;quot;&amp;lt;/i&amp;gt;&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
* Full Name:&lt;br /&gt;
* Account ID :&lt;br /&gt;
* Job Title:&lt;br /&gt;
* Department:&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Request:&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Reason for request:&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;i&amp;gt;&amp;lt;small&amp;gt;This form is deemed invalid if it is not stamped by the applicable heads of staff or captain. Head of Personnel must sign and stamp this document, as well as photocopy and distribute it to the applicant.&lt;br /&gt;
If any criminal activity is done with the help of this extra access, this form will be immediately void and unlawful.If the chief of the affected department wishes this form void, this form is immediately void and unlawful.&amp;lt;/i&amp;gt;&amp;lt;/small&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;Place Departmental Head stamp(s) here&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Place Head of Personnel stamp here&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Requestor signs Below&#039;&#039;&lt;br /&gt;
(signature)&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Paper Markdown:&lt;br /&gt;
|-&lt;br /&gt;
| scope=&amp;quot;row&amp;quot; |&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;center&amp;gt;&amp;lt;b&amp;gt;Nanotrasen Additional Access Request Form C.C. 22&amp;lt;/b&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
`Caution! This request is valid only for normal access for basic departmental access or (max) two full departments. To receive &amp;quot;All Access&amp;quot;, you have to fill out &amp;quot;All Access Request Form&amp;quot;`&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
* Full Name: [_____________________________]&lt;br /&gt;
* Account ID : [___________]&lt;br /&gt;
* Job Title: [______________________________]&lt;br /&gt;
* Department: [__________________________]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Request:&amp;lt;/b&amp;gt; &lt;br /&gt;
[______________________________________________]&lt;br /&gt;
[______________________________________________]&lt;br /&gt;
&amp;lt;b&amp;gt;Reason for request:&amp;lt;/b&amp;gt; &lt;br /&gt;
[______________________________________________]&lt;br /&gt;
[______________________________________________]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
`This form is deemed invalid if it is not stamped by the applicable heads of staff or captain. Head of Personnel must sign and stamp this document, as well as photocopy and distribute it to the applicant.&lt;br /&gt;
If any criminal activity is done with the help of this extra access, this form will be immediately void and unlawful.If the chief of the affected department wishes this form void, this form is immediately void and unlawful.`&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
*Place Departmental Head stamp(s) here*&lt;br /&gt;
*&lt;br /&gt;
*&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
*Place Head of Personnel stamp here*&lt;br /&gt;
*&lt;br /&gt;
*&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
*Requestor signs Below*&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
====Maintnance Access Request Form====&lt;br /&gt;
When someone needs more access&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:230px&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;&amp;lt;b&amp;gt;Nanotrasen Simplified Application for Maintnance Access C.C. 22c &amp;lt;/b&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
I (&amp;lt;i&amp;gt;&amp;lt;small&amp;gt;name&amp;lt;/i&amp;gt;) would like to ask for,&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;Maintnance Access&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; with reason beeing .&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;i&amp;gt;&amp;lt;small&amp;gt;This form is deemed invalid if it is not stamped by the applicable heads of staff or captain. Head of Personnel must sign and stamp this document, as well as photocopy and distribute it to the applicant.&lt;br /&gt;
If any criminal activity is done with the help of this extra access, this form will be immediately void and unlawful.If the chief of the affected department wishes this form void, this form is immediately void and unlawful.&amp;lt;/i&amp;gt;&amp;lt;/small&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;Requestor signs Below&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;i&amp;gt;Job&amp;lt;/i&amp;gt;:&amp;lt;br&amp;gt;&lt;br /&gt;
(signature)&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Paper Markdown:&lt;br /&gt;
|-&lt;br /&gt;
| scope=&amp;quot;row&amp;quot; |&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;center&amp;gt;&amp;lt;b&amp;gt;Nanotrasen Simplified Application for Maintnance Access C.C. 22c &amp;lt;/b&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
I (`name`) [_____________________________]  would like to ask for,&lt;br /&gt;
`**Maintnance Access**` with reason beeing [______________________________________________].&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
`This form is deemed invalid if it is not stamped by the applicable heads of staff or captain. Head of Personnel must sign and stamp this document, as well as photocopy and distribute it to the applicant.&lt;br /&gt;
If any criminal activity is done with the help of this extra access, this form will be immediately void and unlawful.If the chief of the affected department wishes this form void, this form is immediately void and unlawful.`&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
*Requestor signs Below*&lt;br /&gt;
`Job`: [____________________]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
====Simple Job Application Form====&lt;br /&gt;
Use this form if you don&#039;t belive in bureaucracy&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:230px&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;&amp;lt;b&amp;gt; Nanotrasen Job Application Form C.C.23a &amp;lt;/b&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
I (signature) would like to change jobs to (write job here) for the following reasons&lt;br /&gt;
----&lt;br /&gt;
*&amp;lt;br&amp;gt;&lt;br /&gt;
*&amp;lt;br&amp;gt;&lt;br /&gt;
*&amp;lt;br&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
signed&amp;lt;br&amp;gt;&lt;br /&gt;
(write name here)&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Paper Markdown:&lt;br /&gt;
|-&lt;br /&gt;
| scope=&amp;quot;row&amp;quot; |&lt;br /&gt;
&amp;lt;pre&amp;gt;# Nanotrasen Job Application Form C.C.23a&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
I %s would like to change jobs to ** [_____________] **&lt;br /&gt;
&lt;br /&gt;
|For the following reasons|&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
* [_____________]&lt;br /&gt;
* [_____________]&lt;br /&gt;
* [_____________]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
*Sign Below*&lt;br /&gt;
%s&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
====Complex Job Application Form====&lt;br /&gt;
This sheet is just standard paperwork for those who desire a job change.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:230px&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;&amp;lt;b&amp;gt;Nanotrasen Job Application Form C.C.23b&amp;lt;/b&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;i&amp;gt;&amp;lt;small&amp;gt;Caution! This request is valid only for normal access for basic departmental access or (max) two full departments. To receive &amp;quot;All Access&amp;quot;, you have to fill out &amp;quot;All Access Request Form&amp;quot;&amp;lt;/i&amp;gt;&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
* Full Name: &lt;br /&gt;
* Age:&lt;br /&gt;
* ID number:&lt;br /&gt;
* Account ID:&lt;br /&gt;
* Physical Status:&lt;br /&gt;
* Mental Status:&lt;br /&gt;
* Job Title:&lt;br /&gt;
* Department:&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Request:&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Reason for request:&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;i&amp;gt;&amp;lt;small&amp;gt;This form is deemed invalid if it is not stamped by the applicable heads of staff or captain. Head of Personnel must sign and stamp this document, as well as photocopy and distribute it to the applicant.&lt;br /&gt;
If any criminal activity is done with the help of this extra access, this form will be immediately void and unlawful.If the chief of the affected department wishes this form void, this form is immediately void and unlawful.&amp;lt;/i&amp;gt;&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Place Departmental Head stamp(s) here&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Place Head of Personnel stamp here&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;i&amp;gt;&amp;lt;small&amp;gt;Above is valid only with printed out Criminal Record&amp;lt;/i&amp;gt;&amp;lt;/small&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;Requestor signs Below&#039;&#039;&lt;br /&gt;
(signature)&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Paper Markdown:&lt;br /&gt;
|-&lt;br /&gt;
| scope=&amp;quot;row&amp;quot; |&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;center&amp;gt;&amp;lt;b&amp;gt;Nanotrasen Job Application Form C.C.23b&amp;lt;/b&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
`Caution! This request is valid only for normal access for basic departmental access or (max) two full departments. To receive &amp;quot;All Access&amp;quot;, you have to fill out &amp;quot;All Access Request Form&amp;quot;`&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
* Full Name: [_____________________________]&lt;br /&gt;
* Age: [___________]; &lt;br /&gt;
* ID number: [___________]&lt;br /&gt;
* Account ID : [___________];&lt;br /&gt;
* Physical Status: [___________];&lt;br /&gt;
* Mental Status: [___________];&lt;br /&gt;
* Job Title: [______________________________]; &lt;br /&gt;
* Department: [__________________________]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;b&amp;gt;Request:&amp;lt;/b&amp;gt; &lt;br /&gt;
[______________________________________________]&lt;br /&gt;
[______________________________________________]&lt;br /&gt;
&amp;lt;b&amp;gt;Reason for request:&amp;lt;/b&amp;gt; &lt;br /&gt;
[______________________________________________]&lt;br /&gt;
[______________________________________________]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
`This form is deemed invalid if it is not stamped by the applicable heads of staff or captain. Head of Personnel must sign and stamp this document, as well as photocopy and distribute it to the applicant.&lt;br /&gt;
If any criminal activity is done with the help of this extra access, this form will be immediately void and unlawful.If the chief of the affected department wishes this form void, this form is immediately void and unlawful.`&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
*Place Departmental Head stamp(s) here*&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
*Place Head of Personnel stamp here*&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
*&lt;br /&gt;
----&lt;br /&gt;
`Above is valid only with printed out Criminal Record`&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
*Requestor signs Below*&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
====All Access Request Form====&lt;br /&gt;
When some foolish crewman wearing insulated gloves stepps forwards and asks for AA.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:230px&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;center&amp;gt;&amp;lt;b&amp;gt;Nanotrasen All Access Request Form C.C.24&amp;lt;/b&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;small&amp;gt;&#039;&#039;Caution! This request can only be processed with proper Supplements (see below)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
* Full Name: &lt;br /&gt;
* Age:  ; Height:&lt;br /&gt;
* ID number:&lt;br /&gt;
* Account ID :  ; Bloodtype:&lt;br /&gt;
* Physical Status:&lt;br /&gt;
* Mental Status:&lt;br /&gt;
* Are you a traitor, changling, wizard, cultist, or revolutionary?&lt;br /&gt;
* Job Title:&lt;br /&gt;
* Department:&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;b&amp;gt;Request:&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;i&amp;gt;&amp;lt;small&amp;gt;Full All Access or All Access without High Risk Area Access&amp;lt;/i&amp;gt;&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Reason for request:&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;b&amp;gt;Opinion on mental well-being of a requestor&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;i&amp;gt;&amp;lt;small&amp;gt;Fills Captain, CMO or psychologist&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;i&amp;gt;&amp;lt;small&amp;gt;above is valid only when stamped or confirmed in person&amp;lt;br&amp;gt;&lt;br /&gt;
above is valid only with printed out Medical Records&amp;lt;/i&amp;gt;&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Opinion on a possible danger from a requestor&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;i&amp;gt;&amp;lt;small&amp;gt;Fills Captain, HoS or warden&amp;lt;/i&amp;gt;&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;i&amp;gt;&amp;lt;small&amp;gt;above is valid only when stamped or confirmed in person&amp;lt;br&amp;gt;&lt;br /&gt;
above is valid only with printed out Criminal Records&amp;lt;/i&amp;gt;&amp;lt;/small&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;i&amp;gt;&amp;lt;small&amp;gt;This form is deemed invalid if it is not stamped by the applicable heads of staff or captain. Head of Personnel must sign and stamp this document, as well as photocopy and distribute it to the applicant.&lt;br /&gt;
If any criminal activity is done with the help of this extra access, this form will be immediately void and unlawful.If the chief of the affected department wishes this form void, this form is immediately void and unlawful.&amp;lt;/i&amp;gt;&amp;lt;/small&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;Place Departmental Head stamp here&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Place Head of Personnel stamp here&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Requestor signs Below&#039;&#039;&lt;br /&gt;
(signature)&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Paper Markdown:&lt;br /&gt;
|-&lt;br /&gt;
| scope=&amp;quot;row&amp;quot; |&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;center&amp;gt;&amp;lt;b&amp;gt;Nanotrasen All Access Request Form C.C.24&amp;lt;/b&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
*Caution! This request can only be processed with proper Supplements (see below)*&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
* Full Name: [_____________________________]&lt;br /&gt;
* Age: [_____________]; Height: [_____________]&lt;br /&gt;
* ID number: [___________]&lt;br /&gt;
* Account ID : [___________]; Bloodtype: [___]&lt;br /&gt;
* Physical Status: [___________];&lt;br /&gt;
* Mental Status: [___________];&lt;br /&gt;
* Are you a traitor, changling, wizard, cultist, or revolutionary? [____]&lt;br /&gt;
* Job Title: [______________________________]&lt;br /&gt;
* Department: [__________________________]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Request:&amp;lt;/b&amp;gt;&lt;br /&gt;
`*Full All Access or All Access without High Risk Area Access*`&lt;br /&gt;
[______________________________________________]&lt;br /&gt;
[______________________________________________]&lt;br /&gt;
&amp;lt;b&amp;gt;Reason for request:&amp;lt;/b&amp;gt; &lt;br /&gt;
[______________________________________________]&lt;br /&gt;
[______________________________________________]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Opinion on mental well-being of a requestor&amp;lt;/b&amp;gt;&lt;br /&gt;
`*Fills Captain, CMO or psychologist*`&lt;br /&gt;
[______________________________________________]&lt;br /&gt;
[______________________________________________]&lt;br /&gt;
[______________________________________________]&lt;br /&gt;
`*above is valid only when stamped or confirmed in person&lt;br /&gt;
above is valid only with printed out Medical Records*`&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Opinion on a possible danger from a requestor&amp;lt;/b&amp;gt;&lt;br /&gt;
`*Fills Captain, HoS or warden*`&lt;br /&gt;
[______________________________________________]&lt;br /&gt;
[______________________________________________]&lt;br /&gt;
[______________________________________________]&lt;br /&gt;
`*above is valid only when stamped or confirmed in person&lt;br /&gt;
above is valid only with printed out Criminal Records*`&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
`This form is deemed invalid if it is not stamped by the applicable heads of staff or captain. Head of Personnel must sign and stamp this document, as well as photocopy and distribute it to the applicant.&lt;br /&gt;
If any criminal activity is done with the help of this extra access, this form will be immediately void and unlawful.If the chief of the affected department wishes this form void, this form is immediately void and unlawful.`&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
*Place Departmental Head stamp here*&lt;br /&gt;
&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
*Place Head of Personnel stamp here*&lt;br /&gt;
&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
*Requestor signs Below*&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
[[Category:Guides]]&lt;/div&gt;</summary>
		<author><name>Schizocat</name></author>
	</entry>
	<entry>
		<id>https://wiki.beestation13.com/w/index.php?title=Guide_to_chemistry&amp;diff=38935</id>
		<title>Guide to chemistry</title>
		<link rel="alternate" type="text/html" href="https://wiki.beestation13.com/w/index.php?title=Guide_to_chemistry&amp;diff=38935"/>
		<updated>2025-06-03T18:45:10Z</updated>

		<summary type="html">&lt;p&gt;Schizocat: /* Narcotics */ Added nooartium to the narcotics list now that it&amp;#039;s in the game&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
This guide will primarily be useful for [[Chemist|chemists]] and [[Botanist|Botanists]] using [[Guide to hydroponics#Strange Seeds|Strange Seeds]] but may come in handy to any player and especially [[Traitor|traitors]].&lt;br /&gt;
= Chemicals =&lt;br /&gt;
The building blocks of chemistry are aluminium, bromine, carbon, chlorine, copper, ethanol, fluorine, hydrogen, iodine, iron, lithium, mercury, nitrogen, oxygen, phosphorus, potassium, radium, silicon, silver, sodium, stable plasma, sugar, sulfur, sulfuric acid, water and welding fuel. These can be produced from the [[Chem Dispenser]] in [[Chemistry]].&lt;br /&gt;
&lt;br /&gt;
You have all sorts of things here, and can make so much. You can make medicines, foam, flash powder, poisons, space lube, window hardener, and so much more. The limit on combinations is a limit that exists only in your creativity (and the game engine). Be sure to be careful though, mixing the wrong chemicals can be bad for your health and please make sure you know what a chemical does before you use it. Experiment at your own risk.&lt;br /&gt;
&lt;br /&gt;
Some pure chemicals are lethal or will cause heavy toxin damage if injected or ingested in their pure form.&lt;br /&gt;
&lt;br /&gt;
Grinding minerals from mining will also get you:&lt;br /&gt;
* [[Plasma]]&lt;br /&gt;
* Uranium&lt;br /&gt;
* Bluespace Dust&lt;br /&gt;
[[Emag|Emagging]] a chem dispenser will add:&lt;br /&gt;
* Space Drugs&lt;br /&gt;
* Morphine&lt;br /&gt;
* Toxin&lt;br /&gt;
* Carpotoxin&lt;br /&gt;
* Miner&#039;s Salve&lt;br /&gt;
The [[Vending_machines#Medbay|NanoMed Plus]] is your main source of generic toxin when hacked.&lt;br /&gt;
&lt;br /&gt;
Some chemical reactions will require you to heat the reagents in a [[File:Chemical_Heater.png]] &#039;&#039;&#039;Chemical Heater&#039;&#039;&#039;. This machine will heat a beaker to the desired temperature, slowing down the heating speed as it approaches the target temperature. If you don&#039;t risk making the chemical explode by overheating it (such as Meth) you can just set it to a very high temperature to avoid this.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Machinery ==&lt;br /&gt;
You have all sorts of chems here, and can make many things. You can make [[#Medicines|medicines]], [[#Smoke|smoke]], [[#Fluorosurfactant|foam]], [[#Flash Powder|flash powder]], [[#Toxins|poisons]], [[#Space Lube|space lube]], [[#Fluorosulfuric Acid|acid]] and much more. The limit on combinations is a limit that exists only in your creativity (and the game engine). Be sure to be careful though, as mixing the wrong chemicals can be bad for your health, and please make sure you know what a chemical does before you use it. Experiment at your own risk.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== [[File:Dispenser.png|Chem Dispenser]] Chemistry Dispensers ===&lt;br /&gt;
[[Chem Dispenser|Chem dispensers]] can be upgraded to unlock more chemicals, allow for more precise macro usage, increased power recharge rate and higher power capacity. If you run out of power, you can disassemble the dispenser with screwdriver+crowbar and rebuild it by first putting the circuit board back, and then all other things but use a full power cell [[File:High power cell updated.png]] instead of the old one. Then screwdriver to finish. Or you can charge the machine with an [[inducer]] [[File:Inducer.png]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Available chemicals&#039;&#039;&#039;:&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
Click expand to see what chemicals are available:&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Normal&#039;&#039;&#039;:&lt;br /&gt;
* Hydrogen&lt;br /&gt;
* Oxygen&lt;br /&gt;
* Silicon&lt;br /&gt;
* Phosphorus&lt;br /&gt;
* Sulfur&lt;br /&gt;
* Carbon&lt;br /&gt;
* Nitrogen&lt;br /&gt;
* Water&lt;br /&gt;
* Lithium&lt;br /&gt;
* Sugar&lt;br /&gt;
* Sulfuric acid&lt;br /&gt;
* Copper&lt;br /&gt;
* Mercury&lt;br /&gt;
* Sodium&lt;br /&gt;
* Iodine&lt;br /&gt;
* Bromine&lt;br /&gt;
* Ethanol&lt;br /&gt;
* Chlorine&lt;br /&gt;
* Potassium&lt;br /&gt;
* Aluminium&lt;br /&gt;
* Radium&lt;br /&gt;
* Fluorine&lt;br /&gt;
* Iron&lt;br /&gt;
* Welding fuel&lt;br /&gt;
* Silver&lt;br /&gt;
* Stable plasma&lt;br /&gt;
&#039;&#039;&#039;Upgraded (tier 4 matter manipulator)&#039;&#039;&#039;:&lt;br /&gt;
* Acetone&lt;br /&gt;
* Ammonia&lt;br /&gt;
* Ash&lt;br /&gt;
* Diethylamine&lt;br /&gt;
* Oil&lt;br /&gt;
* Saltpetre&lt;br /&gt;
&#039;&#039;&#039;Emagged&#039;&#039;&#039;:&lt;br /&gt;
* Space Drugs&lt;br /&gt;
* Morphine&lt;br /&gt;
* Toxin&lt;br /&gt;
* Carpotoxin&lt;br /&gt;
* Miner&#039;s Salve&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Upgradeable parts&#039;&#039;&#039;:&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
Click expand to see upgrades:&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;Better matter bins:&#039;&#039;&#039; greater power efficiency per unit dispensed.&lt;br /&gt;
* &#039;&#039;&#039;Better capacitor:&#039;&#039;&#039; faster recharging speed.&lt;br /&gt;
* &#039;&#039;&#039;Better power cell:&#039;&#039;&#039; larger maximum power capacity.&lt;br /&gt;
* &#039;&#039;&#039;Better manipulator:&#039;&#039;&#039; unlocks more chemicals. &amp;lt;s&amp;gt;Longer and more complex chemistry macros can be performed. At tier 1 manips, macros round to the nearest 5u, then 3u at tier 2, 2u at tier 3 and 1u at tier 4&amp;lt;/s&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
=== [[File:Chemical_Heater.png|Chemical Heater]] Chemical Heater ===&lt;br /&gt;
Some chemical reactions will require you to heat the reagents in a [[Chemical Heater]]. Unless the recipes says otherwise, these reactions need you to heat the reagents &#039;&#039;above&#039;&#039; the required temperature.&lt;br /&gt;
This machine will heat/cool a beaker to the desired temperature, slowing down the heating/cooling speed as it approaches the target temperature. If you don&#039;t risk making the chemical explode by overheating it (like with [[#Methamphetamine|meth]]) you can just set it to a very high temperature to avoid this. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Due to a rounding bug you sometimes need to heat chems 1 degree higher than the recipe says.&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Upgrading the laser will increase the heating/cooling speed.&lt;br /&gt;
=== [[File:Chemmaster.gif|ChemMaster 3000]] ChemMaster 3000 ===&lt;br /&gt;
Separates, bottles, and makes pills/patches out of chemicals loaded inside. You can load pretty much any container - beakers, spray bottles, water bottles and so on.&amp;lt;br&amp;gt;&lt;br /&gt;
Maximum size for dispensed bottles is 30u, patches 40u and pills 50u. Use a chemistry bag [[File:Chemistry_bag.png]] to quickly move large quantities of bottles, patches or pills. &amp;lt;br&amp;gt;&lt;br /&gt;
Can be upgraded with bigger beakers to allow a bigger buffer. By default it contains two ordinary 50u beakers for a total buffer volume of 100u.&lt;br /&gt;
=== [[File:Blender.png|Reagent Grinder]] All-In-One Grinder ===&lt;br /&gt;
Grinds, crushes, liquefies and extracts reagents from materials placed into it.&amp;lt;br&amp;gt;&lt;br /&gt;
If there is a significant reagent associated with the item, the Reagent grinder will distill a pure sample inside the collection beaker.&amp;lt;br&amp;gt;&lt;br /&gt;
For example: Plasma/gold/uranium/metal sheets, donk pockets, fruits, dead mice.&lt;br /&gt;
=== [[File:Smoke_machine.png|Smoke Machine]] Smoke Machine ===&lt;br /&gt;
Dispenses any chemical inside as a [[#Smoke|smoke]] cloud. Needs to be secured by wrenching first.&amp;lt;br&amp;gt;&lt;br /&gt;
A great alternative to [[#Smoke|smoke]] [[Grenade|grenades]], but easily incites lynch mobs.&amp;lt;br&amp;gt;&lt;br /&gt;
Can only be obtained through the circuit board being printed, and the required parts being assembled first.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Upgradeable parts&#039;&#039;&#039;:&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
Click expand to see upgrades:&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;Manipulator&#039;&#039;&#039;: Unlocks the higher range settings.&lt;br /&gt;
* &#039;&#039;&#039;Matter bin&#039;&#039;&#039;: Increases maximum capacity.&lt;br /&gt;
* &#039;&#039;&#039;Capacitor&#039;&#039;&#039;: Increases efficiency.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Metabolism==&lt;br /&gt;
When a reagent enters a body, it will then &amp;quot;tick&amp;quot; or &amp;quot;cycle&amp;quot; about every 2 seconds (these are called &amp;quot;life ticks&amp;quot;, and are not to be confused with server ticks/tickrate). When this happens the body is purged of an amount of every reagent depending on their metabolism rates. This is the rate at which the chemical disappears from your body. It doesn&#039;t matter how many chems you have in your body, as they are all metabolized separately. If you are [[Guide_to_food_and_drinks#Hunger|hungry]] (sluggish), this will happen 20% slower, which makes chemicals have a bigger total effect since they last longer without being weaker per tick. Many mobs are &amp;quot;simplemobs&amp;quot; which means they don&#039;t have bloodstreams and can thus not be poisoned, sedated or healed with medicine. Monkeys and most playable humanoids are the exceptions to this.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Active Pure Chemicals==&lt;br /&gt;
A.K.A. what happens when you eat or splash these. Their metabolism rate is 0.4u per cycle unless said otherwise. Unmentioned dispensable chemicals don&#039;t have any effects. Plasma and uranium requires you to grind mineral sheets to acquire.&lt;br /&gt;
*&#039;&#039;&#039;Chlorine&#039;&#039;&#039;: Causes {{dmgs|q|1 brute damage}} per tick to a random body part.&lt;br /&gt;
*&#039;&#039;&#039;Copper&#039;&#039;&#039;: Can be splashed on metal sheets to create bronze sheets.&lt;br /&gt;
*{{anchor|Ethanol}}&#039;&#039;&#039;Ethanol&#039;&#039;&#039;: A decent alcoholic &amp;quot;beverage&amp;quot;, with a [[Guide_to_food_and_drinks#Drinks|booze power]] of 65. Increases success rate of [[Surgery|surgery]] and flammability when applied externally. Metabolism rate 0.2.&lt;br /&gt;
*&#039;&#039;&#039;Fluorine&#039;&#039;&#039;: Causes {{dmgs|e|1 toxin damage}} per tick.&lt;br /&gt;
*&#039;&#039;&#039;Iron&#039;&#039;&#039;: Slowly restores blood volume.&lt;br /&gt;
*&#039;&#039;&#039;Lithium&#039;&#039;&#039;: Causes twitching, drooling, moaning and not being able to walk straight.&lt;br /&gt;
*&#039;&#039;&#039;Mercury&#039;&#039;&#039;: Causes 1 brain damage per tick, twitching, drooling, moaning and not being able to walk straight.&lt;br /&gt;
*&#039;&#039;&#039;[[Plasma]]&#039;&#039;&#039;: Causes {{dmgs|e|3 toxin damage}} per tick and explodes with a bright flash when heated to 320k. Not to be confused with Stable Plasma, which does nothing.&lt;br /&gt;
*&#039;&#039;&#039;Radium&#039;&#039;&#039;: Slowly causes irradiation (2 per tick). Creates glowing green goo on floor if more than 3u is spilled.&lt;br /&gt;
*&#039;&#039;&#039;Sugar&#039;&#039;&#039;: Gives nutrition. Causes hyperglycemic shock if overdosed (200u). Metabolism rate 0.8.&lt;br /&gt;
*&#039;&#039;&#039;Sulfuric Acid&#039;&#039;&#039;: Causes {{dmgs|e|1 toxin damage}} and {{dmgs|q|some instant brute damage}} to one body part when ingested, and slightly more {{dmgs|q|brute damage}} when &#039;&#039;injected&#039;&#039;. Destroys head-wear and causes {{dmgs|w|burn damage}} when sprayed or splashed on someone. Counts as a [[#Toxins|toxin]].&lt;br /&gt;
*&#039;&#039;&#039;Uranium&#039;&#039;&#039;: Causes slight (1 per tick) irradiation. Creates glowing green goo on floor if more than 3u is spilled.&lt;br /&gt;
*&#039;&#039;&#039;Welding Fuel&#039;&#039;&#039;: Causes {{dmgs|e|1 toxin damage}} per tick. Makes people flammable if splashed on.&lt;br /&gt;
== Components ==&lt;br /&gt;
These are very basic chemicals that you&#039;ll use in a lot of other more complicated chems. They can still be toxic, though.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width:100%; text-align:left; border: 3px solid #FFDD66; cellspacing=0; cellpadding=2; background-color:white;&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&#039;width:150px; background-color:#FFDD66;&#039;|Name&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&#039;width:150px; background-color:#FFDD66;&#039;|Formula&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&#039;background-color:#FFDD66;&#039;|Description&lt;br /&gt;
|-&lt;br /&gt;
!style=&#039;background-color:#FFEE88;&#039;|{{anchor|Ash}}Ash &amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Ash}}&lt;br /&gt;
|Basic ingredient in a couple of recipes.&lt;br /&gt;
|-&lt;br /&gt;
!style=&#039;background-color:#FFEE88;&#039;|Ash (Alternate Recipe) &amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Light a piece of paper on fire, and scoop up the resulting ashes with a beaker.&lt;br /&gt;
|Basic ingredient in a couple of recipes.&lt;br /&gt;
|-&lt;br /&gt;
!style=&#039;background-color:#FFEE88;&#039;|{{anchor|Carpet}}Carpet &amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Carpet}}&lt;br /&gt;
|Creates a dirty carpet on the floor.&lt;br /&gt;
|-&lt;br /&gt;
!style=&#039;background-color:#FFEE88;&#039;|{{anchor|Oil}}Oil &amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|1 part Welding Fuel&lt;br /&gt;
1 part Carbon&lt;br /&gt;
&lt;br /&gt;
1 part Hydrogen&lt;br /&gt;
|Burns in a small smoky fire, mostly used to get Ash.&lt;br /&gt;
|-&lt;br /&gt;
!style=&#039;background-color:#FFEE88;&#039;|Oil (Alternate Recipe) &amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Scoop up oil from destroyed cyborgs or robots off the ground with a beaker.&lt;br /&gt;
|Burns in a small smoky fire, mostly used to get Ash.&lt;br /&gt;
|-&lt;br /&gt;
!style=&#039;background-color:#FFEE88;&#039;|{{anchor|Phenol}}Phenol &amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Phenol}}&lt;br /&gt;
|Used for certain medical recipes.&lt;br /&gt;
|-&lt;br /&gt;
!style=&#039;background-color:#FFEE88;&#039;|{{anchor|Acetone}}Acetone &amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Acetone}}&lt;br /&gt;
|Common ingredient in other recipes.&lt;br /&gt;
|-&lt;br /&gt;
!style=&#039;background-color:#FFEE88;&#039;|{{anchor|Diethylamine}}Diethylamine &amp;lt;span style=&amp;quot;color:#604030;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Diethylamine}}&lt;br /&gt;
|A very potent fertilizer, and the base component of some medicines.&lt;br /&gt;
|-&lt;br /&gt;
!style=&#039;background-color:#FFEE88;&#039;|{{anchor|Ammonia}}Ammonia&amp;lt;span style=&amp;quot;color:#404030;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Ammonia}}&lt;br /&gt;
|An effective fertilizer which is better than what is available to the botanist initially, though it isn&#039;t as powerful as [[Diethylamine]] (results in 3 units instead of 4).&lt;br /&gt;
|-&lt;br /&gt;
!style=&#039;background-color:#FFEE88;&#039;|{{anchor|Saltpetre}}Saltpetre&amp;lt;span style=&amp;quot;color:#60A584;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Saltpetre}}&lt;br /&gt;
|Ingredient for Bath Salts and Black Powder (results in 3 units instead of 5). Increases potency of plants.&lt;br /&gt;
|-&lt;br /&gt;
!style=&#039;background-color:#FFEE88;&#039;|{{anchor|Lye}}Lye&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Lye}}&lt;br /&gt;
|Useful in the manufacturing of wax items like soap.&lt;br /&gt;
|-&lt;br /&gt;
!style=&#039;background-color:#FFEE88;&#039;|Lye (Alternate Recipe)&amp;lt;span style=&amp;quot;color:#FFFFD6;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|1 part [[#Ash|Ash]]&amp;lt;br&amp;gt;1 part Water&amp;lt;br&amp;gt;1 part Carbon&lt;br /&gt;
|Useful in the manufacturing of wax items like soap.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
== Medicines ==&lt;br /&gt;
&amp;quot;&#039;&#039;And that&#039;s how I lost my medical license!&#039;&#039;&amp;quot; Don&#039;t be this guy. Make these. Lots of these.&lt;br /&gt;
&lt;br /&gt;
See [[guide to medicine|Guide to Medicine]] for more information on what to use when.&lt;br /&gt;
===Core Healing Medicines===&lt;br /&gt;
These healing drugs form the &amp;quot;core&amp;quot; drugs used to heal the most common forms of damage. All other medical drugs outside of this section are either harder to make upgrades, or highly specific forms of healing for rarer situations.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width:100%; text-align:left; border: 3px solid #FFDD66; cellspacing=0; cellpadding=2; background-color:white;&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&#039;width:150px; background-color:#FFDD66;&#039;|Name&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&#039;width:150px; background-color:#FFDD66;&#039;|Recipe&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&#039;background-color:#FFDD66;&#039;|Treatment for&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&#039;background-color:#FFDD66;&#039;|Description&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&#039;background-color:#FFDD66;&#039;|Metabolism Rate&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&#039;background-color:#FFDD66;&#039;|Overdose Threshold&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&#039;background-color:#FFDD66;&#039;|Addiction Threshold&lt;br /&gt;
|-&lt;br /&gt;
!style=&#039;background-color:#FFEE88;&#039;|{{anchor|Silver Sulfadiazine}}Silver Sulfadiazine&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Silver Sulfadiazine}}&lt;br /&gt;
|Burn&lt;br /&gt;
|If applied by patch - Instantly heals {{dmgs|w|burn}} damage on the location it is applied to, equal to the amount applied. Will also heal an additional {{dmgs|w|0.5 burn}} damage per tick, but may also temporarily disable limbs or the player due to extreme pain.&lt;br /&gt;
On ingestion, inhalation or injection, it deals {{dmgs|e|0.5 toxin}} damage per tick instead. &lt;br /&gt;
&lt;br /&gt;
On overdose, will suffocate at {{dmgs|r|1 suffocation}} damage per tick. &lt;br /&gt;
|1.0 units per tick&lt;br /&gt;
|100 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Styptic Powder}}Styptic Powder&amp;lt;span style=&amp;quot;color:#FF9696;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Styptic Powder}}&lt;br /&gt;
|Brute&lt;br /&gt;
|If applied by patch - Instantly heals {{dmgs|q|brute}} damage on the location it is applied, equal to the amount applied. Will also heal an additional {{dmgs|q|0.5 brute}} damage per tick, but may also temporarily disable limbs or the player due to extreme pain.&lt;br /&gt;
On ingestion, inhalation or injection, it deals {{dmgs|e|0.5 toxin}} damage per tick instead. &lt;br /&gt;
&lt;br /&gt;
On overdose, will suffocate at {{dmgs|r|1 suffocation}} damage per tick. &lt;br /&gt;
|1.0 units per tick&lt;br /&gt;
|100 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Saline-Glucose Solution}}Saline-Glucose Solution&amp;lt;span style=&amp;quot;color:#DCDCDC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Saline-Glucose Solution}}&lt;br /&gt;
|Brute, burn&lt;br /&gt;
|Has a 33% chance per tick to heal {{dmgs|qw|0.5 brute|0.5 burn|}}. Can be used as a temporary substitute for blood if hooked up via IV drip or injected via a syringe.&lt;br /&gt;
On overdose, rarely deals {{dmgs|qw|1 brute|1 burn}} and metabolize 1u of salt or 1u of sugar.&lt;br /&gt;
&lt;br /&gt;
The rare damages on overdose are countered by the healing done by the saline.&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|60 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Synthflesh}}Synthflesh&amp;lt;span style=&amp;quot;color:#FFEBEB;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Synthflesh}}&lt;br /&gt;
|Brute, burn&lt;br /&gt;
|If applied by patch - Instantly heals {{dmgs|qw|brute|burn}} damage on the location it is applied to, equal to the amount applied. Will also heal an additional {{dmgs|qw|0.5 brute|0.5 burn|}} per tick, but may also temporarily disable limbs or the player due to extreme pain.&lt;br /&gt;
&amp;lt;s&amp;gt;On ingestion, inhalation or injection, it deals {{dmgs|e|2 toxin}} damage per tick instead.&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
On overdose, deals {{dmgs|e|2 toxin}} damage per tick. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;100u may be applied to a husked corpse with less than {{dmgs|w|50 burn}} damage to restore the body to normal integrity.&#039;&#039;&#039;&lt;br /&gt;
| 1.0 units per tick &lt;br /&gt;
|125 units&lt;br /&gt;
|N/A &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Charcoal}}Charcoal&amp;lt;span style=&amp;quot;color:#000000;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Charcoal}}&lt;br /&gt;
|Toxin&lt;br /&gt;
|Heals {{dmgs|e|1 toxin}} damage per tick, will also purge any other chemicals at 0.75u per tick.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Salbutamol}}Salbutamol&amp;lt;span style=&amp;quot;color:#00FFFF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Salbutamol}}&lt;br /&gt;
|Suffocation &lt;br /&gt;
|Quickly heals {{dmgs|r|3 suffocation}} damage per tick while slowing down suffocation. Overdoses cause excess Salbutamol to be metabolized into [[Histamine]] at a rate of 1u of Salbutamol to 1u of Histamine per tick.&lt;br /&gt;
|0.1 units per tick&lt;br /&gt;
|25 units &lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Bicaridine}}Bicaridine&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Bicaridine}}&lt;br /&gt;
|Brute&lt;br /&gt;
|Heals {{dmgs|q|1 brute damage}} at first, but gradually drops in efficacy as the patient&#039;s body accumulates BC1 Metabolites from processing it.&lt;br /&gt;
Overdoses cause the patient&#039;s body to rapidly purge the medicine and deal minor liver damage. &lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
| 30 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Kelotane}}Kelotane&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Kelotane}}&lt;br /&gt;
|Burn&lt;br /&gt;
|Heals {{dmgs|w|1 burn damage}} at first, but gradually drops in efficacy as the patient&#039;s body accumulates KL1 Metabolites from processing it.&lt;br /&gt;
Overdoses cause the patient&#039;s body to rapidly purge the medicine and deal minor liver damage. &lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|30 units &lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Antitoxin}}Antitoxin&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Antitoxin}}&lt;br /&gt;
|Toxin&lt;br /&gt;
|Heals {{dmgs|e|1 toxin damage}} at first, but gradually drops in efficacy as the patient&#039;s body accumulates AT1 Metabolites from processing it.&lt;br /&gt;
Overdoses cause the patient&#039;s body to rapidly purge the medicine and deal minor liver damage. &lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|30 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Dexalin}}Dexalin&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Dexalin}}&lt;br /&gt;
|Suffocation&lt;br /&gt;
|Heals {{dmgs|r|1.5 suffocation damage}} per tick&lt;br /&gt;
Overdoses cause 2 heart damage per tick.&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|30 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Dexalin+}}Dexalin Plus&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Dexalin Plus}}&lt;br /&gt;
|Suffocation&lt;br /&gt;
|Heals {{dmgs|r|3 suffocation}} damage per tick. Overdoses cause rapid heart damage at 4 per tick and are likely to lead to cardiac arrest.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|25 units&lt;br /&gt;
| N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Tricordrazine}}Tricordrazine&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Tricordazine}}&lt;br /&gt;
|All four basic types&lt;br /&gt;
|Heals {{dmgs|qwer|2 brute|2 burn|2 toxin|2 suffocation}} damage per tick, but rapidly drops in efficacy as the patient&#039;s body accumulates TC1 Metabolites from processing it. Due to its rapid metabolization and drop in efficacy, Tricordrazine is best used as an additive with other medicines or treatments for a extra burst of help, but is not going to do much when used alone.&lt;br /&gt;
Overdoses cause 1 liver damage and {{dmgs|e|2 toxin}} damage per tick&lt;br /&gt;
|1.2 units per tick &lt;br /&gt;
|30 units &lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Cryoxadone}}Cryoxadone&amp;lt;span style=&amp;quot;color:#0000C8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Cryoxadone}}&lt;br /&gt;
|All types&lt;br /&gt;
|Required for the proper function of cryogenics. It heals all types of damage very swiftly (except clone damage, which is healed very slowly), but only when in a very cold environment. Healing strength is proportional to temperature.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Pyroxadone}}Pyroxadone&amp;lt;span style=&amp;quot;color:#f7832a;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Pyroxadone}}&lt;br /&gt;
|All four basic types and cellular&lt;br /&gt;
|Inverse [[#Cryoxadone|Cryoxadone]] that heals faster the hotter the patient is. For max efficiency you need to be &#039;&#039;over&#039;&#039; 460°K and on fire. In optimal conditions every cycle will heal {{dmgs|e|15 burn}} &#039;&#039;before&#039;&#039; the damage taken from being on fire, which is usually faster than the fire hurts you (unless too hot). It will then also heal {{dmgs|qer|10 brute|10 toxin|20 suffocation}} and 10 cellular. Works on [[Guide_to_races#Jelly_and_Slime_Mutants|slimepeople]].&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Clonexadone}}Clonexadone&amp;lt;span style=&amp;quot;color:#0000C8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Clonexadone}}&lt;br /&gt;
|Clone&lt;br /&gt;
|Quickly heals clone damage, but only when in a cold environment. Healing strength is proportional to temperature. Fixes changeling sting body swaps If drunk, returning the consumer to their original form. (note, the unit amount varies due to server lag, as the clonexadone must be metabolised for 90 seconds. 35u or more should always be enough.)&lt;br /&gt;
|0.6 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Mannitol}}Mannitol&amp;lt;span style=&amp;quot;color:#DCDCFF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Mannitol}}&lt;br /&gt;
|Brain&lt;br /&gt;
|Quickly heals brain damage at 2 per tick - best used in cryo alongside Cryoxadone, but will still heal if taken via other means.&amp;lt;br /&amp;gt;Usually it has no overdose, but it has 35u overdose to brain tumor people. When overdosed, has awful brain healing to brain tumor people, at 0.1 damage per tick.&lt;br /&gt;
| 0.4 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|System Cleaner}}System Cleaner&amp;lt;span style=&amp;quot;color:#DCDCFF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/System Cleaner}}&lt;br /&gt;
|Toxin &lt;br /&gt;
|Quickly purges {{dmgs|e|2 toxin|}} damage per tick in the rare case an IPC gets said damage. Will also purge other chemicals at 1u per tick.&lt;br /&gt;
&#039;&#039;&#039;Only works on IPCs.&#039;&#039;&#039;&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Solder}}Solder&amp;lt;span style=&amp;quot;color:#DCDCFF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Solder}}&lt;br /&gt;
|Brain&lt;br /&gt;
|Quickly heals brain damage at 3 per tick, reduces hallucinations and has a chance to cure [[Guide to Traumas|mild]] and [[Guide to Traumas#Special|special brain traumas]] every tick.&lt;br /&gt;
&#039;&#039;&#039;Only works on IPCs.&#039;&#039;&#039;&lt;br /&gt;
| 0.4 units per tick&lt;br /&gt;
|N/A &lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Neurine}}Neurine&amp;lt;span style=&amp;quot;color:#EEFF8F;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Neurine}}&lt;br /&gt;
| Minor brain traumas&lt;br /&gt;
|Reacts with neural tissue, helping reform damaged connections. Chance every tick to cure [[Guide_to_Traumas#Basic_Traumas_Without_Prefix|basic traumas]]. More [[Guide_to_Traumas#Severe_Prefix|severe]] traumas usually require [[surgery]]. Quickly purges [[Guide_to_food_and_drinks#Neurotoxin |Neurotoxin]].&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
=== Superior Healing Medicines===&lt;br /&gt;
These healing drugs are harder to make than the core healing drugs, however they are significantly better at healing.&lt;br /&gt;
&lt;br /&gt;
Also, many upgraded drugs can be overdosed with, leading to a negative outcome. Be sure to monitor how many units of chemicals someone is injected with.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width:100%; text-align:left; border: 3px solid #FFDD66; cellspacing=0; cellpadding=2; background-color:white;&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; |Name &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; |Recipe&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Treatment for&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Description&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Metabolism Rate&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Overdose Threshold &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; | Addiction Threshold&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Salicyclic Acid}}Salicyclic Acid&amp;lt;span style=&amp;quot;color:#D2D2D2;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Salicyclic Acid}}&lt;br /&gt;
|Brute&lt;br /&gt;
| Heals {{dmgs|q|3 brute damage}} per tick, but causes exhaustion while it is healing. Overdoses cause 2 liver and {{dmgs|e||3 toxin|}} damage per tick, but also double the {{dmgs|q|brute|}} healing. &lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|25 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Oxandrolone}}Oxandrolone&amp;lt;span style=&amp;quot;color:#F7FFA5;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Oxandrolone}}&lt;br /&gt;
|Burn&lt;br /&gt;
|Heals {{dmgs|w|3 burn damage}} per tick, but causes exhaustion while it is healing. Overdoses cause 2 liver and {{dmgs|e|3 toxin|}} damage per tick, but also double the {{dmgs|w|burn|}} healing.&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|25 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Carthatoline}}Carthatoline&amp;lt;span style=&amp;quot;color:#225722;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Carthatoline}}&lt;br /&gt;
|Toxin&lt;br /&gt;
|Heals {{dmgs|e|3 toxin damage}} per tick while purging toxic chems at a rate of 1u per tick as well as being very likely to cause vomiting. Overdoses cause 2 brain damage per tick.&lt;br /&gt;
|0.4 units per tick &lt;br /&gt;
|25 units&lt;br /&gt;
| N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Omnizine}}Omnizine&amp;lt;span style=&amp;quot;color:#DCDCDC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Grown from Ambrosia Deus or found in heated Donk Pockets&lt;br /&gt;
|Brute, burn, toxin and suffocation &lt;br /&gt;
|Heals {{dmgs|qwer|0.5 brute|0.5 burn|0.5 toxin|0.5 suffocation}} damages per tick except cellular. If overdosed it will deal {{dmgs|qwer|1.5 brute|1.5 burn|1.5 toxin|1.5 suffocation}} per tick but not cellular damage.&lt;br /&gt;
|0.1 units per tick&lt;br /&gt;
| 30 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Pentetic Acid}}Pentetic Acid&amp;lt;span style=&amp;quot;color:#E6FFF0;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Pentetic Acid}}&lt;br /&gt;
|Radiation, toxin&lt;br /&gt;
|Treats massive radiation exposure extremely well but has deminishing returns the lower radiation you have. Treats {{dmgs|e|2 toxin|}} damage a tick but purges all other chemicals from body at a rate of 2u per tick, including medicines.&amp;lt;br&amp;gt;Other [[#Carthatoline|anti-toxins]] should be used instead if only treating toxin damage.&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Perfluorodecalin}}Perfluorodecalin&amp;lt;span style=&amp;quot;color:#FF6464;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Perfluorodecalin}}&lt;br /&gt;
|Suffocation&lt;br /&gt;
| Heals suffocation damage incredibly quickly at a rate of {{dmgs|r|10 suffocation}} per tick. which can allow you to spacewalk. Also heals your lungs 2 damage per tick, but will cause {{dmgs|e|2 toxin|}} damage per tick. Overdoses cause 2 heart damage per tick.&lt;br /&gt;
|0.1 units per tick&lt;br /&gt;
|30 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Atropine}}Atropine&amp;lt;span style=&amp;quot;color:#000000;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Atropine}} &lt;br /&gt;
|Brute, Burn, Toxin and Suffocation&lt;br /&gt;
|Rapidly stabilizes and heals anyone in or near critical condition by healing {{dmgs|qwer|4 brute|4 burn|4 toxin|5 suffocation}} damages per tick, but causes dizziness and jittering. Overdoses will cause excess Atropine to be rapidly metabolized into [[Histamine]], at a rate of 3u of Histamine for 2u of Atropine.&lt;br /&gt;
|0.1 units per tick&lt;br /&gt;
|15 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Calomel}}Calomel&amp;lt;span style=&amp;quot;color:#19C832;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Calomel}}&lt;br /&gt;
|Purge&lt;br /&gt;
|Quickly purges the body of all chemicals at 2.5u per tick.&lt;br /&gt;
&#039;&#039;&#039;If your health is above 20, {{dmgs|e|2.5 toxin|}} damage is dealt per tick.&#039;&#039;&#039;&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Hepanephrodaxon}}Hepanephrodaxon&amp;lt;span style=&amp;quot;color:#D2691E;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Hepanephrodaxon}}&lt;br /&gt;
|Liver, Toxin&lt;br /&gt;
|Superior anti-toxin that heals {{dmgs|e|6 toxin|}} damage per tick and also heals liver damage at a quick rate of 4 damage per tick, so long as the liver is still functional, but causes confusion. Overdoses cause brain 2 damage per tick and more severe confusion. Extremely fast metabolization.&lt;br /&gt;
|3.75 units per tick&lt;br /&gt;
|10 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Mutadone}}Mutadone&amp;lt;span style=&amp;quot;color:#5096C8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Mutadone}}&lt;br /&gt;
|Genetic&lt;br /&gt;
|Removes all your genetic mutations, this can&#039;t humanize monkeys.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Inaprovaline}}Inaprovaline&amp;lt;span style=&amp;quot;color:#5096C8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Wave the meditopia banner around.&lt;br /&gt;
|Oxygen&lt;br /&gt;
|Stabilizes the breathing of patients. Good for those in critical condition.&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|}&lt;br /&gt;
===Unique Healing Medicines===&lt;br /&gt;
These healing drugs preform a unique function that is not commonly used or seen in game.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width:100%; text-align:left; border: 3px solid #FFDD66; cellspacing=0; cellpadding=2; background-color:white;&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; | Name&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; |Recipe&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Treatment for&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Description&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Metabolism Rate&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Overdose Threshold&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Addiction Threshold&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Potassium Iodide}}Potassium Iodide&amp;lt;span style=&amp;quot;color:#14FF3C;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Potassium Iodide}}&lt;br /&gt;
|Radiation&lt;br /&gt;
|Reduces low radiation damage very effectively.&lt;br /&gt;
|0.8 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Ephedrine}}Ephedrine&amp;lt;span style=&amp;quot;color:#D2FFFA;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Ephedrine}} &lt;br /&gt;
|Stun&lt;br /&gt;
|Reduces stun times, increases run speed.&amp;lt;br&amp;gt;If overdosed it will deal {{dmgs|er|toxin| suffocation}} damage and will cause seizures also has a chance to make you drop the thing you were holding..&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|30 units&lt;br /&gt;
|25 units&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Diphenhydramine}}Diphenhydramine&amp;lt;span style=&amp;quot;color:#64FFE6;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Diphenhydramine}}&lt;br /&gt;
|Histamine Overdose&lt;br /&gt;
|Purges body of lethal Histamine at a rate of 3u per tick and reduces jitteriness while causing minor drowsiness. &lt;br /&gt;
|0.2 units per tick &lt;br /&gt;
|N/A&lt;br /&gt;
| N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Meclizine}}Meclizine&amp;lt;span style=&amp;quot;color:#CECECE;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Meclizine}}&lt;br /&gt;
|Vomiting&lt;br /&gt;
|Prevents vomiting and has a small chance to heal {{dmgs|e|1 toxin|}} damage. Overdosing causes {{dmgs|e|2 toxin|}} damage and 2 stomach damage per tick.&lt;br /&gt;
|0.25 units per tick&lt;br /&gt;
|25&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Morphine}}Morphine&amp;lt;span style=&amp;quot;color:#A9FBFB;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Morphine}}&lt;br /&gt;
|Movement Speed&lt;br /&gt;
|Will allow you to walk faster. Will make you feel tired after 12 cycles and will knock you out after 24.&amp;lt;br&amp;gt;If overdosed it will cause jitteriness, dizziness, force the victim to drop items in their hands and eventually deal {{dmgs|e|toxin|}} damage. &lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|30 units&lt;br /&gt;
|25 units&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Oculine}}Oculine&amp;lt;span style=&amp;quot;color:#FFFFFF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Oculine}}&lt;br /&gt;
|Eye&lt;br /&gt;
|Quickly heals eye damage and reverts blindness.&lt;br /&gt;
|0.1 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
| N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Inacusiate}}Inacusiate&amp;lt;span style=&amp;quot;color:#6600FF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Inacusiate}}&lt;br /&gt;
|Ear&lt;br /&gt;
|Instantly removes all ear damage. (Results in 2 units instead of 3)&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Epinephrine}}Epinephrine&amp;lt;span style=&amp;quot;color:#D2FFFA;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Epinephrine}}&lt;br /&gt;
|Stun + Brute, burn, suffocation and toxin&lt;br /&gt;
|20% chance each tick to reduce knockout/stun effects, minor stamina regeneration buff. Prevents {{dmgs|r|suffocation}} damage from going over 35. If the patient is in crit, it heals {{dmgs|qwer|0.5 brute|0.5 burn|0.5 toxin|0.5 suffocation}} damages per tick.&amp;lt;br&amp;gt;If overdosed will deal {{dmgs|e|toxin|}} and stamina damage, and cause {{dmgs|r|suffocation}}. This is in the EpiPens.&lt;br /&gt;
|0.1 units per tick&lt;br /&gt;
|30 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Antihol}}Antihol&amp;lt;span style=&amp;quot;color:#00B4C8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Antihol}}&lt;br /&gt;
|Alcohol&lt;br /&gt;
| Helps remove Alcohol from someone&#039;s body, as well as eliminating its side effects and slowly healing {{dmgs|e|toxin|}} damage.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Stimulants}}Stimulants&amp;lt;span style=&amp;quot;color:#78008C;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Traitor Adrenals or Stimpack&lt;br /&gt;
|Stun&lt;br /&gt;
|Increases run speed and eliminates stuns, can heal all four basic damage types at a rate {{dmgs|qwer|1 brute|1 burn|1 toxin|1 suffocation}} per tick if your total damage is below 50.&amp;lt;br&amp;gt;If overdosed it will deal {{dmgs|e|toxin}} damage and stun.&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
| 60 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Insulin}}Insulin&amp;lt;span style=&amp;quot;color:#FFFFF0;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Included in the &amp;quot;&#039;&#039;Medicals Supplies Crate&#039;&#039;&amp;quot; at Cargo.&lt;br /&gt;
|Sugar Dependency&lt;br /&gt;
|Increases sugar depletion by 3u per tick and can wake you up from a hyperglycemic shock faster.&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Strange Reagent}}Strange Reagent&amp;lt;span style=&amp;quot;color:#A0E85E;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Strange Reagent}}&lt;br /&gt;
|Death&lt;br /&gt;
|A miracle drug that can bring a dead body back to life! If the corpse has suffered more than 100 {{dmgs|q|brute|}} or {{dmgs|w|burn|}} damage it will fail, however.&amp;lt;br&amp;gt;If used on a living person it will deal minor amounts of {{dmgs|qw|brute|burn}} damage each tick.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Synaptizine}}Synaptizine&amp;lt;span style=&amp;quot;color:#FF00FF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Synaptizine}}&lt;br /&gt;
|Hallucination Decrease&lt;br /&gt;
|Helps Hallucinations go away much faster and helps you recover from stuns and knockdowns faster. Also Purges Mindbreaker Toxin very quickly. Deals {{dmgs|e|1 toxin}} damage per tick. Use after the super matter deliminates to stop all hallcuincations.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Rezadone}}Rezadone&amp;lt;span style=&amp;quot;color:#669900;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Rezadone}}&lt;br /&gt;
| Cellular Damage Healing&lt;br /&gt;
|Instantly heals all cellular damage, while healing damage to the body parts. If overdosed deals {{dmgs|e|1 toxin}} damage per tick. Very good for speedcloning.&lt;br /&gt;
&#039;&#039;&#039;5 units applied to a husk with less than {{dmgs|w|50 burn}} damage will unhusk it.&#039;&#039;&#039;&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|30 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Spaceacillin}}Spaceacillin&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Spaceacillin}}&lt;br /&gt;
|Infections&lt;br /&gt;
|An all-purpose antiviral agent. Prevents you from spreading any virus in your body.&lt;br /&gt;
|0.04 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Miner&#039;s Salve}}Miner&#039;s Salve&amp;lt;span style=&amp;quot;color:#6D6374;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Miner&#039;s Salve}}&lt;br /&gt;
| Improvised Patch Healing Chem&lt;br /&gt;
|Slowly heals {{dmgs|qw|brute|burn|}}, but prevents you from telling how injured you are. Causes stomach cramps if not applied via touch/patch. Increases the success chance of surgical steps by 10% if applied via touch/patch.&lt;br /&gt;
|0.16 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Haloperidol}}Haloperidol&amp;lt;span style=&amp;quot;color:#27870a;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Haloperidol}}&lt;br /&gt;
|Anti-Drug and Light Sedative&lt;br /&gt;
|Helps fight against the effects of most drugs, while purging them at a rate of 5u per tick. However also causes drowsiness and stamina damage and has a small chance to cause brain damage each tick.&lt;br /&gt;
|0.16 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Leporazine}}Leporazine &amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Leporazine}}&lt;br /&gt;
|Body temperature&lt;br /&gt;
|Keeps a patient&#039;s body temperature stable, but if overdosed will cause wild fluctuations in body temperature instead.&lt;br /&gt;
| 0.1 units per tick&lt;br /&gt;
|30 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Corazone}}Corazone&amp;lt;span style=&amp;quot;color:#F5F5F5;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Corazone}}&lt;br /&gt;
|Heart attack&lt;br /&gt;
|Helps prevent cardiac arrest and liver failure, also heals 1.5 heart damage per tick. Overdoses cause Corazone to be metabolized into [[Histamine]] at a rate of 1u per tick.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|20 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Psicodine}}Psicodine&amp;lt;span style=&amp;quot;color:#F5F5F5;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Psicodine}}&lt;br /&gt;
|Phobias and Mood &lt;br /&gt;
|Suppresses phobias and turns bad mood into neutral mood. Also reduces [[Status_Effects#Jitteriness|jitteriness]], [[Status_Effects#Dizziness|dizziness]], [[Status_Effects#Confusion|confusion]] and [[Status_Effects#Disgust|disgust]]. If overdosed it causes [[Status_Effects#Hallucinations|hallucinations]] and {{dmgs|e|1 toxin}} damage per tick.&lt;br /&gt;
|0.1 units per tick&lt;br /&gt;
|30 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Energized Jelly}}Energized Jelly&amp;lt;span style=&amp;quot;color:#CAFF43;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Energized Jelly}}&lt;br /&gt;
|Stun&lt;br /&gt;
|Reduces stun times by around 60% (depends) for [[Guide_to_races#Jellypeople|jellypeople]], while also speeding up [[Guide_to_races#Luminescents|Luminescent&#039;s]] cooldowns. Non-jelly lifeforms will just get shocked.&lt;br /&gt;
| 0.4 units per tick&lt;br /&gt;
| N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Regenerative Jelly}}Regenerative Jelly&amp;lt;span style=&amp;quot;color:#CAFF43;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Regenerative Jelly}}&lt;br /&gt;
|Healing&lt;br /&gt;
|Gradually regenerates all four types of basic damage at a rate of {{dmgs|qwer|0.5 brute|0.5 burn|0.5 toxin|0.5 suffocation}} per tick, without harming [[Guide_to_races#Oozeling|Oozling]] anatomy.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Polypyrylium Oligomers}}Polypyrylium Oligomers&amp;lt;span style=&amp;quot;color:#9423FF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Polypyrylium Oligomers}}&lt;br /&gt;
| Healing&lt;br /&gt;
| Heals your lungs for 0.25 damage and your body {{dmgs|q|0.35 brute}} damage per tick, has a 50% chance to reduce bleeding each tick. Changes your hair and beard color to purple.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|50 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Silibinin}}Silibinin&amp;lt;span style=&amp;quot;color:#FFFFD0;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Silibinin}}&lt;br /&gt;
|Healing &lt;br /&gt;
|Heals 2 liver damage per tick.&lt;br /&gt;
|0.6 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Earthsblood}}Earthsblood&amp;lt;span style=&amp;quot;color:#FFAF00;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Earthsblood}}&lt;br /&gt;
|Healing&lt;br /&gt;
|Heals {{dmgs|qwer|3 brute|3 burn|3 toxin|15 suffocation}}, 1 cellular and 30 stamina damage per tick and causes 1 brain damage per tick (max 150). Causes jitteriness and gets you drugged. Overdose causes hallucinations and {{dmgs|e|toxin}} damage.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|25 units&lt;br /&gt;
|N/A &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==Narcotics==&lt;br /&gt;
Narcotics are highly addicitve drugs that can aggressively, or passively, provide a benefit. Be wary as its very easy to become addicted, or overdose, on a narcotic.&lt;br /&gt;
&lt;br /&gt;
As a general rule of thumb, the more of a positive effect (or any effect) a narcotic can provide, the easier it is to get addicted or overdose on it.&lt;br /&gt;
&lt;br /&gt;
People who overdose or get addicted to Narcotics tend to usually end up dying to the negative effects or requiring immedient medical attention. Take in moderation.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width:100%; text-align:left; border: 3px solid #FFDD66; cellspacing=0; cellpadding=2; background-color:white;&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; |Name&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; |Recipe&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Description&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Metabolism Rate&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Overdose Threshold&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Addiction Threshold&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Nicotine}}Nicotine&amp;lt;span style=&amp;quot;color:#60A584;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Grown in tobacco or found in cigarettes.&lt;br /&gt;
|Slightly reduces stun times.&lt;br /&gt;
If overdosed, will deal negligeable ammount of toxin damage.&lt;br /&gt;
|0.05 units per tick&lt;br /&gt;
|15 units&lt;br /&gt;
|10 units&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Krokodil}}Krokodil&amp;lt;span style=&amp;quot;color:#0064B4;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Krokodil}}&lt;br /&gt;
|Provides messages of calmness and protection.&amp;lt;br&amp;gt;If overdosed it will deal significant Brain and {{dmgs|e|toxin}} damage.&amp;lt;br&amp;gt;On withdrawal will begin to deal fatal amounts of {{dmgs|q|brute}} damage as the subjects skin falls off.&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|20 units&lt;br /&gt;
|15 units&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Crank}}Crank&amp;lt;span style=&amp;quot;color:#FA00C8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Crank}}&lt;br /&gt;
|Reduces stun times by about 200%.&amp;lt;br&amp;gt;If overdosed or addicted it will deal significant {{dmgs|qe|brute|toxin}} and Brain damage.&lt;br /&gt;
| 0.2 units per tick&lt;br /&gt;
|20 units&lt;br /&gt;
|10 units&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Methamphetamine}}Methamphetamine&amp;lt;span style=&amp;quot;color:#FAFAFA;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Methamphetamine}}&lt;br /&gt;
|Every chemist&#039;s favorite, and the leading cause of chemist deaths.&lt;br /&gt;
Reduces stun times by about 300%. Allows the user to quickly recover stamina while dealing a small amount of Brain damage.&amp;lt;br&amp;gt;If overdosed the subject will move, laugh, and drop items randomly while suffering from {{dmgs|e|toxin}} and Brain damage.&amp;lt;br&amp;gt;On withdrawal the subject will constantly jitter and drool, before becoming dizzy and losing motor control and eventually suffer heavy {{dmgs|e|toxin}} damage.&amp;lt;br&amp;gt;A great deal of caution must be taken when heating this chemical, as it will explode if it reaches a temperature of or greater than 380 k.&lt;br /&gt;
|0.3 units per tick&lt;br /&gt;
|20 units&lt;br /&gt;
|10 units&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Bath Salts}}Bath Salts&amp;lt;span style=&amp;quot;color:#FAFAFA;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Bath Salts}}&lt;br /&gt;
|Makes the subject nearly impervious to stuns, however the subject will suffer {{dmgs|e|toxin}} and Brain damage, constant hallucinations and will lose motor control.&amp;lt;br&amp;gt;If overdosed the subject will lose even more motor control, drool and drop items in their hand.&amp;lt;br&amp;gt;On withdrawal the subject will suffer very severe Brain damage, severe hallucinations, complete loss of motor control and eventually fatal amounts of {{dmgs|e|toxin}} damage. &lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
| 20 units&lt;br /&gt;
|10 units&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Aranesp}}Aranesp&amp;lt;span style=&amp;quot;color:#78FFF0;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Aranesp}}&lt;br /&gt;
|The subject will think they are &amp;quot;amped&amp;quot; and regenerate stamina, however the drug typically causes the subject to {{dmgs|r|suffocate}} to death. Also deals minor {{dmgs|e|toxin}} damage and prevents the user from blocking.&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Space Drugs}}Space Drugs&amp;lt;span style=&amp;quot;color:#60A584;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Space Drugs}}&lt;br /&gt;
|An illegal compound which induces a number of effects such as loss of balance and visual artefacts. If overdosed causes hallucinations.&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|30 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Happiness}}Happiness&amp;lt;span style=&amp;quot;color:#0000C8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Happiness}}&lt;br /&gt;
|Suppresses phobias and fills you with ecstasic emotional numbness. Removes jitteriness, confusion and disgust. Causes 0.2 brain damage per tick. Highly addictive. If overdosed causes sudden mood swings and an additional 0.5 brain damage per tick. On withdrawal it will slowly drive your mood to &amp;quot;insane&amp;quot;. Be sure to cool the Nitrous Oxide down before mixing or your plasma will explode in your face!&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|20 units&lt;br /&gt;
|10 units&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Modafinil}}Modafinil&amp;lt;span style=&amp;quot;color:#BEF7D8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Modafinil}}&lt;br /&gt;
|Slowly-metabolizing medicine. Heals dizziness, drowsiness, sleep and heats you up if frozen, similarly to Coffee Latte.&lt;br /&gt;
Gives 15 stamina regeneration and slightly increase speed. If overdosed causes jitteriness, stuttering, dizziness (later), 50% chance to choke. After 41 cycles 20% chance to stun you. Cycle 82 puts you into endless sleep while constantly dealing 1.5 stamina and {{dmgs|r|suffocation}} damage.&lt;br /&gt;
|0.02-0.08 units per&amp;amp;nbsp;tick&lt;br /&gt;
|Random, initially 20 but goes up or down 0.1u each tick.&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Ketamine}}Ketamine&amp;lt;span style=&amp;quot;color:#C9C9C9;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Ketamine}}&lt;br /&gt;
|A Dissociative Anesthetic. Causes Hallucinations, Allows User to Ignore the Damage Slowdown(Like Morphine). Reduces Jitters and Confusion, and provides a mood boost if disgusted. Will eventually knock you out.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Overdose: Gives you a split personality. No more slowdown ignore. Hallucinations are worse. &lt;br /&gt;
|0.5 Units Per Tick&lt;br /&gt;
|16 Units&lt;br /&gt;
|8 Units&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |Nooartium▮ &lt;br /&gt;
|1u atropine, 1u morphine, 1u teslium, 1u tricordrazine Heat to 575 for 1u of Nooartium (Note: It is advised to heat other chemicals before adding the teslium) &lt;br /&gt;
|Deals constant and severe (some irreperable) damage to the heart in exchange for immunity to crit &amp;amp; stamina crit, damage slowdown, knockout from oxygen deprivation and death as resistance to stun. Can also be used on a corpse for temporary revival. If the user has taken enough Nooartium that it is still in their system after 3 minutes, whenever it does eventually run out they will suffer a fatal heart attack.&lt;br /&gt;
&lt;br /&gt;
Note that the repairable damage done to the users heart is increased based on how much brute &amp;amp; burn damage they take while under the drugs influence. Should your heart give out, even while under the influence of Nooartium, you will lose all benefits and die immediately. &lt;br /&gt;
|0.2 units per tick &lt;br /&gt;
|25u &lt;br /&gt;
|N/A&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Pyrotechnics==&lt;br /&gt;
The manipulation of fire and matter.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width:100%; text-align:left; border: 3px solid #FFDD66; cellspacing=0; cellpadding=2; background-color:white;&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; |Name&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; |Recipe&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Stabilizing Agent}}Stabilizing Agent&amp;lt;span style=&amp;quot;color:#FFFF00;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Stabilizing Agent}}&lt;br /&gt;
|When mixed with certain pyrotechnics, it stabilizes the reaction and prevents the reaction for usage later. The stabilizing agent is not consumed when stabilizing explosives, and one unit is enough to stabilize any amount of explosives. &#039;&#039;&#039;This does not work on everything, so be warned!&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Foam Surfactant}}Foam Surfactant&amp;lt;span style=&amp;quot;color:#9E6B38;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Fluorosurfactant}}&lt;br /&gt;
|Also known as Fluorosurfactant. Creates a large amount of foam when mixed with an equal amount of water. This foam carries any reagents along with it in the container, allowing you to apply reagents to large areas at a time. The foam will apply any carried reagents to any walls, floors, objects, or people and animals in the area of the foam. The reagents will be absorbed through a mob&#039;s exposed skin and somewhat through clothes unless completely impermeable(hardsuit/biohazard/medical gear). Foam is slippery!&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Firefighting Foam}}Firefighting Foam&amp;lt;span style=&amp;quot;color:#A6FAFF55;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Firefighting Foam}} &lt;br /&gt;
|A historical fire suppressant. Originally believed to simply displace oxygen to starve fires, it actually interferes with the combustion reaction itself. Vastly superior to the cheap water-based extinguishers. When used in a spray or with smoke it creates a non-slippery foam which extinguishes fires and burning creatures, and removes burning plasma from the air&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Smoke}}Smoke&amp;lt;span style=&amp;quot;color:#C8C8C8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Smoke}}&lt;br /&gt;
|This creates a large cloud of smoke that will take on the properties of everything (if anything) in the container of the reaction. The chemicals in the smoke will touch and react with everything that the smoke touches. Mobs caught within the smoke cloud without wearing a gas mask or breathing through a gas tank will ingest the smoke chemicals. Great for distributing toxins in a crowded area. Can be stabilized with Stabilizing Reagent. If stabilized, heat to 374K to activate.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Flash Powder}}Flash Powder&amp;lt;span style=&amp;quot;color:#C8C8C8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Flash Powder}}&lt;br /&gt;
| Flashes in a radius that scales up with the amount detonated. Can be stabilized with Stabilizing Reagent. If stabilized, heat to 374K to activate.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Phlogiston}}Phlogiston&amp;lt;span style=&amp;quot;color:#FA00AF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Phlogiston}}&lt;br /&gt;
|Turns into a spreading plasma fire if not stabilized during mixing. Makes you burn longer, and ignites you. Deals increasing {{dmgs|w|burn}} damage based on how much you&#039;re burning up to {{dmgs|w|4 burn}} damage every 3 seconds. Can be stabilized with Stabilizing Reagent.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Napalm}}Napalm&amp;lt;span style=&amp;quot;color:#FA00AF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Napalm}}&lt;br /&gt;
|A substance that burns for much longer then other fuels. Inject it into someone and then apply heat for a warm toasty fireball human.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Sonic Powder}}Sonic Powder&amp;lt;span style=&amp;quot;color:#C8C8C8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Sonic Powder}}&lt;br /&gt;
|Deafens in a radius that scales up with the amount detonated. Can be stabilized with Stabilizing Reagent. If stabilized, heat to 374K to activate. &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Pyrosium}}Pyrosium&amp;lt;span style=&amp;quot;color:#64FAC8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Pyrosium}}&lt;br /&gt;
|Comes into existence at 20K. As long as there is sufficient oxygen for it to react with, Pyrosium slowly heats all other reagents in the container up. Useful for delayed reactions.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Cryostylane}}Cryostylane&amp;lt;span style=&amp;quot;color:#0000DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Cryostylane}}&lt;br /&gt;
| Comes into existence at 20K. As long as there is sufficient oxygen for it to react with, Cryostylane slowly cools all other reagents in the container down. Useful for delayed reactions.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Chlorine Trifluoride}}Chlorine Trifluoride&amp;lt;span style=&amp;quot;color:#FFC8C8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Chlorine Trifluoride}}&lt;br /&gt;
|When created it will create a temporary 3x3 fireball. Comes into existence at 1000K. A flammable substance so dangerous it can burn through the hull of the station. It lights you on fire when it comes into contact with you, and if it gets inside of you will burn you from the inside out. It metabolizes out of your body extremely fast, however.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Sorium}}Sorium&amp;lt;span style=&amp;quot;color:#5A64C8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Sorium}}&lt;br /&gt;
| When detonated it will send any movable object or person flying away from the detonation point. Can be stabilized with Stabilizing Reagent. If stabilized, heat to 474K to activate.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Liquid Dark Matter}}Liquid Dark Matter&amp;lt;span style=&amp;quot;color:#210021;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Liquid Dark Matter}}&lt;br /&gt;
|When detonated it will suck in any movable object or person. Can be stabilized with Stabilizing Reagent. If stabilized, heat to 474K to activate.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |Meth Explosion&amp;lt;span style=&amp;quot;color:#FAFAFA;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Meth Explosion}}&lt;br /&gt;
|If you are making Methamphetamine and mixing the ephedrine last, make sure you&#039;re using a chilled container, or it&#039;ll blow up just as if it was overheated. Definitely safer to just make the ephedrine separately. Blows up with the same strength as Black Powder.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Black Powder}}Black Powder&amp;lt;span style=&amp;quot;color:#000000;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Black Powder}} &lt;br /&gt;
|Sparks, and then creates a violent explosion when heated to 474K.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Nitroglycerin}}Nitroglycerin&amp;lt;span style=&amp;quot;color:#808080;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Nitroglycerin}}&lt;br /&gt;
| A heavy, colourless, oily, explosive liquid obtained by nitrating glycerol. Explodes immediately on mixing (results in 2 units instead of 3). Can be stabilized with Stabilizing Reagent. If stabilized, heat to 474K to activate.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Explosion}}Explosion&lt;br /&gt;
|{{RecursiveChem/Explosion}}&lt;br /&gt;
|This explodes immediately on mixing, which may knock you over or even kill you. Only useful in grenade production.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Plasma Flash}}Plasma Flash&lt;br /&gt;
|{{RecursiveChem/Plasma_Flash}}&lt;br /&gt;
|Makes a small explosion with a bright light and fire, igniting everyone nearby.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Holy Explosion}}Holy Explosion&lt;br /&gt;
|{{RecursiveChem/Holy Explosion}}&lt;br /&gt;
|This explodes immediately on mixing. If it combined at least 75 of each reagent, it results in a more powerful explosion, which also paralyzes and reveals [[revenant]]s and sets nearby [[Blood Cult|cultists]] on fire. Otherwise it behaves like a normal Water-Potassium explosion.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|EMP}}EMP&lt;br /&gt;
|{{RecursiveChem/EMP}}&lt;br /&gt;
|This reacts immediately on mixing, creating an electromagnetic pulse which affects electronics nearby; such as temporarily deactivating energy weapons, cameras. Radius depends on amount mixed. Has 50/50 chance to open locked containers.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Tesla Shock}}Tesla Shock&lt;br /&gt;
|{{RecursiveChem/Tesla Shock}} &lt;br /&gt;
|This reacts immediately on mixing, shooting electric bolts to anyone near the reaction, shocking people and disabling/damaging electronics.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Thermite}}Thermite&amp;lt;span style=&amp;quot;color:#550000;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Thermite}}&lt;br /&gt;
|A mixture that becomes extremely hot when ignited, and which can burn straight through walls when applied and ignited. Doesn&#039;t work on Lockers or Crates(sadly). Causes minor {{dmgs|w|burn}} damage to humans when ingested.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Bee Explosion}}Bee Explosion&lt;br /&gt;
|{{RecursiveChem/Bee Explosion}} &lt;br /&gt;
|This reacts immediately on mixing, spawning 1 aggressive bee per 15u.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Other Recipes==&lt;br /&gt;
These are either pure reactions that typically leave nothing remaining or other chemicals that have non-medicinal uses. Many of these are useful in the manufacture of grenades, but many can be quite dangerous.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width:100%; text-align:left; border: 3px solid #FFDD66; cellspacing=0; cellpadding=2; background-color:white;&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; |Name &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; |Formula&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Description&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Plastic Sheets}}Plastic Sheets&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Plastic Sheets}}&lt;br /&gt;
| Creates Plastic sheets. 1 Plastic sheet per 10u of solution. Can be used in hand to craft plastic bottles (they work just like beakers)&amp;lt;br&amp;gt;Required to print certain items such as surgical drapes or Plumbing Constructor in the protolathes.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Barber&#039;s Aid}}Barber&#039;s Aid&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Barber&#039;s Aid}}&lt;br /&gt;
|Changes your hair style, useful if you are bald! (Results in 5 units instead of 3)&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Barbers A}}Concentrated Barber&#039;s Aid&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Concentrated Barber&#039;s Aid}}&lt;br /&gt;
|Grows your hair very long!&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Barber&#039;s Afro Mania}}Barber&#039;s Afro Mania&amp;lt;span style=&amp;quot;color:##FF8800;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Barber&#039;s Afro Mania}}&lt;br /&gt;
|Makes you grow an afro. Unleash the funk within you.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Barbers Shaving Aid}}Barber&#039;s Shaving Aid&amp;lt;span style=&amp;quot;color:#C0FFAB;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Barber&#039;s Shaving Aid}}&lt;br /&gt;
|&amp;quot;It seems I messed up. Time to go bald.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Candle}}Candle&lt;br /&gt;
|{{RecursiveChem/Candle}}&lt;br /&gt;
|Creates a red candle for use in decoration or rituals.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Carbon Dioxide}}Carbon Dioxide&lt;br /&gt;
|{{RecursiveChem/Carbon Dioxide}}&lt;br /&gt;
|What the fuck is carbon dioxide? It will create [[Guide_to_Atmospherics#CO2|CO&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;]] in gas form. Might be useful for creative traitors.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Colorful Reagent}}Colorful Reagent&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Colorful Reagent}}&lt;br /&gt;
|Use this to color EVERYTHING! Keep away from the clown and assistants!&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Condensed Capsaicin}}Condensed Capsaicin&amp;lt;span style=&amp;quot;color:#B31008;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Condensed Capsaicin}}&lt;br /&gt;
|A chemical agent used for self-defense and in police work. Also known as &#039;Pepper Spray&#039; (results in 5 units instead of 6).&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Life}}Life&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Life}}&lt;br /&gt;
|Creates a or multiple very unpleseant life forms. You always want to have Security on hot standby if you attemtp this. (Results in 1 unit instead of 3)&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Life Friendly}}Life Friendly&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Life Friendly}}&lt;br /&gt;
|Creates a or multiple friendly life forms. If you want to have some fun creating life and not end up getting exectuted by security (Results in 1 unit instead of 3) &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Corgium}}Corgium&lt;br /&gt;
|{{RecursiveChem/Corgium}}&lt;br /&gt;
|Creates your own Corgi! Turns you into a Corgi if ingested.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Cryptobiolin}}Cryptobiolin&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Cryptobiolin}}&lt;br /&gt;
|Causes confusion and dizziness. This is essential to make Spaceacillin.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Drying Agent}}Drying Agent&amp;lt;span style=&amp;quot;color:#A70FFF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Drying Agent}}&lt;br /&gt;
|Creates a solution that when applied to galoshes, causes them to be extra absorbent and dry any wet tiling they step on (results in 3 units instead of 4). &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Foaming Agent}}Foaming Agent&amp;lt;span style=&amp;quot;color:#664B63;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Foaming Agent}}&lt;br /&gt;
|Used in Metal Foam production. Creates 1 unit instead of 2.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Smart Foaming Agent}}Smart Foaming Agent&amp;lt;span style=&amp;quot;color:#664B63;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Smart Foaming Agent}}&lt;br /&gt;
|Used in Smart Metal Foam production. Creates 3 units instead of 5.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Fluorosulfuric Acid}}Fluorosulfuric Acid&amp;lt;span style=&amp;quot;color:#5050FF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Fluorosulfuric Acid}}&lt;br /&gt;
|A highly caustic and dangerous substance. Keep away from faces and valuable equipment. Used in some other recipes.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Glycerol}}Glycerol&amp;lt;span style=&amp;quot;color:#808080;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Glycerol}}&lt;br /&gt;
|Requires blended corn, so thus help from the botanist. This is only useful in other reactions (results in 1 unit instead of 4). Slippery like water.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Solid Gold}}Solid Gold&amp;lt;span style=&amp;quot;color:#FFD700;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Solid Gold}}&lt;br /&gt;
|Solidifies a sheet of gold into your hand. Requires Frost Oil, thus help from botany.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Solid Adamantine}}Solid Adamantine&amp;lt;span style=&amp;quot;color:#E0FFFF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Solid Adamantine}}&lt;br /&gt;
|Creates a single sheet of Adamantine in your hand. Requires Frost Oil, thus help from Botany.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Quantum Hair Dye}}Quantum Hair Dye&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Quantum Hair Dye}}&lt;br /&gt;
|Changes your hair color when you apply or spray it! (Results in 5 units instead of 3)&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Laughter}}Laughter&amp;lt;span style=&amp;quot;color:#FF4DD2;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Laughter}}&lt;br /&gt;
|Causes you to laugh, reduces slip knockdown, and gives a positive moodlet when slipped. Useful for the clown! (results in 10 units instead of 2). &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Meat Product}}Meat Product&lt;br /&gt;
|{{RecursiveChem/Meat Product}}&lt;br /&gt;
| Creates a slab of chemically processed meat.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Metal Foam}}Metal Foam&lt;br /&gt;
|{{RecursiveChem/Metal Foam}}&lt;br /&gt;
|Creates lightweight metal foam walls. These can be easily torn through, but may be useful for plugging hull breaches. Can be made with either iron or aluminium. Spreads immediately when mixed.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Smart Metal Foam}}Smart Metal Foam&lt;br /&gt;
|{{RecursiveChem/Smart Metal Foam}}&lt;br /&gt;
|Compared to the regular [[Guide to chemistry#Metal Foam|Metal Foam]], this sticks and applies only next to walls. Used for emergency sealing of hull breaches, while keeping areas accessible.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Nitrous Oxide}}Nitrous Oxide&lt;br /&gt;
|{{RecursiveChem/Nitrous Oxide}}&lt;br /&gt;
|Creates [[Guide to Atmospherics#The Gases and Their Functions|N2O]] in liquid form, which explodes when heated to 575K. Can become gaseous if spilled or released in a smoke. Be careful!&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Plasma Solidification}}Plasma Solidification&lt;br /&gt;
|{{RecursiveChem/Plasma Solidification}}&lt;br /&gt;
|Solidifies a large amount of [[plasma]] into a bar.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Pax}}Pax&amp;lt;span style=&amp;quot;color:#AAAAAA55;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Pax}} &lt;br /&gt;
| Pacifies by preventing the victim from using harm intent, certain harmful weapons and only letting them use passive and aggressive grabs. Non-harmful weapons such as disablers still work. Metabolizes at the rate of 0.1 units per tick.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Royal Bee Jelly}}Royal Bee Jelly&amp;lt;span style=&amp;quot;color:#00FF80;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Royal Bee Jelly}}&lt;br /&gt;
|Causes a Queen Bee to split in two when injected (results in 5 units instead of 50).&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Soap}}Soap&lt;br /&gt;
|{{RecursiveChem/Soap}} &lt;br /&gt;
|Creates a bar of soap, slightly faster cleaning than what you get on the station.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Sodium Chloride}}Sodium Chloride&amp;lt;span style=&amp;quot;color:#FFFFFF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Sodium Chloride}}&lt;br /&gt;
| Commonly known as salt, Sodium Chloride is often used to season food. Contrary to popular belief does &#039;&#039;&#039;NOT HURT OOZELINGS&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Space Cleaner}}Space Cleaner&amp;lt;span style=&amp;quot;color:#A5F0EE;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Space Cleaner}}&lt;br /&gt;
|This is able to clean almost all surfaces of almost anything that may dirty them. The janitor is likely to appreciate refills.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Spray Tan}}Spray Tan&amp;lt;span style=&amp;quot;color:#FFC080;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Spray Tan}}&lt;br /&gt;
|Darkens the skin when sprayed or applied. Do not swallow!&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Space Lube}}Space Lube&amp;lt;span style=&amp;quot;color:#009CA8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Space Lube}}&lt;br /&gt;
|Space Lube is a high performance lubricant intended for maintenance of extremely complex mechanical equipment (results in 4 units instead of 3). &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Sterilizine}}Sterilizine&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Sterilizine}}&lt;br /&gt;
|When applied via touch or vapor, increases the success chance of surgical steps by 20%. Useful for surgery in less than ideal conditions.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Synthmeat}}Synthmeat&lt;br /&gt;
|{{RecursiveChem/Synthmeat}}&lt;br /&gt;
|Creates a slab of synthetic meat.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Unstable Mutagen}}Unstable Mutagen&amp;lt;span style=&amp;quot;color:#00FF00;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Unstable Mutagen}}&lt;br /&gt;
|Causes mutations when injected into living people or plants. High doses may be lethal, especially in humans. Only useful for Botany and Virology.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Cooking Oil}}Cooking Oil&amp;lt;span style=&amp;quot;color:#4B004B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Cooking Oil}}&lt;br /&gt;
|A cooking oil used in deep-fryer to deepfry things. God forbid if clown gets their hands on this. &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Light pink Glitter}}Light pink Glitter&lt;br /&gt;
|5 part Oil&lt;br /&gt;
2 part Sulfuric Acid &lt;br /&gt;
&lt;br /&gt;
3 part Ash &lt;br /&gt;
&lt;br /&gt;
2 part Aluminum &lt;br /&gt;
&lt;br /&gt;
Temperature 340K &lt;br /&gt;
|Causes a mess when split on the ground or added to grenades. Light pink colour (results in 10 parts instead of 12).&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Pink Glitter}}Pink Glitter&lt;br /&gt;
|5 part Light Pink Glitter&lt;br /&gt;
1 part Stable-plasma&lt;br /&gt;
|Causes a mess when split on the ground or added to grenades. Pink colour (results in 5 parts instead of 6).&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Blue Glitter}}Blue Glitter&lt;br /&gt;
|5 part Light Pink Glitter&lt;br /&gt;
1 part Nitrogen&lt;br /&gt;
|Causes a mess when split on the ground or added to grenades. Blue colour (results in 5 parts instead of 6).&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|White Glitter}}White Glitter&lt;br /&gt;
|5 part Light Pink Glitter&lt;br /&gt;
1 part Sugar&lt;br /&gt;
|Causes a mess when split on the ground or added to grenades. White colour (results in 5 parts instead of 6).&lt;br /&gt;
|}&lt;br /&gt;
===Construction Recipes===&lt;br /&gt;
These chemicals usually can be used to produce something strictly structural or a building material, such as tiles!&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width:100%; text-align:left; border: 3px solid #FFDD66; cellspacing=0; cellpadding=2; background-color:white;&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; | Name&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; | Formula&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Description&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Black Carpet}} Black Carpet&amp;lt;span style=&amp;quot;color:#1E1E1E;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Black Carpet}}&lt;br /&gt;
|Produces Black carpet&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Blue Carpet}} Blue Carpet&amp;lt;span style=&amp;quot;color:#0000DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Blue Carpet}}&lt;br /&gt;
|Produces Blue carpet&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Cyan Carpet}} Cyan Carpet&amp;lt;span style=&amp;quot;color:#00B4FF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Cyan Carpet}}&lt;br /&gt;
|Produces Cyan carpet&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Green Carpet}} Green Carpet&amp;lt;span style=&amp;quot;color:#A8E61D;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Green Carpet}}&lt;br /&gt;
|Produces Green carpet&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Orange Carpet}} Orange Carpet&amp;lt;span style=&amp;quot;color:#E78108;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Orange Carpet}}&lt;br /&gt;
|Produces Orange carpet&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Purple Carpet}} Purple Carpet&amp;lt;span style=&amp;quot;color:#91D865;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Purple Carpet}}&lt;br /&gt;
|Produces Purple carpet&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Red Carpet}} Red Carpet&amp;lt;span style=&amp;quot;color:#731008;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Red Carpet}}&lt;br /&gt;
|Produces Red carpet&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Royal Black Carpet}} Royal Black Carpet&amp;lt;span style=&amp;quot;color:#000000;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Royal_Black Carpet}}&lt;br /&gt;
|Produces Royal Black carpet&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Royal Blue Carpet}} Royal Blue Carpet&amp;lt;span style=&amp;quot;color:#5A64C8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Royal_Blue Carpet}}&lt;br /&gt;
|Produces Royal Blue carpet&lt;br /&gt;
|}&lt;br /&gt;
===Virology Recipes===&lt;br /&gt;
These chemicals are used to mutate viruses, and have few uses beyond that.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width:100%; text-align:left; border: 3px solid #FFDD66; cellspacing=0; cellpadding=2; background-color:white;&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; | Name&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; | Formula&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Description&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Virus Food}} Virus Food&amp;lt;span style=&amp;quot;color:#899613;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Virus Food}}&lt;br /&gt;
|Only useful in Virology. It is used to get a virus symptom of level1 and 2. It is also a primary ingredient for all other Virology-related chemicals. Also boosts the speed at which a virus advances to the next stage by 10 times while in one&#039;s bloodstream. (Results in 15 units instead of 10)&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Mutagenic Agar}} Mutagenic Agar&amp;lt;span style=&amp;quot;color:#A3C00F;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Mutagenic Agar}} &lt;br /&gt;
|Extremely similar to Unstable Mutagen. Only useful to Virology. It is used to get a virus symptom of level 3 only. (Results in 1 unit instead of 2) &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Sucrose Agar}} Sucrose Agar&amp;lt;span style=&amp;quot;color:#41B0C0;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Sucrose Agar}}&lt;br /&gt;
|Extremely similar to Mutagenic agar. Only useful to Virology. It is used to get a virus symptom of level 4 only.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Virus Plasma}} Virus Plasma&amp;lt;span style=&amp;quot;color:#A69DA9;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Virus Plasma}}&lt;br /&gt;
|Extremely similar to Plasma. Only useful to Virology. It is used to get a virus symptom of level 6 only. (Results in 1 unit instead of 2)&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Weakened Virus Plasma}} Weakened Virus Plasma&amp;lt;span style=&amp;quot;color:#CEC3C6;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Weakened Virus Plasma}}&lt;br /&gt;
|Weakened variety of virus plasma. Only useful to Virology. It is used to get a virus symptom of level 5 only. &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Virus Rations}} Virus Rations&amp;lt;span style=&amp;quot;color:#D18AA5;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Virus Rations}}&lt;br /&gt;
|Depleted virus food. Only useful to Virology. It is used to get a virus symptom of level 1 only. (Results in 1 unit instead of 2)&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Decaying Uranium Gel}} Decaying Uranium Gel&amp;lt;span style=&amp;quot;color:#D18AA5;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Decaying Uranium Gel}}&lt;br /&gt;
|Powerful viral mutagen. Only useful to Virology. It is used to get a virus symptom of level 6 or 7. (Results in 1 unit instead of 2) &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Unstable Uranium Gel}} Unstable Uranium Gel&amp;lt;span style=&amp;quot;color:#D18AA5;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Unstable Uranium Gel}}&lt;br /&gt;
|Powerful viral mutagen. Only useful to Virology. It is used to get a virus symptom of level 7. (Results in 1 unit instead of 6) &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Stable Uranium Gel}} Stable Uranium Gel&amp;lt;span style=&amp;quot;color:#D18AA5;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Stable Uranium Gel}}&lt;br /&gt;
|Powerful viral mutagen. Only useful to Virology. It is used to get a virus symptom of level 8. (Results in 1 unit instead of 21)&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Anomalous Virus Food}} Anomalous Virus Food&amp;lt;span style=&amp;quot;color:#D18AA5;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Anomalous Virus Food}}&lt;br /&gt;
|Unusual viral mutagen. Only useful to virology. It is used to get a virus symptom of level 0. (Results in 1 unit instead of 6) &lt;br /&gt;
|}&lt;br /&gt;
===Mutation Toxins===&lt;br /&gt;
Obtainable through xenobiology, these chemicals transform humaniods in other humanoid [[Guide_to_races|races]].&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width:100%; text-align:left; border: 3px solid #FFDD66; cellspacing=0; cellpadding=2; background-color:white;&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; |Name&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; |Formula&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Imperfect Mutation Toxin}} Imperfect Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that randomly transforms into either a [[Slimepeople|slimeperson]], [[Stargazers]], or [[Luminescents]].&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Unstable Mutation Toxin}} Unstable Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Unstable Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that transforms into a random, safe race.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Stable Mutation Toxin}} Stable Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Stable Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that transforms into a [[Guide_to_races#Human|human]].&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Mulligan Toxin}}Mulligan Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Mulligan Toxin}}&lt;br /&gt;
|Changes identity by randomizing the subject&#039;s appearance.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Lizard Mutation Toxin}} Lizard Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Lizard Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that transforms into a [[Guide_to_races#Lizardpeople|lizardperson]].&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Felinid Mutation Toxin}} Felinid Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Felinid Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that transforms into a [[Guide_to_races#Felinids|felinid]]. &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Moth Mutation Toxin}} Moth Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Moth Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that transforms into a [[Guide_to_races#Mothpeople|moth]].&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Fly Mutation Toxin}} Fly Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Fly Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that transforms into a [[Guide_to_races#Flypeople|flyperson]].&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Pod Mutation Toxin}} Pod Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Pod Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that transforms into a [[Guide_to_races#Podpeople|podperson]].&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Golem Mutation Toxin}} Golem Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Golem Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that transforms into a [[Guide_to_races#Golems|golem]].&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Abductor Mutation Toxin}} Abductor Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Abductor Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that transforms into an [[Guide_to_races#Abductors|abductor]].&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Oozeling Mutation Toxin}} Oozeling Mutation Toxin&amp;lt;span style=&amp;quot;color:#611e80;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Oozeling Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that transforms into an [[Guide to races#Oozeling|Oozeling]]&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Ethereal Mutation Toxin}} Ethereal Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Ethereal Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that transforms into an [[Guide to races#Ethereals|ethereal]].&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|IPC Mutation Toxin}} IPC Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/IPC Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that transforms into an [[Guide to races#IPC|ipc]].&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Advanced Mutation Toxin}} Advanced Mutation Toxin&amp;lt;span style=&amp;quot;color:#13BC5E;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Advanced Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that slowly morphs the victim into a [[slime]].&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Skeleton Mutation Toxin}} Skeleton Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Skeleton Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that transforms into a [[Guide_to_races#Skeletons|skeleton]].&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Zombie Mutation Toxin}} Zombie Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Zombie Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that transforms into a non-infectious and completely fake Zombie.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Ash Mutation Toxin}} Ash Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Ash Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that transforms into an Ash Walker. &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Shadow Mutation Toxin}} Shadow Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Shadow Mutation Toxin}} &lt;br /&gt;
|Mutagenic chemical that transforms into a [[Guide_to_races#Shadowpeople|shadowperson]].&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Plasma Mutation Toxin}} Plasma Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Plasma Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that transforms into a [[Guide_to_races#Plasmaman|plasmaman]].&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Toxins==&lt;br /&gt;
The deadliest of deadly chemicals. You can get a bunch of these through the traitor uplink, but if you don&#039;t wanna waste telecrystals you can mix it.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width:100%; text-align:left; border: 3px solid #FFDD66; cellspacing=0; cellpadding=2; background-color:white;&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; | Name &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; |Recipe&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Damage dealt&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Description&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Metabolism Rate&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Toxin}}Toxin&amp;lt;span style=&amp;quot;color:#CF3600;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Medbay Vendors, Emagged Chem Dispenser&lt;br /&gt;
|Toxin&lt;br /&gt;
|Will deal {{dmgs|e|toxin}} damage over time.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Food Poisoning}}Bad Food&amp;lt;span style=&amp;quot;color:#D6D6D8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|From eating poorly made food&lt;br /&gt;
|Toxin&lt;br /&gt;
|Will deal a minor amount of {{dmgs|e|toxin}} damage.&lt;br /&gt;
|0.1 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Chloral Hydrate}}Chloral Hydrate&amp;lt;span style=&amp;quot;color:#000067;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Chloral Hydrate}}&lt;br /&gt;
|Stun, Toxin&lt;br /&gt;
|A short-lived sedative which stuns after a bit, but can be deadly in large doses. Results in 1 units instead of 5.&lt;br /&gt;
| 0.6 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Mindbreaker Toxin}}Mindbreaker Toxin&amp;lt;span style=&amp;quot;color:#B31008;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Mindbreaker Toxin}}&lt;br /&gt;
|Very Mild Hallucinations&lt;br /&gt;
| Popular legend about this drug lead CentCom to space-alter its effects, which now only creates simple hallucinations like reporting you as &amp;quot;dead&amp;quot;. Space drugs, far simpler to create, have taken its place. Can to treat Reality Dissociation Syndrome. Results in 5 units instead of 3.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Impedrezene}}Impedrezene&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Impedrezene}}&lt;br /&gt;
| Brain&lt;br /&gt;
|A narcotic that impedes one&#039;s ability by slowing down the higher brain cell functions. Causes massive brain damage (results in 2 units instead of 3).&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Mute Toxin}}Mute Toxin&amp;lt;span style=&amp;quot;color:#F0F8FF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Mute Toxin}}&lt;br /&gt;
|Speech&lt;br /&gt;
|Makes the subject unable to speak for some time.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Mime&#039;s Bane}}Mime&#039;s Bane&amp;lt;span style=&amp;quot;color:#F0F8FF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Mime&#039;s Bane}}&lt;br /&gt;
| Gestures&lt;br /&gt;
|A nonlethal neurotoxin that interferes with the victim&#039;s ability to gesture&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Lexorin}}Lexorin&amp;lt;span style=&amp;quot;color:#7DC3A0;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Lexorin}}&lt;br /&gt;
|Suffocation&lt;br /&gt;
|Temporarily stops respiration and causes tissue damage. Large doses are fatal, and will cause people to pass out very quickly. &lt;br /&gt;
|0.4 units per tick &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Initropidril}}Initropidril&amp;lt;span style=&amp;quot;color:#7F10C0;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Traitor Uplink&lt;br /&gt;
|Cardiac Arrest&lt;br /&gt;
|Deals heavy {{dmgs|e|toxin}} damage over time, and a 25% chance to do one of the following: stun, cause loss of breath and oxygen damage, or cause your heart to stop. Combat the latter with electric shocks from grilles and doors in a pinch, or a defib for a more reliable method.&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Tirizene}}Tirizene&amp;lt;span style=&amp;quot;color:#6E2828;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Traitor Sleepypen, Emagged Soda Dispenser, [[Guide_to_botany#Death_berry|Death Berry]], [[Guide_to_botany#Poison-berry|Poison-Berry]]&lt;br /&gt;
|Stamina Damage &lt;br /&gt;
|Deals stamina damage over time, slowing down and causing collapse in large doses, but otherwise harmless.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Tiring Solution}}Tiring Solution&amp;lt;span style=&amp;quot;color:#6E2828;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Peacekeeper Cyborgs&lt;br /&gt;
|Stamina Damage&lt;br /&gt;
|Deals stamina damage over time, slowing down. Won&#039;t go higher than 50 stamina damage.&lt;br /&gt;
|0.6 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Polonium}}Polonium&amp;lt;span style=&amp;quot;color:#787878;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Traitor Uplink &lt;br /&gt;
|Radiation&lt;br /&gt;
|Cause significant Radiation damage over time. It&#039;s metabolized very slowly.&lt;br /&gt;
|0.1 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Pancuronium}}Pancuronium&amp;lt;span style=&amp;quot;color:#195096;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Traitor Uplink&lt;br /&gt;
|Paralysis and Suffocation&lt;br /&gt;
|Paralyses you after 10 seconds, with a 20% chance to cause 4 seconds of loss of breath. &lt;br /&gt;
|0.1 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Sodium Thiopental}}Sodium Thiopental&amp;lt;span style=&amp;quot;color:#6496FA;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Traitor Uplink&lt;br /&gt;
|Knockout and Stamina&lt;br /&gt;
|Knocks you out after 11 seconds, and destroys your stamina.&lt;br /&gt;
|0.3 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Sulfonal}}Sulfonal&amp;lt;span style=&amp;quot;color:#7DC3A0;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Sulfonal}}&lt;br /&gt;
|Knockout and Toxin&lt;br /&gt;
|{{dmgs|e|1 toxin}} damage every 2 cycles, knocks you out after 22 cycles. Metabolized very slowly: two units are enough to trigger the knockout.&lt;br /&gt;
|0.05 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Amanitin}}Amanitin&amp;lt;span style=&amp;quot;color:#FFFFFF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Traitor Uplink&lt;br /&gt;
|Delayed Toxin Damage&lt;br /&gt;
|On the last second it is in you, it hits you with a large stack of {{dmgs|e|toxin}} damage based on how long it was in your system. Larger doses means a longer waiting period but more damage.&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Lipolicide}}Lipolicide&amp;lt;span style=&amp;quot;color:#F0FFF0;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Lipolicide}}&lt;br /&gt;
|Weight Loss&lt;br /&gt;
|Drains nutrition and deals minor {{dmgs|e|toxin}} damage, will deal more {{dmgs|e|toxin}} damage if you are starving. Useful if you are fat or obese.&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Coniine}}Coniine&amp;lt;span style=&amp;quot;color:#7DC3A0;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Traitor Uplink, [[Guide to hydroponics#Death_berry|Death Berry]]&lt;br /&gt;
|Toxin and breath loss&lt;br /&gt;
|{{dmgs|e|1.75 toxin}} damage and 5 seconds of loss of breath per tick. EXTREMELY slow metabolization. &lt;br /&gt;
|0.024 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Curare}}Curare&amp;lt;span style=&amp;quot;color:#191919;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Traitor Uplink&lt;br /&gt;
|Knockout, Oxygen, and Toxin&lt;br /&gt;
|Does {{dmgs|e|1 toxin}} and {{dmgs|r|1 suffocation}} damage every second, and knocks you out after 11 seconds. Metabolizes slowly.&lt;br /&gt;
|0.05 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Histamine}}Histamine&amp;lt;span style=&amp;quot;color:#FA6464;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Traitor Uplink&lt;br /&gt;
|Brute, toxin, oxyloss and eyesight&lt;br /&gt;
|Has a chance each tick to cause small amounts of {{dmgs|q|brute}} damage or blur vision.&amp;lt;br&amp;gt;If overdosed (30 units) it will also deal a significant amount of {{dmgs|qer|brute|toxin|suffocation}} damage each tick.&lt;br /&gt;
|0.1 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Formaldehyde}}Formaldehyde&amp;lt;span style=&amp;quot;color:#B4004B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Formaldehyde}}&lt;br /&gt;
|Toxin&lt;br /&gt;
|Causes a moderate amount of {{dmgs|e|toxin}} damage over time. Has a chance to turn into 5 to 15 units of Histamine. Preserves corpses from organ decay.&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Venom}}Venom&amp;lt;span style=&amp;quot;color:#F0FFF0;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Traitor Uplink&lt;br /&gt;
|Brute, toxin&lt;br /&gt;
|Will deal {{dmgs|qe|brute|toxin}} damage over time based on how much venom is in the body. Has a chance to turn into 5 to 10 units of Histamine.&lt;br /&gt;
|0.1 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Fentanyl}}Fentanyl&amp;lt;span style=&amp;quot;color:#64916E;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Fentanyl}}&lt;br /&gt;
|Toxin, brain&lt;br /&gt;
|Will deal {{dmgs|e|1 toxin}} and 3 brain damage, up to 60 points of {{dmgs|e|toxin}} damage and 150 points of brain damage (brains have 200 points of health). If the drug is not removed before 18 cycles it will knock the user unconscious.&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Cyanide}}Cyanide&amp;lt;span style=&amp;quot;color:#00B4FF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Cyanide}}&lt;br /&gt;
|Toxin, oxyloss&lt;br /&gt;
|Causes headaches and sickness at first,followed by failure of cellular respiration leading to cardiac arrest, {{dmgs|r|suffocating}} its target.&#039;&#039;&#039;Often extremely lethal&#039;&#039;&#039;.&lt;br /&gt;
|0.05 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Carpotoxin}}Carpotoxin&amp;lt;span style=&amp;quot;color:#003333;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Space Carp, Koi Beans, Emagged Chem Dispenser&lt;br /&gt;
| Toxin&lt;br /&gt;
|Deals constant {{dmgs|e|toxin}} damage over time.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Zombie Powder}}Zombie Powder&amp;lt;span style=&amp;quot;color:#669900;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Zombie Powder}}&lt;br /&gt;
|Stamina, Fake death&lt;br /&gt;
|Does nothing for the first 9 ticks it is metabolized, and then begins dealing rapidly increasing stamina damage. Triggers a fake death which lasts until fully metabolized when stamina damage exceeds 145. (Results in 2 units instead of 15)&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Ghoul Powder}}Ghoul Powder&amp;lt;span style=&amp;quot;color:#669900;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Ghoul Powder}}&lt;br /&gt;
|Fake &amp;quot;death&amp;quot;&lt;br /&gt;
| Same as Zombie Powder, but victim can move.&lt;br /&gt;
|0.4 units per tick &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Itching Powder}}Itching Powder&amp;lt;span style=&amp;quot;color:#C8C8C8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Itching Powder}}&lt;br /&gt;
|Brute, annoyance&lt;br /&gt;
|Will cause annoying effects, as well as a chance that the subject will scratch themselves dealing slight amounts of {{dmgs|q|brute}} damage. Has a chance to transform into 1 to 3 units of histamine.&lt;br /&gt;
|0.16 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Bone Hurting Juice}}Bone Hurting Juice&amp;lt;span style=&amp;quot;color:#AAAAAA77;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Bone Hurting Juice}} &lt;br /&gt;
|Stamina, Brute to Skeletons&lt;br /&gt;
|Does 7.5 stamina damage per tick. 50u overdose threshold. If overdosed, it has a 4% chance to cause 200 stamina damage to a random limb, temporarily disabling it. If you&#039;re a skeleton or a plasmaman, it will deal additional {{dmgs|q|0.5 brute}} damage per tick, and if overdosed has 4% chance to cause {{dmgs|q|200 brute}} damage to a random limb instead of stamina damage.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Mint Toxin}}Mint Toxin&amp;lt;span style=&amp;quot;color:#CF3600;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Grind the mint in the kitchen&lt;br /&gt;
|Conditional death&lt;br /&gt;
|Instantly gibs fat people when ingested. &lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Slime Jelly}}Slime Jelly&amp;lt;span style=&amp;quot;color:#801E28;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Extracted from oozelings&lt;br /&gt;
|Toxin&lt;br /&gt;
|Heals {{dmgs|q|brute}} damage over time, but randomly deals bursts of {{dmgs|e|1-10 toxin}} damage, functions as blood for oozeling races.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Liquid Electricity}}Liquid Electricity&amp;lt;span style=&amp;quot;color:#97ee63;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Liquid Electricity}} &amp;lt;br&amp;gt; &#039;&#039;&#039;OR&#039;&#039;&#039; &amp;lt;br&amp;gt;  Ethereals &amp;lt;br&amp;gt; &#039;&#039;&#039;OR&#039;&#039;&#039; &amp;lt;br&amp;gt; High power energy bars &lt;br /&gt;
|Toxin&lt;br /&gt;
|Has a 3% chance each tick to shock you, Ethereals use this as blood and get no negative effects from ingesting or injecting this chemical&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Heparin}}Heparin&amp;lt;span style=&amp;quot;color:#C8C8C8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Heparin}}&lt;br /&gt;
| Brute, Bleeding&lt;br /&gt;
|Causes bleeding constantly while in the system of the victim.&lt;br /&gt;
|0.08 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Teslium}}Teslium&amp;lt;span style=&amp;quot;color:#20324D;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Teslium}}&lt;br /&gt;
|Random Shocks&lt;br /&gt;
|Randomly shocks the victim while it is in their system, ignoring any protection cause the shock comes from inside them. Also increases damage taken from normal shocks.&lt;br /&gt;
|0.2 units per tick &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Rotatium}}Rotatium&amp;lt;span style=&amp;quot;color:#AC88CA;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Rotatium}}&lt;br /&gt;
|Toxin&lt;br /&gt;
|Causes the victim&#039;s screen to display a rocking motion and deals moderate toxin damage.&lt;br /&gt;
|0.24 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Anacea}}Anacea&amp;lt;span style=&amp;quot;color:#3C5133;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Anacea}}&lt;br /&gt;
|Toxin and Purges Medicines&lt;br /&gt;
|Metabolizes very slowly and quickly purges medicines in the victim while dealing light {{dmgs|e|toxin}} damage.&lt;br /&gt;
|0.032 units per tick &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Weed Killer}} Weed Killer&amp;lt;span style=&amp;quot;color:#4B004B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Weed Killer}}&lt;br /&gt;
|Toxin&lt;br /&gt;
|Kills weeds, causes minor {{dmgs|e|toxin}} damage to humans.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Pest Killer}}Pest Killer&amp;lt;span style=&amp;quot;color:#4B004B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Pest Killer}}&lt;br /&gt;
|Toxin&lt;br /&gt;
|Kills pests in hydroponics trays, causes minor {{dmgs|e|toxin}} damage to humans. Deals heavy {{dmgs|e|toxin}} damage to fly people.&lt;br /&gt;
|0.4 units per tick.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Plant-B-Gone}}Plant-B-Gone&amp;lt;span style=&amp;quot;color:#49002E;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Plant-B-Gone}}&lt;br /&gt;
|Toxin&lt;br /&gt;
|A potent herbicide which is useful to replace the limited supply the botanist starts with. Causes minor {{dmgs|e|toxin}} damage to humans. Deals heavy {{dmgs|e|toxin}} damage to pod people.&lt;br /&gt;
|0.4 units per tick &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Bungotoxin}}Bungotoxin&amp;lt;span style=&amp;quot;color:#EBFF8E;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Bungotoxin}}&lt;br /&gt;
|Toxin&lt;br /&gt;
|Deals heavy heart damage and makes you dizzy. &lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |Frost Oil&amp;lt;span style=&amp;quot;color:#5050FF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Aquireable from Blue Slimes or from grinding Ice Pepper.&lt;br /&gt;
|Slow down, Burn&lt;br /&gt;
|Reduces body temperature. Will cool you faster the longer it has been in the body, up to maximum strength after 35 cycles. Creates slippery ice tiles if spilled on floor for about 1 second per unit, depending on pressure and temperature. Spilling reduces area temperature by 5K per unit.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Mushroom Chemicals==&lt;br /&gt;
Found primarily in Lavaland flora.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width:100%; text-align:left; border: 3px solid #FFDD66; cellspacing=0; cellpadding=2; background-color:white;&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; |Name&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Type&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Description&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Metabolism Rate &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Entropic Polypnium}}Entropic Polypnium&amp;lt;span style=&amp;quot;color:#1D043D;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Poison&lt;br /&gt;
|Stamina, Brain, {{dmgs|e| toxin}}, {{dmgs|r| suffocation}}, and a bit of Eye Damage, Oh My! More than 5u will paralyze someone as well.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Tinea Luxor}}Tinea Luxor&amp;lt;span style=&amp;quot;color:#B5A213;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Other&lt;br /&gt;
|Makes the consumer glow.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Vitrium Froth}}Vitrium Froth&amp;lt;span style=&amp;quot;color:#D3A308;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
| Medicine&lt;br /&gt;
|80% chance to heal {{dmgs|qw|1 brute|1 burn}} damage each tick. And can cure the Necropolis Infestation before its too late!&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==Reagent Delivery{{anchor|Reagent Delivery}}==&lt;br /&gt;
{{anchor|Under_the_hood}}There are different ways you can apply chemicals to a person or the environment.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Delivery types===&lt;br /&gt;
First of all, there are actually 5 types of delivery, called &#039;&#039;&#039;ingest&#039;&#039;&#039;, &#039;&#039;&#039;inject&#039;&#039;&#039;, &#039;&#039;&#039;vapor&#039;&#039;&#039;, &#039;&#039;&#039;touch&#039;&#039;&#039; and &#039;&#039;&#039;patch&#039;&#039;&#039;. If you are not interested in the details, you can skip to [[#Smoke_vs_foam|Smoke vs Foam vs others]]. &amp;lt;br&amp;gt;&lt;br /&gt;
====Ingest====&lt;br /&gt;
Ingest and &#039;&#039;&#039;inject&#039;&#039;&#039;{{anchor|Inject}} both usually do the exact same thing. The reagent simply enters the target&#039;s bloodstream. Used by pills, cigarettes, e-cigarettes, inhaling [[#Smoke|smoke]] and drinking the reagent directly.&lt;br /&gt;
====Inject====&lt;br /&gt;
Works the same as &#039;&#039;&#039;ingest&#039;&#039;&#039;, where the reagent simply enters the target&#039;s bloodstream. Used by syringes and IV-drips.&lt;br /&gt;
====Vapor====&lt;br /&gt;
Vapor is used by (ranged) spray bottles and [[#Fluorosurfactant|foam]]. A portion of the reagents will enter the bloodstream of the target, but clothes will protect from some/most/all of it depending on clothing. Any hardsuit typically makes the target completely immune to getting it into their bloodstream, if the helmet is closed. But if the reagent has a &amp;quot;vapor&amp;quot; based component, that component will still affect the target, like [[#Fluorosulfuric Acid|Fluorosulfuric Acid]]. See more about [[#Fluorosurfactant|foam]] [[#Smoke_vs_foam|below]], with examples.&lt;br /&gt;
====Touch====&lt;br /&gt;
Touch is used by [[#Smoke|smoke]] and splashing. If the reagent has a &amp;quot;touch&amp;quot; based component, that component will affect the target (such as the instant heal part of [[#Synthflesh|Synthflesh]]), without being blocked by clothing. Nothing at all will enter the target&#039;s bloodstream, with the exception of smoke if the target has no internals on. Currently all &amp;quot;touch&amp;quot; components are also &amp;quot;patch&amp;quot; components. See more on [[#Smoke|smoke]] [[#Smoke_vs_foam|below]], with examples.&lt;br /&gt;
==== Patch====&lt;br /&gt;
Patch is used by patches and medical gels. The reagent enters the target&#039;s bloodstream entirely AND if the reagent has a &amp;quot;patch&amp;quot; based component, that component will affect the target. Currently all &amp;quot;patch&amp;quot; components are also &amp;quot;touch&amp;quot; components.&lt;br /&gt;
=== Smoke vs foam vs others===&lt;br /&gt;
These are the major practical differences between pills, syringes, patches, cigarettes, [[#Smoke|smoke]], [[#Fluorosurfactant|foam]], splash and spray. &amp;lt;br&amp;gt;&lt;br /&gt;
====Pills====&lt;br /&gt;
Pills can be instantly [[#Ingest|ingested]] if used on yourself. It doesn&#039;t work if mouth is covered. [[Plasmaman|Plasmamen]] will have trouble taking these. Holds up to 50u. &amp;lt;br&amp;gt;&lt;br /&gt;
==== Syringes====&lt;br /&gt;
Syringes can inject into people even with their mouths covered, either by hand or with a syringe gun. It doesn&#039;t work on players wearing hardsuits or other pierce-immune clothing, unless you use a piercing syringe or manage to aim for an exposed part of their body. [[Golem]]s are completely immune to syringes (even piercing syringes), but [[Guide_to_chemistry#Patches|patches]] do work on them. A syringe holds between 10-60u, depending on type. Common syringes hold 15u. &amp;lt;br&amp;gt;&lt;br /&gt;
====Patches====&lt;br /&gt;
Will add all reagents into a person&#039;s bloodstream through any clothing, including hardsuits. Also apply [[#Touch|touch]]/[[#Patch|patch]] based effects. Example: A patch of 20u [[#Synthflesh|Synthflesh]] will instantly heal 25 brute and burn (touch component), and also enter the target&#039;s bloodstream (which in this case does nothing). Usable by [[Plasmaman|plasmamen]]. Can hold up to 40u. &amp;lt;br&amp;gt;&lt;br /&gt;
==== Cigarettes====&lt;br /&gt;
Can be dipped in reagents to be filled. If smoking/vaping, you will slowly [[#Ingest|ingest]] whatever reagents the cigarette/cigar/e-cig contains. Though, if the reagents are too diluted, they may not build up in your bloodstream fast enough to have any effect at all. E-cigarettes can be trimmed with a screwdriver and multitool to also create [[#Smoke|smoke]]. &amp;lt;br&amp;gt;&lt;br /&gt;
====[[#Smoke|Smoke]]====&lt;br /&gt;
When a smoke reaction occurs, the smoke will consume any other reagent in its original containers, and spread that reagent to flooring and people/mobs who enter its area of effect. People who enter the smoke will be [[#Touch|touched]] by the reagents. If they do not have internals on, they will also [[#Ingest|ingest]] the reagents. The amount of smoke does not dilute the reagents. The reagents will be copied to every individual or tile (not walls, windows or doors) over the cloud&#039;s duration. Reagents that are special coded to affect floor/environment (such as blood, [[#Fluorosulfuric Acid|acid]] or [[#Space_Cleaner|Space Cleaner]]) will do so. Smoke will usually block sight. &amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Smoke example 1:&#039;&#039;&#039; Smoke containing 20u [[#Synthflesh|Synthflesh]]. Everyone caught in the cloud, including people wearing hardsuits, will slowly heal 25 brute and burn, if they stay in the smoke for its full duration (otherwise they will heal partially). Those who are not wearing internals will also [[#Ingest|ingest]] 20u of the medicine, making it enter their bloodstream (which does nothing in this case). &amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Smoke example:&#039;&#039;&#039; Smoke containing 20u [[#Chlorine Trifluoride|Chlorine Trifluoride]](CLF3). CLF3 has a [[#Touch|touch]](and [[#Vapor|vapor]]) component, so everyone caught in the cloud, including people wearing hardsuits and internals, will catch on fire. It will also deal burn damage to the environment, since CLF3 is coded to do so. Those who are not wearing internals will also [[#Ingest|ingest]] 20u of the CLF3 and thus, start heating up from the inside, effectively burning from both in and out at the same time. &amp;lt;br&amp;gt;&lt;br /&gt;
====[[#Fluorosurfactant|Foam]]====&lt;br /&gt;
When a foam reaction occurs, the foam will consume any other reagent in its original containers, and spread that reagent to flooring and people/mobs who enter its area of effect. The foam will spread slower than smoke and is usually slippery. Reagents will be copied through the [[#Vapor|vapor]] type delivery to those affected over the duration of the foam, BUT the reagents will be heavily diluted depending on the amount of foaming reagent used. Any clothing will reduce how much of the reagents will enter a person&#039;s bloodstream. Furthermore, foam reagent bloodstream insertion is divided into several &#039;ticks&#039;. A minimum amount of reagent is required per tick for it to enter a bloodstream. So if too little reagents are contained in the reaction, or too much foam is used, the foam will do nothing. These ticks are counted &#039;&#039;after&#039;&#039; dilution and protection from clothing. On the other hand, if you use very small amounts of foam, the reagents may instead multiply in the bloodstream to more than the original amount. Hardsuits with helmets on will make people immune to getting reagents into their bloodstream through foam. Despite dilution, the foam will still copy remaining chems such as [[#Fluorosulfuric Acid|acid]], [[#Chlorine Trifluoride|CLF3]], or [[#Space_Cleaner|Space Cleaner]] to any tile it touches (but not walls, windows or doors). Foam will not block sight. &amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Foam example 1:&#039;&#039;&#039; 250u foam containing 10u [[#Cyanide|Cyanide]] will spread a blue foam that does nothing to those it touches. The poison is too diluted to work at all. &amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Foam example 2:&#039;&#039;&#039; 20u foam containing 250u [[#Fluorosulfuric Acid|Fluorosulfuric Acid]]. A small area and everyone touched by the foam will have large amounts of acid slowly melting their clothing and the affected floor and items. Those who did not wear a hardsuit with helmet on will also have a large amount of acid in their bloodstreams, depending on what they were wearing and how long they were in the foam. If they had internals on or not doesn&#039;t matter. &amp;lt;br&amp;gt;&lt;br /&gt;
====Splashing====&lt;br /&gt;
Throwing a beaker, or using a beaker on anything with harm intent, will splash its contents. The longer throw distance, the more the splash will spread out. A [[grenade]] will splash its content unless it also contains [[#Smoke|smoke]] or [[#Fluorosurfactant|foam]]. Splashing only does [[#Touch|touch]] delivery. This means most chemicals will do absolutely nothing when splashed. Reagents that have special properties to affect environment, such as Water, will do so where splashed (creates slippery tile). Reagents that have a [[#Touch|touch]] component will apply that component only. Example: If you throw a beaker of 80u [[#Synthflesh|Synthflesh]] at someone, you will instantly heal them for 100 brute and burn (and deal up to 150 toxin damage), since Synthflesh is touch/patch based. It doesn&#039;t matter if the target uses hardsuit or internals in this case. This means throwing a beaker of poison at someone will do nothing at all. Splashing can apply chemicals such as [[#Thermite|Thermite]] to walls. &amp;lt;br&amp;gt;&lt;br /&gt;
====Spraying====&lt;br /&gt;
Spraying reagents will apply them to environments (if they have any such effect), and will enter hit people&#039;s bloodstreams through the [[#Vapor|vapor]] delivery. This means clothing will protect from some/most/all of the reagents, depending on what they are wearing. Using a hardsuit with helmet on makes them immune to getting the reagent into their bloodstream. Reagents such as [[#Fluorosulfuric Acid|acid]], [[#Chlorine Trifluoride|CLF3]], or [[#Space_Cleaner|Space Cleaner]] will still cause their special effects when sprayed on people/environments, but will not enter the bloodstream if the target is wearing too heavy clothing. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Beyond the Dispenser==&lt;br /&gt;
Just because it isn&#039;t found in the dispenser or the guide above doesn&#039;t mean you can&#039;t use it! Holy water, slime cores and plenty of other things can provide limitless fun for an enterprising and curious chemist.&lt;br /&gt;
[[Category:Guides]]&lt;/div&gt;</summary>
		<author><name>Schizocat</name></author>
	</entry>
	<entry>
		<id>https://wiki.beestation13.com/w/index.php?title=Guide_to_chemistry&amp;diff=38841</id>
		<title>Guide to chemistry</title>
		<link rel="alternate" type="text/html" href="https://wiki.beestation13.com/w/index.php?title=Guide_to_chemistry&amp;diff=38841"/>
		<updated>2025-05-19T17:34:44Z</updated>

		<summary type="html">&lt;p&gt;Schizocat: /* Narcotics */ removed nooartium entry, will re-add when the drug enters game&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
This guide will primarily be useful for [[Chemist|chemists]] and [[Botanist|Botanists]] using [[Guide to hydroponics#Strange Seeds|Strange Seeds]] but may come in handy to any player and especially [[Traitor|traitors]].&lt;br /&gt;
= Chemicals =&lt;br /&gt;
The building blocks of chemistry are aluminium, bromine, carbon, chlorine, copper, ethanol, fluorine, hydrogen, iodine, iron, lithium, mercury, nitrogen, oxygen, phosphorus, potassium, radium, silicon, silver, sodium, stable plasma, sugar, sulfur, sulfuric acid, water and welding fuel. These can be produced from the [[Chem Dispenser]] in [[Chemistry]].&lt;br /&gt;
&lt;br /&gt;
You have all sorts of things here, and can make so much. You can make medicines, foam, flash powder, poisons, space lube, window hardener, and so much more. The limit on combinations is a limit that exists only in your creativity (and the game engine). Be sure to be careful though, mixing the wrong chemicals can be bad for your health and please make sure you know what a chemical does before you use it. Experiment at your own risk.&lt;br /&gt;
&lt;br /&gt;
Some pure chemicals are lethal or will cause heavy toxin damage if injected or ingested in their pure form.&lt;br /&gt;
&lt;br /&gt;
Grinding minerals from mining will also get you:&lt;br /&gt;
* [[Plasma]]&lt;br /&gt;
* Uranium&lt;br /&gt;
* Bluespace Dust&lt;br /&gt;
[[Emag|Emagging]] a chem dispenser will add:&lt;br /&gt;
* Space Drugs&lt;br /&gt;
* Morphine&lt;br /&gt;
* Toxin&lt;br /&gt;
* Carpotoxin&lt;br /&gt;
* Miner&#039;s Salve&lt;br /&gt;
The [[Vending_machines#Medbay|NanoMed Plus]] is your main source of generic toxin when hacked.&lt;br /&gt;
&lt;br /&gt;
Some chemical reactions will require you to heat the reagents in a [[File:Chemical_Heater.png]] &#039;&#039;&#039;Chemical Heater&#039;&#039;&#039;. This machine will heat a beaker to the desired temperature, slowing down the heating speed as it approaches the target temperature. If you don&#039;t risk making the chemical explode by overheating it (such as Meth) you can just set it to a very high temperature to avoid this.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Machinery ==&lt;br /&gt;
You have all sorts of chems here, and can make many things. You can make [[#Medicines|medicines]], [[#Smoke|smoke]], [[#Fluorosurfactant|foam]], [[#Flash Powder|flash powder]], [[#Toxins|poisons]], [[#Space Lube|space lube]], [[#Fluorosulfuric Acid|acid]] and much more. The limit on combinations is a limit that exists only in your creativity (and the game engine). Be sure to be careful though, as mixing the wrong chemicals can be bad for your health, and please make sure you know what a chemical does before you use it. Experiment at your own risk.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== [[File:Dispenser.png|Chem Dispenser]] Chemistry Dispensers ===&lt;br /&gt;
[[Chem Dispenser|Chem dispensers]] can be upgraded to unlock more chemicals, allow for more precise macro usage, increased power recharge rate and higher power capacity. If you run out of power, you can disassemble the dispenser with screwdriver+crowbar and rebuild it by first putting the circuit board back, and then all other things but use a full power cell [[File:High power cell updated.png]] instead of the old one. Then screwdriver to finish. Or you can charge the machine with an [[inducer]] [[File:Inducer.png]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Available chemicals&#039;&#039;&#039;:&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
Click expand to see what chemicals are available:&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Normal&#039;&#039;&#039;:&lt;br /&gt;
* Hydrogen&lt;br /&gt;
* Oxygen&lt;br /&gt;
* Silicon&lt;br /&gt;
* Phosphorus&lt;br /&gt;
* Sulfur&lt;br /&gt;
* Carbon&lt;br /&gt;
* Nitrogen&lt;br /&gt;
* Water&lt;br /&gt;
* Lithium&lt;br /&gt;
* Sugar&lt;br /&gt;
* Sulfuric acid&lt;br /&gt;
* Copper&lt;br /&gt;
* Mercury&lt;br /&gt;
* Sodium&lt;br /&gt;
* Iodine&lt;br /&gt;
* Bromine&lt;br /&gt;
* Ethanol&lt;br /&gt;
* Chlorine&lt;br /&gt;
* Potassium&lt;br /&gt;
* Aluminium&lt;br /&gt;
* Radium&lt;br /&gt;
* Fluorine&lt;br /&gt;
* Iron&lt;br /&gt;
* Welding fuel&lt;br /&gt;
* Silver&lt;br /&gt;
* Stable plasma&lt;br /&gt;
&#039;&#039;&#039;Upgraded (tier 4 matter manipulator)&#039;&#039;&#039;:&lt;br /&gt;
* Acetone&lt;br /&gt;
* Ammonia&lt;br /&gt;
* Ash&lt;br /&gt;
* Diethylamine&lt;br /&gt;
* Oil&lt;br /&gt;
* Saltpetre&lt;br /&gt;
&#039;&#039;&#039;Emagged&#039;&#039;&#039;:&lt;br /&gt;
* Space Drugs&lt;br /&gt;
* Morphine&lt;br /&gt;
* Toxin&lt;br /&gt;
* Carpotoxin&lt;br /&gt;
* Miner&#039;s Salve&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Upgradeable parts&#039;&#039;&#039;:&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
Click expand to see upgrades:&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;Better matter bins:&#039;&#039;&#039; greater power efficiency per unit dispensed.&lt;br /&gt;
* &#039;&#039;&#039;Better capacitor:&#039;&#039;&#039; faster recharging speed.&lt;br /&gt;
* &#039;&#039;&#039;Better power cell:&#039;&#039;&#039; larger maximum power capacity.&lt;br /&gt;
* &#039;&#039;&#039;Better manipulator:&#039;&#039;&#039; unlocks more chemicals. &amp;lt;s&amp;gt;Longer and more complex chemistry macros can be performed. At tier 1 manips, macros round to the nearest 5u, then 3u at tier 2, 2u at tier 3 and 1u at tier 4&amp;lt;/s&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
=== [[File:Chemical_Heater.png|Chemical Heater]] Chemical Heater ===&lt;br /&gt;
Some chemical reactions will require you to heat the reagents in a [[Chemical Heater]]. Unless the recipes says otherwise, these reactions need you to heat the reagents &#039;&#039;above&#039;&#039; the required temperature.&lt;br /&gt;
This machine will heat/cool a beaker to the desired temperature, slowing down the heating/cooling speed as it approaches the target temperature. If you don&#039;t risk making the chemical explode by overheating it (like with [[#Methamphetamine|meth]]) you can just set it to a very high temperature to avoid this. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Due to a rounding bug you sometimes need to heat chems 1 degree higher than the recipe says.&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Upgrading the laser will increase the heating/cooling speed.&lt;br /&gt;
=== [[File:Chemmaster.gif|ChemMaster 3000]] ChemMaster 3000 ===&lt;br /&gt;
Separates, bottles, and makes pills/patches out of chemicals loaded inside. You can load pretty much any container - beakers, spray bottles, water bottles and so on.&amp;lt;br&amp;gt;&lt;br /&gt;
Maximum size for dispensed bottles is 30u, patches 40u and pills 50u. Use a chemistry bag [[File:Chemistry_bag.png]] to quickly move large quantities of bottles, patches or pills. &amp;lt;br&amp;gt;&lt;br /&gt;
Can be upgraded with bigger beakers to allow a bigger buffer. By default it contains two ordinary 50u beakers for a total buffer volume of 100u.&lt;br /&gt;
=== [[File:Blender.png|Reagent Grinder]] All-In-One Grinder ===&lt;br /&gt;
Grinds, crushes, liquefies and extracts reagents from materials placed into it.&amp;lt;br&amp;gt;&lt;br /&gt;
If there is a significant reagent associated with the item, the Reagent grinder will distill a pure sample inside the collection beaker.&amp;lt;br&amp;gt;&lt;br /&gt;
For example: Plasma/gold/uranium/metal sheets, donk pockets, fruits, dead mice.&lt;br /&gt;
=== [[File:Smoke_machine.png|Smoke Machine]] Smoke Machine ===&lt;br /&gt;
Dispenses any chemical inside as a [[#Smoke|smoke]] cloud. Needs to be secured by wrenching first.&amp;lt;br&amp;gt;&lt;br /&gt;
A great alternative to [[#Smoke|smoke]] [[Grenade|grenades]], but easily incites lynch mobs.&amp;lt;br&amp;gt;&lt;br /&gt;
Can only be obtained through the circuit board being printed, and the required parts being assembled first.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Upgradeable parts&#039;&#039;&#039;:&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
Click expand to see upgrades:&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;Manipulator&#039;&#039;&#039;: Unlocks the higher range settings.&lt;br /&gt;
* &#039;&#039;&#039;Matter bin&#039;&#039;&#039;: Increases maximum capacity.&lt;br /&gt;
* &#039;&#039;&#039;Capacitor&#039;&#039;&#039;: Increases efficiency.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Metabolism==&lt;br /&gt;
When a reagent enters a body, it will then &amp;quot;tick&amp;quot; or &amp;quot;cycle&amp;quot; about every 2 seconds (these are called &amp;quot;life ticks&amp;quot;, and are not to be confused with server ticks/tickrate). When this happens the body is purged of an amount of every reagent depending on their metabolism rates. This is the rate at which the chemical disappears from your body. It doesn&#039;t matter how many chems you have in your body, as they are all metabolized separately. If you are [[Guide_to_food_and_drinks#Hunger|hungry]] (sluggish), this will happen 20% slower, which makes chemicals have a bigger total effect since they last longer without being weaker per tick. Many mobs are &amp;quot;simplemobs&amp;quot; which means they don&#039;t have bloodstreams and can thus not be poisoned, sedated or healed with medicine. Monkeys and most playable humanoids are the exceptions to this.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Active Pure Chemicals==&lt;br /&gt;
A.K.A. what happens when you eat or splash these. Their metabolism rate is 0.4u per cycle unless said otherwise. Unmentioned dispensable chemicals don&#039;t have any effects. Plasma and uranium requires you to grind mineral sheets to acquire.&lt;br /&gt;
*&#039;&#039;&#039;Chlorine&#039;&#039;&#039;: Causes {{dmgs|q|1 brute damage}} per tick to a random body part.&lt;br /&gt;
*&#039;&#039;&#039;Copper&#039;&#039;&#039;: Can be splashed on metal sheets to create bronze sheets.&lt;br /&gt;
*{{anchor|Ethanol}}&#039;&#039;&#039;Ethanol&#039;&#039;&#039;: A decent alcoholic &amp;quot;beverage&amp;quot;, with a [[Guide_to_food_and_drinks#Drinks|booze power]] of 65. Increases success rate of [[Surgery|surgery]] and flammability when applied externally. Metabolism rate 0.2.&lt;br /&gt;
*&#039;&#039;&#039;Fluorine&#039;&#039;&#039;: Causes {{dmgs|e|1 toxin damage}} per tick.&lt;br /&gt;
*&#039;&#039;&#039;Iron&#039;&#039;&#039;: Slowly restores blood volume.&lt;br /&gt;
*&#039;&#039;&#039;Lithium&#039;&#039;&#039;: Causes twitching, drooling, moaning and not being able to walk straight.&lt;br /&gt;
*&#039;&#039;&#039;Mercury&#039;&#039;&#039;: Causes 1 brain damage per tick, twitching, drooling, moaning and not being able to walk straight.&lt;br /&gt;
*&#039;&#039;&#039;[[Plasma]]&#039;&#039;&#039;: Causes {{dmgs|e|3 toxin damage}} per tick and explodes with a bright flash when heated to 320k. Not to be confused with Stable Plasma, which does nothing.&lt;br /&gt;
*&#039;&#039;&#039;Radium&#039;&#039;&#039;: Slowly causes irradiation (2 per tick). Creates glowing green goo on floor if more than 3u is spilled.&lt;br /&gt;
*&#039;&#039;&#039;Sugar&#039;&#039;&#039;: Gives nutrition. Causes hyperglycemic shock if overdosed (200u). Metabolism rate 0.8.&lt;br /&gt;
*&#039;&#039;&#039;Sulfuric Acid&#039;&#039;&#039;: Causes {{dmgs|e|1 toxin damage}} and {{dmgs|q|some instant brute damage}} to one body part when ingested, and slightly more {{dmgs|q|brute damage}} when &#039;&#039;injected&#039;&#039;. Destroys head-wear and causes {{dmgs|w|burn damage}} when sprayed or splashed on someone. Counts as a [[#Toxins|toxin]].&lt;br /&gt;
*&#039;&#039;&#039;Uranium&#039;&#039;&#039;: Causes slight (1 per tick) irradiation. Creates glowing green goo on floor if more than 3u is spilled.&lt;br /&gt;
*&#039;&#039;&#039;Welding Fuel&#039;&#039;&#039;: Causes {{dmgs|e|1 toxin damage}} per tick. Makes people flammable if splashed on.&lt;br /&gt;
== Components ==&lt;br /&gt;
These are very basic chemicals that you&#039;ll use in a lot of other more complicated chems. They can still be toxic, though.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width:100%; text-align:left; border: 3px solid #FFDD66; cellspacing=0; cellpadding=2; background-color:white;&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&#039;width:150px; background-color:#FFDD66;&#039;|Name&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&#039;width:150px; background-color:#FFDD66;&#039;|Formula&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&#039;background-color:#FFDD66;&#039;|Description&lt;br /&gt;
|-&lt;br /&gt;
!style=&#039;background-color:#FFEE88;&#039;|{{anchor|Ash}}Ash &amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Ash}}&lt;br /&gt;
|Basic ingredient in a couple of recipes.&lt;br /&gt;
|-&lt;br /&gt;
!style=&#039;background-color:#FFEE88;&#039;|Ash (Alternate Recipe) &amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Light a piece of paper on fire, and scoop up the resulting ashes with a beaker.&lt;br /&gt;
|Basic ingredient in a couple of recipes.&lt;br /&gt;
|-&lt;br /&gt;
!style=&#039;background-color:#FFEE88;&#039;|{{anchor|Carpet}}Carpet &amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Carpet}}&lt;br /&gt;
|Creates a dirty carpet on the floor.&lt;br /&gt;
|-&lt;br /&gt;
!style=&#039;background-color:#FFEE88;&#039;|{{anchor|Oil}}Oil &amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|1 part Welding Fuel&lt;br /&gt;
1 part Carbon&lt;br /&gt;
&lt;br /&gt;
1 part Hydrogen&lt;br /&gt;
|Burns in a small smoky fire, mostly used to get Ash.&lt;br /&gt;
|-&lt;br /&gt;
!style=&#039;background-color:#FFEE88;&#039;|Oil (Alternate Recipe) &amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Scoop up oil from destroyed cyborgs or robots off the ground with a beaker.&lt;br /&gt;
|Burns in a small smoky fire, mostly used to get Ash.&lt;br /&gt;
|-&lt;br /&gt;
!style=&#039;background-color:#FFEE88;&#039;|{{anchor|Phenol}}Phenol &amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Phenol}}&lt;br /&gt;
|Used for certain medical recipes.&lt;br /&gt;
|-&lt;br /&gt;
!style=&#039;background-color:#FFEE88;&#039;|{{anchor|Acetone}}Acetone &amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Acetone}}&lt;br /&gt;
|Common ingredient in other recipes.&lt;br /&gt;
|-&lt;br /&gt;
!style=&#039;background-color:#FFEE88;&#039;|{{anchor|Diethylamine}}Diethylamine &amp;lt;span style=&amp;quot;color:#604030;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Diethylamine}}&lt;br /&gt;
|A very potent fertilizer, and the base component of some medicines.&lt;br /&gt;
|-&lt;br /&gt;
!style=&#039;background-color:#FFEE88;&#039;|{{anchor|Ammonia}}Ammonia&amp;lt;span style=&amp;quot;color:#404030;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Ammonia}}&lt;br /&gt;
|An effective fertilizer which is better than what is available to the botanist initially, though it isn&#039;t as powerful as [[Diethylamine]] (results in 3 units instead of 4).&lt;br /&gt;
|-&lt;br /&gt;
!style=&#039;background-color:#FFEE88;&#039;|{{anchor|Saltpetre}}Saltpetre&amp;lt;span style=&amp;quot;color:#60A584;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Saltpetre}}&lt;br /&gt;
|Ingredient for Bath Salts and Black Powder (results in 3 units instead of 5). Increases potency of plants.&lt;br /&gt;
|-&lt;br /&gt;
!style=&#039;background-color:#FFEE88;&#039;|{{anchor|Lye}}Lye&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Lye}}&lt;br /&gt;
|Useful in the manufacturing of wax items like soap.&lt;br /&gt;
|-&lt;br /&gt;
!style=&#039;background-color:#FFEE88;&#039;|Lye (Alternate Recipe)&amp;lt;span style=&amp;quot;color:#FFFFD6;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|1 part [[#Ash|Ash]]&amp;lt;br&amp;gt;1 part Water&amp;lt;br&amp;gt;1 part Carbon&lt;br /&gt;
|Useful in the manufacturing of wax items like soap.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
== Medicines ==&lt;br /&gt;
&amp;quot;&#039;&#039;And that&#039;s how I lost my medical license!&#039;&#039;&amp;quot; Don&#039;t be this guy. Make these. Lots of these.&lt;br /&gt;
&lt;br /&gt;
See [[guide to medicine|Guide to Medicine]] for more information on what to use when.&lt;br /&gt;
===Core Healing Medicines===&lt;br /&gt;
These healing drugs form the &amp;quot;core&amp;quot; drugs used to heal the most common forms of damage. All other medical drugs outside of this section are either harder to make upgrades, or highly specific forms of healing for rarer situations.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width:100%; text-align:left; border: 3px solid #FFDD66; cellspacing=0; cellpadding=2; background-color:white;&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&#039;width:150px; background-color:#FFDD66;&#039;|Name&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&#039;width:150px; background-color:#FFDD66;&#039;|Recipe&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&#039;background-color:#FFDD66;&#039;|Treatment for&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&#039;background-color:#FFDD66;&#039;|Description&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&#039;background-color:#FFDD66;&#039;|Metabolism Rate&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&#039;background-color:#FFDD66;&#039;|Overdose Threshold&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&#039;background-color:#FFDD66;&#039;|Addiction Threshold&lt;br /&gt;
|-&lt;br /&gt;
!style=&#039;background-color:#FFEE88;&#039;|{{anchor|Silver Sulfadiazine}}Silver Sulfadiazine&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Silver Sulfadiazine}}&lt;br /&gt;
|Burn&lt;br /&gt;
|If applied by patch - Instantly heals {{dmgs|w|burn}} damage on the location it is applied to, equal to the amount applied. Will also heal an additional {{dmgs|w|0.5 burn}} damage per tick, but may also temporarily disable limbs or the player due to extreme pain.&lt;br /&gt;
On ingestion, inhalation or injection, it deals {{dmgs|e|0.5 toxin}} damage per tick instead. &lt;br /&gt;
&lt;br /&gt;
On overdose, will suffocate at {{dmgs|r|1 suffocation}} damage per tick. &lt;br /&gt;
|1.0 units per tick&lt;br /&gt;
|100 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Styptic Powder}}Styptic Powder&amp;lt;span style=&amp;quot;color:#FF9696;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Styptic Powder}}&lt;br /&gt;
|Brute&lt;br /&gt;
|If applied by patch - Instantly heals {{dmgs|q|brute}} damage on the location it is applied, equal to the amount applied. Will also heal an additional {{dmgs|q|0.5 brute}} damage per tick, but may also temporarily disable limbs or the player due to extreme pain.&lt;br /&gt;
On ingestion, inhalation or injection, it deals {{dmgs|e|0.5 toxin}} damage per tick instead. &lt;br /&gt;
&lt;br /&gt;
On overdose, will suffocate at {{dmgs|r|1 suffocation}} damage per tick. &lt;br /&gt;
|1.0 units per tick&lt;br /&gt;
|100 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Saline-Glucose Solution}}Saline-Glucose Solution&amp;lt;span style=&amp;quot;color:#DCDCDC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Saline-Glucose Solution}}&lt;br /&gt;
|Brute, burn&lt;br /&gt;
|Has a 33% chance per tick to heal {{dmgs|qw|0.5 brute|0.5 burn|}}. Can be used as a temporary substitute for blood if hooked up via IV drip or injected via a syringe.&lt;br /&gt;
On overdose, rarely deals {{dmgs|qw|1 brute|1 burn}} and metabolize 1u of salt or 1u of sugar.&lt;br /&gt;
&lt;br /&gt;
The rare damages on overdose are countered by the healing done by the saline.&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|60 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Synthflesh}}Synthflesh&amp;lt;span style=&amp;quot;color:#FFEBEB;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Synthflesh}}&lt;br /&gt;
|Brute, burn&lt;br /&gt;
|If applied by patch - Instantly heals {{dmgs|qw|brute|burn}} damage on the location it is applied to, equal to the amount applied. Will also heal an additional {{dmgs|qw|0.5 brute|0.5 burn|}} per tick, but may also temporarily disable limbs or the player due to extreme pain.&lt;br /&gt;
&amp;lt;s&amp;gt;On ingestion, inhalation or injection, it deals {{dmgs|e|2 toxin}} damage per tick instead.&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
On overdose, deals {{dmgs|e|2 toxin}} damage per tick. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;100u may be applied to a husked corpse with less than {{dmgs|w|50 burn}} damage to restore the body to normal integrity.&#039;&#039;&#039;&lt;br /&gt;
| 1.0 units per tick &lt;br /&gt;
|125 units&lt;br /&gt;
|N/A &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Charcoal}}Charcoal&amp;lt;span style=&amp;quot;color:#000000;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Charcoal}}&lt;br /&gt;
|Toxin&lt;br /&gt;
|Heals {{dmgs|e|1 toxin}} damage per tick, will also purge any other chemicals at 0.75u per tick.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Salbutamol}}Salbutamol&amp;lt;span style=&amp;quot;color:#00FFFF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Salbutamol}}&lt;br /&gt;
|Suffocation &lt;br /&gt;
|Quickly heals {{dmgs|r|3 suffocation}} damage per tick while slowing down suffocation. Overdoses cause excess Salbutamol to be metabolized into [[Histamine]] at a rate of 1u of Salbutamol to 1u of Histamine per tick.&lt;br /&gt;
|0.1 units per tick&lt;br /&gt;
|25 units &lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Bicaridine}}Bicaridine&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Bicaridine}}&lt;br /&gt;
|Brute&lt;br /&gt;
|Heals {{dmgs|q|1 brute damage}} at first, but gradually drops in efficacy as the patient&#039;s body accumulates BC1 Metabolites from processing it.&lt;br /&gt;
Overdoses cause the patient&#039;s body to rapidly purge the medicine and deal minor liver damage. &lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
| 30 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Kelotane}}Kelotane&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Kelotane}}&lt;br /&gt;
|Burn&lt;br /&gt;
|Heals {{dmgs|w|1 burn damage}} at first, but gradually drops in efficacy as the patient&#039;s body accumulates KL1 Metabolites from processing it.&lt;br /&gt;
Overdoses cause the patient&#039;s body to rapidly purge the medicine and deal minor liver damage. &lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|30 units &lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Antitoxin}}Antitoxin&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Antitoxin}}&lt;br /&gt;
|Toxin&lt;br /&gt;
|Heals {{dmgs|e|1 toxin damage}} at first, but gradually drops in efficacy as the patient&#039;s body accumulates AT1 Metabolites from processing it.&lt;br /&gt;
Overdoses cause the patient&#039;s body to rapidly purge the medicine and deal minor liver damage. &lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|30 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Dexalin}}Dexalin&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Dexalin}}&lt;br /&gt;
|Suffocation&lt;br /&gt;
|Heals {{dmgs|r|1.5 suffocation damage}} per tick&lt;br /&gt;
Overdoses cause 2 heart damage per tick.&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|30 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Dexalin+}}Dexalin Plus&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Dexalin Plus}}&lt;br /&gt;
|Suffocation&lt;br /&gt;
|Heals {{dmgs|r|3 suffocation}} damage per tick. Overdoses cause rapid heart damage at 4 per tick and are likely to lead to cardiac arrest.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|25 units&lt;br /&gt;
| N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Tricordrazine}}Tricordrazine&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Tricordazine}}&lt;br /&gt;
|All four basic types&lt;br /&gt;
|Heals {{dmgs|qwer|2 brute|2 burn|2 toxin|2 suffocation}} damage per tick, but rapidly drops in efficacy as the patient&#039;s body accumulates TC1 Metabolites from processing it. Due to its rapid metabolization and drop in efficacy, Tricordrazine is best used as an additive with other medicines or treatments for a extra burst of help, but is not going to do much when used alone.&lt;br /&gt;
Overdoses cause 1 liver damage and {{dmgs|e|2 toxin}} damage per tick&lt;br /&gt;
|1.2 units per tick &lt;br /&gt;
|30 units &lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Cryoxadone}}Cryoxadone&amp;lt;span style=&amp;quot;color:#0000C8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Cryoxadone}}&lt;br /&gt;
|All types&lt;br /&gt;
|Required for the proper function of cryogenics. It heals all types of damage very swiftly (except clone damage, which is healed very slowly), but only when in a very cold environment. Healing strength is proportional to temperature.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Pyroxadone}}Pyroxadone&amp;lt;span style=&amp;quot;color:#f7832a;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Pyroxadone}}&lt;br /&gt;
|All four basic types and cellular&lt;br /&gt;
|Inverse [[#Cryoxadone|Cryoxadone]] that heals faster the hotter the patient is. For max efficiency you need to be &#039;&#039;over&#039;&#039; 460°K and on fire. In optimal conditions every cycle will heal {{dmgs|e|15 burn}} &#039;&#039;before&#039;&#039; the damage taken from being on fire, which is usually faster than the fire hurts you (unless too hot). It will then also heal {{dmgs|qer|10 brute|10 toxin|20 suffocation}} and 10 cellular. Works on [[Guide_to_races#Jelly_and_Slime_Mutants|slimepeople]].&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Clonexadone}}Clonexadone&amp;lt;span style=&amp;quot;color:#0000C8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Clonexadone}}&lt;br /&gt;
|Clone&lt;br /&gt;
|Quickly heals clone damage, but only when in a cold environment. Healing strength is proportional to temperature. Fixes changeling sting body swaps If drunk, returning the consumer to their original form. (note, the unit amount varies due to server lag, as the clonexadone must be metabolised for 90 seconds. 35u or more should always be enough.)&lt;br /&gt;
|0.6 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Mannitol}}Mannitol&amp;lt;span style=&amp;quot;color:#DCDCFF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Mannitol}}&lt;br /&gt;
|Brain&lt;br /&gt;
|Quickly heals brain damage at 2 per tick - best used in cryo alongside Cryoxadone, but will still heal if taken via other means.&amp;lt;br /&amp;gt;Usually it has no overdose, but it has 35u overdose to brain tumor people. When overdosed, has awful brain healing to brain tumor people, at 0.1 damage per tick.&lt;br /&gt;
| 0.4 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|System Cleaner}}System Cleaner&amp;lt;span style=&amp;quot;color:#DCDCFF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/System Cleaner}}&lt;br /&gt;
|Toxin &lt;br /&gt;
|Quickly purges {{dmgs|e|2 toxin|}} damage per tick in the rare case an IPC gets said damage. Will also purge other chemicals at 1u per tick.&lt;br /&gt;
&#039;&#039;&#039;Only works on IPCs.&#039;&#039;&#039;&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Solder}}Solder&amp;lt;span style=&amp;quot;color:#DCDCFF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Solder}}&lt;br /&gt;
|Brain&lt;br /&gt;
|Quickly heals brain damage at 3 per tick, reduces hallucinations and has a chance to cure [[Guide to Traumas|mild]] and [[Guide to Traumas#Special|special brain traumas]] every tick.&lt;br /&gt;
&#039;&#039;&#039;Only works on IPCs.&#039;&#039;&#039;&lt;br /&gt;
| 0.4 units per tick&lt;br /&gt;
|N/A &lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Neurine}}Neurine&amp;lt;span style=&amp;quot;color:#EEFF8F;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Neurine}}&lt;br /&gt;
| Minor brain traumas&lt;br /&gt;
|Reacts with neural tissue, helping reform damaged connections. Chance every tick to cure [[Guide_to_Traumas#Basic_Traumas_Without_Prefix|basic traumas]]. More [[Guide_to_Traumas#Severe_Prefix|severe]] traumas usually require [[surgery]]. Quickly purges [[Guide_to_food_and_drinks#Neurotoxin |Neurotoxin]].&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
=== Superior Healing Medicines===&lt;br /&gt;
These healing drugs are harder to make than the core healing drugs, however they are significantly better at healing.&lt;br /&gt;
&lt;br /&gt;
Also, many upgraded drugs can be overdosed with, leading to a negative outcome. Be sure to monitor how many units of chemicals someone is injected with.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width:100%; text-align:left; border: 3px solid #FFDD66; cellspacing=0; cellpadding=2; background-color:white;&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; |Name &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; |Recipe&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Treatment for&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Description&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Metabolism Rate&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Overdose Threshold &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; | Addiction Threshold&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Salicyclic Acid}}Salicyclic Acid&amp;lt;span style=&amp;quot;color:#D2D2D2;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Salicyclic Acid}}&lt;br /&gt;
|Brute&lt;br /&gt;
| Heals {{dmgs|q|3 brute damage}} per tick, but causes exhaustion while it is healing. Overdoses cause 2 liver and {{dmgs|e||3 toxin|}} damage per tick, but also double the {{dmgs|q|brute|}} healing. &lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|25 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Oxandrolone}}Oxandrolone&amp;lt;span style=&amp;quot;color:#F7FFA5;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Oxandrolone}}&lt;br /&gt;
|Burn&lt;br /&gt;
|Heals {{dmgs|w|3 burn damage}} per tick, but causes exhaustion while it is healing. Overdoses cause 2 liver and {{dmgs|e|3 toxin|}} damage per tick, but also double the {{dmgs|w|burn|}} healing.&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|25 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Carthatoline}}Carthatoline&amp;lt;span style=&amp;quot;color:#225722;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Carthatoline}}&lt;br /&gt;
|Toxin&lt;br /&gt;
|Heals {{dmgs|e|3 toxin damage}} per tick while purging toxic chems at a rate of 1u per tick as well as being very likely to cause vomiting. Overdoses cause 2 brain damage per tick.&lt;br /&gt;
|0.4 units per tick &lt;br /&gt;
|25 units&lt;br /&gt;
| N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Omnizine}}Omnizine&amp;lt;span style=&amp;quot;color:#DCDCDC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Grown from Ambrosia Deus or found in heated Donk Pockets&lt;br /&gt;
|Brute, burn, toxin and suffocation &lt;br /&gt;
|Heals {{dmgs|qwer|0.5 brute|0.5 burn|0.5 toxin|0.5 suffocation}} damages per tick except cellular. If overdosed it will deal {{dmgs|qwer|1.5 brute|1.5 burn|1.5 toxin|1.5 suffocation}} per tick but not cellular damage.&lt;br /&gt;
|0.1 units per tick&lt;br /&gt;
| 30 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Pentetic Acid}}Pentetic Acid&amp;lt;span style=&amp;quot;color:#E6FFF0;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Pentetic Acid}}&lt;br /&gt;
|Radiation, toxin&lt;br /&gt;
|Treats massive radiation exposure extremely well but has deminishing returns the lower radiation you have. Treats {{dmgs|e|2 toxin|}} damage a tick but purges all other chemicals from body at a rate of 2u per tick, including medicines.&amp;lt;br&amp;gt;Other [[#Carthatoline|anti-toxins]] should be used instead if only treating toxin damage.&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Perfluorodecalin}}Perfluorodecalin&amp;lt;span style=&amp;quot;color:#FF6464;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Perfluorodecalin}}&lt;br /&gt;
|Suffocation&lt;br /&gt;
| Heals suffocation damage incredibly quickly at a rate of {{dmgs|r|10 suffocation}} per tick. which can allow you to spacewalk. Also heals your lungs 2 damage per tick, but will cause {{dmgs|e|2 toxin|}} damage per tick. Overdoses cause 2 heart damage per tick.&lt;br /&gt;
|0.1 units per tick&lt;br /&gt;
|30 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Atropine}}Atropine&amp;lt;span style=&amp;quot;color:#000000;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Atropine}} &lt;br /&gt;
|Brute, Burn, Toxin and Suffocation&lt;br /&gt;
|Rapidly stabilizes and heals anyone in or near critical condition by healing {{dmgs|qwer|4 brute|4 burn|4 toxin|5 suffocation}} damages per tick, but causes dizziness and jittering. Overdoses will cause excess Atropine to be rapidly metabolized into [[Histamine]], at a rate of 3u of Histamine for 2u of Atropine.&lt;br /&gt;
|0.1 units per tick&lt;br /&gt;
|15 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Calomel}}Calomel&amp;lt;span style=&amp;quot;color:#19C832;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Calomel}}&lt;br /&gt;
|Purge&lt;br /&gt;
|Quickly purges the body of all chemicals at 2.5u per tick.&lt;br /&gt;
&#039;&#039;&#039;If your health is above 20, {{dmgs|e|2.5 toxin|}} damage is dealt per tick.&#039;&#039;&#039;&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Hepanephrodaxon}}Hepanephrodaxon&amp;lt;span style=&amp;quot;color:#D2691E;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Hepanephrodaxon}}&lt;br /&gt;
|Liver, Toxin&lt;br /&gt;
|Superior anti-toxin that heals {{dmgs|e|6 toxin|}} damage per tick and also heals liver damage at a quick rate of 4 damage per tick, so long as the liver is still functional, but causes confusion. Overdoses cause brain 2 damage per tick and more severe confusion. Extremely fast metabolization.&lt;br /&gt;
|3.75 units per tick&lt;br /&gt;
|10 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Mutadone}}Mutadone&amp;lt;span style=&amp;quot;color:#5096C8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Mutadone}}&lt;br /&gt;
|Genetic&lt;br /&gt;
|Removes all your genetic mutations, this can&#039;t humanize monkeys.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Inaprovaline}}Inaprovaline&amp;lt;span style=&amp;quot;color:#5096C8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Wave the meditopia banner around.&lt;br /&gt;
|Oxygen&lt;br /&gt;
|Stabilizes the breathing of patients. Good for those in critical condition.&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|}&lt;br /&gt;
===Unique Healing Medicines===&lt;br /&gt;
These healing drugs preform a unique function that is not commonly used or seen in game.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width:100%; text-align:left; border: 3px solid #FFDD66; cellspacing=0; cellpadding=2; background-color:white;&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; | Name&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; |Recipe&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Treatment for&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Description&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Metabolism Rate&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Overdose Threshold&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Addiction Threshold&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Potassium Iodide}}Potassium Iodide&amp;lt;span style=&amp;quot;color:#14FF3C;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Potassium Iodide}}&lt;br /&gt;
|Radiation&lt;br /&gt;
|Reduces low radiation damage very effectively.&lt;br /&gt;
|0.8 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Ephedrine}}Ephedrine&amp;lt;span style=&amp;quot;color:#D2FFFA;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Ephedrine}} &lt;br /&gt;
|Stun&lt;br /&gt;
|Reduces stun times, increases run speed.&amp;lt;br&amp;gt;If overdosed it will deal {{dmgs|er|toxin| suffocation}} damage and will cause seizures also has a chance to make you drop the thing you were holding..&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|30 units&lt;br /&gt;
|25 units&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Diphenhydramine}}Diphenhydramine&amp;lt;span style=&amp;quot;color:#64FFE6;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Diphenhydramine}}&lt;br /&gt;
|Histamine Overdose&lt;br /&gt;
|Purges body of lethal Histamine at a rate of 3u per tick and reduces jitteriness while causing minor drowsiness. &lt;br /&gt;
|0.2 units per tick &lt;br /&gt;
|N/A&lt;br /&gt;
| N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Meclizine}}Meclizine&amp;lt;span style=&amp;quot;color:#CECECE;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Meclizine}}&lt;br /&gt;
|Vomiting&lt;br /&gt;
|Prevents vomiting and has a small chance to heal {{dmgs|e|1 toxin|}} damage. Overdosing causes {{dmgs|e|2 toxin|}} damage and 2 stomach damage per tick.&lt;br /&gt;
|0.25 units per tick&lt;br /&gt;
|25&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Morphine}}Morphine&amp;lt;span style=&amp;quot;color:#A9FBFB;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Morphine}}&lt;br /&gt;
|Movement Speed&lt;br /&gt;
|Will allow you to walk faster. Will make you feel tired after 12 cycles and will knock you out after 24.&amp;lt;br&amp;gt;If overdosed it will cause jitteriness, dizziness, force the victim to drop items in their hands and eventually deal {{dmgs|e|toxin|}} damage. &lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|30 units&lt;br /&gt;
|25 units&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Oculine}}Oculine&amp;lt;span style=&amp;quot;color:#FFFFFF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Oculine}}&lt;br /&gt;
|Eye&lt;br /&gt;
|Quickly heals eye damage and reverts blindness.&lt;br /&gt;
|0.1 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
| N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Inacusiate}}Inacusiate&amp;lt;span style=&amp;quot;color:#6600FF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Inacusiate}}&lt;br /&gt;
|Ear&lt;br /&gt;
|Instantly removes all ear damage. (Results in 2 units instead of 3)&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Epinephrine}}Epinephrine&amp;lt;span style=&amp;quot;color:#D2FFFA;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Epinephrine}}&lt;br /&gt;
|Stun + Brute, burn, suffocation and toxin&lt;br /&gt;
|20% chance each tick to reduce knockout/stun effects, minor stamina regeneration buff. Prevents {{dmgs|r|suffocation}} damage from going over 35. If the patient is in crit, it heals {{dmgs|qwer|0.5 brute|0.5 burn|0.5 toxin|0.5 suffocation}} damages per tick.&amp;lt;br&amp;gt;If overdosed will deal {{dmgs|e|toxin|}} and stamina damage, and cause {{dmgs|r|suffocation}}. This is in the EpiPens.&lt;br /&gt;
|0.1 units per tick&lt;br /&gt;
|30 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Antihol}}Antihol&amp;lt;span style=&amp;quot;color:#00B4C8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Antihol}}&lt;br /&gt;
|Alcohol&lt;br /&gt;
| Helps remove Alcohol from someone&#039;s body, as well as eliminating its side effects and slowly healing {{dmgs|e|toxin|}} damage.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Stimulants}}Stimulants&amp;lt;span style=&amp;quot;color:#78008C;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Traitor Adrenals or Stimpack&lt;br /&gt;
|Stun&lt;br /&gt;
|Increases run speed and eliminates stuns, can heal all four basic damage types at a rate {{dmgs|qwer|1 brute|1 burn|1 toxin|1 suffocation}} per tick if your total damage is below 50.&amp;lt;br&amp;gt;If overdosed it will deal {{dmgs|e|toxin}} damage and stun.&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
| 60 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Insulin}}Insulin&amp;lt;span style=&amp;quot;color:#FFFFF0;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Included in the &amp;quot;&#039;&#039;Medicals Supplies Crate&#039;&#039;&amp;quot; at Cargo.&lt;br /&gt;
|Sugar Dependency&lt;br /&gt;
|Increases sugar depletion by 3u per tick and can wake you up from a hyperglycemic shock faster.&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Strange Reagent}}Strange Reagent&amp;lt;span style=&amp;quot;color:#A0E85E;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Strange Reagent}}&lt;br /&gt;
|Death&lt;br /&gt;
|A miracle drug that can bring a dead body back to life! If the corpse has suffered more than 100 {{dmgs|q|brute|}} or {{dmgs|w|burn|}} damage it will fail, however.&amp;lt;br&amp;gt;If used on a living person it will deal minor amounts of {{dmgs|qw|brute|burn}} damage each tick.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Synaptizine}}Synaptizine&amp;lt;span style=&amp;quot;color:#FF00FF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Synaptizine}}&lt;br /&gt;
|Hallucination Decrease&lt;br /&gt;
|Helps Hallucinations go away much faster and helps you recover from stuns and knockdowns faster. Also Purges Mindbreaker Toxin very quickly. Deals {{dmgs|e|1 toxin}} damage per tick. Use after the super matter deliminates to stop all hallcuincations.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Rezadone}}Rezadone&amp;lt;span style=&amp;quot;color:#669900;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Rezadone}}&lt;br /&gt;
| Cellular Damage Healing&lt;br /&gt;
|Instantly heals all cellular damage, while healing damage to the body parts. If overdosed deals {{dmgs|e|1 toxin}} damage per tick. Very good for speedcloning.&lt;br /&gt;
&#039;&#039;&#039;5 units applied to a husk with less than {{dmgs|w|50 burn}} damage will unhusk it.&#039;&#039;&#039;&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|30 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Spaceacillin}}Spaceacillin&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Spaceacillin}}&lt;br /&gt;
|Infections&lt;br /&gt;
|An all-purpose antiviral agent. Prevents you from spreading any virus in your body.&lt;br /&gt;
|0.04 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Miner&#039;s Salve}}Miner&#039;s Salve&amp;lt;span style=&amp;quot;color:#6D6374;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Miner&#039;s Salve}}&lt;br /&gt;
| Improvised Patch Healing Chem&lt;br /&gt;
|Slowly heals {{dmgs|qw|brute|burn|}}, but prevents you from telling how injured you are. Causes stomach cramps if not applied via touch/patch. Increases the success chance of surgical steps by 10% if applied via touch/patch.&lt;br /&gt;
|0.16 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Haloperidol}}Haloperidol&amp;lt;span style=&amp;quot;color:#27870a;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Haloperidol}}&lt;br /&gt;
|Anti-Drug and Light Sedative&lt;br /&gt;
|Helps fight against the effects of most drugs, while purging them at a rate of 5u per tick. However also causes drowsiness and stamina damage and has a small chance to cause brain damage each tick.&lt;br /&gt;
|0.16 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Leporazine}}Leporazine &amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Leporazine}}&lt;br /&gt;
|Body temperature&lt;br /&gt;
|Keeps a patient&#039;s body temperature stable, but if overdosed will cause wild fluctuations in body temperature instead.&lt;br /&gt;
| 0.1 units per tick&lt;br /&gt;
|30 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Corazone}}Corazone&amp;lt;span style=&amp;quot;color:#F5F5F5;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Corazone}}&lt;br /&gt;
|Heart attack&lt;br /&gt;
|Helps prevent cardiac arrest and liver failure, also heals 1.5 heart damage per tick. Overdoses cause Corazone to be metabolized into [[Histamine]] at a rate of 1u per tick.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|20 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Psicodine}}Psicodine&amp;lt;span style=&amp;quot;color:#F5F5F5;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Psicodine}}&lt;br /&gt;
|Phobias and Mood &lt;br /&gt;
|Suppresses phobias and turns bad mood into neutral mood. Also reduces [[Status_Effects#Jitteriness|jitteriness]], [[Status_Effects#Dizziness|dizziness]], [[Status_Effects#Confusion|confusion]] and [[Status_Effects#Disgust|disgust]]. If overdosed it causes [[Status_Effects#Hallucinations|hallucinations]] and {{dmgs|e|1 toxin}} damage per tick.&lt;br /&gt;
|0.1 units per tick&lt;br /&gt;
|30 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Energized Jelly}}Energized Jelly&amp;lt;span style=&amp;quot;color:#CAFF43;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Energized Jelly}}&lt;br /&gt;
|Stun&lt;br /&gt;
|Reduces stun times by around 60% (depends) for [[Guide_to_races#Jellypeople|jellypeople]], while also speeding up [[Guide_to_races#Luminescents|Luminescent&#039;s]] cooldowns. Non-jelly lifeforms will just get shocked.&lt;br /&gt;
| 0.4 units per tick&lt;br /&gt;
| N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Regenerative Jelly}}Regenerative Jelly&amp;lt;span style=&amp;quot;color:#CAFF43;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Regenerative Jelly}}&lt;br /&gt;
|Healing&lt;br /&gt;
|Gradually regenerates all four types of basic damage at a rate of {{dmgs|qwer|0.5 brute|0.5 burn|0.5 toxin|0.5 suffocation}} per tick, without harming [[Guide_to_races#Oozeling|Oozling]] anatomy.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Polypyrylium Oligomers}}Polypyrylium Oligomers&amp;lt;span style=&amp;quot;color:#9423FF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Polypyrylium Oligomers}}&lt;br /&gt;
| Healing&lt;br /&gt;
| Heals your lungs for 0.25 damage and your body {{dmgs|q|0.35 brute}} damage per tick, has a 50% chance to reduce bleeding each tick. Changes your hair and beard color to purple.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|50 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Silibinin}}Silibinin&amp;lt;span style=&amp;quot;color:#FFFFD0;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Silibinin}}&lt;br /&gt;
|Healing &lt;br /&gt;
|Heals 2 liver damage per tick.&lt;br /&gt;
|0.6 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Earthsblood}}Earthsblood&amp;lt;span style=&amp;quot;color:#FFAF00;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Earthsblood}}&lt;br /&gt;
|Healing&lt;br /&gt;
|Heals {{dmgs|qwer|3 brute|3 burn|3 toxin|15 suffocation}}, 1 cellular and 30 stamina damage per tick and causes 1 brain damage per tick (max 150). Causes jitteriness and gets you drugged. Overdose causes hallucinations and {{dmgs|e|toxin}} damage.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|25 units&lt;br /&gt;
|N/A &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==Narcotics==&lt;br /&gt;
Narcotics are highly addicitve drugs that can aggressively, or passively, provide a benefit. Be wary as its very easy to become addicted, or overdose, on a narcotic.&lt;br /&gt;
&lt;br /&gt;
As a general rule of thumb, the more of a positive effect (or any effect) a narcotic can provide, the easier it is to get addicted or overdose on it.&lt;br /&gt;
&lt;br /&gt;
People who overdose or get addicted to Narcotics tend to usually end up dying to the negative effects or requiring immedient medical attention. Take in moderation.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width:100%; text-align:left; border: 3px solid #FFDD66; cellspacing=0; cellpadding=2; background-color:white;&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; |Name&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; |Recipe&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Description&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Metabolism Rate&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Overdose Threshold&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Addiction Threshold&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Nicotine}}Nicotine&amp;lt;span style=&amp;quot;color:#60A584;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Grown in tobacco or found in cigarettes.&lt;br /&gt;
|Slightly reduces stun times.&lt;br /&gt;
If overdosed, will deal negligeable ammount of toxin damage.&lt;br /&gt;
|0.05 units per tick&lt;br /&gt;
|15 units&lt;br /&gt;
|10 units&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Krokodil}}Krokodil&amp;lt;span style=&amp;quot;color:#0064B4;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Krokodil}}&lt;br /&gt;
|Provides messages of calmness and protection.&amp;lt;br&amp;gt;If overdosed it will deal significant Brain and {{dmgs|e|toxin}} damage.&amp;lt;br&amp;gt;On withdrawal will begin to deal fatal amounts of {{dmgs|q|brute}} damage as the subjects skin falls off.&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|20 units&lt;br /&gt;
|15 units&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Crank}}Crank&amp;lt;span style=&amp;quot;color:#FA00C8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Crank}}&lt;br /&gt;
|Reduces stun times by about 200%.&amp;lt;br&amp;gt;If overdosed or addicted it will deal significant {{dmgs|qe|brute|toxin}} and Brain damage.&lt;br /&gt;
| 0.2 units per tick&lt;br /&gt;
|20 units&lt;br /&gt;
|10 units&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Methamphetamine}}Methamphetamine&amp;lt;span style=&amp;quot;color:#FAFAFA;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Methamphetamine}}&lt;br /&gt;
|Every chemist&#039;s favorite, and the leading cause of chemist deaths.&lt;br /&gt;
Reduces stun times by about 300%. Allows the user to quickly recover stamina while dealing a small amount of Brain damage.&amp;lt;br&amp;gt;If overdosed the subject will move, laugh, and drop items randomly while suffering from {{dmgs|e|toxin}} and Brain damage.&amp;lt;br&amp;gt;On withdrawal the subject will constantly jitter and drool, before becoming dizzy and losing motor control and eventually suffer heavy {{dmgs|e|toxin}} damage.&amp;lt;br&amp;gt;A great deal of caution must be taken when heating this chemical, as it will explode if it reaches a temperature of or greater than 380 k.&lt;br /&gt;
|0.3 units per tick&lt;br /&gt;
|20 units&lt;br /&gt;
|10 units&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Bath Salts}}Bath Salts&amp;lt;span style=&amp;quot;color:#FAFAFA;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Bath Salts}}&lt;br /&gt;
|Makes the subject nearly impervious to stuns, however the subject will suffer {{dmgs|e|toxin}} and Brain damage, constant hallucinations and will lose motor control.&amp;lt;br&amp;gt;If overdosed the subject will lose even more motor control, drool and drop items in their hand.&amp;lt;br&amp;gt;On withdrawal the subject will suffer very severe Brain damage, severe hallucinations, complete loss of motor control and eventually fatal amounts of {{dmgs|e|toxin}} damage. &lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
| 20 units&lt;br /&gt;
|10 units&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Aranesp}}Aranesp&amp;lt;span style=&amp;quot;color:#78FFF0;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Aranesp}}&lt;br /&gt;
|The subject will think they are &amp;quot;amped&amp;quot; and regenerate stamina, however the drug typically causes the subject to {{dmgs|r|suffocate}} to death. Also deals minor {{dmgs|e|toxin}} damage and prevents the user from blocking.&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Space Drugs}}Space Drugs&amp;lt;span style=&amp;quot;color:#60A584;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Space Drugs}}&lt;br /&gt;
|An illegal compound which induces a number of effects such as loss of balance and visual artefacts. If overdosed causes hallucinations.&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|30 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Happiness}}Happiness&amp;lt;span style=&amp;quot;color:#0000C8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Happiness}}&lt;br /&gt;
|Suppresses phobias and fills you with ecstasic emotional numbness. Removes jitteriness, confusion and disgust. Causes 0.2 brain damage per tick. Highly addictive. If overdosed causes sudden mood swings and an additional 0.5 brain damage per tick. On withdrawal it will slowly drive your mood to &amp;quot;insane&amp;quot;. Be sure to cool the Nitrous Oxide down before mixing or your plasma will explode in your face!&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|20 units&lt;br /&gt;
|10 units&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Modafinil}}Modafinil&amp;lt;span style=&amp;quot;color:#BEF7D8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Modafinil}}&lt;br /&gt;
|Slowly-metabolizing medicine. Heals dizziness, drowsiness, sleep and heats you up if frozen, similarly to Coffee Latte.&lt;br /&gt;
Gives 15 stamina regeneration and slightly increase speed. If overdosed causes jitteriness, stuttering, dizziness (later), 50% chance to choke. After 41 cycles 20% chance to stun you. Cycle 82 puts you into endless sleep while constantly dealing 1.5 stamina and {{dmgs|r|suffocation}} damage.&lt;br /&gt;
|0.02-0.08 units per&amp;amp;nbsp;tick&lt;br /&gt;
|Random, initially 20 but goes up or down 0.1u each tick.&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Ketamine}}Ketamine&amp;lt;span style=&amp;quot;color:#C9C9C9;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Ketamine}}&lt;br /&gt;
|A Dissociative Anesthetic. Causes Hallucinations, Allows User to Ignore the Damage Slowdown(Like Morphine). Reduces Jitters and Confusion, and provides a mood boost if disgusted. Will eventually knock you out.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Overdose: Gives you a split personality. No more slowdown ignore. Hallucinations are worse. &lt;br /&gt;
|0.5 Units Per Tick&lt;br /&gt;
|16 Units&lt;br /&gt;
|8 Units&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Pyrotechnics==&lt;br /&gt;
The manipulation of fire and matter.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width:100%; text-align:left; border: 3px solid #FFDD66; cellspacing=0; cellpadding=2; background-color:white;&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; |Name&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; |Recipe&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Stabilizing Agent}}Stabilizing Agent&amp;lt;span style=&amp;quot;color:#FFFF00;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Stabilizing Agent}}&lt;br /&gt;
|When mixed with certain pyrotechnics, it stabilizes the reaction and prevents the reaction for usage later. The stabilizing agent is not consumed when stabilizing explosives, and one unit is enough to stabilize any amount of explosives. &#039;&#039;&#039;This does not work on everything, so be warned!&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Foam Surfactant}}Foam Surfactant&amp;lt;span style=&amp;quot;color:#9E6B38;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Fluorosurfactant}}&lt;br /&gt;
|Also known as Fluorosurfactant. Creates a large amount of foam when mixed with an equal amount of water. This foam carries any reagents along with it in the container, allowing you to apply reagents to large areas at a time. The foam will apply any carried reagents to any walls, floors, objects, or people and animals in the area of the foam. The reagents will be absorbed through a mob&#039;s exposed skin and somewhat through clothes unless completely impermeable(hardsuit/biohazard/medical gear). Foam is slippery!&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Firefighting Foam}}Firefighting Foam&amp;lt;span style=&amp;quot;color:#A6FAFF55;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Firefighting Foam}} &lt;br /&gt;
|A historical fire suppressant. Originally believed to simply displace oxygen to starve fires, it actually interferes with the combustion reaction itself. Vastly superior to the cheap water-based extinguishers. When used in a spray or with smoke it creates a non-slippery foam which extinguishes fires and burning creatures, and removes burning plasma from the air&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Smoke}}Smoke&amp;lt;span style=&amp;quot;color:#C8C8C8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Smoke}}&lt;br /&gt;
|This creates a large cloud of smoke that will take on the properties of everything (if anything) in the container of the reaction. The chemicals in the smoke will touch and react with everything that the smoke touches. Mobs caught within the smoke cloud without wearing a gas mask or breathing through a gas tank will ingest the smoke chemicals. Great for distributing toxins in a crowded area. Can be stabilized with Stabilizing Reagent. If stabilized, heat to 374K to activate.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Flash Powder}}Flash Powder&amp;lt;span style=&amp;quot;color:#C8C8C8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Flash Powder}}&lt;br /&gt;
| Flashes in a radius that scales up with the amount detonated. Can be stabilized with Stabilizing Reagent. If stabilized, heat to 374K to activate.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Phlogiston}}Phlogiston&amp;lt;span style=&amp;quot;color:#FA00AF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Phlogiston}}&lt;br /&gt;
|Turns into a spreading plasma fire if not stabilized during mixing. Makes you burn longer, and ignites you. Deals increasing {{dmgs|w|burn}} damage based on how much you&#039;re burning up to {{dmgs|w|4 burn}} damage every 3 seconds. Can be stabilized with Stabilizing Reagent.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Napalm}}Napalm&amp;lt;span style=&amp;quot;color:#FA00AF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Napalm}}&lt;br /&gt;
|A substance that burns for much longer then other fuels. Inject it into someone and then apply heat for a warm toasty fireball human.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Sonic Powder}}Sonic Powder&amp;lt;span style=&amp;quot;color:#C8C8C8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Sonic Powder}}&lt;br /&gt;
|Deafens in a radius that scales up with the amount detonated. Can be stabilized with Stabilizing Reagent. If stabilized, heat to 374K to activate. &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Pyrosium}}Pyrosium&amp;lt;span style=&amp;quot;color:#64FAC8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Pyrosium}}&lt;br /&gt;
|Comes into existence at 20K. As long as there is sufficient oxygen for it to react with, Pyrosium slowly heats all other reagents in the container up. Useful for delayed reactions.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Cryostylane}}Cryostylane&amp;lt;span style=&amp;quot;color:#0000DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Cryostylane}}&lt;br /&gt;
| Comes into existence at 20K. As long as there is sufficient oxygen for it to react with, Cryostylane slowly cools all other reagents in the container down. Useful for delayed reactions.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Chlorine Trifluoride}}Chlorine Trifluoride&amp;lt;span style=&amp;quot;color:#FFC8C8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Chlorine Trifluoride}}&lt;br /&gt;
|When created it will create a temporary 3x3 fireball. Comes into existence at 1000K. A flammable substance so dangerous it can burn through the hull of the station. It lights you on fire when it comes into contact with you, and if it gets inside of you will burn you from the inside out. It metabolizes out of your body extremely fast, however.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Sorium}}Sorium&amp;lt;span style=&amp;quot;color:#5A64C8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Sorium}}&lt;br /&gt;
| When detonated it will send any movable object or person flying away from the detonation point. Can be stabilized with Stabilizing Reagent. If stabilized, heat to 474K to activate.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Liquid Dark Matter}}Liquid Dark Matter&amp;lt;span style=&amp;quot;color:#210021;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Liquid Dark Matter}}&lt;br /&gt;
|When detonated it will suck in any movable object or person. Can be stabilized with Stabilizing Reagent. If stabilized, heat to 474K to activate.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |Meth Explosion&amp;lt;span style=&amp;quot;color:#FAFAFA;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Meth Explosion}}&lt;br /&gt;
|If you are making Methamphetamine and mixing the ephedrine last, make sure you&#039;re using a chilled container, or it&#039;ll blow up just as if it was overheated. Definitely safer to just make the ephedrine separately. Blows up with the same strength as Black Powder.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Black Powder}}Black Powder&amp;lt;span style=&amp;quot;color:#000000;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Black Powder}} &lt;br /&gt;
|Sparks, and then creates a violent explosion when heated to 474K.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Nitroglycerin}}Nitroglycerin&amp;lt;span style=&amp;quot;color:#808080;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Nitroglycerin}}&lt;br /&gt;
| A heavy, colourless, oily, explosive liquid obtained by nitrating glycerol. Explodes immediately on mixing (results in 2 units instead of 3). Can be stabilized with Stabilizing Reagent. If stabilized, heat to 474K to activate.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Explosion}}Explosion&lt;br /&gt;
|{{RecursiveChem/Explosion}}&lt;br /&gt;
|This explodes immediately on mixing, which may knock you over or even kill you. Only useful in grenade production.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Plasma Flash}}Plasma Flash&lt;br /&gt;
|{{RecursiveChem/Plasma_Flash}}&lt;br /&gt;
|Makes a small explosion with a bright light and fire, igniting everyone nearby.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Holy Explosion}}Holy Explosion&lt;br /&gt;
|{{RecursiveChem/Holy Explosion}}&lt;br /&gt;
|This explodes immediately on mixing. If it combined at least 75 of each reagent, it results in a more powerful explosion, which also paralyzes and reveals [[revenant]]s and sets nearby [[Blood Cult|cultists]] on fire. Otherwise it behaves like a normal Water-Potassium explosion.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|EMP}}EMP&lt;br /&gt;
|{{RecursiveChem/EMP}}&lt;br /&gt;
|This reacts immediately on mixing, creating an electromagnetic pulse which affects electronics nearby; such as temporarily deactivating energy weapons, cameras. Radius depends on amount mixed. Has 50/50 chance to open locked containers.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Tesla Shock}}Tesla Shock&lt;br /&gt;
|{{RecursiveChem/Tesla Shock}} &lt;br /&gt;
|This reacts immediately on mixing, shooting electric bolts to anyone near the reaction, shocking people and disabling/damaging electronics.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Thermite}}Thermite&amp;lt;span style=&amp;quot;color:#550000;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Thermite}}&lt;br /&gt;
|A mixture that becomes extremely hot when ignited, and which can burn straight through walls when applied and ignited. Doesn&#039;t work on Lockers or Crates(sadly). Causes minor {{dmgs|w|burn}} damage to humans when ingested.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Bee Explosion}}Bee Explosion&lt;br /&gt;
|{{RecursiveChem/Bee Explosion}} &lt;br /&gt;
|This reacts immediately on mixing, spawning 1 aggressive bee per 15u.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Other Recipes==&lt;br /&gt;
These are either pure reactions that typically leave nothing remaining or other chemicals that have non-medicinal uses. Many of these are useful in the manufacture of grenades, but many can be quite dangerous.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width:100%; text-align:left; border: 3px solid #FFDD66; cellspacing=0; cellpadding=2; background-color:white;&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; |Name &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; |Formula&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Description&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Plastic Sheets}}Plastic Sheets&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Plastic Sheets}}&lt;br /&gt;
| Creates Plastic sheets. 1 Plastic sheet per 10u of solution. Can be used in hand to craft plastic bottles (they work just like beakers)&amp;lt;br&amp;gt;Required to print certain items such as surgical drapes or Plumbing Constructor in the protolathes.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Barber&#039;s Aid}}Barber&#039;s Aid&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Barber&#039;s Aid}}&lt;br /&gt;
|Changes your hair style, useful if you are bald! (Results in 5 units instead of 3)&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Barbers A}}Concentrated Barber&#039;s Aid&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Concentrated Barber&#039;s Aid}}&lt;br /&gt;
|Grows your hair very long!&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Barber&#039;s Afro Mania}}Barber&#039;s Afro Mania&amp;lt;span style=&amp;quot;color:##FF8800;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Barber&#039;s Afro Mania}}&lt;br /&gt;
|Makes you grow an afro. Unleash the funk within you.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Barbers Shaving Aid}}Barber&#039;s Shaving Aid&amp;lt;span style=&amp;quot;color:#C0FFAB;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Barber&#039;s Shaving Aid}}&lt;br /&gt;
|&amp;quot;It seems I messed up. Time to go bald.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Candle}}Candle&lt;br /&gt;
|{{RecursiveChem/Candle}}&lt;br /&gt;
|Creates a red candle for use in decoration or rituals.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Carbon Dioxide}}Carbon Dioxide&lt;br /&gt;
|{{RecursiveChem/Carbon Dioxide}}&lt;br /&gt;
|What the fuck is carbon dioxide? It will create [[Guide_to_Atmospherics#CO2|CO&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;]] in gas form. Might be useful for creative traitors.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Colorful Reagent}}Colorful Reagent&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Colorful Reagent}}&lt;br /&gt;
|Use this to color EVERYTHING! Keep away from the clown and assistants!&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Condensed Capsaicin}}Condensed Capsaicin&amp;lt;span style=&amp;quot;color:#B31008;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Condensed Capsaicin}}&lt;br /&gt;
|A chemical agent used for self-defense and in police work. Also known as &#039;Pepper Spray&#039; (results in 5 units instead of 6).&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Life}}Life&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Life}}&lt;br /&gt;
|Creates a or multiple very unpleseant life forms. You always want to have Security on hot standby if you attemtp this. (Results in 1 unit instead of 3)&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Life Friendly}}Life Friendly&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Life Friendly}}&lt;br /&gt;
|Creates a or multiple friendly life forms. If you want to have some fun creating life and not end up getting exectuted by security (Results in 1 unit instead of 3) &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Corgium}}Corgium&lt;br /&gt;
|{{RecursiveChem/Corgium}}&lt;br /&gt;
|Creates your own Corgi! Turns you into a Corgi if ingested.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Cryptobiolin}}Cryptobiolin&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Cryptobiolin}}&lt;br /&gt;
|Causes confusion and dizziness. This is essential to make Spaceacillin.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Drying Agent}}Drying Agent&amp;lt;span style=&amp;quot;color:#A70FFF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Drying Agent}}&lt;br /&gt;
|Creates a solution that when applied to galoshes, causes them to be extra absorbent and dry any wet tiling they step on (results in 3 units instead of 4). &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Foaming Agent}}Foaming Agent&amp;lt;span style=&amp;quot;color:#664B63;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Foaming Agent}}&lt;br /&gt;
|Used in Metal Foam production. Creates 1 unit instead of 2.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Smart Foaming Agent}}Smart Foaming Agent&amp;lt;span style=&amp;quot;color:#664B63;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Smart Foaming Agent}}&lt;br /&gt;
|Used in Smart Metal Foam production. Creates 3 units instead of 5.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Fluorosulfuric Acid}}Fluorosulfuric Acid&amp;lt;span style=&amp;quot;color:#5050FF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Fluorosulfuric Acid}}&lt;br /&gt;
|A highly caustic and dangerous substance. Keep away from faces and valuable equipment. Used in some other recipes.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Glycerol}}Glycerol&amp;lt;span style=&amp;quot;color:#808080;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Glycerol}}&lt;br /&gt;
|Requires blended corn, so thus help from the botanist. This is only useful in other reactions (results in 1 unit instead of 4). Slippery like water.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Solid Gold}}Solid Gold&amp;lt;span style=&amp;quot;color:#FFD700;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Solid Gold}}&lt;br /&gt;
|Solidifies a sheet of gold into your hand. Requires Frost Oil, thus help from botany.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Solid Adamantine}}Solid Adamantine&amp;lt;span style=&amp;quot;color:#E0FFFF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Solid Adamantine}}&lt;br /&gt;
|Creates a single sheet of Adamantine in your hand. Requires Frost Oil, thus help from Botany.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Quantum Hair Dye}}Quantum Hair Dye&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Quantum Hair Dye}}&lt;br /&gt;
|Changes your hair color when you apply or spray it! (Results in 5 units instead of 3)&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Laughter}}Laughter&amp;lt;span style=&amp;quot;color:#FF4DD2;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Laughter}}&lt;br /&gt;
|Causes you to laugh, reduces slip knockdown, and gives a positive moodlet when slipped. Useful for the clown! (results in 10 units instead of 2). &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Meat Product}}Meat Product&lt;br /&gt;
|{{RecursiveChem/Meat Product}}&lt;br /&gt;
| Creates a slab of chemically processed meat.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Metal Foam}}Metal Foam&lt;br /&gt;
|{{RecursiveChem/Metal Foam}}&lt;br /&gt;
|Creates lightweight metal foam walls. These can be easily torn through, but may be useful for plugging hull breaches. Can be made with either iron or aluminium. Spreads immediately when mixed.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Smart Metal Foam}}Smart Metal Foam&lt;br /&gt;
|{{RecursiveChem/Smart Metal Foam}}&lt;br /&gt;
|Compared to the regular [[Guide to chemistry#Metal Foam|Metal Foam]], this sticks and applies only next to walls. Used for emergency sealing of hull breaches, while keeping areas accessible.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Nitrous Oxide}}Nitrous Oxide&lt;br /&gt;
|{{RecursiveChem/Nitrous Oxide}}&lt;br /&gt;
|Creates [[Guide to Atmospherics#The Gases and Their Functions|N2O]] in liquid form, which explodes when heated to 575K. Can become gaseous if spilled or released in a smoke. Be careful!&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Plasma Solidification}}Plasma Solidification&lt;br /&gt;
|{{RecursiveChem/Plasma Solidification}}&lt;br /&gt;
|Solidifies a large amount of [[plasma]] into a bar.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Pax}}Pax&amp;lt;span style=&amp;quot;color:#AAAAAA55;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Pax}} &lt;br /&gt;
| Pacifies by preventing the victim from using harm intent, certain harmful weapons and only letting them use passive and aggressive grabs. Non-harmful weapons such as disablers still work. Metabolizes at the rate of 0.1 units per tick.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Royal Bee Jelly}}Royal Bee Jelly&amp;lt;span style=&amp;quot;color:#00FF80;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Royal Bee Jelly}}&lt;br /&gt;
|Causes a Queen Bee to split in two when injected (results in 5 units instead of 50).&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Soap}}Soap&lt;br /&gt;
|{{RecursiveChem/Soap}} &lt;br /&gt;
|Creates a bar of soap, slightly faster cleaning than what you get on the station.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Sodium Chloride}}Sodium Chloride&amp;lt;span style=&amp;quot;color:#FFFFFF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Sodium Chloride}}&lt;br /&gt;
| Commonly known as salt, Sodium Chloride is often used to season food. Contrary to popular belief does &#039;&#039;&#039;NOT HURT OOZELINGS&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Space Cleaner}}Space Cleaner&amp;lt;span style=&amp;quot;color:#A5F0EE;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Space Cleaner}}&lt;br /&gt;
|This is able to clean almost all surfaces of almost anything that may dirty them. The janitor is likely to appreciate refills.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Spray Tan}}Spray Tan&amp;lt;span style=&amp;quot;color:#FFC080;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Spray Tan}}&lt;br /&gt;
|Darkens the skin when sprayed or applied. Do not swallow!&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Space Lube}}Space Lube&amp;lt;span style=&amp;quot;color:#009CA8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Space Lube}}&lt;br /&gt;
|Space Lube is a high performance lubricant intended for maintenance of extremely complex mechanical equipment (results in 4 units instead of 3). &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Sterilizine}}Sterilizine&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Sterilizine}}&lt;br /&gt;
|When applied via touch or vapor, increases the success chance of surgical steps by 20%. Useful for surgery in less than ideal conditions.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Synthmeat}}Synthmeat&lt;br /&gt;
|{{RecursiveChem/Synthmeat}}&lt;br /&gt;
|Creates a slab of synthetic meat.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Unstable Mutagen}}Unstable Mutagen&amp;lt;span style=&amp;quot;color:#00FF00;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Unstable Mutagen}}&lt;br /&gt;
|Causes mutations when injected into living people or plants. High doses may be lethal, especially in humans. Only useful for Botany and Virology.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Cooking Oil}}Cooking Oil&amp;lt;span style=&amp;quot;color:#4B004B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Cooking Oil}}&lt;br /&gt;
|A cooking oil used in deep-fryer to deepfry things. God forbid if clown gets their hands on this. &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Light pink Glitter}}Light pink Glitter&lt;br /&gt;
|5 part Oil&lt;br /&gt;
2 part Sulfuric Acid &lt;br /&gt;
&lt;br /&gt;
3 part Ash &lt;br /&gt;
&lt;br /&gt;
2 part Aluminum &lt;br /&gt;
&lt;br /&gt;
Temperature 340K &lt;br /&gt;
|Causes a mess when split on the ground or added to grenades. Light pink colour (results in 10 parts instead of 12).&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Pink Glitter}}Pink Glitter&lt;br /&gt;
|5 part Light Pink Glitter&lt;br /&gt;
1 part Stable-plasma&lt;br /&gt;
|Causes a mess when split on the ground or added to grenades. Pink colour (results in 5 parts instead of 6).&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Blue Glitter}}Blue Glitter&lt;br /&gt;
|5 part Light Pink Glitter&lt;br /&gt;
1 part Nitrogen&lt;br /&gt;
|Causes a mess when split on the ground or added to grenades. Blue colour (results in 5 parts instead of 6).&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|White Glitter}}White Glitter&lt;br /&gt;
|5 part Light Pink Glitter&lt;br /&gt;
1 part Sugar&lt;br /&gt;
|Causes a mess when split on the ground or added to grenades. White colour (results in 5 parts instead of 6).&lt;br /&gt;
|}&lt;br /&gt;
===Construction Recipes===&lt;br /&gt;
These chemicals usually can be used to produce something strictly structural or a building material, such as tiles!&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width:100%; text-align:left; border: 3px solid #FFDD66; cellspacing=0; cellpadding=2; background-color:white;&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; | Name&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; | Formula&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Description&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Black Carpet}} Black Carpet&amp;lt;span style=&amp;quot;color:#1E1E1E;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Black Carpet}}&lt;br /&gt;
|Produces Black carpet&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Blue Carpet}} Blue Carpet&amp;lt;span style=&amp;quot;color:#0000DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Blue Carpet}}&lt;br /&gt;
|Produces Blue carpet&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Cyan Carpet}} Cyan Carpet&amp;lt;span style=&amp;quot;color:#00B4FF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Cyan Carpet}}&lt;br /&gt;
|Produces Cyan carpet&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Green Carpet}} Green Carpet&amp;lt;span style=&amp;quot;color:#A8E61D;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Green Carpet}}&lt;br /&gt;
|Produces Green carpet&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Orange Carpet}} Orange Carpet&amp;lt;span style=&amp;quot;color:#E78108;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Orange Carpet}}&lt;br /&gt;
|Produces Orange carpet&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Purple Carpet}} Purple Carpet&amp;lt;span style=&amp;quot;color:#91D865;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Purple Carpet}}&lt;br /&gt;
|Produces Purple carpet&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Red Carpet}} Red Carpet&amp;lt;span style=&amp;quot;color:#731008;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Red Carpet}}&lt;br /&gt;
|Produces Red carpet&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Royal Black Carpet}} Royal Black Carpet&amp;lt;span style=&amp;quot;color:#000000;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Royal_Black Carpet}}&lt;br /&gt;
|Produces Royal Black carpet&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Royal Blue Carpet}} Royal Blue Carpet&amp;lt;span style=&amp;quot;color:#5A64C8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Royal_Blue Carpet}}&lt;br /&gt;
|Produces Royal Blue carpet&lt;br /&gt;
|}&lt;br /&gt;
===Virology Recipes===&lt;br /&gt;
These chemicals are used to mutate viruses, and have few uses beyond that.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width:100%; text-align:left; border: 3px solid #FFDD66; cellspacing=0; cellpadding=2; background-color:white;&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; | Name&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; | Formula&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Description&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Virus Food}} Virus Food&amp;lt;span style=&amp;quot;color:#899613;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Virus Food}}&lt;br /&gt;
|Only useful in Virology. It is used to get a virus symptom of level1 and 2. It is also a primary ingredient for all other Virology-related chemicals. Also boosts the speed at which a virus advances to the next stage by 10 times while in one&#039;s bloodstream. (Results in 15 units instead of 10)&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Mutagenic Agar}} Mutagenic Agar&amp;lt;span style=&amp;quot;color:#A3C00F;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Mutagenic Agar}} &lt;br /&gt;
|Extremely similar to Unstable Mutagen. Only useful to Virology. It is used to get a virus symptom of level 3 only. (Results in 1 unit instead of 2) &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Sucrose Agar}} Sucrose Agar&amp;lt;span style=&amp;quot;color:#41B0C0;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Sucrose Agar}}&lt;br /&gt;
|Extremely similar to Mutagenic agar. Only useful to Virology. It is used to get a virus symptom of level 4 only.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Virus Plasma}} Virus Plasma&amp;lt;span style=&amp;quot;color:#A69DA9;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Virus Plasma}}&lt;br /&gt;
|Extremely similar to Plasma. Only useful to Virology. It is used to get a virus symptom of level 6 only. (Results in 1 unit instead of 2)&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Weakened Virus Plasma}} Weakened Virus Plasma&amp;lt;span style=&amp;quot;color:#CEC3C6;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Weakened Virus Plasma}}&lt;br /&gt;
|Weakened variety of virus plasma. Only useful to Virology. It is used to get a virus symptom of level 5 only. &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Virus Rations}} Virus Rations&amp;lt;span style=&amp;quot;color:#D18AA5;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Virus Rations}}&lt;br /&gt;
|Depleted virus food. Only useful to Virology. It is used to get a virus symptom of level 1 only. (Results in 1 unit instead of 2)&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Decaying Uranium Gel}} Decaying Uranium Gel&amp;lt;span style=&amp;quot;color:#D18AA5;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Decaying Uranium Gel}}&lt;br /&gt;
|Powerful viral mutagen. Only useful to Virology. It is used to get a virus symptom of level 6 or 7. (Results in 1 unit instead of 2) &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Unstable Uranium Gel}} Unstable Uranium Gel&amp;lt;span style=&amp;quot;color:#D18AA5;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Unstable Uranium Gel}}&lt;br /&gt;
|Powerful viral mutagen. Only useful to Virology. It is used to get a virus symptom of level 7. (Results in 1 unit instead of 6) &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Stable Uranium Gel}} Stable Uranium Gel&amp;lt;span style=&amp;quot;color:#D18AA5;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Stable Uranium Gel}}&lt;br /&gt;
|Powerful viral mutagen. Only useful to Virology. It is used to get a virus symptom of level 8. (Results in 1 unit instead of 21)&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Anomalous Virus Food}} Anomalous Virus Food&amp;lt;span style=&amp;quot;color:#D18AA5;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Anomalous Virus Food}}&lt;br /&gt;
|Unusual viral mutagen. Only useful to virology. It is used to get a virus symptom of level 0. (Results in 1 unit instead of 6) &lt;br /&gt;
|}&lt;br /&gt;
===Mutation Toxins===&lt;br /&gt;
Obtainable through xenobiology, these chemicals transform humaniods in other humanoid [[Guide_to_races|races]].&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width:100%; text-align:left; border: 3px solid #FFDD66; cellspacing=0; cellpadding=2; background-color:white;&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; |Name&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; |Formula&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Imperfect Mutation Toxin}} Imperfect Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that randomly transforms into either a [[Slimepeople|slimeperson]], [[Stargazers]], or [[Luminescents]].&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Unstable Mutation Toxin}} Unstable Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Unstable Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that transforms into a random, safe race.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Stable Mutation Toxin}} Stable Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Stable Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that transforms into a [[Guide_to_races#Human|human]].&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Mulligan Toxin}}Mulligan Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Mulligan Toxin}}&lt;br /&gt;
|Changes identity by randomizing the subject&#039;s appearance.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Lizard Mutation Toxin}} Lizard Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Lizard Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that transforms into a [[Guide_to_races#Lizardpeople|lizardperson]].&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Felinid Mutation Toxin}} Felinid Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Felinid Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that transforms into a [[Guide_to_races#Felinids|felinid]]. &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Moth Mutation Toxin}} Moth Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Moth Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that transforms into a [[Guide_to_races#Mothpeople|moth]].&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Fly Mutation Toxin}} Fly Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Fly Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that transforms into a [[Guide_to_races#Flypeople|flyperson]].&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Pod Mutation Toxin}} Pod Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Pod Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that transforms into a [[Guide_to_races#Podpeople|podperson]].&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Golem Mutation Toxin}} Golem Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Golem Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that transforms into a [[Guide_to_races#Golems|golem]].&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Abductor Mutation Toxin}} Abductor Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Abductor Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that transforms into an [[Guide_to_races#Abductors|abductor]].&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Oozeling Mutation Toxin}} Oozeling Mutation Toxin&amp;lt;span style=&amp;quot;color:#611e80;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Oozeling Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that transforms into an [[Guide to races#Oozeling|Oozeling]]&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Ethereal Mutation Toxin}} Ethereal Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Ethereal Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that transforms into an [[Guide to races#Ethereals|ethereal]].&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|IPC Mutation Toxin}} IPC Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/IPC Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that transforms into an [[Guide to races#IPC|ipc]].&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Advanced Mutation Toxin}} Advanced Mutation Toxin&amp;lt;span style=&amp;quot;color:#13BC5E;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Advanced Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that slowly morphs the victim into a [[slime]].&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Skeleton Mutation Toxin}} Skeleton Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Skeleton Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that transforms into a [[Guide_to_races#Skeletons|skeleton]].&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Zombie Mutation Toxin}} Zombie Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Zombie Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that transforms into a non-infectious and completely fake Zombie.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Ash Mutation Toxin}} Ash Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Ash Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that transforms into an Ash Walker. &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Shadow Mutation Toxin}} Shadow Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Shadow Mutation Toxin}} &lt;br /&gt;
|Mutagenic chemical that transforms into a [[Guide_to_races#Shadowpeople|shadowperson]].&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Plasma Mutation Toxin}} Plasma Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Plasma Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that transforms into a [[Guide_to_races#Plasmaman|plasmaman]].&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Toxins==&lt;br /&gt;
The deadliest of deadly chemicals. You can get a bunch of these through the traitor uplink, but if you don&#039;t wanna waste telecrystals you can mix it.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width:100%; text-align:left; border: 3px solid #FFDD66; cellspacing=0; cellpadding=2; background-color:white;&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; | Name &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; |Recipe&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Damage dealt&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Description&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Metabolism Rate&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Toxin}}Toxin&amp;lt;span style=&amp;quot;color:#CF3600;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Medbay Vendors, Emagged Chem Dispenser&lt;br /&gt;
|Toxin&lt;br /&gt;
|Will deal {{dmgs|e|toxin}} damage over time.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Food Poisoning}}Bad Food&amp;lt;span style=&amp;quot;color:#D6D6D8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|From eating poorly made food&lt;br /&gt;
|Toxin&lt;br /&gt;
|Will deal a minor amount of {{dmgs|e|toxin}} damage.&lt;br /&gt;
|0.1 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Chloral Hydrate}}Chloral Hydrate&amp;lt;span style=&amp;quot;color:#000067;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Chloral Hydrate}}&lt;br /&gt;
|Stun, Toxin&lt;br /&gt;
|A short-lived sedative which stuns after a bit, but can be deadly in large doses. Results in 1 units instead of 5.&lt;br /&gt;
| 0.6 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Mindbreaker Toxin}}Mindbreaker Toxin&amp;lt;span style=&amp;quot;color:#B31008;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Mindbreaker Toxin}}&lt;br /&gt;
|Very Mild Hallucinations&lt;br /&gt;
| Popular legend about this drug lead CentCom to space-alter its effects, which now only creates simple hallucinations like reporting you as &amp;quot;dead&amp;quot;. Space drugs, far simpler to create, have taken its place. Can to treat Reality Dissociation Syndrome. Results in 5 units instead of 3.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Impedrezene}}Impedrezene&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Impedrezene}}&lt;br /&gt;
| Brain&lt;br /&gt;
|A narcotic that impedes one&#039;s ability by slowing down the higher brain cell functions. Causes massive brain damage (results in 2 units instead of 3).&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Mute Toxin}}Mute Toxin&amp;lt;span style=&amp;quot;color:#F0F8FF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Mute Toxin}}&lt;br /&gt;
|Speech&lt;br /&gt;
|Makes the subject unable to speak for some time.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Mime&#039;s Bane}}Mime&#039;s Bane&amp;lt;span style=&amp;quot;color:#F0F8FF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Mime&#039;s Bane}}&lt;br /&gt;
| Gestures&lt;br /&gt;
|A nonlethal neurotoxin that interferes with the victim&#039;s ability to gesture&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Lexorin}}Lexorin&amp;lt;span style=&amp;quot;color:#7DC3A0;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Lexorin}}&lt;br /&gt;
|Suffocation&lt;br /&gt;
|Temporarily stops respiration and causes tissue damage. Large doses are fatal, and will cause people to pass out very quickly. &lt;br /&gt;
|0.4 units per tick &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Initropidril}}Initropidril&amp;lt;span style=&amp;quot;color:#7F10C0;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Traitor Uplink&lt;br /&gt;
|Cardiac Arrest&lt;br /&gt;
|Deals heavy {{dmgs|e|toxin}} damage over time, and a 25% chance to do one of the following: stun, cause loss of breath and oxygen damage, or cause your heart to stop. Combat the latter with electric shocks from grilles and doors in a pinch, or a defib for a more reliable method.&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Tirizene}}Tirizene&amp;lt;span style=&amp;quot;color:#6E2828;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Traitor Sleepypen, Emagged Soda Dispenser, [[Guide_to_botany#Death_berry|Death Berry]], [[Guide_to_botany#Poison-berry|Poison-Berry]]&lt;br /&gt;
|Stamina Damage &lt;br /&gt;
|Deals stamina damage over time, slowing down and causing collapse in large doses, but otherwise harmless.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Tiring Solution}}Tiring Solution&amp;lt;span style=&amp;quot;color:#6E2828;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Peacekeeper Cyborgs&lt;br /&gt;
|Stamina Damage&lt;br /&gt;
|Deals stamina damage over time, slowing down. Won&#039;t go higher than 50 stamina damage.&lt;br /&gt;
|0.6 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Polonium}}Polonium&amp;lt;span style=&amp;quot;color:#787878;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Traitor Uplink &lt;br /&gt;
|Radiation&lt;br /&gt;
|Cause significant Radiation damage over time. It&#039;s metabolized very slowly.&lt;br /&gt;
|0.1 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Pancuronium}}Pancuronium&amp;lt;span style=&amp;quot;color:#195096;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Traitor Uplink&lt;br /&gt;
|Paralysis and Suffocation&lt;br /&gt;
|Paralyses you after 10 seconds, with a 20% chance to cause 4 seconds of loss of breath. &lt;br /&gt;
|0.1 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Sodium Thiopental}}Sodium Thiopental&amp;lt;span style=&amp;quot;color:#6496FA;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Traitor Uplink&lt;br /&gt;
|Knockout and Stamina&lt;br /&gt;
|Knocks you out after 11 seconds, and destroys your stamina.&lt;br /&gt;
|0.3 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Sulfonal}}Sulfonal&amp;lt;span style=&amp;quot;color:#7DC3A0;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Sulfonal}}&lt;br /&gt;
|Knockout and Toxin&lt;br /&gt;
|{{dmgs|e|1 toxin}} damage every 2 cycles, knocks you out after 22 cycles. Metabolized very slowly: two units are enough to trigger the knockout.&lt;br /&gt;
|0.05 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Amanitin}}Amanitin&amp;lt;span style=&amp;quot;color:#FFFFFF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Traitor Uplink&lt;br /&gt;
|Delayed Toxin Damage&lt;br /&gt;
|On the last second it is in you, it hits you with a large stack of {{dmgs|e|toxin}} damage based on how long it was in your system. Larger doses means a longer waiting period but more damage.&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Lipolicide}}Lipolicide&amp;lt;span style=&amp;quot;color:#F0FFF0;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Lipolicide}}&lt;br /&gt;
|Weight Loss&lt;br /&gt;
|Drains nutrition and deals minor {{dmgs|e|toxin}} damage, will deal more {{dmgs|e|toxin}} damage if you are starving. Useful if you are fat or obese.&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Coniine}}Coniine&amp;lt;span style=&amp;quot;color:#7DC3A0;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Traitor Uplink, [[Guide to hydroponics#Death_berry|Death Berry]]&lt;br /&gt;
|Toxin and breath loss&lt;br /&gt;
|{{dmgs|e|1.75 toxin}} damage and 5 seconds of loss of breath per tick. EXTREMELY slow metabolization. &lt;br /&gt;
|0.024 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Curare}}Curare&amp;lt;span style=&amp;quot;color:#191919;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Traitor Uplink&lt;br /&gt;
|Knockout, Oxygen, and Toxin&lt;br /&gt;
|Does {{dmgs|e|1 toxin}} and {{dmgs|r|1 suffocation}} damage every second, and knocks you out after 11 seconds. Metabolizes slowly.&lt;br /&gt;
|0.05 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Histamine}}Histamine&amp;lt;span style=&amp;quot;color:#FA6464;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Traitor Uplink&lt;br /&gt;
|Brute, toxin, oxyloss and eyesight&lt;br /&gt;
|Has a chance each tick to cause small amounts of {{dmgs|q|brute}} damage or blur vision.&amp;lt;br&amp;gt;If overdosed (30 units) it will also deal a significant amount of {{dmgs|qer|brute|toxin|suffocation}} damage each tick.&lt;br /&gt;
|0.1 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Formaldehyde}}Formaldehyde&amp;lt;span style=&amp;quot;color:#B4004B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Formaldehyde}}&lt;br /&gt;
|Toxin&lt;br /&gt;
|Causes a moderate amount of {{dmgs|e|toxin}} damage over time. Has a chance to turn into 5 to 15 units of Histamine. Preserves corpses from organ decay.&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Venom}}Venom&amp;lt;span style=&amp;quot;color:#F0FFF0;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Traitor Uplink&lt;br /&gt;
|Brute, toxin&lt;br /&gt;
|Will deal {{dmgs|qe|brute|toxin}} damage over time based on how much venom is in the body. Has a chance to turn into 5 to 10 units of Histamine.&lt;br /&gt;
|0.1 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Fentanyl}}Fentanyl&amp;lt;span style=&amp;quot;color:#64916E;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Fentanyl}}&lt;br /&gt;
|Toxin, brain&lt;br /&gt;
|Will deal {{dmgs|e|1 toxin}} and 3 brain damage, up to 60 points of {{dmgs|e|toxin}} damage and 150 points of brain damage (brains have 200 points of health). If the drug is not removed before 18 cycles it will knock the user unconscious.&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Cyanide}}Cyanide&amp;lt;span style=&amp;quot;color:#00B4FF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Cyanide}}&lt;br /&gt;
|Toxin, oxyloss&lt;br /&gt;
|Causes headaches and sickness at first,followed by failure of cellular respiration leading to cardiac arrest, {{dmgs|r|suffocating}} its target.&#039;&#039;&#039;Often extremely lethal&#039;&#039;&#039;.&lt;br /&gt;
|0.05 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Carpotoxin}}Carpotoxin&amp;lt;span style=&amp;quot;color:#003333;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Space Carp, Koi Beans, Emagged Chem Dispenser&lt;br /&gt;
| Toxin&lt;br /&gt;
|Deals constant {{dmgs|e|toxin}} damage over time.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Zombie Powder}}Zombie Powder&amp;lt;span style=&amp;quot;color:#669900;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Zombie Powder}}&lt;br /&gt;
|Stamina, Fake death&lt;br /&gt;
|Does nothing for the first 9 ticks it is metabolized, and then begins dealing rapidly increasing stamina damage. Triggers a fake death which lasts until fully metabolized when stamina damage exceeds 145. (Results in 2 units instead of 15)&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Ghoul Powder}}Ghoul Powder&amp;lt;span style=&amp;quot;color:#669900;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Ghoul Powder}}&lt;br /&gt;
|Fake &amp;quot;death&amp;quot;&lt;br /&gt;
| Same as Zombie Powder, but victim can move.&lt;br /&gt;
|0.4 units per tick &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Itching Powder}}Itching Powder&amp;lt;span style=&amp;quot;color:#C8C8C8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Itching Powder}}&lt;br /&gt;
|Brute, annoyance&lt;br /&gt;
|Will cause annoying effects, as well as a chance that the subject will scratch themselves dealing slight amounts of {{dmgs|q|brute}} damage. Has a chance to transform into 1 to 3 units of histamine.&lt;br /&gt;
|0.16 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Bone Hurting Juice}}Bone Hurting Juice&amp;lt;span style=&amp;quot;color:#AAAAAA77;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Bone Hurting Juice}} &lt;br /&gt;
|Stamina, Brute to Skeletons&lt;br /&gt;
|Does 7.5 stamina damage per tick. 50u overdose threshold. If overdosed, it has a 4% chance to cause 200 stamina damage to a random limb, temporarily disabling it. If you&#039;re a skeleton or a plasmaman, it will deal additional {{dmgs|q|0.5 brute}} damage per tick, and if overdosed has 4% chance to cause {{dmgs|q|200 brute}} damage to a random limb instead of stamina damage.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Mint Toxin}}Mint Toxin&amp;lt;span style=&amp;quot;color:#CF3600;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Grind the mint in the kitchen&lt;br /&gt;
|Conditional death&lt;br /&gt;
|Instantly gibs fat people when ingested. &lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Slime Jelly}}Slime Jelly&amp;lt;span style=&amp;quot;color:#801E28;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Extracted from oozelings&lt;br /&gt;
|Toxin&lt;br /&gt;
|Heals {{dmgs|q|brute}} damage over time, but randomly deals bursts of {{dmgs|e|1-10 toxin}} damage, functions as blood for oozeling races.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Liquid Electricity}}Liquid Electricity&amp;lt;span style=&amp;quot;color:#97ee63;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Liquid Electricity}} &amp;lt;br&amp;gt; &#039;&#039;&#039;OR&#039;&#039;&#039; &amp;lt;br&amp;gt;  Ethereals &amp;lt;br&amp;gt; &#039;&#039;&#039;OR&#039;&#039;&#039; &amp;lt;br&amp;gt; High power energy bars &lt;br /&gt;
|Toxin&lt;br /&gt;
|Has a 3% chance each tick to shock you, Ethereals use this as blood and get no negative effects from ingesting or injecting this chemical&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Heparin}}Heparin&amp;lt;span style=&amp;quot;color:#C8C8C8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Heparin}}&lt;br /&gt;
| Brute, Bleeding&lt;br /&gt;
|Causes bleeding constantly while in the system of the victim.&lt;br /&gt;
|0.08 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Teslium}}Teslium&amp;lt;span style=&amp;quot;color:#20324D;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Teslium}}&lt;br /&gt;
|Random Shocks&lt;br /&gt;
|Randomly shocks the victim while it is in their system, ignoring any protection cause the shock comes from inside them. Also increases damage taken from normal shocks.&lt;br /&gt;
|0.2 units per tick &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Rotatium}}Rotatium&amp;lt;span style=&amp;quot;color:#AC88CA;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Rotatium}}&lt;br /&gt;
|Toxin&lt;br /&gt;
|Causes the victim&#039;s screen to display a rocking motion and deals moderate toxin damage.&lt;br /&gt;
|0.24 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Anacea}}Anacea&amp;lt;span style=&amp;quot;color:#3C5133;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Anacea}}&lt;br /&gt;
|Toxin and Purges Medicines&lt;br /&gt;
|Metabolizes very slowly and quickly purges medicines in the victim while dealing light {{dmgs|e|toxin}} damage.&lt;br /&gt;
|0.032 units per tick &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Weed Killer}} Weed Killer&amp;lt;span style=&amp;quot;color:#4B004B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Weed Killer}}&lt;br /&gt;
|Toxin&lt;br /&gt;
|Kills weeds, causes minor {{dmgs|e|toxin}} damage to humans.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Pest Killer}}Pest Killer&amp;lt;span style=&amp;quot;color:#4B004B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Pest Killer}}&lt;br /&gt;
|Toxin&lt;br /&gt;
|Kills pests in hydroponics trays, causes minor {{dmgs|e|toxin}} damage to humans. Deals heavy {{dmgs|e|toxin}} damage to fly people.&lt;br /&gt;
|0.4 units per tick.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Plant-B-Gone}}Plant-B-Gone&amp;lt;span style=&amp;quot;color:#49002E;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Plant-B-Gone}}&lt;br /&gt;
|Toxin&lt;br /&gt;
|A potent herbicide which is useful to replace the limited supply the botanist starts with. Causes minor {{dmgs|e|toxin}} damage to humans. Deals heavy {{dmgs|e|toxin}} damage to pod people.&lt;br /&gt;
|0.4 units per tick &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Bungotoxin}}Bungotoxin&amp;lt;span style=&amp;quot;color:#EBFF8E;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Bungotoxin}}&lt;br /&gt;
|Toxin&lt;br /&gt;
|Deals heavy heart damage and makes you dizzy. &lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |Frost Oil&amp;lt;span style=&amp;quot;color:#5050FF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Aquireable from Blue Slimes or from grinding Ice Pepper.&lt;br /&gt;
|Slow down, Burn&lt;br /&gt;
|Reduces body temperature. Will cool you faster the longer it has been in the body, up to maximum strength after 35 cycles. Creates slippery ice tiles if spilled on floor for about 1 second per unit, depending on pressure and temperature. Spilling reduces area temperature by 5K per unit.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Mushroom Chemicals==&lt;br /&gt;
Found primarily in Lavaland flora.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width:100%; text-align:left; border: 3px solid #FFDD66; cellspacing=0; cellpadding=2; background-color:white;&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; |Name&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Type&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Description&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Metabolism Rate &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Entropic Polypnium}}Entropic Polypnium&amp;lt;span style=&amp;quot;color:#1D043D;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Poison&lt;br /&gt;
|Stamina, Brain, {{dmgs|e| toxin}}, {{dmgs|r| suffocation}}, and a bit of Eye Damage, Oh My! More than 5u will paralyze someone as well.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Tinea Luxor}}Tinea Luxor&amp;lt;span style=&amp;quot;color:#B5A213;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Other&lt;br /&gt;
|Makes the consumer glow.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Vitrium Froth}}Vitrium Froth&amp;lt;span style=&amp;quot;color:#D3A308;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
| Medicine&lt;br /&gt;
|80% chance to heal {{dmgs|qw|1 brute|1 burn}} damage each tick. And can cure the Necropolis Infestation before its too late!&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==Reagent Delivery{{anchor|Reagent Delivery}}==&lt;br /&gt;
{{anchor|Under_the_hood}}There are different ways you can apply chemicals to a person or the environment.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Delivery types===&lt;br /&gt;
First of all, there are actually 5 types of delivery, called &#039;&#039;&#039;ingest&#039;&#039;&#039;, &#039;&#039;&#039;inject&#039;&#039;&#039;, &#039;&#039;&#039;vapor&#039;&#039;&#039;, &#039;&#039;&#039;touch&#039;&#039;&#039; and &#039;&#039;&#039;patch&#039;&#039;&#039;. If you are not interested in the details, you can skip to [[#Smoke_vs_foam|Smoke vs Foam vs others]]. &amp;lt;br&amp;gt;&lt;br /&gt;
====Ingest====&lt;br /&gt;
Ingest and &#039;&#039;&#039;inject&#039;&#039;&#039;{{anchor|Inject}} both usually do the exact same thing. The reagent simply enters the target&#039;s bloodstream. Used by pills, cigarettes, e-cigarettes, inhaling [[#Smoke|smoke]] and drinking the reagent directly.&lt;br /&gt;
====Inject====&lt;br /&gt;
Works the same as &#039;&#039;&#039;ingest&#039;&#039;&#039;, where the reagent simply enters the target&#039;s bloodstream. Used by syringes and IV-drips.&lt;br /&gt;
====Vapor====&lt;br /&gt;
Vapor is used by (ranged) spray bottles and [[#Fluorosurfactant|foam]]. A portion of the reagents will enter the bloodstream of the target, but clothes will protect from some/most/all of it depending on clothing. Any hardsuit typically makes the target completely immune to getting it into their bloodstream, if the helmet is closed. But if the reagent has a &amp;quot;vapor&amp;quot; based component, that component will still affect the target, like [[#Fluorosulfuric Acid|Fluorosulfuric Acid]]. See more about [[#Fluorosurfactant|foam]] [[#Smoke_vs_foam|below]], with examples.&lt;br /&gt;
====Touch====&lt;br /&gt;
Touch is used by [[#Smoke|smoke]] and splashing. If the reagent has a &amp;quot;touch&amp;quot; based component, that component will affect the target (such as the instant heal part of [[#Synthflesh|Synthflesh]]), without being blocked by clothing. Nothing at all will enter the target&#039;s bloodstream, with the exception of smoke if the target has no internals on. Currently all &amp;quot;touch&amp;quot; components are also &amp;quot;patch&amp;quot; components. See more on [[#Smoke|smoke]] [[#Smoke_vs_foam|below]], with examples.&lt;br /&gt;
==== Patch====&lt;br /&gt;
Patch is used by patches and medical gels. The reagent enters the target&#039;s bloodstream entirely AND if the reagent has a &amp;quot;patch&amp;quot; based component, that component will affect the target. Currently all &amp;quot;patch&amp;quot; components are also &amp;quot;touch&amp;quot; components.&lt;br /&gt;
=== Smoke vs foam vs others===&lt;br /&gt;
These are the major practical differences between pills, syringes, patches, cigarettes, [[#Smoke|smoke]], [[#Fluorosurfactant|foam]], splash and spray. &amp;lt;br&amp;gt;&lt;br /&gt;
====Pills====&lt;br /&gt;
Pills can be instantly [[#Ingest|ingested]] if used on yourself. It doesn&#039;t work if mouth is covered. [[Plasmaman|Plasmamen]] will have trouble taking these. Holds up to 50u. &amp;lt;br&amp;gt;&lt;br /&gt;
==== Syringes====&lt;br /&gt;
Syringes can inject into people even with their mouths covered, either by hand or with a syringe gun. It doesn&#039;t work on players wearing hardsuits or other pierce-immune clothing, unless you use a piercing syringe or manage to aim for an exposed part of their body. [[Golem]]s are completely immune to syringes (even piercing syringes), but [[Guide_to_chemistry#Patches|patches]] do work on them. A syringe holds between 10-60u, depending on type. Common syringes hold 15u. &amp;lt;br&amp;gt;&lt;br /&gt;
====Patches====&lt;br /&gt;
Will add all reagents into a person&#039;s bloodstream through any clothing, including hardsuits. Also apply [[#Touch|touch]]/[[#Patch|patch]] based effects. Example: A patch of 20u [[#Synthflesh|Synthflesh]] will instantly heal 25 brute and burn (touch component), and also enter the target&#039;s bloodstream (which in this case does nothing). Usable by [[Plasmaman|plasmamen]]. Can hold up to 40u. &amp;lt;br&amp;gt;&lt;br /&gt;
==== Cigarettes====&lt;br /&gt;
Can be dipped in reagents to be filled. If smoking/vaping, you will slowly [[#Ingest|ingest]] whatever reagents the cigarette/cigar/e-cig contains. Though, if the reagents are too diluted, they may not build up in your bloodstream fast enough to have any effect at all. E-cigarettes can be trimmed with a screwdriver and multitool to also create [[#Smoke|smoke]]. &amp;lt;br&amp;gt;&lt;br /&gt;
====[[#Smoke|Smoke]]====&lt;br /&gt;
When a smoke reaction occurs, the smoke will consume any other reagent in its original containers, and spread that reagent to flooring and people/mobs who enter its area of effect. People who enter the smoke will be [[#Touch|touched]] by the reagents. If they do not have internals on, they will also [[#Ingest|ingest]] the reagents. The amount of smoke does not dilute the reagents. The reagents will be copied to every individual or tile (not walls, windows or doors) over the cloud&#039;s duration. Reagents that are special coded to affect floor/environment (such as blood, [[#Fluorosulfuric Acid|acid]] or [[#Space_Cleaner|Space Cleaner]]) will do so. Smoke will usually block sight. &amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Smoke example 1:&#039;&#039;&#039; Smoke containing 20u [[#Synthflesh|Synthflesh]]. Everyone caught in the cloud, including people wearing hardsuits, will slowly heal 25 brute and burn, if they stay in the smoke for its full duration (otherwise they will heal partially). Those who are not wearing internals will also [[#Ingest|ingest]] 20u of the medicine, making it enter their bloodstream (which does nothing in this case). &amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Smoke example:&#039;&#039;&#039; Smoke containing 20u [[#Chlorine Trifluoride|Chlorine Trifluoride]](CLF3). CLF3 has a [[#Touch|touch]](and [[#Vapor|vapor]]) component, so everyone caught in the cloud, including people wearing hardsuits and internals, will catch on fire. It will also deal burn damage to the environment, since CLF3 is coded to do so. Those who are not wearing internals will also [[#Ingest|ingest]] 20u of the CLF3 and thus, start heating up from the inside, effectively burning from both in and out at the same time. &amp;lt;br&amp;gt;&lt;br /&gt;
====[[#Fluorosurfactant|Foam]]====&lt;br /&gt;
When a foam reaction occurs, the foam will consume any other reagent in its original containers, and spread that reagent to flooring and people/mobs who enter its area of effect. The foam will spread slower than smoke and is usually slippery. Reagents will be copied through the [[#Vapor|vapor]] type delivery to those affected over the duration of the foam, BUT the reagents will be heavily diluted depending on the amount of foaming reagent used. Any clothing will reduce how much of the reagents will enter a person&#039;s bloodstream. Furthermore, foam reagent bloodstream insertion is divided into several &#039;ticks&#039;. A minimum amount of reagent is required per tick for it to enter a bloodstream. So if too little reagents are contained in the reaction, or too much foam is used, the foam will do nothing. These ticks are counted &#039;&#039;after&#039;&#039; dilution and protection from clothing. On the other hand, if you use very small amounts of foam, the reagents may instead multiply in the bloodstream to more than the original amount. Hardsuits with helmets on will make people immune to getting reagents into their bloodstream through foam. Despite dilution, the foam will still copy remaining chems such as [[#Fluorosulfuric Acid|acid]], [[#Chlorine Trifluoride|CLF3]], or [[#Space_Cleaner|Space Cleaner]] to any tile it touches (but not walls, windows or doors). Foam will not block sight. &amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Foam example 1:&#039;&#039;&#039; 250u foam containing 10u [[#Cyanide|Cyanide]] will spread a blue foam that does nothing to those it touches. The poison is too diluted to work at all. &amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Foam example 2:&#039;&#039;&#039; 20u foam containing 250u [[#Fluorosulfuric Acid|Fluorosulfuric Acid]]. A small area and everyone touched by the foam will have large amounts of acid slowly melting their clothing and the affected floor and items. Those who did not wear a hardsuit with helmet on will also have a large amount of acid in their bloodstreams, depending on what they were wearing and how long they were in the foam. If they had internals on or not doesn&#039;t matter. &amp;lt;br&amp;gt;&lt;br /&gt;
====Splashing====&lt;br /&gt;
Throwing a beaker, or using a beaker on anything with harm intent, will splash its contents. The longer throw distance, the more the splash will spread out. A [[grenade]] will splash its content unless it also contains [[#Smoke|smoke]] or [[#Fluorosurfactant|foam]]. Splashing only does [[#Touch|touch]] delivery. This means most chemicals will do absolutely nothing when splashed. Reagents that have special properties to affect environment, such as Water, will do so where splashed (creates slippery tile). Reagents that have a [[#Touch|touch]] component will apply that component only. Example: If you throw a beaker of 80u [[#Synthflesh|Synthflesh]] at someone, you will instantly heal them for 100 brute and burn (and deal up to 150 toxin damage), since Synthflesh is touch/patch based. It doesn&#039;t matter if the target uses hardsuit or internals in this case. This means throwing a beaker of poison at someone will do nothing at all. Splashing can apply chemicals such as [[#Thermite|Thermite]] to walls. &amp;lt;br&amp;gt;&lt;br /&gt;
====Spraying====&lt;br /&gt;
Spraying reagents will apply them to environments (if they have any such effect), and will enter hit people&#039;s bloodstreams through the [[#Vapor|vapor]] delivery. This means clothing will protect from some/most/all of the reagents, depending on what they are wearing. Using a hardsuit with helmet on makes them immune to getting the reagent into their bloodstream. Reagents such as [[#Fluorosulfuric Acid|acid]], [[#Chlorine Trifluoride|CLF3]], or [[#Space_Cleaner|Space Cleaner]] will still cause their special effects when sprayed on people/environments, but will not enter the bloodstream if the target is wearing too heavy clothing. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Beyond the Dispenser==&lt;br /&gt;
Just because it isn&#039;t found in the dispenser or the guide above doesn&#039;t mean you can&#039;t use it! Holy water, slime cores and plenty of other things can provide limitless fun for an enterprising and curious chemist.&lt;br /&gt;
[[Category:Guides]]&lt;/div&gt;</summary>
		<author><name>Schizocat</name></author>
	</entry>
	<entry>
		<id>https://wiki.beestation13.com/w/index.php?title=User:Schizocat&amp;diff=38840</id>
		<title>User:Schizocat</title>
		<link rel="alternate" type="text/html" href="https://wiki.beestation13.com/w/index.php?title=User:Schizocat&amp;diff=38840"/>
		<updated>2025-05-19T17:34:29Z</updated>

		<summary type="html">&lt;p&gt;Schizocat: set aside nooartium entry for later&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Nooartium}}Nooartium&amp;lt;span style=&amp;quot;color:#280000;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt; |1u atropine, 1u morphine, 1u teslium, 1u tricordrazine Heat to 575 for 1u of Nooartium (Note: It is advised to heat other chemicals before adding the teslium) |Deals constant and severe (some irreperable) damage to the heart in exchange for immunity to crit &amp;amp; stamina crit, damage slowdown, knockout from oxygen deprivation and death as resistance to stun. Can also be used on a corpse for temporary revival. If the user has taken enough Nooartium that it is still in their system after 3 minutes, whenever it does eventually run out they will suffer a fatal heart attack.&lt;br /&gt;
&lt;br /&gt;
Note that the repairable damage done to the users heart is increased based on how much {{dmgs|q|brute}} &amp;amp; {{dmgs|w|burn}} damage they take while under the drugs influence. Should your heart give out, even while under the influence of Nooartium, you will lose all benefits and die immediately. |0.2 units per tick |25u |N/A&lt;/div&gt;</summary>
		<author><name>Schizocat</name></author>
	</entry>
	<entry>
		<id>https://wiki.beestation13.com/w/index.php?title=Exploration_Crew&amp;diff=38838</id>
		<title>Exploration Crew</title>
		<link rel="alternate" type="text/html" href="https://wiki.beestation13.com/w/index.php?title=Exploration_Crew&amp;diff=38838"/>
		<updated>2025-05-19T02:33:48Z</updated>

		<summary type="html">&lt;p&gt;Schizocat: /* Missions */ Added the assassination mission type and updated the decommission description&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Speech&lt;br /&gt;
|name=Burnard Silkwind, Explorer Extraordinaire&lt;br /&gt;
|text=The Nanotrasen Exploration team welcomes you, hallowed employee; down the dangerous and prestigious path of exploration, to explore a bold new frontier that none have before.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Hold on, though - before you go down that path, there&#039;s a few important things to remember. That each and every misstep, every misaligned entry, and every miscalculation, could be the difference between you living, or sliding in too the void. This&#039;ll help you make sure to avoid those mistakes. And remember - you&#039;ll rethink exploitation of natural reserves, and extinction of species, when your neck is on the blockchain.&lt;br /&gt;
|image=[[File:Explorer.png|80px|right]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Roles and starting equipment==&lt;br /&gt;
At roundstart all members of the exploration team will spawn in with a voucher in their bags which can be redeemed at the exploration vendor in their office. This is intended to allow team members to take on specific duties and have tools for the job, which come from different kits similar to the miners and their voucher system. These kits include the following (note that all kits come with a discovery scanner as well):&lt;br /&gt;
&lt;br /&gt;
===== Ghost shift =====&lt;br /&gt;
Ghost shift is a special option which may only be taken when the stations crew total is less than 20. It is intended to allow a solo/understaffed exploration crew fulfill basic needs.&lt;br /&gt;
* Compact first aid kit, stocked&lt;br /&gt;
* Toolbelt, loaded&lt;br /&gt;
* An emergency beacon to assist with recovery&lt;br /&gt;
* A medibot (you will need to ensure your shuttle is warm and pressurised enough that you can take your suit off to use this)&lt;br /&gt;
* A hypospray full of atropine&lt;br /&gt;
&lt;br /&gt;
===== Engineer =====&lt;br /&gt;
A typical must-have which is critical for exploring and navigating derelicts, also incredibly efficient regarding the exploration point cost of the items in this kit.&lt;br /&gt;
* Three breaching charges&lt;br /&gt;
* A breaching charge detonator&lt;br /&gt;
* Toolbelt, loaded&lt;br /&gt;
&lt;br /&gt;
===== Medical =====&lt;br /&gt;
Useful on a large enough and risk-taking exploration crew, but the crew pinpointer is the noteworthy item for VIP and assassination missions.&lt;br /&gt;
* Crew pinpointer&lt;br /&gt;
* Collapisble rollerbed&lt;br /&gt;
* Full-size first aid kit&lt;br /&gt;
* Health scanner&lt;br /&gt;
&lt;br /&gt;
===== Scientist =====&lt;br /&gt;
Arguably the most niche of the kits but can pay off well if you&#039;re looking for a specific technology disk&lt;br /&gt;
* An emergency beacon to assist with recovery&lt;br /&gt;
* A disk pinpointer, works similarly to the crew pinpointer but for technology disks&lt;br /&gt;
&lt;br /&gt;
===== Gunslinger =====&lt;br /&gt;
One of the two combat-oriented kits, a bit of a gimmick but fun for messing around&lt;br /&gt;
* lever-action rifle&lt;br /&gt;
* Box of ammo (.38)&lt;br /&gt;
* Bandolier&lt;br /&gt;
* Cowboy hat&lt;br /&gt;
* Lasso&lt;br /&gt;
* Emergency oxygen tank&lt;br /&gt;
&lt;br /&gt;
===== Laser Repeater =====&lt;br /&gt;
The other combat-oriented kits, more reliable in the long-term&lt;br /&gt;
* Laser repeater&lt;br /&gt;
* Sombrero&lt;br /&gt;
* Emergency oxygen tank&lt;br /&gt;
* Lasso&lt;br /&gt;
==Before the Shuttle==&lt;br /&gt;
Starting off, you spawn in the Science dock, next to your shuttle - with three hardsuits available. In addition, you start with - &lt;br /&gt;
* A standard energy pistol, with two firing modes - a cutting mode, and a laser mode. The cutting mode will deal 70 damage to structures, such as windows, and mines rock akin to a plasma cutter, but only 5 damage against mobs, while the laser mode does 30 damage against non-human and non-silicon targets. In addition, it comes with a pre-installed firing pin that only allows for it to be fired when not on station.&lt;br /&gt;
* A full suite of basic medical tools for performing tend wounds, treating burns and other injuries, along with extracting other injured miners. In addition, a handheld crew monitor and pinpointer will be present; useful if an explorer is lost and has max suit sensors.&lt;br /&gt;
* A survival knife in your bag, for close range hostile encounters.&lt;br /&gt;
* A GPS in your first pocket.&lt;br /&gt;
All of these are extremely useful tools, and you should familiarize yourself with all of them if at all possible. You may think this is all, but wait - before boarding the shuttle, take note of the two consoles before it. This is the supply bounty console, and the shuttle control console on station, allowing you to check for what work you will have to do before boarding, and allowing people too recall the shuttle if needed through autopilot or manual control.&lt;br /&gt;
&lt;br /&gt;
==The Bluespace Shuttle==&lt;br /&gt;
The bread and butter of your job - the most important part of it all. It comes equipped with three bluespace engines, an airlock, a spare shuttle control console board, a navigation and bounty console, and most importantly of all, a PACMAN generator and plasma tank. Before you do anything, grab the mechanical toolbox in the cockpit of the shuttle and wrench the PACMAN on top of the exposed wire knot, along with the plasma canister on to the connector. A nearby crate contains five plasma sheets, useful for emergency fuel or to generate power in aforementioned PACMAN.&lt;br /&gt;
&lt;br /&gt;
One whole canister will give you around 1245 mols of plasma fuel, and the shuttle will consume around 0.72 mol&#039;s per second - although this is subject to change depending on the size of your shuttle, and how quickly it is accelerating. Now that your fuel and engines are set up, head back to the cockpit and take a seat at the shuttle control console, your primary way of getting around. Upon opening it, you will be greeted with an interface - a variety of grid squares filling your screen, an array of coordinates, and a bunch of buttons. &lt;br /&gt;
* The orbital body tracking panel will provide information in regards too the tracked orbital body - telling you what it is tracking first, before providing its X and Y coordinates in space, which you can use as a means of locating it, and its current velocity along these vectors. An object at the position of X and Y 0, 0, with a velocity of 1, 1, will move at a diagonal angle - at a unit of one X and Y coordinate per second. Its radius is the area that you have to be in, within a set speed, to be able to land or dock at it.&lt;br /&gt;
** To change the tracked object, click the grey box and, in the dropdown menu, select the body you wish to track, or GPS.&lt;br /&gt;
&lt;br /&gt;
* Present below that is Flight Controls - starting off as the Initiate Launch button. To begin your flight, press the Initiate Launch button, during which it will be replaced with a myriad of other, complex buttons to allow for flight.&lt;br /&gt;
**Autopilot Target will provide a body to be tracked by the autopilot function of the ship - useful for locating marked areas, such as the station itself, Phobos, or Lavaland. When used in conjunction with autopilot, it will automatically fly the shuttle and land it for you, along with managing angling.&lt;br /&gt;
**Throttle will enable the control of the ships thrusters, and they will accelerate at a given speed - be careful, however, as at max thrust you will rapidly consume fuel and, in order too land, you will have to burn just as much energy to get a low enough velocity to land.&lt;br /&gt;
**Thrust Angle will enable the vectoring of the engines, and thus directional control of the thrust - this will be your primary way of navigating towards targeted bodies, along with slowing down or accelerating. The smaller grid below the Autopilot Target area will provide a visual gauge towards the angle that the ship is moving along the map. The range available goes from -180 to 180, and the shuttle will slew itself to face towards the area - this can be seen on the primary map by the line coming out from the middle of the exploration shuttle, denoting its velocity and direction. It is drawn relative to the velocity of the object being tracked.&lt;br /&gt;
**Fuel remaining will document how much mols of plasma fuel is left, and can be refuelled with plasma sheets in the plasma refinery, or by adding another plasma tank to the connector. &lt;br /&gt;
**Toggle Autopilot is involved with Autopilot Target - upon selecting a location, the shuttle will automatically adjust the throttle and thrust angle until it reaches the location. Landing will have to be manually done, either at a custom location or at a predefined one, upon reaching the radius of the object.&lt;br /&gt;
**The interdictor is useful in the event of a rogue ship piloted by another player - it can be used, upon getting within range of aforementioned ship, too forcefully pull it out of hyperspace and initiate docking procedures. Keep in mind that you must catch up to the ship first.&lt;br /&gt;
The shuttle itself, and more technical aspects such as player built shuttles, is covered in the [[Guide to Shuttles and Shuttle Building]].&lt;br /&gt;
&lt;br /&gt;
==Missions==&lt;br /&gt;
As an exploration member, you have a variety of goals and missions - the most clear cut being from your Station Objective Console. This will allow you too accept an extremely high paying bounty that will be distributed throughout the budget cards of all departments. These missions are varied, and include -&lt;br /&gt;
* Blackbox recovery - Contact with the outpost has been lost and Nanotrasen need answers, and they need them fast. Enter the outpost, locate the blackbox, and return it to the main station&#039;s bridge to complete the objective. Has a relatively small payout but is very easy compared to the other objectives and can be completed quickly if you don&#039;t mind missing out on finding some extra goodies. The blackbox can be located via its GPS signal.&lt;br /&gt;
* Nuclear Decommission - The press can&#039;t get wind of what happened on that outpost. A nuclear bomb and detonation code will be delivered to the bridge of your station. Once you arrive at the target, the outdated nuclear authentication disk must be located in the ruin. Once inserted into the nuclear bomb, the station will be destroyed, granting an extremely large payout. Both the blackbox and nuclear fission explosive can be located via their GPS signals. The nuclear bomb can only be detonated on the target ruin.&lt;br /&gt;
* VIP Recovery - A VIP has been located on the outpost and must be recovered. The VIP will either spawn as a dead body with a diary, or controlled by another player. If controlled by a player, the mission will fail when they die. Keep in mind enemies can be present on the station. The VIP can potentially be hostile towards the people trying to recover them, and must be non-lethally restrained. On top of that, they do not have a GPS beacon so have to be located manually. Pays out a large sum of money, however the VIP may be extremely difficult to recover at times (or more likely dead from spider venom).&lt;br /&gt;
* Assassination - Very similar to a VIP recovery mission but with a key difference: You are under orders to kill your target. All methods are permissable and you will receive the reward for completion as soon as they are dead. Keep in mind that like other VIPs your target may become player-controlled and may be aware/paranoid you&#039;re out to kill them. &lt;br /&gt;
* Artifact Recovery - An alien artifact has been located on a ruin in deep space. These artifacts have a variety of different effects some of which can be lethal. It is recommended that you handle the artifact with extreme care, so much as picking it up could give you an eldritch curse. The artifact can be located via its GPS signal and only needs to enter the station level to have the mission complete.&lt;br /&gt;
These missions may also take place on a variety of different types of outposts - ranging from abandoned stations, lacking anything except a large amount of trash, a station that has been infested by a blob and has blob monsters roaming the halls, a station of great evil with a hellish cult that has summoned entities from the netherworld and left their pylons among the wreckage, and one suffering a good old fashioned xenomorph outbreak. Make sure to keep your energy pistol by your side, and communicate with other members of your exploration team with the .q or .h prefix. &lt;br /&gt;
&lt;br /&gt;
===Research Opportunities===&lt;br /&gt;
In addition too the myriad of money-making opportunities, you also have uses to science; more use than to your parents, anyway. It is relatively common, spawning in derelict loot rooms, which are present on all derelict stations, and having a small chance to spawn on any given tile within the ruin. Who knows, though? Some things beyond the know may exist; those that fall more within the realm of xenoarcheology than within the realm of science, and something the Curator may take great interest in.&lt;br /&gt;
&lt;br /&gt;
==In Case of Emergency==&lt;br /&gt;
Oh no! The shuttle ran out of fuel, and has fallen out of the skies! Upon running out of fuel, the shuttle will randomly dock at an asteroid - generating it. In the event this occurs, run down back to the cargo hold and open the grey crate, and retrieve the mining scanner. The primary thing you will be looking for is plasma - this can be refined in to plasma sheets with your gun, or it can be placed directly in the plasma refiner for 50 mols of fuel. While not the most efficient, it is useful in case of a jam. Your energy gun in CUTTING mode possesses the ability to cut through rock and ore, akin to a plasma cutter, so make use of it if possible, or the pickaxe if the shuttle has no power. You will get around 20 shots out of it in this mode, compared to only 15 in the lethal LASER mode.&lt;br /&gt;
&lt;br /&gt;
==Intergalactic Saboteur==&lt;br /&gt;
So, you&#039;re a traitor. You have a variety of tools at your disposal - the shuttle can fly around the station z-level, your gun can be emagged to work on station, albeit with a greatly reduced ammo capacity, and your mobility and escape potential is second to none. The first few tips would be to throw away your GPS tools, and to get rid of your other explorers. All they will do is call you out, unless they themselves are on your side. Gibtonite can be obtained from lavaland or asteroids, your science access means you can get any gear they can get, and if you get creative, you could even revive the simplemob xenomorphs using xenobiology, to create an army of them and give people a real scare, diverting attention away from you. The possibilities are endless, and the stars are yours.&lt;br /&gt;
&lt;br /&gt;
Oh and don&#039;t forget all the guns you get in ruins. The vortex gun while slow can hit multiple targets, and on average you would find at least one laser weapon on a ruin. Alternatively bait the pandora into the station and watch everyone else panic.&lt;br /&gt;
&lt;br /&gt;
==&amp;amp;E#P ! A% L0$7==&lt;br /&gt;
Where the hell am I?...&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:WTFISTHAT.png]]&lt;/div&gt;</summary>
		<author><name>Schizocat</name></author>
	</entry>
	<entry>
		<id>https://wiki.beestation13.com/w/index.php?title=Exploration_Crew&amp;diff=38837</id>
		<title>Exploration Crew</title>
		<link rel="alternate" type="text/html" href="https://wiki.beestation13.com/w/index.php?title=Exploration_Crew&amp;diff=38837"/>
		<updated>2025-05-19T02:13:19Z</updated>

		<summary type="html">&lt;p&gt;Schizocat: Replaced the exploration job description of &amp;#039;roles&amp;#039; with rundown of the voucher kits&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Speech&lt;br /&gt;
|name=Burnard Silkwind, Explorer Extraordinaire&lt;br /&gt;
|text=The Nanotrasen Exploration team welcomes you, hallowed employee; down the dangerous and prestigious path of exploration, to explore a bold new frontier that none have before.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Hold on, though - before you go down that path, there&#039;s a few important things to remember. That each and every misstep, every misaligned entry, and every miscalculation, could be the difference between you living, or sliding in too the void. This&#039;ll help you make sure to avoid those mistakes. And remember - you&#039;ll rethink exploitation of natural reserves, and extinction of species, when your neck is on the blockchain.&lt;br /&gt;
|image=[[File:Explorer.png|80px|right]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Roles and starting equipment==&lt;br /&gt;
At roundstart all members of the exploration team will spawn in with a voucher in their bags which can be redeemed at the exploration vendor in their office. This is intended to allow team members to take on specific duties and have tools for the job, which come from different kits similar to the miners and their voucher system. These kits include the following (note that all kits come with a discovery scanner as well):&lt;br /&gt;
&lt;br /&gt;
===== Ghost shift =====&lt;br /&gt;
Ghost shift is a special option which may only be taken when the stations crew total is less than 20. It is intended to allow a solo/understaffed exploration crew fulfill basic needs.&lt;br /&gt;
* Compact first aid kit, stocked&lt;br /&gt;
* Toolbelt, loaded&lt;br /&gt;
* An emergency beacon to assist with recovery&lt;br /&gt;
* A medibot (you will need to ensure your shuttle is warm and pressurised enough that you can take your suit off to use this)&lt;br /&gt;
* A hypospray full of atropine&lt;br /&gt;
&lt;br /&gt;
===== Engineer =====&lt;br /&gt;
A typical must-have which is critical for exploring and navigating derelicts, also incredibly efficient regarding the exploration point cost of the items in this kit.&lt;br /&gt;
* Three breaching charges&lt;br /&gt;
* A breaching charge detonator&lt;br /&gt;
* Toolbelt, loaded&lt;br /&gt;
&lt;br /&gt;
===== Medical =====&lt;br /&gt;
Useful on a large enough and risk-taking exploration crew, but the crew pinpointer is the noteworthy item for VIP and assassination missions.&lt;br /&gt;
* Crew pinpointer&lt;br /&gt;
* Collapisble rollerbed&lt;br /&gt;
* Full-size first aid kit&lt;br /&gt;
* Health scanner&lt;br /&gt;
&lt;br /&gt;
===== Scientist =====&lt;br /&gt;
Arguably the most niche of the kits but can pay off well if you&#039;re looking for a specific technology disk&lt;br /&gt;
* An emergency beacon to assist with recovery&lt;br /&gt;
* A disk pinpointer, works similarly to the crew pinpointer but for technology disks&lt;br /&gt;
&lt;br /&gt;
===== Gunslinger =====&lt;br /&gt;
One of the two combat-oriented kits, a bit of a gimmick but fun for messing around&lt;br /&gt;
* lever-action rifle&lt;br /&gt;
* Box of ammo (.38)&lt;br /&gt;
* Bandolier&lt;br /&gt;
* Cowboy hat&lt;br /&gt;
* Lasso&lt;br /&gt;
* Emergency oxygen tank&lt;br /&gt;
&lt;br /&gt;
===== Laser Repeater =====&lt;br /&gt;
The other combat-oriented kits, more reliable in the long-term&lt;br /&gt;
* Laser repeater&lt;br /&gt;
* Sombrero&lt;br /&gt;
* Emergency oxygen tank&lt;br /&gt;
* Lasso&lt;br /&gt;
==Before the Shuttle==&lt;br /&gt;
Starting off, you spawn in the Science dock, next to your shuttle - with three hardsuits available. In addition, you start with - &lt;br /&gt;
* A standard energy pistol, with two firing modes - a cutting mode, and a laser mode. The cutting mode will deal 70 damage to structures, such as windows, and mines rock akin to a plasma cutter, but only 5 damage against mobs, while the laser mode does 30 damage against non-human and non-silicon targets. In addition, it comes with a pre-installed firing pin that only allows for it to be fired when not on station.&lt;br /&gt;
* A full suite of basic medical tools for performing tend wounds, treating burns and other injuries, along with extracting other injured miners. In addition, a handheld crew monitor and pinpointer will be present; useful if an explorer is lost and has max suit sensors.&lt;br /&gt;
* A survival knife in your bag, for close range hostile encounters.&lt;br /&gt;
* A GPS in your first pocket.&lt;br /&gt;
All of these are extremely useful tools, and you should familiarize yourself with all of them if at all possible. You may think this is all, but wait - before boarding the shuttle, take note of the two consoles before it. This is the supply bounty console, and the shuttle control console on station, allowing you to check for what work you will have to do before boarding, and allowing people too recall the shuttle if needed through autopilot or manual control.&lt;br /&gt;
&lt;br /&gt;
==The Bluespace Shuttle==&lt;br /&gt;
The bread and butter of your job - the most important part of it all. It comes equipped with three bluespace engines, an airlock, a spare shuttle control console board, a navigation and bounty console, and most importantly of all, a PACMAN generator and plasma tank. Before you do anything, grab the mechanical toolbox in the cockpit of the shuttle and wrench the PACMAN on top of the exposed wire knot, along with the plasma canister on to the connector. A nearby crate contains five plasma sheets, useful for emergency fuel or to generate power in aforementioned PACMAN.&lt;br /&gt;
&lt;br /&gt;
One whole canister will give you around 1245 mols of plasma fuel, and the shuttle will consume around 0.72 mol&#039;s per second - although this is subject to change depending on the size of your shuttle, and how quickly it is accelerating. Now that your fuel and engines are set up, head back to the cockpit and take a seat at the shuttle control console, your primary way of getting around. Upon opening it, you will be greeted with an interface - a variety of grid squares filling your screen, an array of coordinates, and a bunch of buttons. &lt;br /&gt;
* The orbital body tracking panel will provide information in regards too the tracked orbital body - telling you what it is tracking first, before providing its X and Y coordinates in space, which you can use as a means of locating it, and its current velocity along these vectors. An object at the position of X and Y 0, 0, with a velocity of 1, 1, will move at a diagonal angle - at a unit of one X and Y coordinate per second. Its radius is the area that you have to be in, within a set speed, to be able to land or dock at it.&lt;br /&gt;
** To change the tracked object, click the grey box and, in the dropdown menu, select the body you wish to track, or GPS.&lt;br /&gt;
&lt;br /&gt;
* Present below that is Flight Controls - starting off as the Initiate Launch button. To begin your flight, press the Initiate Launch button, during which it will be replaced with a myriad of other, complex buttons to allow for flight.&lt;br /&gt;
**Autopilot Target will provide a body to be tracked by the autopilot function of the ship - useful for locating marked areas, such as the station itself, Phobos, or Lavaland. When used in conjunction with autopilot, it will automatically fly the shuttle and land it for you, along with managing angling.&lt;br /&gt;
**Throttle will enable the control of the ships thrusters, and they will accelerate at a given speed - be careful, however, as at max thrust you will rapidly consume fuel and, in order too land, you will have to burn just as much energy to get a low enough velocity to land.&lt;br /&gt;
**Thrust Angle will enable the vectoring of the engines, and thus directional control of the thrust - this will be your primary way of navigating towards targeted bodies, along with slowing down or accelerating. The smaller grid below the Autopilot Target area will provide a visual gauge towards the angle that the ship is moving along the map. The range available goes from -180 to 180, and the shuttle will slew itself to face towards the area - this can be seen on the primary map by the line coming out from the middle of the exploration shuttle, denoting its velocity and direction. It is drawn relative to the velocity of the object being tracked.&lt;br /&gt;
**Fuel remaining will document how much mols of plasma fuel is left, and can be refuelled with plasma sheets in the plasma refinery, or by adding another plasma tank to the connector. &lt;br /&gt;
**Toggle Autopilot is involved with Autopilot Target - upon selecting a location, the shuttle will automatically adjust the throttle and thrust angle until it reaches the location. Landing will have to be manually done, either at a custom location or at a predefined one, upon reaching the radius of the object.&lt;br /&gt;
**The interdictor is useful in the event of a rogue ship piloted by another player - it can be used, upon getting within range of aforementioned ship, too forcefully pull it out of hyperspace and initiate docking procedures. Keep in mind that you must catch up to the ship first.&lt;br /&gt;
The shuttle itself, and more technical aspects such as player built shuttles, is covered in the [[Guide to Shuttles and Shuttle Building]].&lt;br /&gt;
&lt;br /&gt;
==Missions==&lt;br /&gt;
As an exploration member, you have a variety of goals and missions - the most clear cut being from your Station Objective Console. This will allow you too accept an extremely high paying bounty that will be distributed throughout the budget cards of all departments. These missions are varied, and include -&lt;br /&gt;
* Blackbox recovery - Contact with the outpost has been lost and Nanotrasen need answers, and they need them fast. Enter the outpost, locate the blackbox, and return it to the main station&#039;s bridge to complete the objective. Has a relatively small payout but is very easy compared to the other objectives and can be completed quickly if you don&#039;t mind missing out on finding some extra goodies. The blackbox can be located via its GPS signal.&lt;br /&gt;
* Nuclear Decommission - The press can&#039;t get wind of what happened on that outpost. A nuclear bomb will be delivered to the bridge, and the outdated nuclear authentication disk must be located in the ruin. Once inserted into the nuclear bomb, the station will be destroyed, granting an extremely large payout. Both the blackbox and nuclear fission explosive can be located via their GPS signals. The nuclear bomb can only be detonated on the target ruin.&lt;br /&gt;
* VIP Recovery - A VIP has been located on the outpost and must be recovered. The VIP will either spawn as a dead body with a diary, or controlled by another player. If controlled by a player, the mission will fail when they die. Keep in mind enemies can be present on the station. The VIP can potentially be hostile towards the people trying to recover them, and must be non-lethally restrained. On top of that, they do not have a GPS beacon so have to be located manually. Pays out a large sum of money, however the VIP may be extremely difficult to recover at times (or more likely dead from spider venom).&lt;br /&gt;
* Artifact Recovery - An alien artifact has been located on a ruin in deep space. These artifacts have a variety of different effects some of which can be lethal. It is recommended that you handle the artifact with extreme care, so much as picking it up could give you an eldritch curse. The artifact can be located via its GPS signal and only needs to enter the station level to have the mission complete.&lt;br /&gt;
These missions may also take place on a variety of different types of outposts - ranging from abandoned stations, lacking anything except a large amount of trash, a station that has been infested by a blob and has blob monsters roaming the halls, a station of great evil with a hellish cult that has summoned entities from the netherworld and left their pylons among the wreckage, and one suffering a good old fashioned xenomorph outbreak. Make sure to keep your energy pistol by your side, and communicate with other members of your exploration team with the .q or .h prefix. &lt;br /&gt;
&lt;br /&gt;
===Research Opportunities===&lt;br /&gt;
In addition too the myriad of money-making opportunities, you also have uses to science; more use than to your parents, anyway. It is relatively common, spawning in derelict loot rooms, which are present on all derelict stations, and having a small chance to spawn on any given tile within the ruin. Who knows, though? Some things beyond the know may exist; those that fall more within the realm of xenoarcheology than within the realm of science, and something the Curator may take great interest in.&lt;br /&gt;
&lt;br /&gt;
==In Case of Emergency==&lt;br /&gt;
Oh no! The shuttle ran out of fuel, and has fallen out of the skies! Upon running out of fuel, the shuttle will randomly dock at an asteroid - generating it. In the event this occurs, run down back to the cargo hold and open the grey crate, and retrieve the mining scanner. The primary thing you will be looking for is plasma - this can be refined in to plasma sheets with your gun, or it can be placed directly in the plasma refiner for 50 mols of fuel. While not the most efficient, it is useful in case of a jam. Your energy gun in CUTTING mode possesses the ability to cut through rock and ore, akin to a plasma cutter, so make use of it if possible, or the pickaxe if the shuttle has no power. You will get around 20 shots out of it in this mode, compared to only 15 in the lethal LASER mode.&lt;br /&gt;
&lt;br /&gt;
==Intergalactic Saboteur==&lt;br /&gt;
So, you&#039;re a traitor. You have a variety of tools at your disposal - the shuttle can fly around the station z-level, your gun can be emagged to work on station, albeit with a greatly reduced ammo capacity, and your mobility and escape potential is second to none. The first few tips would be to throw away your GPS tools, and to get rid of your other explorers. All they will do is call you out, unless they themselves are on your side. Gibtonite can be obtained from lavaland or asteroids, your science access means you can get any gear they can get, and if you get creative, you could even revive the simplemob xenomorphs using xenobiology, to create an army of them and give people a real scare, diverting attention away from you. The possibilities are endless, and the stars are yours.&lt;br /&gt;
&lt;br /&gt;
Oh and don&#039;t forget all the guns you get in ruins. The vortex gun while slow can hit multiple targets, and on average you would find at least one laser weapon on a ruin. Alternatively bait the pandora into the station and watch everyone else panic.&lt;br /&gt;
&lt;br /&gt;
==&amp;amp;E#P ! A% L0$7==&lt;br /&gt;
Where the hell am I?...&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:WTFISTHAT.png]]&lt;/div&gt;</summary>
		<author><name>Schizocat</name></author>
	</entry>
	<entry>
		<id>https://wiki.beestation13.com/w/index.php?title=Guide_to_chemistry&amp;diff=38836</id>
		<title>Guide to chemistry</title>
		<link rel="alternate" type="text/html" href="https://wiki.beestation13.com/w/index.php?title=Guide_to_chemistry&amp;diff=38836"/>
		<updated>2025-05-19T01:53:53Z</updated>

		<summary type="html">&lt;p&gt;Schizocat: /* Narcotics */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
This guide will primarily be useful for [[Chemist|chemists]] and [[Botanist|Botanists]] using [[Guide to hydroponics#Strange Seeds|Strange Seeds]] but may come in handy to any player and especially [[Traitor|traitors]].&lt;br /&gt;
= Chemicals =&lt;br /&gt;
The building blocks of chemistry are aluminium, bromine, carbon, chlorine, copper, ethanol, fluorine, hydrogen, iodine, iron, lithium, mercury, nitrogen, oxygen, phosphorus, potassium, radium, silicon, silver, sodium, stable plasma, sugar, sulfur, sulfuric acid, water and welding fuel. These can be produced from the [[Chem Dispenser]] in [[Chemistry]].&lt;br /&gt;
&lt;br /&gt;
You have all sorts of things here, and can make so much. You can make medicines, foam, flash powder, poisons, space lube, window hardener, and so much more. The limit on combinations is a limit that exists only in your creativity (and the game engine). Be sure to be careful though, mixing the wrong chemicals can be bad for your health and please make sure you know what a chemical does before you use it. Experiment at your own risk.&lt;br /&gt;
&lt;br /&gt;
Some pure chemicals are lethal or will cause heavy toxin damage if injected or ingested in their pure form.&lt;br /&gt;
&lt;br /&gt;
Grinding minerals from mining will also get you:&lt;br /&gt;
* [[Plasma]]&lt;br /&gt;
* Uranium&lt;br /&gt;
* Bluespace Dust&lt;br /&gt;
[[Emag|Emagging]] a chem dispenser will add:&lt;br /&gt;
* Space Drugs&lt;br /&gt;
* Morphine&lt;br /&gt;
* Toxin&lt;br /&gt;
* Carpotoxin&lt;br /&gt;
* Miner&#039;s Salve&lt;br /&gt;
The [[Vending_machines#Medbay|NanoMed Plus]] is your main source of generic toxin when hacked.&lt;br /&gt;
&lt;br /&gt;
Some chemical reactions will require you to heat the reagents in a [[File:Chemical_Heater.png]] &#039;&#039;&#039;Chemical Heater&#039;&#039;&#039;. This machine will heat a beaker to the desired temperature, slowing down the heating speed as it approaches the target temperature. If you don&#039;t risk making the chemical explode by overheating it (such as Meth) you can just set it to a very high temperature to avoid this.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Machinery ==&lt;br /&gt;
You have all sorts of chems here, and can make many things. You can make [[#Medicines|medicines]], [[#Smoke|smoke]], [[#Fluorosurfactant|foam]], [[#Flash Powder|flash powder]], [[#Toxins|poisons]], [[#Space Lube|space lube]], [[#Fluorosulfuric Acid|acid]] and much more. The limit on combinations is a limit that exists only in your creativity (and the game engine). Be sure to be careful though, as mixing the wrong chemicals can be bad for your health, and please make sure you know what a chemical does before you use it. Experiment at your own risk.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== [[File:Dispenser.png|Chem Dispenser]] Chemistry Dispensers ===&lt;br /&gt;
[[Chem Dispenser|Chem dispensers]] can be upgraded to unlock more chemicals, allow for more precise macro usage, increased power recharge rate and higher power capacity. If you run out of power, you can disassemble the dispenser with screwdriver+crowbar and rebuild it by first putting the circuit board back, and then all other things but use a full power cell [[File:High power cell updated.png]] instead of the old one. Then screwdriver to finish. Or you can charge the machine with an [[inducer]] [[File:Inducer.png]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Available chemicals&#039;&#039;&#039;:&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
Click expand to see what chemicals are available:&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Normal&#039;&#039;&#039;:&lt;br /&gt;
* Hydrogen&lt;br /&gt;
* Oxygen&lt;br /&gt;
* Silicon&lt;br /&gt;
* Phosphorus&lt;br /&gt;
* Sulfur&lt;br /&gt;
* Carbon&lt;br /&gt;
* Nitrogen&lt;br /&gt;
* Water&lt;br /&gt;
* Lithium&lt;br /&gt;
* Sugar&lt;br /&gt;
* Sulfuric acid&lt;br /&gt;
* Copper&lt;br /&gt;
* Mercury&lt;br /&gt;
* Sodium&lt;br /&gt;
* Iodine&lt;br /&gt;
* Bromine&lt;br /&gt;
* Ethanol&lt;br /&gt;
* Chlorine&lt;br /&gt;
* Potassium&lt;br /&gt;
* Aluminium&lt;br /&gt;
* Radium&lt;br /&gt;
* Fluorine&lt;br /&gt;
* Iron&lt;br /&gt;
* Welding fuel&lt;br /&gt;
* Silver&lt;br /&gt;
* Stable plasma&lt;br /&gt;
&#039;&#039;&#039;Upgraded (tier 4 matter manipulator)&#039;&#039;&#039;:&lt;br /&gt;
* Acetone&lt;br /&gt;
* Ammonia&lt;br /&gt;
* Ash&lt;br /&gt;
* Diethylamine&lt;br /&gt;
* Oil&lt;br /&gt;
* Saltpetre&lt;br /&gt;
&#039;&#039;&#039;Emagged&#039;&#039;&#039;:&lt;br /&gt;
* Space Drugs&lt;br /&gt;
* Morphine&lt;br /&gt;
* Toxin&lt;br /&gt;
* Carpotoxin&lt;br /&gt;
* Miner&#039;s Salve&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Upgradeable parts&#039;&#039;&#039;:&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
Click expand to see upgrades:&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;Better matter bins:&#039;&#039;&#039; greater power efficiency per unit dispensed.&lt;br /&gt;
* &#039;&#039;&#039;Better capacitor:&#039;&#039;&#039; faster recharging speed.&lt;br /&gt;
* &#039;&#039;&#039;Better power cell:&#039;&#039;&#039; larger maximum power capacity.&lt;br /&gt;
* &#039;&#039;&#039;Better manipulator:&#039;&#039;&#039; unlocks more chemicals. &amp;lt;s&amp;gt;Longer and more complex chemistry macros can be performed. At tier 1 manips, macros round to the nearest 5u, then 3u at tier 2, 2u at tier 3 and 1u at tier 4&amp;lt;/s&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
=== [[File:Chemical_Heater.png|Chemical Heater]] Chemical Heater ===&lt;br /&gt;
Some chemical reactions will require you to heat the reagents in a [[Chemical Heater]]. Unless the recipes says otherwise, these reactions need you to heat the reagents &#039;&#039;above&#039;&#039; the required temperature.&lt;br /&gt;
This machine will heat/cool a beaker to the desired temperature, slowing down the heating/cooling speed as it approaches the target temperature. If you don&#039;t risk making the chemical explode by overheating it (like with [[#Methamphetamine|meth]]) you can just set it to a very high temperature to avoid this. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Due to a rounding bug you sometimes need to heat chems 1 degree higher than the recipe says.&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Upgrading the laser will increase the heating/cooling speed.&lt;br /&gt;
=== [[File:Chemmaster.gif|ChemMaster 3000]] ChemMaster 3000 ===&lt;br /&gt;
Separates, bottles, and makes pills/patches out of chemicals loaded inside. You can load pretty much any container - beakers, spray bottles, water bottles and so on.&amp;lt;br&amp;gt;&lt;br /&gt;
Maximum size for dispensed bottles is 30u, patches 40u and pills 50u. Use a chemistry bag [[File:Chemistry_bag.png]] to quickly move large quantities of bottles, patches or pills. &amp;lt;br&amp;gt;&lt;br /&gt;
Can be upgraded with bigger beakers to allow a bigger buffer. By default it contains two ordinary 50u beakers for a total buffer volume of 100u.&lt;br /&gt;
=== [[File:Blender.png|Reagent Grinder]] All-In-One Grinder ===&lt;br /&gt;
Grinds, crushes, liquefies and extracts reagents from materials placed into it.&amp;lt;br&amp;gt;&lt;br /&gt;
If there is a significant reagent associated with the item, the Reagent grinder will distill a pure sample inside the collection beaker.&amp;lt;br&amp;gt;&lt;br /&gt;
For example: Plasma/gold/uranium/metal sheets, donk pockets, fruits, dead mice.&lt;br /&gt;
=== [[File:Smoke_machine.png|Smoke Machine]] Smoke Machine ===&lt;br /&gt;
Dispenses any chemical inside as a [[#Smoke|smoke]] cloud. Needs to be secured by wrenching first.&amp;lt;br&amp;gt;&lt;br /&gt;
A great alternative to [[#Smoke|smoke]] [[Grenade|grenades]], but easily incites lynch mobs.&amp;lt;br&amp;gt;&lt;br /&gt;
Can only be obtained through the circuit board being printed, and the required parts being assembled first.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Upgradeable parts&#039;&#039;&#039;:&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
Click expand to see upgrades:&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;Manipulator&#039;&#039;&#039;: Unlocks the higher range settings.&lt;br /&gt;
* &#039;&#039;&#039;Matter bin&#039;&#039;&#039;: Increases maximum capacity.&lt;br /&gt;
* &#039;&#039;&#039;Capacitor&#039;&#039;&#039;: Increases efficiency.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Metabolism==&lt;br /&gt;
When a reagent enters a body, it will then &amp;quot;tick&amp;quot; or &amp;quot;cycle&amp;quot; about every 2 seconds (these are called &amp;quot;life ticks&amp;quot;, and are not to be confused with server ticks/tickrate). When this happens the body is purged of an amount of every reagent depending on their metabolism rates. This is the rate at which the chemical disappears from your body. It doesn&#039;t matter how many chems you have in your body, as they are all metabolized separately. If you are [[Guide_to_food_and_drinks#Hunger|hungry]] (sluggish), this will happen 20% slower, which makes chemicals have a bigger total effect since they last longer without being weaker per tick. Many mobs are &amp;quot;simplemobs&amp;quot; which means they don&#039;t have bloodstreams and can thus not be poisoned, sedated or healed with medicine. Monkeys and most playable humanoids are the exceptions to this.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Active Pure Chemicals==&lt;br /&gt;
A.K.A. what happens when you eat or splash these. Their metabolism rate is 0.4u per cycle unless said otherwise. Unmentioned dispensable chemicals don&#039;t have any effects. Plasma and uranium requires you to grind mineral sheets to acquire.&lt;br /&gt;
*&#039;&#039;&#039;Chlorine&#039;&#039;&#039;: Causes {{dmgs|q|1 brute damage}} per tick to a random body part.&lt;br /&gt;
*&#039;&#039;&#039;Copper&#039;&#039;&#039;: Can be splashed on metal sheets to create bronze sheets.&lt;br /&gt;
*{{anchor|Ethanol}}&#039;&#039;&#039;Ethanol&#039;&#039;&#039;: A decent alcoholic &amp;quot;beverage&amp;quot;, with a [[Guide_to_food_and_drinks#Drinks|booze power]] of 65. Increases success rate of [[Surgery|surgery]] and flammability when applied externally. Metabolism rate 0.2.&lt;br /&gt;
*&#039;&#039;&#039;Fluorine&#039;&#039;&#039;: Causes {{dmgs|e|1 toxin damage}} per tick.&lt;br /&gt;
*&#039;&#039;&#039;Iron&#039;&#039;&#039;: Slowly restores blood volume.&lt;br /&gt;
*&#039;&#039;&#039;Lithium&#039;&#039;&#039;: Causes twitching, drooling, moaning and not being able to walk straight.&lt;br /&gt;
*&#039;&#039;&#039;Mercury&#039;&#039;&#039;: Causes 1 brain damage per tick, twitching, drooling, moaning and not being able to walk straight.&lt;br /&gt;
*&#039;&#039;&#039;[[Plasma]]&#039;&#039;&#039;: Causes {{dmgs|e|3 toxin damage}} per tick and explodes with a bright flash when heated to 320k. Not to be confused with Stable Plasma, which does nothing.&lt;br /&gt;
*&#039;&#039;&#039;Radium&#039;&#039;&#039;: Slowly causes irradiation (2 per tick). Creates glowing green goo on floor if more than 3u is spilled.&lt;br /&gt;
*&#039;&#039;&#039;Sugar&#039;&#039;&#039;: Gives nutrition. Causes hyperglycemic shock if overdosed (200u). Metabolism rate 0.8.&lt;br /&gt;
*&#039;&#039;&#039;Sulfuric Acid&#039;&#039;&#039;: Causes {{dmgs|e|1 toxin damage}} and {{dmgs|q|some instant brute damage}} to one body part when ingested, and slightly more {{dmgs|q|brute damage}} when &#039;&#039;injected&#039;&#039;. Destroys head-wear and causes {{dmgs|w|burn damage}} when sprayed or splashed on someone. Counts as a [[#Toxins|toxin]].&lt;br /&gt;
*&#039;&#039;&#039;Uranium&#039;&#039;&#039;: Causes slight (1 per tick) irradiation. Creates glowing green goo on floor if more than 3u is spilled.&lt;br /&gt;
*&#039;&#039;&#039;Welding Fuel&#039;&#039;&#039;: Causes {{dmgs|e|1 toxin damage}} per tick. Makes people flammable if splashed on.&lt;br /&gt;
== Components ==&lt;br /&gt;
These are very basic chemicals that you&#039;ll use in a lot of other more complicated chems. They can still be toxic, though.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width:100%; text-align:left; border: 3px solid #FFDD66; cellspacing=0; cellpadding=2; background-color:white;&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&#039;width:150px; background-color:#FFDD66;&#039;|Name&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&#039;width:150px; background-color:#FFDD66;&#039;|Formula&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&#039;background-color:#FFDD66;&#039;|Description&lt;br /&gt;
|-&lt;br /&gt;
!style=&#039;background-color:#FFEE88;&#039;|{{anchor|Ash}}Ash &amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Ash}}&lt;br /&gt;
|Basic ingredient in a couple of recipes.&lt;br /&gt;
|-&lt;br /&gt;
!style=&#039;background-color:#FFEE88;&#039;|Ash (Alternate Recipe) &amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Light a piece of paper on fire, and scoop up the resulting ashes with a beaker.&lt;br /&gt;
|Basic ingredient in a couple of recipes.&lt;br /&gt;
|-&lt;br /&gt;
!style=&#039;background-color:#FFEE88;&#039;|{{anchor|Carpet}}Carpet &amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Carpet}}&lt;br /&gt;
|Creates a dirty carpet on the floor.&lt;br /&gt;
|-&lt;br /&gt;
!style=&#039;background-color:#FFEE88;&#039;|{{anchor|Oil}}Oil &amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|1 part Welding Fuel&lt;br /&gt;
1 part Carbon&lt;br /&gt;
&lt;br /&gt;
1 part Hydrogen&lt;br /&gt;
|Burns in a small smoky fire, mostly used to get Ash.&lt;br /&gt;
|-&lt;br /&gt;
!style=&#039;background-color:#FFEE88;&#039;|Oil (Alternate Recipe) &amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Scoop up oil from destroyed cyborgs or robots off the ground with a beaker.&lt;br /&gt;
|Burns in a small smoky fire, mostly used to get Ash.&lt;br /&gt;
|-&lt;br /&gt;
!style=&#039;background-color:#FFEE88;&#039;|{{anchor|Phenol}}Phenol &amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Phenol}}&lt;br /&gt;
|Used for certain medical recipes.&lt;br /&gt;
|-&lt;br /&gt;
!style=&#039;background-color:#FFEE88;&#039;|{{anchor|Acetone}}Acetone &amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Acetone}}&lt;br /&gt;
|Common ingredient in other recipes.&lt;br /&gt;
|-&lt;br /&gt;
!style=&#039;background-color:#FFEE88;&#039;|{{anchor|Diethylamine}}Diethylamine &amp;lt;span style=&amp;quot;color:#604030;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Diethylamine}}&lt;br /&gt;
|A very potent fertilizer, and the base component of some medicines.&lt;br /&gt;
|-&lt;br /&gt;
!style=&#039;background-color:#FFEE88;&#039;|{{anchor|Ammonia}}Ammonia&amp;lt;span style=&amp;quot;color:#404030;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Ammonia}}&lt;br /&gt;
|An effective fertilizer which is better than what is available to the botanist initially, though it isn&#039;t as powerful as [[Diethylamine]] (results in 3 units instead of 4).&lt;br /&gt;
|-&lt;br /&gt;
!style=&#039;background-color:#FFEE88;&#039;|{{anchor|Saltpetre}}Saltpetre&amp;lt;span style=&amp;quot;color:#60A584;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Saltpetre}}&lt;br /&gt;
|Ingredient for Bath Salts and Black Powder (results in 3 units instead of 5). Increases potency of plants.&lt;br /&gt;
|-&lt;br /&gt;
!style=&#039;background-color:#FFEE88;&#039;|{{anchor|Lye}}Lye&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Lye}}&lt;br /&gt;
|Useful in the manufacturing of wax items like soap.&lt;br /&gt;
|-&lt;br /&gt;
!style=&#039;background-color:#FFEE88;&#039;|Lye (Alternate Recipe)&amp;lt;span style=&amp;quot;color:#FFFFD6;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|1 part [[#Ash|Ash]]&amp;lt;br&amp;gt;1 part Water&amp;lt;br&amp;gt;1 part Carbon&lt;br /&gt;
|Useful in the manufacturing of wax items like soap.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
== Medicines ==&lt;br /&gt;
&amp;quot;&#039;&#039;And that&#039;s how I lost my medical license!&#039;&#039;&amp;quot; Don&#039;t be this guy. Make these. Lots of these.&lt;br /&gt;
&lt;br /&gt;
See [[guide to medicine|Guide to Medicine]] for more information on what to use when.&lt;br /&gt;
===Core Healing Medicines===&lt;br /&gt;
These healing drugs form the &amp;quot;core&amp;quot; drugs used to heal the most common forms of damage. All other medical drugs outside of this section are either harder to make upgrades, or highly specific forms of healing for rarer situations.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width:100%; text-align:left; border: 3px solid #FFDD66; cellspacing=0; cellpadding=2; background-color:white;&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&#039;width:150px; background-color:#FFDD66;&#039;|Name&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&#039;width:150px; background-color:#FFDD66;&#039;|Recipe&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&#039;background-color:#FFDD66;&#039;|Treatment for&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&#039;background-color:#FFDD66;&#039;|Description&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&#039;background-color:#FFDD66;&#039;|Metabolism Rate&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&#039;background-color:#FFDD66;&#039;|Overdose Threshold&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&#039;background-color:#FFDD66;&#039;|Addiction Threshold&lt;br /&gt;
|-&lt;br /&gt;
!style=&#039;background-color:#FFEE88;&#039;|{{anchor|Silver Sulfadiazine}}Silver Sulfadiazine&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Silver Sulfadiazine}}&lt;br /&gt;
|Burn&lt;br /&gt;
|If applied by patch - Instantly heals {{dmgs|w|burn}} damage on the location it is applied to, equal to the amount applied. Will also heal an additional {{dmgs|w|0.5 burn}} damage per tick, but may also temporarily disable limbs or the player due to extreme pain.&lt;br /&gt;
On ingestion, inhalation or injection, it deals {{dmgs|e|0.5 toxin}} damage per tick instead. &lt;br /&gt;
&lt;br /&gt;
On overdose, will suffocate at {{dmgs|r|1 suffocation}} damage per tick. &lt;br /&gt;
|1.0 units per tick&lt;br /&gt;
|100 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Styptic Powder}}Styptic Powder&amp;lt;span style=&amp;quot;color:#FF9696;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Styptic Powder}}&lt;br /&gt;
|Brute&lt;br /&gt;
|If applied by patch - Instantly heals {{dmgs|q|brute}} damage on the location it is applied, equal to the amount applied. Will also heal an additional {{dmgs|q|0.5 brute}} damage per tick, but may also temporarily disable limbs or the player due to extreme pain.&lt;br /&gt;
On ingestion, inhalation or injection, it deals {{dmgs|e|0.5 toxin}} damage per tick instead. &lt;br /&gt;
&lt;br /&gt;
On overdose, will suffocate at {{dmgs|r|1 suffocation}} damage per tick. &lt;br /&gt;
|1.0 units per tick&lt;br /&gt;
|100 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Saline-Glucose Solution}}Saline-Glucose Solution&amp;lt;span style=&amp;quot;color:#DCDCDC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Saline-Glucose Solution}}&lt;br /&gt;
|Brute, burn&lt;br /&gt;
|Has a 33% chance per tick to heal {{dmgs|qw|0.5 brute|0.5 burn|}}. Can be used as a temporary substitute for blood if hooked up via IV drip or injected via a syringe.&lt;br /&gt;
On overdose, rarely deals {{dmgs|qw|1 brute|1 burn}} and metabolize 1u of salt or 1u of sugar.&lt;br /&gt;
&lt;br /&gt;
The rare damages on overdose are countered by the healing done by the saline.&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|60 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Synthflesh}}Synthflesh&amp;lt;span style=&amp;quot;color:#FFEBEB;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Synthflesh}}&lt;br /&gt;
|Brute, burn&lt;br /&gt;
|If applied by patch - Instantly heals {{dmgs|qw|brute|burn}} damage on the location it is applied to, equal to the amount applied. Will also heal an additional {{dmgs|qw|0.5 brute|0.5 burn|}} per tick, but may also temporarily disable limbs or the player due to extreme pain.&lt;br /&gt;
&amp;lt;s&amp;gt;On ingestion, inhalation or injection, it deals {{dmgs|e|2 toxin}} damage per tick instead.&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
On overdose, deals {{dmgs|e|2 toxin}} damage per tick. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;100u may be applied to a husked corpse with less than {{dmgs|w|50 burn}} damage to restore the body to normal integrity.&#039;&#039;&#039;&lt;br /&gt;
| 1.0 units per tick &lt;br /&gt;
|125 units&lt;br /&gt;
|N/A &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Charcoal}}Charcoal&amp;lt;span style=&amp;quot;color:#000000;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Charcoal}}&lt;br /&gt;
|Toxin&lt;br /&gt;
|Heals {{dmgs|e|1 toxin}} damage per tick, will also purge any other chemicals at 0.75u per tick.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Salbutamol}}Salbutamol&amp;lt;span style=&amp;quot;color:#00FFFF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Salbutamol}}&lt;br /&gt;
|Suffocation &lt;br /&gt;
|Quickly heals {{dmgs|r|3 suffocation}} damage per tick while slowing down suffocation. Overdoses cause excess Salbutamol to be metabolized into [[Histamine]] at a rate of 1u of Salbutamol to 1u of Histamine per tick.&lt;br /&gt;
|0.1 units per tick&lt;br /&gt;
|25 units &lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Bicaridine}}Bicaridine&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Bicaridine}}&lt;br /&gt;
|Brute&lt;br /&gt;
|Heals {{dmgs|q|1 brute damage}} at first, but gradually drops in efficacy as the patient&#039;s body accumulates BC1 Metabolites from processing it.&lt;br /&gt;
Overdoses cause the patient&#039;s body to rapidly purge the medicine and deal minor liver damage. &lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
| 30 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Kelotane}}Kelotane&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Kelotane}}&lt;br /&gt;
|Burn&lt;br /&gt;
|Heals {{dmgs|w|1 burn damage}} at first, but gradually drops in efficacy as the patient&#039;s body accumulates KL1 Metabolites from processing it.&lt;br /&gt;
Overdoses cause the patient&#039;s body to rapidly purge the medicine and deal minor liver damage. &lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|30 units &lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Antitoxin}}Antitoxin&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Antitoxin}}&lt;br /&gt;
|Toxin&lt;br /&gt;
|Heals {{dmgs|e|1 toxin damage}} at first, but gradually drops in efficacy as the patient&#039;s body accumulates AT1 Metabolites from processing it.&lt;br /&gt;
Overdoses cause the patient&#039;s body to rapidly purge the medicine and deal minor liver damage. &lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|30 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Dexalin}}Dexalin&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Dexalin}}&lt;br /&gt;
|Suffocation&lt;br /&gt;
|Heals {{dmgs|r|1.5 suffocation damage}} per tick&lt;br /&gt;
Overdoses cause 2 heart damage per tick.&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|30 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Dexalin+}}Dexalin Plus&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Dexalin Plus}}&lt;br /&gt;
|Suffocation&lt;br /&gt;
|Heals {{dmgs|r|3 suffocation}} damage per tick. Overdoses cause rapid heart damage at 4 per tick and are likely to lead to cardiac arrest.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|25 units&lt;br /&gt;
| N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Tricordrazine}}Tricordrazine&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Tricordazine}}&lt;br /&gt;
|All four basic types&lt;br /&gt;
|Heals {{dmgs|qwer|2 brute|2 burn|2 toxin|2 suffocation}} damage per tick, but rapidly drops in efficacy as the patient&#039;s body accumulates TC1 Metabolites from processing it. Due to its rapid metabolization and drop in efficacy, Tricordrazine is best used as an additive with other medicines or treatments for a extra burst of help, but is not going to do much when used alone.&lt;br /&gt;
Overdoses cause 1 liver damage and {{dmgs|e|2 toxin}} damage per tick&lt;br /&gt;
|1.2 units per tick &lt;br /&gt;
|30 units &lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Cryoxadone}}Cryoxadone&amp;lt;span style=&amp;quot;color:#0000C8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Cryoxadone}}&lt;br /&gt;
|All types&lt;br /&gt;
|Required for the proper function of cryogenics. It heals all types of damage very swiftly (except clone damage, which is healed very slowly), but only when in a very cold environment. Healing strength is proportional to temperature.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Pyroxadone}}Pyroxadone&amp;lt;span style=&amp;quot;color:#f7832a;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Pyroxadone}}&lt;br /&gt;
|All four basic types and cellular&lt;br /&gt;
|Inverse [[#Cryoxadone|Cryoxadone]] that heals faster the hotter the patient is. For max efficiency you need to be &#039;&#039;over&#039;&#039; 460°K and on fire. In optimal conditions every cycle will heal {{dmgs|e|15 burn}} &#039;&#039;before&#039;&#039; the damage taken from being on fire, which is usually faster than the fire hurts you (unless too hot). It will then also heal {{dmgs|qer|10 brute|10 toxin|20 suffocation}} and 10 cellular. Works on [[Guide_to_races#Jelly_and_Slime_Mutants|slimepeople]].&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Clonexadone}}Clonexadone&amp;lt;span style=&amp;quot;color:#0000C8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Clonexadone}}&lt;br /&gt;
|Clone&lt;br /&gt;
|Quickly heals clone damage, but only when in a cold environment. Healing strength is proportional to temperature. Fixes changeling sting body swaps If drunk, returning the consumer to their original form. (note, the unit amount varies due to server lag, as the clonexadone must be metabolised for 90 seconds. 35u or more should always be enough.)&lt;br /&gt;
|0.6 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Mannitol}}Mannitol&amp;lt;span style=&amp;quot;color:#DCDCFF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Mannitol}}&lt;br /&gt;
|Brain&lt;br /&gt;
|Quickly heals brain damage at 2 per tick - best used in cryo alongside Cryoxadone, but will still heal if taken via other means.&amp;lt;br /&amp;gt;Usually it has no overdose, but it has 35u overdose to brain tumor people. When overdosed, has awful brain healing to brain tumor people, at 0.1 damage per tick.&lt;br /&gt;
| 0.4 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|System Cleaner}}System Cleaner&amp;lt;span style=&amp;quot;color:#DCDCFF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/System Cleaner}}&lt;br /&gt;
|Toxin &lt;br /&gt;
|Quickly purges {{dmgs|e|2 toxin|}} damage per tick in the rare case an IPC gets said damage. Will also purge other chemicals at 1u per tick.&lt;br /&gt;
&#039;&#039;&#039;Only works on IPCs.&#039;&#039;&#039;&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Solder}}Solder&amp;lt;span style=&amp;quot;color:#DCDCFF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Solder}}&lt;br /&gt;
|Brain&lt;br /&gt;
|Quickly heals brain damage at 3 per tick, reduces hallucinations and has a chance to cure [[Guide to Traumas|mild]] and [[Guide to Traumas#Special|special brain traumas]] every tick.&lt;br /&gt;
&#039;&#039;&#039;Only works on IPCs.&#039;&#039;&#039;&lt;br /&gt;
| 0.4 units per tick&lt;br /&gt;
|N/A &lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Neurine}}Neurine&amp;lt;span style=&amp;quot;color:#EEFF8F;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Neurine}}&lt;br /&gt;
| Minor brain traumas&lt;br /&gt;
|Reacts with neural tissue, helping reform damaged connections. Chance every tick to cure [[Guide_to_Traumas#Basic_Traumas_Without_Prefix|basic traumas]]. More [[Guide_to_Traumas#Severe_Prefix|severe]] traumas usually require [[surgery]]. Quickly purges [[Guide_to_food_and_drinks#Neurotoxin |Neurotoxin]].&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
=== Superior Healing Medicines===&lt;br /&gt;
These healing drugs are harder to make than the core healing drugs, however they are significantly better at healing.&lt;br /&gt;
&lt;br /&gt;
Also, many upgraded drugs can be overdosed with, leading to a negative outcome. Be sure to monitor how many units of chemicals someone is injected with.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width:100%; text-align:left; border: 3px solid #FFDD66; cellspacing=0; cellpadding=2; background-color:white;&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; |Name &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; |Recipe&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Treatment for&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Description&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Metabolism Rate&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Overdose Threshold &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; | Addiction Threshold&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Salicyclic Acid}}Salicyclic Acid&amp;lt;span style=&amp;quot;color:#D2D2D2;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Salicyclic Acid}}&lt;br /&gt;
|Brute&lt;br /&gt;
| Heals {{dmgs|q|3 brute damage}} per tick, but causes exhaustion while it is healing. Overdoses cause 2 liver and {{dmgs|e||3 toxin|}} damage per tick, but also double the {{dmgs|q|brute|}} healing. &lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|25 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Oxandrolone}}Oxandrolone&amp;lt;span style=&amp;quot;color:#F7FFA5;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Oxandrolone}}&lt;br /&gt;
|Burn&lt;br /&gt;
|Heals {{dmgs|w|3 burn damage}} per tick, but causes exhaustion while it is healing. Overdoses cause 2 liver and {{dmgs|e|3 toxin|}} damage per tick, but also double the {{dmgs|w|burn|}} healing.&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|25 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Carthatoline}}Carthatoline&amp;lt;span style=&amp;quot;color:#225722;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Carthatoline}}&lt;br /&gt;
|Toxin&lt;br /&gt;
|Heals {{dmgs|e|3 toxin damage}} per tick while purging toxic chems at a rate of 1u per tick as well as being very likely to cause vomiting. Overdoses cause 2 brain damage per tick.&lt;br /&gt;
|0.4 units per tick &lt;br /&gt;
|25 units&lt;br /&gt;
| N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Omnizine}}Omnizine&amp;lt;span style=&amp;quot;color:#DCDCDC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Grown from Ambrosia Deus or found in heated Donk Pockets&lt;br /&gt;
|Brute, burn, toxin and suffocation &lt;br /&gt;
|Heals {{dmgs|qwer|0.5 brute|0.5 burn|0.5 toxin|0.5 suffocation}} damages per tick except cellular. If overdosed it will deal {{dmgs|qwer|1.5 brute|1.5 burn|1.5 toxin|1.5 suffocation}} per tick but not cellular damage.&lt;br /&gt;
|0.1 units per tick&lt;br /&gt;
| 30 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Pentetic Acid}}Pentetic Acid&amp;lt;span style=&amp;quot;color:#E6FFF0;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Pentetic Acid}}&lt;br /&gt;
|Radiation, toxin&lt;br /&gt;
|Treats massive radiation exposure extremely well but has deminishing returns the lower radiation you have. Treats {{dmgs|e|2 toxin|}} damage a tick but purges all other chemicals from body at a rate of 2u per tick, including medicines.&amp;lt;br&amp;gt;Other [[#Carthatoline|anti-toxins]] should be used instead if only treating toxin damage.&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Perfluorodecalin}}Perfluorodecalin&amp;lt;span style=&amp;quot;color:#FF6464;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Perfluorodecalin}}&lt;br /&gt;
|Suffocation&lt;br /&gt;
| Heals suffocation damage incredibly quickly at a rate of {{dmgs|r|10 suffocation}} per tick. which can allow you to spacewalk. Also heals your lungs 2 damage per tick, but will cause {{dmgs|e|2 toxin|}} damage per tick. Overdoses cause 2 heart damage per tick.&lt;br /&gt;
|0.1 units per tick&lt;br /&gt;
|30 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Atropine}}Atropine&amp;lt;span style=&amp;quot;color:#000000;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Atropine}} &lt;br /&gt;
|Brute, Burn, Toxin and Suffocation&lt;br /&gt;
|Rapidly stabilizes and heals anyone in or near critical condition by healing {{dmgs|qwer|4 brute|4 burn|4 toxin|5 suffocation}} damages per tick, but causes dizziness and jittering. Overdoses will cause excess Atropine to be rapidly metabolized into [[Histamine]], at a rate of 3u of Histamine for 2u of Atropine.&lt;br /&gt;
|0.1 units per tick&lt;br /&gt;
|15 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Calomel}}Calomel&amp;lt;span style=&amp;quot;color:#19C832;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Calomel}}&lt;br /&gt;
|Purge&lt;br /&gt;
|Quickly purges the body of all chemicals at 2.5u per tick.&lt;br /&gt;
&#039;&#039;&#039;If your health is above 20, {{dmgs|e|2.5 toxin|}} damage is dealt per tick.&#039;&#039;&#039;&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Hepanephrodaxon}}Hepanephrodaxon&amp;lt;span style=&amp;quot;color:#D2691E;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Hepanephrodaxon}}&lt;br /&gt;
|Liver, Toxin&lt;br /&gt;
|Superior anti-toxin that heals {{dmgs|e|6 toxin|}} damage per tick and also heals liver damage at a quick rate of 4 damage per tick, so long as the liver is still functional, but causes confusion. Overdoses cause brain 2 damage per tick and more severe confusion. Extremely fast metabolization.&lt;br /&gt;
|3.75 units per tick&lt;br /&gt;
|10 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Mutadone}}Mutadone&amp;lt;span style=&amp;quot;color:#5096C8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Mutadone}}&lt;br /&gt;
|Genetic&lt;br /&gt;
|Removes all your genetic mutations, this can&#039;t humanize monkeys.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Inaprovaline}}Inaprovaline&amp;lt;span style=&amp;quot;color:#5096C8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Wave the meditopia banner around.&lt;br /&gt;
|Oxygen&lt;br /&gt;
|Stabilizes the breathing of patients. Good for those in critical condition.&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|}&lt;br /&gt;
===Unique Healing Medicines===&lt;br /&gt;
These healing drugs preform a unique function that is not commonly used or seen in game.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width:100%; text-align:left; border: 3px solid #FFDD66; cellspacing=0; cellpadding=2; background-color:white;&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; | Name&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; |Recipe&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Treatment for&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Description&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Metabolism Rate&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Overdose Threshold&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Addiction Threshold&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Potassium Iodide}}Potassium Iodide&amp;lt;span style=&amp;quot;color:#14FF3C;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Potassium Iodide}}&lt;br /&gt;
|Radiation&lt;br /&gt;
|Reduces low radiation damage very effectively.&lt;br /&gt;
|0.8 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Ephedrine}}Ephedrine&amp;lt;span style=&amp;quot;color:#D2FFFA;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Ephedrine}} &lt;br /&gt;
|Stun&lt;br /&gt;
|Reduces stun times, increases run speed.&amp;lt;br&amp;gt;If overdosed it will deal {{dmgs|er|toxin| suffocation}} damage and will cause seizures also has a chance to make you drop the thing you were holding..&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|30 units&lt;br /&gt;
|25 units&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Diphenhydramine}}Diphenhydramine&amp;lt;span style=&amp;quot;color:#64FFE6;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Diphenhydramine}}&lt;br /&gt;
|Histamine Overdose&lt;br /&gt;
|Purges body of lethal Histamine at a rate of 3u per tick and reduces jitteriness while causing minor drowsiness. &lt;br /&gt;
|0.2 units per tick &lt;br /&gt;
|N/A&lt;br /&gt;
| N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Meclizine}}Meclizine&amp;lt;span style=&amp;quot;color:#CECECE;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Meclizine}}&lt;br /&gt;
|Vomiting&lt;br /&gt;
|Prevents vomiting and has a small chance to heal {{dmgs|e|1 toxin|}} damage. Overdosing causes {{dmgs|e|2 toxin|}} damage and 2 stomach damage per tick.&lt;br /&gt;
|0.25 units per tick&lt;br /&gt;
|25&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Morphine}}Morphine&amp;lt;span style=&amp;quot;color:#A9FBFB;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Morphine}}&lt;br /&gt;
|Movement Speed&lt;br /&gt;
|Will allow you to walk faster. Will make you feel tired after 12 cycles and will knock you out after 24.&amp;lt;br&amp;gt;If overdosed it will cause jitteriness, dizziness, force the victim to drop items in their hands and eventually deal {{dmgs|e|toxin|}} damage. &lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|30 units&lt;br /&gt;
|25 units&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Oculine}}Oculine&amp;lt;span style=&amp;quot;color:#FFFFFF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Oculine}}&lt;br /&gt;
|Eye&lt;br /&gt;
|Quickly heals eye damage and reverts blindness.&lt;br /&gt;
|0.1 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
| N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Inacusiate}}Inacusiate&amp;lt;span style=&amp;quot;color:#6600FF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Inacusiate}}&lt;br /&gt;
|Ear&lt;br /&gt;
|Instantly removes all ear damage. (Results in 2 units instead of 3)&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Epinephrine}}Epinephrine&amp;lt;span style=&amp;quot;color:#D2FFFA;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Epinephrine}}&lt;br /&gt;
|Stun + Brute, burn, suffocation and toxin&lt;br /&gt;
|20% chance each tick to reduce knockout/stun effects, minor stamina regeneration buff. Prevents {{dmgs|r|suffocation}} damage from going over 35. If the patient is in crit, it heals {{dmgs|qwer|0.5 brute|0.5 burn|0.5 toxin|0.5 suffocation}} damages per tick.&amp;lt;br&amp;gt;If overdosed will deal {{dmgs|e|toxin|}} and stamina damage, and cause {{dmgs|r|suffocation}}. This is in the EpiPens.&lt;br /&gt;
|0.1 units per tick&lt;br /&gt;
|30 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Antihol}}Antihol&amp;lt;span style=&amp;quot;color:#00B4C8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Antihol}}&lt;br /&gt;
|Alcohol&lt;br /&gt;
| Helps remove Alcohol from someone&#039;s body, as well as eliminating its side effects and slowly healing {{dmgs|e|toxin|}} damage.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Stimulants}}Stimulants&amp;lt;span style=&amp;quot;color:#78008C;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Traitor Adrenals or Stimpack&lt;br /&gt;
|Stun&lt;br /&gt;
|Increases run speed and eliminates stuns, can heal all four basic damage types at a rate {{dmgs|qwer|1 brute|1 burn|1 toxin|1 suffocation}} per tick if your total damage is below 50.&amp;lt;br&amp;gt;If overdosed it will deal {{dmgs|e|toxin}} damage and stun.&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
| 60 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Insulin}}Insulin&amp;lt;span style=&amp;quot;color:#FFFFF0;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Included in the &amp;quot;&#039;&#039;Medicals Supplies Crate&#039;&#039;&amp;quot; at Cargo.&lt;br /&gt;
|Sugar Dependency&lt;br /&gt;
|Increases sugar depletion by 3u per tick and can wake you up from a hyperglycemic shock faster.&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Strange Reagent}}Strange Reagent&amp;lt;span style=&amp;quot;color:#A0E85E;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Strange Reagent}}&lt;br /&gt;
|Death&lt;br /&gt;
|A miracle drug that can bring a dead body back to life! If the corpse has suffered more than 100 {{dmgs|q|brute|}} or {{dmgs|w|burn|}} damage it will fail, however.&amp;lt;br&amp;gt;If used on a living person it will deal minor amounts of {{dmgs|qw|brute|burn}} damage each tick.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Synaptizine}}Synaptizine&amp;lt;span style=&amp;quot;color:#FF00FF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Synaptizine}}&lt;br /&gt;
|Hallucination Decrease&lt;br /&gt;
|Helps Hallucinations go away much faster and helps you recover from stuns and knockdowns faster. Also Purges Mindbreaker Toxin very quickly. Deals {{dmgs|e|1 toxin}} damage per tick. Use after the super matter deliminates to stop all hallcuincations.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Rezadone}}Rezadone&amp;lt;span style=&amp;quot;color:#669900;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Rezadone}}&lt;br /&gt;
| Cellular Damage Healing&lt;br /&gt;
|Instantly heals all cellular damage, while healing damage to the body parts. If overdosed deals {{dmgs|e|1 toxin}} damage per tick. Very good for speedcloning.&lt;br /&gt;
&#039;&#039;&#039;5 units applied to a husk with less than {{dmgs|w|50 burn}} damage will unhusk it.&#039;&#039;&#039;&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|30 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Spaceacillin}}Spaceacillin&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Spaceacillin}}&lt;br /&gt;
|Infections&lt;br /&gt;
|An all-purpose antiviral agent. Prevents you from spreading any virus in your body.&lt;br /&gt;
|0.04 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Miner&#039;s Salve}}Miner&#039;s Salve&amp;lt;span style=&amp;quot;color:#6D6374;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Miner&#039;s Salve}}&lt;br /&gt;
| Improvised Patch Healing Chem&lt;br /&gt;
|Slowly heals {{dmgs|qw|brute|burn|}}, but prevents you from telling how injured you are. Causes stomach cramps if not applied via touch/patch. Increases the success chance of surgical steps by 10% if applied via touch/patch.&lt;br /&gt;
|0.16 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Haloperidol}}Haloperidol&amp;lt;span style=&amp;quot;color:#27870a;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Haloperidol}}&lt;br /&gt;
|Anti-Drug and Light Sedative&lt;br /&gt;
|Helps fight against the effects of most drugs, while purging them at a rate of 5u per tick. However also causes drowsiness and stamina damage and has a small chance to cause brain damage each tick.&lt;br /&gt;
|0.16 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Leporazine}}Leporazine &amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Leporazine}}&lt;br /&gt;
|Body temperature&lt;br /&gt;
|Keeps a patient&#039;s body temperature stable, but if overdosed will cause wild fluctuations in body temperature instead.&lt;br /&gt;
| 0.1 units per tick&lt;br /&gt;
|30 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Corazone}}Corazone&amp;lt;span style=&amp;quot;color:#F5F5F5;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Corazone}}&lt;br /&gt;
|Heart attack&lt;br /&gt;
|Helps prevent cardiac arrest and liver failure, also heals 1.5 heart damage per tick. Overdoses cause Corazone to be metabolized into [[Histamine]] at a rate of 1u per tick.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|20 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Psicodine}}Psicodine&amp;lt;span style=&amp;quot;color:#F5F5F5;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Psicodine}}&lt;br /&gt;
|Phobias and Mood &lt;br /&gt;
|Suppresses phobias and turns bad mood into neutral mood. Also reduces [[Status_Effects#Jitteriness|jitteriness]], [[Status_Effects#Dizziness|dizziness]], [[Status_Effects#Confusion|confusion]] and [[Status_Effects#Disgust|disgust]]. If overdosed it causes [[Status_Effects#Hallucinations|hallucinations]] and {{dmgs|e|1 toxin}} damage per tick.&lt;br /&gt;
|0.1 units per tick&lt;br /&gt;
|30 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Energized Jelly}}Energized Jelly&amp;lt;span style=&amp;quot;color:#CAFF43;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Energized Jelly}}&lt;br /&gt;
|Stun&lt;br /&gt;
|Reduces stun times by around 60% (depends) for [[Guide_to_races#Jellypeople|jellypeople]], while also speeding up [[Guide_to_races#Luminescents|Luminescent&#039;s]] cooldowns. Non-jelly lifeforms will just get shocked.&lt;br /&gt;
| 0.4 units per tick&lt;br /&gt;
| N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Regenerative Jelly}}Regenerative Jelly&amp;lt;span style=&amp;quot;color:#CAFF43;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Regenerative Jelly}}&lt;br /&gt;
|Healing&lt;br /&gt;
|Gradually regenerates all four types of basic damage at a rate of {{dmgs|qwer|0.5 brute|0.5 burn|0.5 toxin|0.5 suffocation}} per tick, without harming [[Guide_to_races#Oozeling|Oozling]] anatomy.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Polypyrylium Oligomers}}Polypyrylium Oligomers&amp;lt;span style=&amp;quot;color:#9423FF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Polypyrylium Oligomers}}&lt;br /&gt;
| Healing&lt;br /&gt;
| Heals your lungs for 0.25 damage and your body {{dmgs|q|0.35 brute}} damage per tick, has a 50% chance to reduce bleeding each tick. Changes your hair and beard color to purple.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|50 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Silibinin}}Silibinin&amp;lt;span style=&amp;quot;color:#FFFFD0;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Silibinin}}&lt;br /&gt;
|Healing &lt;br /&gt;
|Heals 2 liver damage per tick.&lt;br /&gt;
|0.6 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Earthsblood}}Earthsblood&amp;lt;span style=&amp;quot;color:#FFAF00;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Earthsblood}}&lt;br /&gt;
|Healing&lt;br /&gt;
|Heals {{dmgs|qwer|3 brute|3 burn|3 toxin|15 suffocation}}, 1 cellular and 30 stamina damage per tick and causes 1 brain damage per tick (max 150). Causes jitteriness and gets you drugged. Overdose causes hallucinations and {{dmgs|e|toxin}} damage.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|25 units&lt;br /&gt;
|N/A &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==Narcotics==&lt;br /&gt;
Narcotics are highly addicitve drugs that can aggressively, or passively, provide a benefit. Be wary as its very easy to become addicted, or overdose, on a narcotic.&lt;br /&gt;
&lt;br /&gt;
As a general rule of thumb, the more of a positive effect (or any effect) a narcotic can provide, the easier it is to get addicted or overdose on it.&lt;br /&gt;
&lt;br /&gt;
People who overdose or get addicted to Narcotics tend to usually end up dying to the negative effects or requiring immedient medical attention. Take in moderation.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width:100%; text-align:left; border: 3px solid #FFDD66; cellspacing=0; cellpadding=2; background-color:white;&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; |Name&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; |Recipe&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Description&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Metabolism Rate&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Overdose Threshold&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Addiction Threshold&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Nicotine}}Nicotine&amp;lt;span style=&amp;quot;color:#60A584;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Grown in tobacco or found in cigarettes.&lt;br /&gt;
|Slightly reduces stun times.&lt;br /&gt;
If overdosed, will deal negligeable ammount of toxin damage.&lt;br /&gt;
|0.05 units per tick&lt;br /&gt;
|15 units&lt;br /&gt;
|10 units&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Krokodil}}Krokodil&amp;lt;span style=&amp;quot;color:#0064B4;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Krokodil}}&lt;br /&gt;
|Provides messages of calmness and protection.&amp;lt;br&amp;gt;If overdosed it will deal significant Brain and {{dmgs|e|toxin}} damage.&amp;lt;br&amp;gt;On withdrawal will begin to deal fatal amounts of {{dmgs|q|brute}} damage as the subjects skin falls off.&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|20 units&lt;br /&gt;
|15 units&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Crank}}Crank&amp;lt;span style=&amp;quot;color:#FA00C8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Crank}}&lt;br /&gt;
|Reduces stun times by about 200%.&amp;lt;br&amp;gt;If overdosed or addicted it will deal significant {{dmgs|qe|brute|toxin}} and Brain damage.&lt;br /&gt;
| 0.2 units per tick&lt;br /&gt;
|20 units&lt;br /&gt;
|10 units&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Methamphetamine}}Methamphetamine&amp;lt;span style=&amp;quot;color:#FAFAFA;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Methamphetamine}}&lt;br /&gt;
|Every chemist&#039;s favorite, and the leading cause of chemist deaths.&lt;br /&gt;
Reduces stun times by about 300%. Allows the user to quickly recover stamina while dealing a small amount of Brain damage.&amp;lt;br&amp;gt;If overdosed the subject will move, laugh, and drop items randomly while suffering from {{dmgs|e|toxin}} and Brain damage.&amp;lt;br&amp;gt;On withdrawal the subject will constantly jitter and drool, before becoming dizzy and losing motor control and eventually suffer heavy {{dmgs|e|toxin}} damage.&amp;lt;br&amp;gt;A great deal of caution must be taken when heating this chemical, as it will explode if it reaches a temperature of or greater than 380 k.&lt;br /&gt;
|0.3 units per tick&lt;br /&gt;
|20 units&lt;br /&gt;
|10 units&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Bath Salts}}Bath Salts&amp;lt;span style=&amp;quot;color:#FAFAFA;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Bath Salts}}&lt;br /&gt;
|Makes the subject nearly impervious to stuns, however the subject will suffer {{dmgs|e|toxin}} and Brain damage, constant hallucinations and will lose motor control.&amp;lt;br&amp;gt;If overdosed the subject will lose even more motor control, drool and drop items in their hand.&amp;lt;br&amp;gt;On withdrawal the subject will suffer very severe Brain damage, severe hallucinations, complete loss of motor control and eventually fatal amounts of {{dmgs|e|toxin}} damage. &lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
| 20 units&lt;br /&gt;
|10 units&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Aranesp}}Aranesp&amp;lt;span style=&amp;quot;color:#78FFF0;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Aranesp}}&lt;br /&gt;
|The subject will think they are &amp;quot;amped&amp;quot; and regenerate stamina, however the drug typically causes the subject to {{dmgs|r|suffocate}} to death. Also deals minor {{dmgs|e|toxin}} damage and prevents the user from blocking.&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Space Drugs}}Space Drugs&amp;lt;span style=&amp;quot;color:#60A584;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Space Drugs}}&lt;br /&gt;
|An illegal compound which induces a number of effects such as loss of balance and visual artefacts. If overdosed causes hallucinations.&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|30 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Happiness}}Happiness&amp;lt;span style=&amp;quot;color:#0000C8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Happiness}}&lt;br /&gt;
|Suppresses phobias and fills you with ecstasic emotional numbness. Removes jitteriness, confusion and disgust. Causes 0.2 brain damage per tick. Highly addictive. If overdosed causes sudden mood swings and an additional 0.5 brain damage per tick. On withdrawal it will slowly drive your mood to &amp;quot;insane&amp;quot;. Be sure to cool the Nitrous Oxide down before mixing or your plasma will explode in your face!&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|20 units&lt;br /&gt;
|10 units&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Modafinil}}Modafinil&amp;lt;span style=&amp;quot;color:#BEF7D8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Modafinil}}&lt;br /&gt;
|Slowly-metabolizing medicine. Heals dizziness, drowsiness, sleep and heats you up if frozen, similarly to Coffee Latte.&lt;br /&gt;
Gives 15 stamina regeneration and slightly increase speed. If overdosed causes jitteriness, stuttering, dizziness (later), 50% chance to choke. After 41 cycles 20% chance to stun you. Cycle 82 puts you into endless sleep while constantly dealing 1.5 stamina and {{dmgs|r|suffocation}} damage.&lt;br /&gt;
|0.02-0.08 units per&amp;amp;nbsp;tick&lt;br /&gt;
|Random, initially 20 but goes up or down 0.1u each tick.&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Ketamine}}Ketamine&amp;lt;span style=&amp;quot;color:#C9C9C9;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Ketamine}}&lt;br /&gt;
|A Dissociative Anesthetic. Causes Hallucinations, Allows User to Ignore the Damage Slowdown(Like Morphine). Reduces Jitters and Confusion, and provides a mood boost if disgusted. Will eventually knock you out.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Overdose: Gives you a split personality. No more slowdown ignore. Hallucinations are worse. &lt;br /&gt;
|0.5 Units Per Tick&lt;br /&gt;
|16 Units&lt;br /&gt;
|8 Units&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Nooartium}}Nooartium&amp;lt;span style=&amp;quot;color:#280000;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|1u atropine, 1u morphine, 1u teslium, 1u tricordrazine&lt;br /&gt;
Heat to 575 for 1u of Nooartium (Note: It is advised to heat other chemicals before adding the teslium)&lt;br /&gt;
|Deals constant and severe (some irreperable) damage to the heart in exchange for immunity to crit &amp;amp; stamina crit, damage slowdown, knockout from oxygen deprivation and death as resistance to stun. Can also be used on a corpse for temporary revival. If the user has taken enough Nooartium that it is still in their system after 3 minutes, whenever it does eventually run out they will suffer a fatal heart attack.&lt;br /&gt;
&lt;br /&gt;
Note that the repairable damage done to the users heart is increased based on how much {{dmgs|q|brute}} &amp;amp; {{dmgs|w|burn}} damage they take while under the drugs influence. Should your heart give out, even while under the influence of Nooartium, you will lose all benefits and die immediately.&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|25u&lt;br /&gt;
|N/A&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Pyrotechnics==&lt;br /&gt;
The manipulation of fire and matter.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width:100%; text-align:left; border: 3px solid #FFDD66; cellspacing=0; cellpadding=2; background-color:white;&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; |Name&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; |Recipe&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Stabilizing Agent}}Stabilizing Agent&amp;lt;span style=&amp;quot;color:#FFFF00;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Stabilizing Agent}}&lt;br /&gt;
|When mixed with certain pyrotechnics, it stabilizes the reaction and prevents the reaction for usage later. The stabilizing agent is not consumed when stabilizing explosives, and one unit is enough to stabilize any amount of explosives. &#039;&#039;&#039;This does not work on everything, so be warned!&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Foam Surfactant}}Foam Surfactant&amp;lt;span style=&amp;quot;color:#9E6B38;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Fluorosurfactant}}&lt;br /&gt;
|Also known as Fluorosurfactant. Creates a large amount of foam when mixed with an equal amount of water. This foam carries any reagents along with it in the container, allowing you to apply reagents to large areas at a time. The foam will apply any carried reagents to any walls, floors, objects, or people and animals in the area of the foam. The reagents will be absorbed through a mob&#039;s exposed skin and somewhat through clothes unless completely impermeable(hardsuit/biohazard/medical gear). Foam is slippery!&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Firefighting Foam}}Firefighting Foam&amp;lt;span style=&amp;quot;color:#A6FAFF55;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Firefighting Foam}} &lt;br /&gt;
|A historical fire suppressant. Originally believed to simply displace oxygen to starve fires, it actually interferes with the combustion reaction itself. Vastly superior to the cheap water-based extinguishers. When used in a spray or with smoke it creates a non-slippery foam which extinguishes fires and burning creatures, and removes burning plasma from the air&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Smoke}}Smoke&amp;lt;span style=&amp;quot;color:#C8C8C8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Smoke}}&lt;br /&gt;
|This creates a large cloud of smoke that will take on the properties of everything (if anything) in the container of the reaction. The chemicals in the smoke will touch and react with everything that the smoke touches. Mobs caught within the smoke cloud without wearing a gas mask or breathing through a gas tank will ingest the smoke chemicals. Great for distributing toxins in a crowded area. Can be stabilized with Stabilizing Reagent. If stabilized, heat to 374K to activate.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Flash Powder}}Flash Powder&amp;lt;span style=&amp;quot;color:#C8C8C8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Flash Powder}}&lt;br /&gt;
| Flashes in a radius that scales up with the amount detonated. Can be stabilized with Stabilizing Reagent. If stabilized, heat to 374K to activate.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Phlogiston}}Phlogiston&amp;lt;span style=&amp;quot;color:#FA00AF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Phlogiston}}&lt;br /&gt;
|Turns into a spreading plasma fire if not stabilized during mixing. Makes you burn longer, and ignites you. Deals increasing {{dmgs|w|burn}} damage based on how much you&#039;re burning up to {{dmgs|w|4 burn}} damage every 3 seconds. Can be stabilized with Stabilizing Reagent.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Napalm}}Napalm&amp;lt;span style=&amp;quot;color:#FA00AF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Napalm}}&lt;br /&gt;
|A substance that burns for much longer then other fuels. Inject it into someone and then apply heat for a warm toasty fireball human.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Sonic Powder}}Sonic Powder&amp;lt;span style=&amp;quot;color:#C8C8C8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Sonic Powder}}&lt;br /&gt;
|Deafens in a radius that scales up with the amount detonated. Can be stabilized with Stabilizing Reagent. If stabilized, heat to 374K to activate. &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Pyrosium}}Pyrosium&amp;lt;span style=&amp;quot;color:#64FAC8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Pyrosium}}&lt;br /&gt;
|Comes into existence at 20K. As long as there is sufficient oxygen for it to react with, Pyrosium slowly heats all other reagents in the container up. Useful for delayed reactions.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Cryostylane}}Cryostylane&amp;lt;span style=&amp;quot;color:#0000DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Cryostylane}}&lt;br /&gt;
| Comes into existence at 20K. As long as there is sufficient oxygen for it to react with, Cryostylane slowly cools all other reagents in the container down. Useful for delayed reactions.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Chlorine Trifluoride}}Chlorine Trifluoride&amp;lt;span style=&amp;quot;color:#FFC8C8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Chlorine Trifluoride}}&lt;br /&gt;
|When created it will create a temporary 3x3 fireball. Comes into existence at 1000K. A flammable substance so dangerous it can burn through the hull of the station. It lights you on fire when it comes into contact with you, and if it gets inside of you will burn you from the inside out. It metabolizes out of your body extremely fast, however.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Sorium}}Sorium&amp;lt;span style=&amp;quot;color:#5A64C8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Sorium}}&lt;br /&gt;
| When detonated it will send any movable object or person flying away from the detonation point. Can be stabilized with Stabilizing Reagent. If stabilized, heat to 474K to activate.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Liquid Dark Matter}}Liquid Dark Matter&amp;lt;span style=&amp;quot;color:#210021;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Liquid Dark Matter}}&lt;br /&gt;
|When detonated it will suck in any movable object or person. Can be stabilized with Stabilizing Reagent. If stabilized, heat to 474K to activate.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |Meth Explosion&amp;lt;span style=&amp;quot;color:#FAFAFA;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Meth Explosion}}&lt;br /&gt;
|If you are making Methamphetamine and mixing the ephedrine last, make sure you&#039;re using a chilled container, or it&#039;ll blow up just as if it was overheated. Definitely safer to just make the ephedrine separately. Blows up with the same strength as Black Powder.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Black Powder}}Black Powder&amp;lt;span style=&amp;quot;color:#000000;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Black Powder}} &lt;br /&gt;
|Sparks, and then creates a violent explosion when heated to 474K.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Nitroglycerin}}Nitroglycerin&amp;lt;span style=&amp;quot;color:#808080;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Nitroglycerin}}&lt;br /&gt;
| A heavy, colourless, oily, explosive liquid obtained by nitrating glycerol. Explodes immediately on mixing (results in 2 units instead of 3). Can be stabilized with Stabilizing Reagent. If stabilized, heat to 474K to activate.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Explosion}}Explosion&lt;br /&gt;
|{{RecursiveChem/Explosion}}&lt;br /&gt;
|This explodes immediately on mixing, which may knock you over or even kill you. Only useful in grenade production.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Plasma Flash}}Plasma Flash&lt;br /&gt;
|{{RecursiveChem/Plasma_Flash}}&lt;br /&gt;
|Makes a small explosion with a bright light and fire, igniting everyone nearby.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Holy Explosion}}Holy Explosion&lt;br /&gt;
|{{RecursiveChem/Holy Explosion}}&lt;br /&gt;
|This explodes immediately on mixing. If it combined at least 75 of each reagent, it results in a more powerful explosion, which also paralyzes and reveals [[revenant]]s and sets nearby [[Blood Cult|cultists]] on fire. Otherwise it behaves like a normal Water-Potassium explosion.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|EMP}}EMP&lt;br /&gt;
|{{RecursiveChem/EMP}}&lt;br /&gt;
|This reacts immediately on mixing, creating an electromagnetic pulse which affects electronics nearby; such as temporarily deactivating energy weapons, cameras. Radius depends on amount mixed. Has 50/50 chance to open locked containers.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Tesla Shock}}Tesla Shock&lt;br /&gt;
|{{RecursiveChem/Tesla Shock}} &lt;br /&gt;
|This reacts immediately on mixing, shooting electric bolts to anyone near the reaction, shocking people and disabling/damaging electronics.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Thermite}}Thermite&amp;lt;span style=&amp;quot;color:#550000;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Thermite}}&lt;br /&gt;
|A mixture that becomes extremely hot when ignited, and which can burn straight through walls when applied and ignited. Doesn&#039;t work on Lockers or Crates(sadly). Causes minor {{dmgs|w|burn}} damage to humans when ingested.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Bee Explosion}}Bee Explosion&lt;br /&gt;
|{{RecursiveChem/Bee Explosion}} &lt;br /&gt;
|This reacts immediately on mixing, spawning 1 aggressive bee per 15u.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Other Recipes==&lt;br /&gt;
These are either pure reactions that typically leave nothing remaining or other chemicals that have non-medicinal uses. Many of these are useful in the manufacture of grenades, but many can be quite dangerous.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width:100%; text-align:left; border: 3px solid #FFDD66; cellspacing=0; cellpadding=2; background-color:white;&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; |Name &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; |Formula&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Description&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Plastic Sheets}}Plastic Sheets&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Plastic Sheets}}&lt;br /&gt;
| Creates Plastic sheets. 1 Plastic sheet per 10u of solution. Can be used in hand to craft plastic bottles (they work just like beakers)&amp;lt;br&amp;gt;Required to print certain items such as surgical drapes or Plumbing Constructor in the protolathes.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Barber&#039;s Aid}}Barber&#039;s Aid&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Barber&#039;s Aid}}&lt;br /&gt;
|Changes your hair style, useful if you are bald! (Results in 5 units instead of 3)&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Barbers A}}Concentrated Barber&#039;s Aid&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Concentrated Barber&#039;s Aid}}&lt;br /&gt;
|Grows your hair very long!&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Barber&#039;s Afro Mania}}Barber&#039;s Afro Mania&amp;lt;span style=&amp;quot;color:##FF8800;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Barber&#039;s Afro Mania}}&lt;br /&gt;
|Makes you grow an afro. Unleash the funk within you.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Barbers Shaving Aid}}Barber&#039;s Shaving Aid&amp;lt;span style=&amp;quot;color:#C0FFAB;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Barber&#039;s Shaving Aid}}&lt;br /&gt;
|&amp;quot;It seems I messed up. Time to go bald.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Candle}}Candle&lt;br /&gt;
|{{RecursiveChem/Candle}}&lt;br /&gt;
|Creates a red candle for use in decoration or rituals.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Carbon Dioxide}}Carbon Dioxide&lt;br /&gt;
|{{RecursiveChem/Carbon Dioxide}}&lt;br /&gt;
|What the fuck is carbon dioxide? It will create [[Guide_to_Atmospherics#CO2|CO&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;]] in gas form. Might be useful for creative traitors.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Colorful Reagent}}Colorful Reagent&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Colorful Reagent}}&lt;br /&gt;
|Use this to color EVERYTHING! Keep away from the clown and assistants!&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Condensed Capsaicin}}Condensed Capsaicin&amp;lt;span style=&amp;quot;color:#B31008;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Condensed Capsaicin}}&lt;br /&gt;
|A chemical agent used for self-defense and in police work. Also known as &#039;Pepper Spray&#039; (results in 5 units instead of 6).&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Life}}Life&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Life}}&lt;br /&gt;
|Creates a or multiple very unpleseant life forms. You always want to have Security on hot standby if you attemtp this. (Results in 1 unit instead of 3)&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Life Friendly}}Life Friendly&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Life Friendly}}&lt;br /&gt;
|Creates a or multiple friendly life forms. If you want to have some fun creating life and not end up getting exectuted by security (Results in 1 unit instead of 3) &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Corgium}}Corgium&lt;br /&gt;
|{{RecursiveChem/Corgium}}&lt;br /&gt;
|Creates your own Corgi! Turns you into a Corgi if ingested.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Cryptobiolin}}Cryptobiolin&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Cryptobiolin}}&lt;br /&gt;
|Causes confusion and dizziness. This is essential to make Spaceacillin.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Drying Agent}}Drying Agent&amp;lt;span style=&amp;quot;color:#A70FFF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Drying Agent}}&lt;br /&gt;
|Creates a solution that when applied to galoshes, causes them to be extra absorbent and dry any wet tiling they step on (results in 3 units instead of 4). &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Foaming Agent}}Foaming Agent&amp;lt;span style=&amp;quot;color:#664B63;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Foaming Agent}}&lt;br /&gt;
|Used in Metal Foam production. Creates 1 unit instead of 2.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Smart Foaming Agent}}Smart Foaming Agent&amp;lt;span style=&amp;quot;color:#664B63;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Smart Foaming Agent}}&lt;br /&gt;
|Used in Smart Metal Foam production. Creates 3 units instead of 5.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Fluorosulfuric Acid}}Fluorosulfuric Acid&amp;lt;span style=&amp;quot;color:#5050FF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Fluorosulfuric Acid}}&lt;br /&gt;
|A highly caustic and dangerous substance. Keep away from faces and valuable equipment. Used in some other recipes.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Glycerol}}Glycerol&amp;lt;span style=&amp;quot;color:#808080;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Glycerol}}&lt;br /&gt;
|Requires blended corn, so thus help from the botanist. This is only useful in other reactions (results in 1 unit instead of 4). Slippery like water.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Solid Gold}}Solid Gold&amp;lt;span style=&amp;quot;color:#FFD700;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Solid Gold}}&lt;br /&gt;
|Solidifies a sheet of gold into your hand. Requires Frost Oil, thus help from botany.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Solid Adamantine}}Solid Adamantine&amp;lt;span style=&amp;quot;color:#E0FFFF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Solid Adamantine}}&lt;br /&gt;
|Creates a single sheet of Adamantine in your hand. Requires Frost Oil, thus help from Botany.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Quantum Hair Dye}}Quantum Hair Dye&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Quantum Hair Dye}}&lt;br /&gt;
|Changes your hair color when you apply or spray it! (Results in 5 units instead of 3)&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Laughter}}Laughter&amp;lt;span style=&amp;quot;color:#FF4DD2;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Laughter}}&lt;br /&gt;
|Causes you to laugh, reduces slip knockdown, and gives a positive moodlet when slipped. Useful for the clown! (results in 10 units instead of 2). &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Meat Product}}Meat Product&lt;br /&gt;
|{{RecursiveChem/Meat Product}}&lt;br /&gt;
| Creates a slab of chemically processed meat.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Metal Foam}}Metal Foam&lt;br /&gt;
|{{RecursiveChem/Metal Foam}}&lt;br /&gt;
|Creates lightweight metal foam walls. These can be easily torn through, but may be useful for plugging hull breaches. Can be made with either iron or aluminium. Spreads immediately when mixed.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Smart Metal Foam}}Smart Metal Foam&lt;br /&gt;
|{{RecursiveChem/Smart Metal Foam}}&lt;br /&gt;
|Compared to the regular [[Guide to chemistry#Metal Foam|Metal Foam]], this sticks and applies only next to walls. Used for emergency sealing of hull breaches, while keeping areas accessible.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Nitrous Oxide}}Nitrous Oxide&lt;br /&gt;
|{{RecursiveChem/Nitrous Oxide}}&lt;br /&gt;
|Creates [[Guide to Atmospherics#The Gases and Their Functions|N2O]] in liquid form, which explodes when heated to 575K. Can become gaseous if spilled or released in a smoke. Be careful!&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Plasma Solidification}}Plasma Solidification&lt;br /&gt;
|{{RecursiveChem/Plasma Solidification}}&lt;br /&gt;
|Solidifies a large amount of [[plasma]] into a bar.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Pax}}Pax&amp;lt;span style=&amp;quot;color:#AAAAAA55;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Pax}} &lt;br /&gt;
| Pacifies by preventing the victim from using harm intent, certain harmful weapons and only letting them use passive and aggressive grabs. Non-harmful weapons such as disablers still work. Metabolizes at the rate of 0.1 units per tick.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Royal Bee Jelly}}Royal Bee Jelly&amp;lt;span style=&amp;quot;color:#00FF80;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Royal Bee Jelly}}&lt;br /&gt;
|Causes a Queen Bee to split in two when injected (results in 5 units instead of 50).&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Soap}}Soap&lt;br /&gt;
|{{RecursiveChem/Soap}} &lt;br /&gt;
|Creates a bar of soap, slightly faster cleaning than what you get on the station.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Sodium Chloride}}Sodium Chloride&amp;lt;span style=&amp;quot;color:#FFFFFF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Sodium Chloride}}&lt;br /&gt;
| Commonly known as salt, Sodium Chloride is often used to season food. Contrary to popular belief does &#039;&#039;&#039;NOT HURT OOZELINGS&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Space Cleaner}}Space Cleaner&amp;lt;span style=&amp;quot;color:#A5F0EE;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Space Cleaner}}&lt;br /&gt;
|This is able to clean almost all surfaces of almost anything that may dirty them. The janitor is likely to appreciate refills.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Spray Tan}}Spray Tan&amp;lt;span style=&amp;quot;color:#FFC080;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Spray Tan}}&lt;br /&gt;
|Darkens the skin when sprayed or applied. Do not swallow!&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Space Lube}}Space Lube&amp;lt;span style=&amp;quot;color:#009CA8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Space Lube}}&lt;br /&gt;
|Space Lube is a high performance lubricant intended for maintenance of extremely complex mechanical equipment (results in 4 units instead of 3). &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Sterilizine}}Sterilizine&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Sterilizine}}&lt;br /&gt;
|When applied via touch or vapor, increases the success chance of surgical steps by 20%. Useful for surgery in less than ideal conditions.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Synthmeat}}Synthmeat&lt;br /&gt;
|{{RecursiveChem/Synthmeat}}&lt;br /&gt;
|Creates a slab of synthetic meat.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Unstable Mutagen}}Unstable Mutagen&amp;lt;span style=&amp;quot;color:#00FF00;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Unstable Mutagen}}&lt;br /&gt;
|Causes mutations when injected into living people or plants. High doses may be lethal, especially in humans. Only useful for Botany and Virology.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Cooking Oil}}Cooking Oil&amp;lt;span style=&amp;quot;color:#4B004B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Cooking Oil}}&lt;br /&gt;
|A cooking oil used in deep-fryer to deepfry things. God forbid if clown gets their hands on this. &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Light pink Glitter}}Light pink Glitter&lt;br /&gt;
|5 part Oil&lt;br /&gt;
2 part Sulfuric Acid &lt;br /&gt;
&lt;br /&gt;
3 part Ash &lt;br /&gt;
&lt;br /&gt;
2 part Aluminum &lt;br /&gt;
&lt;br /&gt;
Temperature 340K &lt;br /&gt;
|Causes a mess when split on the ground or added to grenades. Light pink colour (results in 10 parts instead of 12).&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Pink Glitter}}Pink Glitter&lt;br /&gt;
|5 part Light Pink Glitter&lt;br /&gt;
1 part Stable-plasma&lt;br /&gt;
|Causes a mess when split on the ground or added to grenades. Pink colour (results in 5 parts instead of 6).&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Blue Glitter}}Blue Glitter&lt;br /&gt;
|5 part Light Pink Glitter&lt;br /&gt;
1 part Nitrogen&lt;br /&gt;
|Causes a mess when split on the ground or added to grenades. Blue colour (results in 5 parts instead of 6).&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|White Glitter}}White Glitter&lt;br /&gt;
|5 part Light Pink Glitter&lt;br /&gt;
1 part Sugar&lt;br /&gt;
|Causes a mess when split on the ground or added to grenades. White colour (results in 5 parts instead of 6).&lt;br /&gt;
|}&lt;br /&gt;
===Construction Recipes===&lt;br /&gt;
These chemicals usually can be used to produce something strictly structural or a building material, such as tiles!&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width:100%; text-align:left; border: 3px solid #FFDD66; cellspacing=0; cellpadding=2; background-color:white;&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; | Name&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; | Formula&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Description&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Black Carpet}} Black Carpet&amp;lt;span style=&amp;quot;color:#1E1E1E;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Black Carpet}}&lt;br /&gt;
|Produces Black carpet&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Blue Carpet}} Blue Carpet&amp;lt;span style=&amp;quot;color:#0000DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Blue Carpet}}&lt;br /&gt;
|Produces Blue carpet&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Cyan Carpet}} Cyan Carpet&amp;lt;span style=&amp;quot;color:#00B4FF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Cyan Carpet}}&lt;br /&gt;
|Produces Cyan carpet&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Green Carpet}} Green Carpet&amp;lt;span style=&amp;quot;color:#A8E61D;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Green Carpet}}&lt;br /&gt;
|Produces Green carpet&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Orange Carpet}} Orange Carpet&amp;lt;span style=&amp;quot;color:#E78108;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Orange Carpet}}&lt;br /&gt;
|Produces Orange carpet&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Purple Carpet}} Purple Carpet&amp;lt;span style=&amp;quot;color:#91D865;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Purple Carpet}}&lt;br /&gt;
|Produces Purple carpet&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Red Carpet}} Red Carpet&amp;lt;span style=&amp;quot;color:#731008;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Red Carpet}}&lt;br /&gt;
|Produces Red carpet&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Royal Black Carpet}} Royal Black Carpet&amp;lt;span style=&amp;quot;color:#000000;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Royal_Black Carpet}}&lt;br /&gt;
|Produces Royal Black carpet&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Royal Blue Carpet}} Royal Blue Carpet&amp;lt;span style=&amp;quot;color:#5A64C8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Royal_Blue Carpet}}&lt;br /&gt;
|Produces Royal Blue carpet&lt;br /&gt;
|}&lt;br /&gt;
===Virology Recipes===&lt;br /&gt;
These chemicals are used to mutate viruses, and have few uses beyond that.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width:100%; text-align:left; border: 3px solid #FFDD66; cellspacing=0; cellpadding=2; background-color:white;&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; | Name&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; | Formula&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Description&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Virus Food}} Virus Food&amp;lt;span style=&amp;quot;color:#899613;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Virus Food}}&lt;br /&gt;
|Only useful in Virology. It is used to get a virus symptom of level1 and 2. It is also a primary ingredient for all other Virology-related chemicals. Also boosts the speed at which a virus advances to the next stage by 10 times while in one&#039;s bloodstream. (Results in 15 units instead of 10)&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Mutagenic Agar}} Mutagenic Agar&amp;lt;span style=&amp;quot;color:#A3C00F;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Mutagenic Agar}} &lt;br /&gt;
|Extremely similar to Unstable Mutagen. Only useful to Virology. It is used to get a virus symptom of level 3 only. (Results in 1 unit instead of 2) &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Sucrose Agar}} Sucrose Agar&amp;lt;span style=&amp;quot;color:#41B0C0;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Sucrose Agar}}&lt;br /&gt;
|Extremely similar to Mutagenic agar. Only useful to Virology. It is used to get a virus symptom of level 4 only.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Virus Plasma}} Virus Plasma&amp;lt;span style=&amp;quot;color:#A69DA9;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Virus Plasma}}&lt;br /&gt;
|Extremely similar to Plasma. Only useful to Virology. It is used to get a virus symptom of level 6 only. (Results in 1 unit instead of 2)&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Weakened Virus Plasma}} Weakened Virus Plasma&amp;lt;span style=&amp;quot;color:#CEC3C6;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Weakened Virus Plasma}}&lt;br /&gt;
|Weakened variety of virus plasma. Only useful to Virology. It is used to get a virus symptom of level 5 only. &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Virus Rations}} Virus Rations&amp;lt;span style=&amp;quot;color:#D18AA5;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Virus Rations}}&lt;br /&gt;
|Depleted virus food. Only useful to Virology. It is used to get a virus symptom of level 1 only. (Results in 1 unit instead of 2)&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Decaying Uranium Gel}} Decaying Uranium Gel&amp;lt;span style=&amp;quot;color:#D18AA5;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Decaying Uranium Gel}}&lt;br /&gt;
|Powerful viral mutagen. Only useful to Virology. It is used to get a virus symptom of level 6 or 7. (Results in 1 unit instead of 2) &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Unstable Uranium Gel}} Unstable Uranium Gel&amp;lt;span style=&amp;quot;color:#D18AA5;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Unstable Uranium Gel}}&lt;br /&gt;
|Powerful viral mutagen. Only useful to Virology. It is used to get a virus symptom of level 7. (Results in 1 unit instead of 6) &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Stable Uranium Gel}} Stable Uranium Gel&amp;lt;span style=&amp;quot;color:#D18AA5;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Stable Uranium Gel}}&lt;br /&gt;
|Powerful viral mutagen. Only useful to Virology. It is used to get a virus symptom of level 8. (Results in 1 unit instead of 21)&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Anomalous Virus Food}} Anomalous Virus Food&amp;lt;span style=&amp;quot;color:#D18AA5;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Anomalous Virus Food}}&lt;br /&gt;
|Unusual viral mutagen. Only useful to virology. It is used to get a virus symptom of level 0. (Results in 1 unit instead of 6) &lt;br /&gt;
|}&lt;br /&gt;
===Mutation Toxins===&lt;br /&gt;
Obtainable through xenobiology, these chemicals transform humaniods in other humanoid [[Guide_to_races|races]].&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width:100%; text-align:left; border: 3px solid #FFDD66; cellspacing=0; cellpadding=2; background-color:white;&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; |Name&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; |Formula&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Imperfect Mutation Toxin}} Imperfect Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that randomly transforms into either a [[Slimepeople|slimeperson]], [[Stargazers]], or [[Luminescents]].&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Unstable Mutation Toxin}} Unstable Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Unstable Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that transforms into a random, safe race.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Stable Mutation Toxin}} Stable Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Stable Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that transforms into a [[Guide_to_races#Human|human]].&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Mulligan Toxin}}Mulligan Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Mulligan Toxin}}&lt;br /&gt;
|Changes identity by randomizing the subject&#039;s appearance.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Lizard Mutation Toxin}} Lizard Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Lizard Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that transforms into a [[Guide_to_races#Lizardpeople|lizardperson]].&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Felinid Mutation Toxin}} Felinid Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Felinid Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that transforms into a [[Guide_to_races#Felinids|felinid]]. &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Moth Mutation Toxin}} Moth Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Moth Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that transforms into a [[Guide_to_races#Mothpeople|moth]].&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Fly Mutation Toxin}} Fly Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Fly Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that transforms into a [[Guide_to_races#Flypeople|flyperson]].&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Pod Mutation Toxin}} Pod Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Pod Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that transforms into a [[Guide_to_races#Podpeople|podperson]].&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Golem Mutation Toxin}} Golem Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Golem Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that transforms into a [[Guide_to_races#Golems|golem]].&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Abductor Mutation Toxin}} Abductor Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Abductor Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that transforms into an [[Guide_to_races#Abductors|abductor]].&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Oozeling Mutation Toxin}} Oozeling Mutation Toxin&amp;lt;span style=&amp;quot;color:#611e80;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Oozeling Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that transforms into an [[Guide to races#Oozeling|Oozeling]]&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Ethereal Mutation Toxin}} Ethereal Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Ethereal Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that transforms into an [[Guide to races#Ethereals|ethereal]].&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|IPC Mutation Toxin}} IPC Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/IPC Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that transforms into an [[Guide to races#IPC|ipc]].&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Advanced Mutation Toxin}} Advanced Mutation Toxin&amp;lt;span style=&amp;quot;color:#13BC5E;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Advanced Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that slowly morphs the victim into a [[slime]].&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Skeleton Mutation Toxin}} Skeleton Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Skeleton Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that transforms into a [[Guide_to_races#Skeletons|skeleton]].&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Zombie Mutation Toxin}} Zombie Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Zombie Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that transforms into a non-infectious and completely fake Zombie.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Ash Mutation Toxin}} Ash Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Ash Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that transforms into an Ash Walker. &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Shadow Mutation Toxin}} Shadow Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Shadow Mutation Toxin}} &lt;br /&gt;
|Mutagenic chemical that transforms into a [[Guide_to_races#Shadowpeople|shadowperson]].&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Plasma Mutation Toxin}} Plasma Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Plasma Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that transforms into a [[Guide_to_races#Plasmaman|plasmaman]].&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Toxins==&lt;br /&gt;
The deadliest of deadly chemicals. You can get a bunch of these through the traitor uplink, but if you don&#039;t wanna waste telecrystals you can mix it.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width:100%; text-align:left; border: 3px solid #FFDD66; cellspacing=0; cellpadding=2; background-color:white;&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; | Name &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; |Recipe&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Damage dealt&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Description&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Metabolism Rate&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Toxin}}Toxin&amp;lt;span style=&amp;quot;color:#CF3600;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Medbay Vendors, Emagged Chem Dispenser&lt;br /&gt;
|Toxin&lt;br /&gt;
|Will deal {{dmgs|e|toxin}} damage over time.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Food Poisoning}}Bad Food&amp;lt;span style=&amp;quot;color:#D6D6D8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|From eating poorly made food&lt;br /&gt;
|Toxin&lt;br /&gt;
|Will deal a minor amount of {{dmgs|e|toxin}} damage.&lt;br /&gt;
|0.1 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Chloral Hydrate}}Chloral Hydrate&amp;lt;span style=&amp;quot;color:#000067;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Chloral Hydrate}}&lt;br /&gt;
|Stun, Toxin&lt;br /&gt;
|A short-lived sedative which stuns after a bit, but can be deadly in large doses. Results in 1 units instead of 5.&lt;br /&gt;
| 0.6 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Mindbreaker Toxin}}Mindbreaker Toxin&amp;lt;span style=&amp;quot;color:#B31008;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Mindbreaker Toxin}}&lt;br /&gt;
|Very Mild Hallucinations&lt;br /&gt;
| Popular legend about this drug lead CentCom to space-alter its effects, which now only creates simple hallucinations like reporting you as &amp;quot;dead&amp;quot;. Space drugs, far simpler to create, have taken its place. Can to treat Reality Dissociation Syndrome. Results in 5 units instead of 3.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Impedrezene}}Impedrezene&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Impedrezene}}&lt;br /&gt;
| Brain&lt;br /&gt;
|A narcotic that impedes one&#039;s ability by slowing down the higher brain cell functions. Causes massive brain damage (results in 2 units instead of 3).&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Mute Toxin}}Mute Toxin&amp;lt;span style=&amp;quot;color:#F0F8FF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Mute Toxin}}&lt;br /&gt;
|Speech&lt;br /&gt;
|Makes the subject unable to speak for some time.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Mime&#039;s Bane}}Mime&#039;s Bane&amp;lt;span style=&amp;quot;color:#F0F8FF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Mime&#039;s Bane}}&lt;br /&gt;
| Gestures&lt;br /&gt;
|A nonlethal neurotoxin that interferes with the victim&#039;s ability to gesture&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Lexorin}}Lexorin&amp;lt;span style=&amp;quot;color:#7DC3A0;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Lexorin}}&lt;br /&gt;
|Suffocation&lt;br /&gt;
|Temporarily stops respiration and causes tissue damage. Large doses are fatal, and will cause people to pass out very quickly. &lt;br /&gt;
|0.4 units per tick &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Initropidril}}Initropidril&amp;lt;span style=&amp;quot;color:#7F10C0;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Traitor Uplink&lt;br /&gt;
|Cardiac Arrest&lt;br /&gt;
|Deals heavy {{dmgs|e|toxin}} damage over time, and a 25% chance to do one of the following: stun, cause loss of breath and oxygen damage, or cause your heart to stop. Combat the latter with electric shocks from grilles and doors in a pinch, or a defib for a more reliable method.&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Tirizene}}Tirizene&amp;lt;span style=&amp;quot;color:#6E2828;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Traitor Sleepypen, Emagged Soda Dispenser, [[Guide_to_botany#Death_berry|Death Berry]], [[Guide_to_botany#Poison-berry|Poison-Berry]]&lt;br /&gt;
|Stamina Damage &lt;br /&gt;
|Deals stamina damage over time, slowing down and causing collapse in large doses, but otherwise harmless.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Tiring Solution}}Tiring Solution&amp;lt;span style=&amp;quot;color:#6E2828;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Peacekeeper Cyborgs&lt;br /&gt;
|Stamina Damage&lt;br /&gt;
|Deals stamina damage over time, slowing down. Won&#039;t go higher than 50 stamina damage.&lt;br /&gt;
|0.6 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Polonium}}Polonium&amp;lt;span style=&amp;quot;color:#787878;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Traitor Uplink &lt;br /&gt;
|Radiation&lt;br /&gt;
|Cause significant Radiation damage over time. It&#039;s metabolized very slowly.&lt;br /&gt;
|0.1 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Pancuronium}}Pancuronium&amp;lt;span style=&amp;quot;color:#195096;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Traitor Uplink&lt;br /&gt;
|Paralysis and Suffocation&lt;br /&gt;
|Paralyses you after 10 seconds, with a 20% chance to cause 4 seconds of loss of breath. &lt;br /&gt;
|0.1 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Sodium Thiopental}}Sodium Thiopental&amp;lt;span style=&amp;quot;color:#6496FA;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Traitor Uplink&lt;br /&gt;
|Knockout and Stamina&lt;br /&gt;
|Knocks you out after 11 seconds, and destroys your stamina.&lt;br /&gt;
|0.3 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Sulfonal}}Sulfonal&amp;lt;span style=&amp;quot;color:#7DC3A0;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Sulfonal}}&lt;br /&gt;
|Knockout and Toxin&lt;br /&gt;
|{{dmgs|e|1 toxin}} damage every 2 cycles, knocks you out after 22 cycles. Metabolized very slowly: two units are enough to trigger the knockout.&lt;br /&gt;
|0.05 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Amanitin}}Amanitin&amp;lt;span style=&amp;quot;color:#FFFFFF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Traitor Uplink&lt;br /&gt;
|Delayed Toxin Damage&lt;br /&gt;
|On the last second it is in you, it hits you with a large stack of {{dmgs|e|toxin}} damage based on how long it was in your system. Larger doses means a longer waiting period but more damage.&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Lipolicide}}Lipolicide&amp;lt;span style=&amp;quot;color:#F0FFF0;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Lipolicide}}&lt;br /&gt;
|Weight Loss&lt;br /&gt;
|Drains nutrition and deals minor {{dmgs|e|toxin}} damage, will deal more {{dmgs|e|toxin}} damage if you are starving. Useful if you are fat or obese.&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Coniine}}Coniine&amp;lt;span style=&amp;quot;color:#7DC3A0;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Traitor Uplink, [[Guide to hydroponics#Death_berry|Death Berry]]&lt;br /&gt;
|Toxin and breath loss&lt;br /&gt;
|{{dmgs|e|1.75 toxin}} damage and 5 seconds of loss of breath per tick. EXTREMELY slow metabolization. &lt;br /&gt;
|0.024 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Curare}}Curare&amp;lt;span style=&amp;quot;color:#191919;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Traitor Uplink&lt;br /&gt;
|Knockout, Oxygen, and Toxin&lt;br /&gt;
|Does {{dmgs|e|1 toxin}} and {{dmgs|r|1 suffocation}} damage every second, and knocks you out after 11 seconds. Metabolizes slowly.&lt;br /&gt;
|0.05 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Histamine}}Histamine&amp;lt;span style=&amp;quot;color:#FA6464;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Traitor Uplink&lt;br /&gt;
|Brute, toxin, oxyloss and eyesight&lt;br /&gt;
|Has a chance each tick to cause small amounts of {{dmgs|q|brute}} damage or blur vision.&amp;lt;br&amp;gt;If overdosed (30 units) it will also deal a significant amount of {{dmgs|qer|brute|toxin|suffocation}} damage each tick.&lt;br /&gt;
|0.1 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Formaldehyde}}Formaldehyde&amp;lt;span style=&amp;quot;color:#B4004B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Formaldehyde}}&lt;br /&gt;
|Toxin&lt;br /&gt;
|Causes a moderate amount of {{dmgs|e|toxin}} damage over time. Has a chance to turn into 5 to 15 units of Histamine. Preserves corpses from organ decay.&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Venom}}Venom&amp;lt;span style=&amp;quot;color:#F0FFF0;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Traitor Uplink&lt;br /&gt;
|Brute, toxin&lt;br /&gt;
|Will deal {{dmgs|qe|brute|toxin}} damage over time based on how much venom is in the body. Has a chance to turn into 5 to 10 units of Histamine.&lt;br /&gt;
|0.1 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Fentanyl}}Fentanyl&amp;lt;span style=&amp;quot;color:#64916E;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Fentanyl}}&lt;br /&gt;
|Toxin, brain&lt;br /&gt;
|Will deal {{dmgs|e|1 toxin}} and 3 brain damage, up to 60 points of {{dmgs|e|toxin}} damage and 150 points of brain damage (brains have 200 points of health). If the drug is not removed before 18 cycles it will knock the user unconscious.&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Cyanide}}Cyanide&amp;lt;span style=&amp;quot;color:#00B4FF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Cyanide}}&lt;br /&gt;
|Toxin, oxyloss&lt;br /&gt;
|Causes headaches and sickness at first,followed by failure of cellular respiration leading to cardiac arrest, {{dmgs|r|suffocating}} its target.&#039;&#039;&#039;Often extremely lethal&#039;&#039;&#039;.&lt;br /&gt;
|0.05 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Carpotoxin}}Carpotoxin&amp;lt;span style=&amp;quot;color:#003333;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Space Carp, Koi Beans, Emagged Chem Dispenser&lt;br /&gt;
| Toxin&lt;br /&gt;
|Deals constant {{dmgs|e|toxin}} damage over time.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Zombie Powder}}Zombie Powder&amp;lt;span style=&amp;quot;color:#669900;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Zombie Powder}}&lt;br /&gt;
|Stamina, Fake death&lt;br /&gt;
|Does nothing for the first 9 ticks it is metabolized, and then begins dealing rapidly increasing stamina damage. Triggers a fake death which lasts until fully metabolized when stamina damage exceeds 145. (Results in 2 units instead of 15)&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Ghoul Powder}}Ghoul Powder&amp;lt;span style=&amp;quot;color:#669900;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Ghoul Powder}}&lt;br /&gt;
|Fake &amp;quot;death&amp;quot;&lt;br /&gt;
| Same as Zombie Powder, but victim can move.&lt;br /&gt;
|0.4 units per tick &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Itching Powder}}Itching Powder&amp;lt;span style=&amp;quot;color:#C8C8C8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Itching Powder}}&lt;br /&gt;
|Brute, annoyance&lt;br /&gt;
|Will cause annoying effects, as well as a chance that the subject will scratch themselves dealing slight amounts of {{dmgs|q|brute}} damage. Has a chance to transform into 1 to 3 units of histamine.&lt;br /&gt;
|0.16 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Bone Hurting Juice}}Bone Hurting Juice&amp;lt;span style=&amp;quot;color:#AAAAAA77;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Bone Hurting Juice}} &lt;br /&gt;
|Stamina, Brute to Skeletons&lt;br /&gt;
|Does 7.5 stamina damage per tick. 50u overdose threshold. If overdosed, it has a 4% chance to cause 200 stamina damage to a random limb, temporarily disabling it. If you&#039;re a skeleton or a plasmaman, it will deal additional {{dmgs|q|0.5 brute}} damage per tick, and if overdosed has 4% chance to cause {{dmgs|q|200 brute}} damage to a random limb instead of stamina damage.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Mint Toxin}}Mint Toxin&amp;lt;span style=&amp;quot;color:#CF3600;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Grind the mint in the kitchen&lt;br /&gt;
|Conditional death&lt;br /&gt;
|Instantly gibs fat people when ingested. &lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Slime Jelly}}Slime Jelly&amp;lt;span style=&amp;quot;color:#801E28;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Extracted from oozelings&lt;br /&gt;
|Toxin&lt;br /&gt;
|Heals {{dmgs|q|brute}} damage over time, but randomly deals bursts of {{dmgs|e|1-10 toxin}} damage, functions as blood for oozeling races.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Liquid Electricity}}Liquid Electricity&amp;lt;span style=&amp;quot;color:#97ee63;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Liquid Electricity}} &amp;lt;br&amp;gt; &#039;&#039;&#039;OR&#039;&#039;&#039; &amp;lt;br&amp;gt;  Ethereals &amp;lt;br&amp;gt; &#039;&#039;&#039;OR&#039;&#039;&#039; &amp;lt;br&amp;gt; High power energy bars &lt;br /&gt;
|Toxin&lt;br /&gt;
|Has a 3% chance each tick to shock you, Ethereals use this as blood and get no negative effects from ingesting or injecting this chemical&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Heparin}}Heparin&amp;lt;span style=&amp;quot;color:#C8C8C8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Heparin}}&lt;br /&gt;
| Brute, Bleeding&lt;br /&gt;
|Causes bleeding constantly while in the system of the victim.&lt;br /&gt;
|0.08 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Teslium}}Teslium&amp;lt;span style=&amp;quot;color:#20324D;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Teslium}}&lt;br /&gt;
|Random Shocks&lt;br /&gt;
|Randomly shocks the victim while it is in their system, ignoring any protection cause the shock comes from inside them. Also increases damage taken from normal shocks.&lt;br /&gt;
|0.2 units per tick &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Rotatium}}Rotatium&amp;lt;span style=&amp;quot;color:#AC88CA;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Rotatium}}&lt;br /&gt;
|Toxin&lt;br /&gt;
|Causes the victim&#039;s screen to display a rocking motion and deals moderate toxin damage.&lt;br /&gt;
|0.24 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Anacea}}Anacea&amp;lt;span style=&amp;quot;color:#3C5133;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Anacea}}&lt;br /&gt;
|Toxin and Purges Medicines&lt;br /&gt;
|Metabolizes very slowly and quickly purges medicines in the victim while dealing light {{dmgs|e|toxin}} damage.&lt;br /&gt;
|0.032 units per tick &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Weed Killer}} Weed Killer&amp;lt;span style=&amp;quot;color:#4B004B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Weed Killer}}&lt;br /&gt;
|Toxin&lt;br /&gt;
|Kills weeds, causes minor {{dmgs|e|toxin}} damage to humans.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Pest Killer}}Pest Killer&amp;lt;span style=&amp;quot;color:#4B004B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Pest Killer}}&lt;br /&gt;
|Toxin&lt;br /&gt;
|Kills pests in hydroponics trays, causes minor {{dmgs|e|toxin}} damage to humans. Deals heavy {{dmgs|e|toxin}} damage to fly people.&lt;br /&gt;
|0.4 units per tick.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Plant-B-Gone}}Plant-B-Gone&amp;lt;span style=&amp;quot;color:#49002E;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Plant-B-Gone}}&lt;br /&gt;
|Toxin&lt;br /&gt;
|A potent herbicide which is useful to replace the limited supply the botanist starts with. Causes minor {{dmgs|e|toxin}} damage to humans. Deals heavy {{dmgs|e|toxin}} damage to pod people.&lt;br /&gt;
|0.4 units per tick &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Bungotoxin}}Bungotoxin&amp;lt;span style=&amp;quot;color:#EBFF8E;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Bungotoxin}}&lt;br /&gt;
|Toxin&lt;br /&gt;
|Deals heavy heart damage and makes you dizzy. &lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |Frost Oil&amp;lt;span style=&amp;quot;color:#5050FF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Aquireable from Blue Slimes or from grinding Ice Pepper.&lt;br /&gt;
|Slow down, Burn&lt;br /&gt;
|Reduces body temperature. Will cool you faster the longer it has been in the body, up to maximum strength after 35 cycles. Creates slippery ice tiles if spilled on floor for about 1 second per unit, depending on pressure and temperature. Spilling reduces area temperature by 5K per unit.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Mushroom Chemicals==&lt;br /&gt;
Found primarily in Lavaland flora.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width:100%; text-align:left; border: 3px solid #FFDD66; cellspacing=0; cellpadding=2; background-color:white;&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; |Name&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Type&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Description&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Metabolism Rate &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Entropic Polypnium}}Entropic Polypnium&amp;lt;span style=&amp;quot;color:#1D043D;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Poison&lt;br /&gt;
|Stamina, Brain, {{dmgs|e| toxin}}, {{dmgs|r| suffocation}}, and a bit of Eye Damage, Oh My! More than 5u will paralyze someone as well.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Tinea Luxor}}Tinea Luxor&amp;lt;span style=&amp;quot;color:#B5A213;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Other&lt;br /&gt;
|Makes the consumer glow.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Vitrium Froth}}Vitrium Froth&amp;lt;span style=&amp;quot;color:#D3A308;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
| Medicine&lt;br /&gt;
|80% chance to heal {{dmgs|qw|1 brute|1 burn}} damage each tick. And can cure the Necropolis Infestation before its too late!&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==Reagent Delivery{{anchor|Reagent Delivery}}==&lt;br /&gt;
{{anchor|Under_the_hood}}There are different ways you can apply chemicals to a person or the environment.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Delivery types===&lt;br /&gt;
First of all, there are actually 5 types of delivery, called &#039;&#039;&#039;ingest&#039;&#039;&#039;, &#039;&#039;&#039;inject&#039;&#039;&#039;, &#039;&#039;&#039;vapor&#039;&#039;&#039;, &#039;&#039;&#039;touch&#039;&#039;&#039; and &#039;&#039;&#039;patch&#039;&#039;&#039;. If you are not interested in the details, you can skip to [[#Smoke_vs_foam|Smoke vs Foam vs others]]. &amp;lt;br&amp;gt;&lt;br /&gt;
====Ingest====&lt;br /&gt;
Ingest and &#039;&#039;&#039;inject&#039;&#039;&#039;{{anchor|Inject}} both usually do the exact same thing. The reagent simply enters the target&#039;s bloodstream. Used by pills, cigarettes, e-cigarettes, inhaling [[#Smoke|smoke]] and drinking the reagent directly.&lt;br /&gt;
====Inject====&lt;br /&gt;
Works the same as &#039;&#039;&#039;ingest&#039;&#039;&#039;, where the reagent simply enters the target&#039;s bloodstream. Used by syringes and IV-drips.&lt;br /&gt;
====Vapor====&lt;br /&gt;
Vapor is used by (ranged) spray bottles and [[#Fluorosurfactant|foam]]. A portion of the reagents will enter the bloodstream of the target, but clothes will protect from some/most/all of it depending on clothing. Any hardsuit typically makes the target completely immune to getting it into their bloodstream, if the helmet is closed. But if the reagent has a &amp;quot;vapor&amp;quot; based component, that component will still affect the target, like [[#Fluorosulfuric Acid|Fluorosulfuric Acid]]. See more about [[#Fluorosurfactant|foam]] [[#Smoke_vs_foam|below]], with examples.&lt;br /&gt;
====Touch====&lt;br /&gt;
Touch is used by [[#Smoke|smoke]] and splashing. If the reagent has a &amp;quot;touch&amp;quot; based component, that component will affect the target (such as the instant heal part of [[#Synthflesh|Synthflesh]]), without being blocked by clothing. Nothing at all will enter the target&#039;s bloodstream, with the exception of smoke if the target has no internals on. Currently all &amp;quot;touch&amp;quot; components are also &amp;quot;patch&amp;quot; components. See more on [[#Smoke|smoke]] [[#Smoke_vs_foam|below]], with examples.&lt;br /&gt;
==== Patch====&lt;br /&gt;
Patch is used by patches and medical gels. The reagent enters the target&#039;s bloodstream entirely AND if the reagent has a &amp;quot;patch&amp;quot; based component, that component will affect the target. Currently all &amp;quot;patch&amp;quot; components are also &amp;quot;touch&amp;quot; components.&lt;br /&gt;
=== Smoke vs foam vs others===&lt;br /&gt;
These are the major practical differences between pills, syringes, patches, cigarettes, [[#Smoke|smoke]], [[#Fluorosurfactant|foam]], splash and spray. &amp;lt;br&amp;gt;&lt;br /&gt;
====Pills====&lt;br /&gt;
Pills can be instantly [[#Ingest|ingested]] if used on yourself. It doesn&#039;t work if mouth is covered. [[Plasmaman|Plasmamen]] will have trouble taking these. Holds up to 50u. &amp;lt;br&amp;gt;&lt;br /&gt;
==== Syringes====&lt;br /&gt;
Syringes can inject into people even with their mouths covered, either by hand or with a syringe gun. It doesn&#039;t work on players wearing hardsuits or other pierce-immune clothing, unless you use a piercing syringe or manage to aim for an exposed part of their body. [[Golem]]s are completely immune to syringes (even piercing syringes), but [[Guide_to_chemistry#Patches|patches]] do work on them. A syringe holds between 10-60u, depending on type. Common syringes hold 15u. &amp;lt;br&amp;gt;&lt;br /&gt;
====Patches====&lt;br /&gt;
Will add all reagents into a person&#039;s bloodstream through any clothing, including hardsuits. Also apply [[#Touch|touch]]/[[#Patch|patch]] based effects. Example: A patch of 20u [[#Synthflesh|Synthflesh]] will instantly heal 25 brute and burn (touch component), and also enter the target&#039;s bloodstream (which in this case does nothing). Usable by [[Plasmaman|plasmamen]]. Can hold up to 40u. &amp;lt;br&amp;gt;&lt;br /&gt;
==== Cigarettes====&lt;br /&gt;
Can be dipped in reagents to be filled. If smoking/vaping, you will slowly [[#Ingest|ingest]] whatever reagents the cigarette/cigar/e-cig contains. Though, if the reagents are too diluted, they may not build up in your bloodstream fast enough to have any effect at all. E-cigarettes can be trimmed with a screwdriver and multitool to also create [[#Smoke|smoke]]. &amp;lt;br&amp;gt;&lt;br /&gt;
====[[#Smoke|Smoke]]====&lt;br /&gt;
When a smoke reaction occurs, the smoke will consume any other reagent in its original containers, and spread that reagent to flooring and people/mobs who enter its area of effect. People who enter the smoke will be [[#Touch|touched]] by the reagents. If they do not have internals on, they will also [[#Ingest|ingest]] the reagents. The amount of smoke does not dilute the reagents. The reagents will be copied to every individual or tile (not walls, windows or doors) over the cloud&#039;s duration. Reagents that are special coded to affect floor/environment (such as blood, [[#Fluorosulfuric Acid|acid]] or [[#Space_Cleaner|Space Cleaner]]) will do so. Smoke will usually block sight. &amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Smoke example 1:&#039;&#039;&#039; Smoke containing 20u [[#Synthflesh|Synthflesh]]. Everyone caught in the cloud, including people wearing hardsuits, will slowly heal 25 brute and burn, if they stay in the smoke for its full duration (otherwise they will heal partially). Those who are not wearing internals will also [[#Ingest|ingest]] 20u of the medicine, making it enter their bloodstream (which does nothing in this case). &amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Smoke example:&#039;&#039;&#039; Smoke containing 20u [[#Chlorine Trifluoride|Chlorine Trifluoride]](CLF3). CLF3 has a [[#Touch|touch]](and [[#Vapor|vapor]]) component, so everyone caught in the cloud, including people wearing hardsuits and internals, will catch on fire. It will also deal burn damage to the environment, since CLF3 is coded to do so. Those who are not wearing internals will also [[#Ingest|ingest]] 20u of the CLF3 and thus, start heating up from the inside, effectively burning from both in and out at the same time. &amp;lt;br&amp;gt;&lt;br /&gt;
====[[#Fluorosurfactant|Foam]]====&lt;br /&gt;
When a foam reaction occurs, the foam will consume any other reagent in its original containers, and spread that reagent to flooring and people/mobs who enter its area of effect. The foam will spread slower than smoke and is usually slippery. Reagents will be copied through the [[#Vapor|vapor]] type delivery to those affected over the duration of the foam, BUT the reagents will be heavily diluted depending on the amount of foaming reagent used. Any clothing will reduce how much of the reagents will enter a person&#039;s bloodstream. Furthermore, foam reagent bloodstream insertion is divided into several &#039;ticks&#039;. A minimum amount of reagent is required per tick for it to enter a bloodstream. So if too little reagents are contained in the reaction, or too much foam is used, the foam will do nothing. These ticks are counted &#039;&#039;after&#039;&#039; dilution and protection from clothing. On the other hand, if you use very small amounts of foam, the reagents may instead multiply in the bloodstream to more than the original amount. Hardsuits with helmets on will make people immune to getting reagents into their bloodstream through foam. Despite dilution, the foam will still copy remaining chems such as [[#Fluorosulfuric Acid|acid]], [[#Chlorine Trifluoride|CLF3]], or [[#Space_Cleaner|Space Cleaner]] to any tile it touches (but not walls, windows or doors). Foam will not block sight. &amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Foam example 1:&#039;&#039;&#039; 250u foam containing 10u [[#Cyanide|Cyanide]] will spread a blue foam that does nothing to those it touches. The poison is too diluted to work at all. &amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Foam example 2:&#039;&#039;&#039; 20u foam containing 250u [[#Fluorosulfuric Acid|Fluorosulfuric Acid]]. A small area and everyone touched by the foam will have large amounts of acid slowly melting their clothing and the affected floor and items. Those who did not wear a hardsuit with helmet on will also have a large amount of acid in their bloodstreams, depending on what they were wearing and how long they were in the foam. If they had internals on or not doesn&#039;t matter. &amp;lt;br&amp;gt;&lt;br /&gt;
====Splashing====&lt;br /&gt;
Throwing a beaker, or using a beaker on anything with harm intent, will splash its contents. The longer throw distance, the more the splash will spread out. A [[grenade]] will splash its content unless it also contains [[#Smoke|smoke]] or [[#Fluorosurfactant|foam]]. Splashing only does [[#Touch|touch]] delivery. This means most chemicals will do absolutely nothing when splashed. Reagents that have special properties to affect environment, such as Water, will do so where splashed (creates slippery tile). Reagents that have a [[#Touch|touch]] component will apply that component only. Example: If you throw a beaker of 80u [[#Synthflesh|Synthflesh]] at someone, you will instantly heal them for 100 brute and burn (and deal up to 150 toxin damage), since Synthflesh is touch/patch based. It doesn&#039;t matter if the target uses hardsuit or internals in this case. This means throwing a beaker of poison at someone will do nothing at all. Splashing can apply chemicals such as [[#Thermite|Thermite]] to walls. &amp;lt;br&amp;gt;&lt;br /&gt;
====Spraying====&lt;br /&gt;
Spraying reagents will apply them to environments (if they have any such effect), and will enter hit people&#039;s bloodstreams through the [[#Vapor|vapor]] delivery. This means clothing will protect from some/most/all of the reagents, depending on what they are wearing. Using a hardsuit with helmet on makes them immune to getting the reagent into their bloodstream. Reagents such as [[#Fluorosulfuric Acid|acid]], [[#Chlorine Trifluoride|CLF3]], or [[#Space_Cleaner|Space Cleaner]] will still cause their special effects when sprayed on people/environments, but will not enter the bloodstream if the target is wearing too heavy clothing. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Beyond the Dispenser==&lt;br /&gt;
Just because it isn&#039;t found in the dispenser or the guide above doesn&#039;t mean you can&#039;t use it! Holy water, slime cores and plenty of other things can provide limitless fun for an enterprising and curious chemist.&lt;br /&gt;
[[Category:Guides]]&lt;/div&gt;</summary>
		<author><name>Schizocat</name></author>
	</entry>
	<entry>
		<id>https://wiki.beestation13.com/w/index.php?title=Guide_to_chemistry&amp;diff=38835</id>
		<title>Guide to chemistry</title>
		<link rel="alternate" type="text/html" href="https://wiki.beestation13.com/w/index.php?title=Guide_to_chemistry&amp;diff=38835"/>
		<updated>2025-05-19T01:46:03Z</updated>

		<summary type="html">&lt;p&gt;Schizocat: /* Narcotics */ Added Nooartium, a new drug that can be used for temporary and conditional immortality&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
This guide will primarily be useful for [[Chemist|chemists]] and [[Botanist|Botanists]] using [[Guide to hydroponics#Strange Seeds|Strange Seeds]] but may come in handy to any player and especially [[Traitor|traitors]].&lt;br /&gt;
= Chemicals =&lt;br /&gt;
The building blocks of chemistry are aluminium, bromine, carbon, chlorine, copper, ethanol, fluorine, hydrogen, iodine, iron, lithium, mercury, nitrogen, oxygen, phosphorus, potassium, radium, silicon, silver, sodium, stable plasma, sugar, sulfur, sulfuric acid, water and welding fuel. These can be produced from the [[Chem Dispenser]] in [[Chemistry]].&lt;br /&gt;
&lt;br /&gt;
You have all sorts of things here, and can make so much. You can make medicines, foam, flash powder, poisons, space lube, window hardener, and so much more. The limit on combinations is a limit that exists only in your creativity (and the game engine). Be sure to be careful though, mixing the wrong chemicals can be bad for your health and please make sure you know what a chemical does before you use it. Experiment at your own risk.&lt;br /&gt;
&lt;br /&gt;
Some pure chemicals are lethal or will cause heavy toxin damage if injected or ingested in their pure form.&lt;br /&gt;
&lt;br /&gt;
Grinding minerals from mining will also get you:&lt;br /&gt;
* [[Plasma]]&lt;br /&gt;
* Uranium&lt;br /&gt;
* Bluespace Dust&lt;br /&gt;
[[Emag|Emagging]] a chem dispenser will add:&lt;br /&gt;
* Space Drugs&lt;br /&gt;
* Morphine&lt;br /&gt;
* Toxin&lt;br /&gt;
* Carpotoxin&lt;br /&gt;
* Miner&#039;s Salve&lt;br /&gt;
The [[Vending_machines#Medbay|NanoMed Plus]] is your main source of generic toxin when hacked.&lt;br /&gt;
&lt;br /&gt;
Some chemical reactions will require you to heat the reagents in a [[File:Chemical_Heater.png]] &#039;&#039;&#039;Chemical Heater&#039;&#039;&#039;. This machine will heat a beaker to the desired temperature, slowing down the heating speed as it approaches the target temperature. If you don&#039;t risk making the chemical explode by overheating it (such as Meth) you can just set it to a very high temperature to avoid this.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Machinery ==&lt;br /&gt;
You have all sorts of chems here, and can make many things. You can make [[#Medicines|medicines]], [[#Smoke|smoke]], [[#Fluorosurfactant|foam]], [[#Flash Powder|flash powder]], [[#Toxins|poisons]], [[#Space Lube|space lube]], [[#Fluorosulfuric Acid|acid]] and much more. The limit on combinations is a limit that exists only in your creativity (and the game engine). Be sure to be careful though, as mixing the wrong chemicals can be bad for your health, and please make sure you know what a chemical does before you use it. Experiment at your own risk.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== [[File:Dispenser.png|Chem Dispenser]] Chemistry Dispensers ===&lt;br /&gt;
[[Chem Dispenser|Chem dispensers]] can be upgraded to unlock more chemicals, allow for more precise macro usage, increased power recharge rate and higher power capacity. If you run out of power, you can disassemble the dispenser with screwdriver+crowbar and rebuild it by first putting the circuit board back, and then all other things but use a full power cell [[File:High power cell updated.png]] instead of the old one. Then screwdriver to finish. Or you can charge the machine with an [[inducer]] [[File:Inducer.png]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Available chemicals&#039;&#039;&#039;:&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
Click expand to see what chemicals are available:&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Normal&#039;&#039;&#039;:&lt;br /&gt;
* Hydrogen&lt;br /&gt;
* Oxygen&lt;br /&gt;
* Silicon&lt;br /&gt;
* Phosphorus&lt;br /&gt;
* Sulfur&lt;br /&gt;
* Carbon&lt;br /&gt;
* Nitrogen&lt;br /&gt;
* Water&lt;br /&gt;
* Lithium&lt;br /&gt;
* Sugar&lt;br /&gt;
* Sulfuric acid&lt;br /&gt;
* Copper&lt;br /&gt;
* Mercury&lt;br /&gt;
* Sodium&lt;br /&gt;
* Iodine&lt;br /&gt;
* Bromine&lt;br /&gt;
* Ethanol&lt;br /&gt;
* Chlorine&lt;br /&gt;
* Potassium&lt;br /&gt;
* Aluminium&lt;br /&gt;
* Radium&lt;br /&gt;
* Fluorine&lt;br /&gt;
* Iron&lt;br /&gt;
* Welding fuel&lt;br /&gt;
* Silver&lt;br /&gt;
* Stable plasma&lt;br /&gt;
&#039;&#039;&#039;Upgraded (tier 4 matter manipulator)&#039;&#039;&#039;:&lt;br /&gt;
* Acetone&lt;br /&gt;
* Ammonia&lt;br /&gt;
* Ash&lt;br /&gt;
* Diethylamine&lt;br /&gt;
* Oil&lt;br /&gt;
* Saltpetre&lt;br /&gt;
&#039;&#039;&#039;Emagged&#039;&#039;&#039;:&lt;br /&gt;
* Space Drugs&lt;br /&gt;
* Morphine&lt;br /&gt;
* Toxin&lt;br /&gt;
* Carpotoxin&lt;br /&gt;
* Miner&#039;s Salve&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Upgradeable parts&#039;&#039;&#039;:&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
Click expand to see upgrades:&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;Better matter bins:&#039;&#039;&#039; greater power efficiency per unit dispensed.&lt;br /&gt;
* &#039;&#039;&#039;Better capacitor:&#039;&#039;&#039; faster recharging speed.&lt;br /&gt;
* &#039;&#039;&#039;Better power cell:&#039;&#039;&#039; larger maximum power capacity.&lt;br /&gt;
* &#039;&#039;&#039;Better manipulator:&#039;&#039;&#039; unlocks more chemicals. &amp;lt;s&amp;gt;Longer and more complex chemistry macros can be performed. At tier 1 manips, macros round to the nearest 5u, then 3u at tier 2, 2u at tier 3 and 1u at tier 4&amp;lt;/s&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
=== [[File:Chemical_Heater.png|Chemical Heater]] Chemical Heater ===&lt;br /&gt;
Some chemical reactions will require you to heat the reagents in a [[Chemical Heater]]. Unless the recipes says otherwise, these reactions need you to heat the reagents &#039;&#039;above&#039;&#039; the required temperature.&lt;br /&gt;
This machine will heat/cool a beaker to the desired temperature, slowing down the heating/cooling speed as it approaches the target temperature. If you don&#039;t risk making the chemical explode by overheating it (like with [[#Methamphetamine|meth]]) you can just set it to a very high temperature to avoid this. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;Due to a rounding bug you sometimes need to heat chems 1 degree higher than the recipe says.&#039;&#039;&#039;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Upgrading the laser will increase the heating/cooling speed.&lt;br /&gt;
=== [[File:Chemmaster.gif|ChemMaster 3000]] ChemMaster 3000 ===&lt;br /&gt;
Separates, bottles, and makes pills/patches out of chemicals loaded inside. You can load pretty much any container - beakers, spray bottles, water bottles and so on.&amp;lt;br&amp;gt;&lt;br /&gt;
Maximum size for dispensed bottles is 30u, patches 40u and pills 50u. Use a chemistry bag [[File:Chemistry_bag.png]] to quickly move large quantities of bottles, patches or pills. &amp;lt;br&amp;gt;&lt;br /&gt;
Can be upgraded with bigger beakers to allow a bigger buffer. By default it contains two ordinary 50u beakers for a total buffer volume of 100u.&lt;br /&gt;
=== [[File:Blender.png|Reagent Grinder]] All-In-One Grinder ===&lt;br /&gt;
Grinds, crushes, liquefies and extracts reagents from materials placed into it.&amp;lt;br&amp;gt;&lt;br /&gt;
If there is a significant reagent associated with the item, the Reagent grinder will distill a pure sample inside the collection beaker.&amp;lt;br&amp;gt;&lt;br /&gt;
For example: Plasma/gold/uranium/metal sheets, donk pockets, fruits, dead mice.&lt;br /&gt;
=== [[File:Smoke_machine.png|Smoke Machine]] Smoke Machine ===&lt;br /&gt;
Dispenses any chemical inside as a [[#Smoke|smoke]] cloud. Needs to be secured by wrenching first.&amp;lt;br&amp;gt;&lt;br /&gt;
A great alternative to [[#Smoke|smoke]] [[Grenade|grenades]], but easily incites lynch mobs.&amp;lt;br&amp;gt;&lt;br /&gt;
Can only be obtained through the circuit board being printed, and the required parts being assembled first.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Upgradeable parts&#039;&#039;&#039;:&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
Click expand to see upgrades:&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;Manipulator&#039;&#039;&#039;: Unlocks the higher range settings.&lt;br /&gt;
* &#039;&#039;&#039;Matter bin&#039;&#039;&#039;: Increases maximum capacity.&lt;br /&gt;
* &#039;&#039;&#039;Capacitor&#039;&#039;&#039;: Increases efficiency.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Metabolism==&lt;br /&gt;
When a reagent enters a body, it will then &amp;quot;tick&amp;quot; or &amp;quot;cycle&amp;quot; about every 2 seconds (these are called &amp;quot;life ticks&amp;quot;, and are not to be confused with server ticks/tickrate). When this happens the body is purged of an amount of every reagent depending on their metabolism rates. This is the rate at which the chemical disappears from your body. It doesn&#039;t matter how many chems you have in your body, as they are all metabolized separately. If you are [[Guide_to_food_and_drinks#Hunger|hungry]] (sluggish), this will happen 20% slower, which makes chemicals have a bigger total effect since they last longer without being weaker per tick. Many mobs are &amp;quot;simplemobs&amp;quot; which means they don&#039;t have bloodstreams and can thus not be poisoned, sedated or healed with medicine. Monkeys and most playable humanoids are the exceptions to this.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Active Pure Chemicals==&lt;br /&gt;
A.K.A. what happens when you eat or splash these. Their metabolism rate is 0.4u per cycle unless said otherwise. Unmentioned dispensable chemicals don&#039;t have any effects. Plasma and uranium requires you to grind mineral sheets to acquire.&lt;br /&gt;
*&#039;&#039;&#039;Chlorine&#039;&#039;&#039;: Causes {{dmgs|q|1 brute damage}} per tick to a random body part.&lt;br /&gt;
*&#039;&#039;&#039;Copper&#039;&#039;&#039;: Can be splashed on metal sheets to create bronze sheets.&lt;br /&gt;
*{{anchor|Ethanol}}&#039;&#039;&#039;Ethanol&#039;&#039;&#039;: A decent alcoholic &amp;quot;beverage&amp;quot;, with a [[Guide_to_food_and_drinks#Drinks|booze power]] of 65. Increases success rate of [[Surgery|surgery]] and flammability when applied externally. Metabolism rate 0.2.&lt;br /&gt;
*&#039;&#039;&#039;Fluorine&#039;&#039;&#039;: Causes {{dmgs|e|1 toxin damage}} per tick.&lt;br /&gt;
*&#039;&#039;&#039;Iron&#039;&#039;&#039;: Slowly restores blood volume.&lt;br /&gt;
*&#039;&#039;&#039;Lithium&#039;&#039;&#039;: Causes twitching, drooling, moaning and not being able to walk straight.&lt;br /&gt;
*&#039;&#039;&#039;Mercury&#039;&#039;&#039;: Causes 1 brain damage per tick, twitching, drooling, moaning and not being able to walk straight.&lt;br /&gt;
*&#039;&#039;&#039;[[Plasma]]&#039;&#039;&#039;: Causes {{dmgs|e|3 toxin damage}} per tick and explodes with a bright flash when heated to 320k. Not to be confused with Stable Plasma, which does nothing.&lt;br /&gt;
*&#039;&#039;&#039;Radium&#039;&#039;&#039;: Slowly causes irradiation (2 per tick). Creates glowing green goo on floor if more than 3u is spilled.&lt;br /&gt;
*&#039;&#039;&#039;Sugar&#039;&#039;&#039;: Gives nutrition. Causes hyperglycemic shock if overdosed (200u). Metabolism rate 0.8.&lt;br /&gt;
*&#039;&#039;&#039;Sulfuric Acid&#039;&#039;&#039;: Causes {{dmgs|e|1 toxin damage}} and {{dmgs|q|some instant brute damage}} to one body part when ingested, and slightly more {{dmgs|q|brute damage}} when &#039;&#039;injected&#039;&#039;. Destroys head-wear and causes {{dmgs|w|burn damage}} when sprayed or splashed on someone. Counts as a [[#Toxins|toxin]].&lt;br /&gt;
*&#039;&#039;&#039;Uranium&#039;&#039;&#039;: Causes slight (1 per tick) irradiation. Creates glowing green goo on floor if more than 3u is spilled.&lt;br /&gt;
*&#039;&#039;&#039;Welding Fuel&#039;&#039;&#039;: Causes {{dmgs|e|1 toxin damage}} per tick. Makes people flammable if splashed on.&lt;br /&gt;
== Components ==&lt;br /&gt;
These are very basic chemicals that you&#039;ll use in a lot of other more complicated chems. They can still be toxic, though.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width:100%; text-align:left; border: 3px solid #FFDD66; cellspacing=0; cellpadding=2; background-color:white;&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&#039;width:150px; background-color:#FFDD66;&#039;|Name&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&#039;width:150px; background-color:#FFDD66;&#039;|Formula&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&#039;background-color:#FFDD66;&#039;|Description&lt;br /&gt;
|-&lt;br /&gt;
!style=&#039;background-color:#FFEE88;&#039;|{{anchor|Ash}}Ash &amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Ash}}&lt;br /&gt;
|Basic ingredient in a couple of recipes.&lt;br /&gt;
|-&lt;br /&gt;
!style=&#039;background-color:#FFEE88;&#039;|Ash (Alternate Recipe) &amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Light a piece of paper on fire, and scoop up the resulting ashes with a beaker.&lt;br /&gt;
|Basic ingredient in a couple of recipes.&lt;br /&gt;
|-&lt;br /&gt;
!style=&#039;background-color:#FFEE88;&#039;|{{anchor|Carpet}}Carpet &amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Carpet}}&lt;br /&gt;
|Creates a dirty carpet on the floor.&lt;br /&gt;
|-&lt;br /&gt;
!style=&#039;background-color:#FFEE88;&#039;|{{anchor|Oil}}Oil &amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|1 part Welding Fuel&lt;br /&gt;
1 part Carbon&lt;br /&gt;
&lt;br /&gt;
1 part Hydrogen&lt;br /&gt;
|Burns in a small smoky fire, mostly used to get Ash.&lt;br /&gt;
|-&lt;br /&gt;
!style=&#039;background-color:#FFEE88;&#039;|Oil (Alternate Recipe) &amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Scoop up oil from destroyed cyborgs or robots off the ground with a beaker.&lt;br /&gt;
|Burns in a small smoky fire, mostly used to get Ash.&lt;br /&gt;
|-&lt;br /&gt;
!style=&#039;background-color:#FFEE88;&#039;|{{anchor|Phenol}}Phenol &amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Phenol}}&lt;br /&gt;
|Used for certain medical recipes.&lt;br /&gt;
|-&lt;br /&gt;
!style=&#039;background-color:#FFEE88;&#039;|{{anchor|Acetone}}Acetone &amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Acetone}}&lt;br /&gt;
|Common ingredient in other recipes.&lt;br /&gt;
|-&lt;br /&gt;
!style=&#039;background-color:#FFEE88;&#039;|{{anchor|Diethylamine}}Diethylamine &amp;lt;span style=&amp;quot;color:#604030;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Diethylamine}}&lt;br /&gt;
|A very potent fertilizer, and the base component of some medicines.&lt;br /&gt;
|-&lt;br /&gt;
!style=&#039;background-color:#FFEE88;&#039;|{{anchor|Ammonia}}Ammonia&amp;lt;span style=&amp;quot;color:#404030;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Ammonia}}&lt;br /&gt;
|An effective fertilizer which is better than what is available to the botanist initially, though it isn&#039;t as powerful as [[Diethylamine]] (results in 3 units instead of 4).&lt;br /&gt;
|-&lt;br /&gt;
!style=&#039;background-color:#FFEE88;&#039;|{{anchor|Saltpetre}}Saltpetre&amp;lt;span style=&amp;quot;color:#60A584;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Saltpetre}}&lt;br /&gt;
|Ingredient for Bath Salts and Black Powder (results in 3 units instead of 5). Increases potency of plants.&lt;br /&gt;
|-&lt;br /&gt;
!style=&#039;background-color:#FFEE88;&#039;|{{anchor|Lye}}Lye&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Lye}}&lt;br /&gt;
|Useful in the manufacturing of wax items like soap.&lt;br /&gt;
|-&lt;br /&gt;
!style=&#039;background-color:#FFEE88;&#039;|Lye (Alternate Recipe)&amp;lt;span style=&amp;quot;color:#FFFFD6;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|1 part [[#Ash|Ash]]&amp;lt;br&amp;gt;1 part Water&amp;lt;br&amp;gt;1 part Carbon&lt;br /&gt;
|Useful in the manufacturing of wax items like soap.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
== Medicines ==&lt;br /&gt;
&amp;quot;&#039;&#039;And that&#039;s how I lost my medical license!&#039;&#039;&amp;quot; Don&#039;t be this guy. Make these. Lots of these.&lt;br /&gt;
&lt;br /&gt;
See [[guide to medicine|Guide to Medicine]] for more information on what to use when.&lt;br /&gt;
===Core Healing Medicines===&lt;br /&gt;
These healing drugs form the &amp;quot;core&amp;quot; drugs used to heal the most common forms of damage. All other medical drugs outside of this section are either harder to make upgrades, or highly specific forms of healing for rarer situations.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width:100%; text-align:left; border: 3px solid #FFDD66; cellspacing=0; cellpadding=2; background-color:white;&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&#039;width:150px; background-color:#FFDD66;&#039;|Name&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&#039;width:150px; background-color:#FFDD66;&#039;|Recipe&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&#039;background-color:#FFDD66;&#039;|Treatment for&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&#039;background-color:#FFDD66;&#039;|Description&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&#039;background-color:#FFDD66;&#039;|Metabolism Rate&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&#039;background-color:#FFDD66;&#039;|Overdose Threshold&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&#039;background-color:#FFDD66;&#039;|Addiction Threshold&lt;br /&gt;
|-&lt;br /&gt;
!style=&#039;background-color:#FFEE88;&#039;|{{anchor|Silver Sulfadiazine}}Silver Sulfadiazine&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Silver Sulfadiazine}}&lt;br /&gt;
|Burn&lt;br /&gt;
|If applied by patch - Instantly heals {{dmgs|w|burn}} damage on the location it is applied to, equal to the amount applied. Will also heal an additional {{dmgs|w|0.5 burn}} damage per tick, but may also temporarily disable limbs or the player due to extreme pain.&lt;br /&gt;
On ingestion, inhalation or injection, it deals {{dmgs|e|0.5 toxin}} damage per tick instead. &lt;br /&gt;
&lt;br /&gt;
On overdose, will suffocate at {{dmgs|r|1 suffocation}} damage per tick. &lt;br /&gt;
|1.0 units per tick&lt;br /&gt;
|100 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Styptic Powder}}Styptic Powder&amp;lt;span style=&amp;quot;color:#FF9696;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Styptic Powder}}&lt;br /&gt;
|Brute&lt;br /&gt;
|If applied by patch - Instantly heals {{dmgs|q|brute}} damage on the location it is applied, equal to the amount applied. Will also heal an additional {{dmgs|q|0.5 brute}} damage per tick, but may also temporarily disable limbs or the player due to extreme pain.&lt;br /&gt;
On ingestion, inhalation or injection, it deals {{dmgs|e|0.5 toxin}} damage per tick instead. &lt;br /&gt;
&lt;br /&gt;
On overdose, will suffocate at {{dmgs|r|1 suffocation}} damage per tick. &lt;br /&gt;
|1.0 units per tick&lt;br /&gt;
|100 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Saline-Glucose Solution}}Saline-Glucose Solution&amp;lt;span style=&amp;quot;color:#DCDCDC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Saline-Glucose Solution}}&lt;br /&gt;
|Brute, burn&lt;br /&gt;
|Has a 33% chance per tick to heal {{dmgs|qw|0.5 brute|0.5 burn|}}. Can be used as a temporary substitute for blood if hooked up via IV drip or injected via a syringe.&lt;br /&gt;
On overdose, rarely deals {{dmgs|qw|1 brute|1 burn}} and metabolize 1u of salt or 1u of sugar.&lt;br /&gt;
&lt;br /&gt;
The rare damages on overdose are countered by the healing done by the saline.&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|60 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Synthflesh}}Synthflesh&amp;lt;span style=&amp;quot;color:#FFEBEB;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Synthflesh}}&lt;br /&gt;
|Brute, burn&lt;br /&gt;
|If applied by patch - Instantly heals {{dmgs|qw|brute|burn}} damage on the location it is applied to, equal to the amount applied. Will also heal an additional {{dmgs|qw|0.5 brute|0.5 burn|}} per tick, but may also temporarily disable limbs or the player due to extreme pain.&lt;br /&gt;
&amp;lt;s&amp;gt;On ingestion, inhalation or injection, it deals {{dmgs|e|2 toxin}} damage per tick instead.&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
On overdose, deals {{dmgs|e|2 toxin}} damage per tick. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;100u may be applied to a husked corpse with less than {{dmgs|w|50 burn}} damage to restore the body to normal integrity.&#039;&#039;&#039;&lt;br /&gt;
| 1.0 units per tick &lt;br /&gt;
|125 units&lt;br /&gt;
|N/A &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Charcoal}}Charcoal&amp;lt;span style=&amp;quot;color:#000000;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Charcoal}}&lt;br /&gt;
|Toxin&lt;br /&gt;
|Heals {{dmgs|e|1 toxin}} damage per tick, will also purge any other chemicals at 0.75u per tick.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Salbutamol}}Salbutamol&amp;lt;span style=&amp;quot;color:#00FFFF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Salbutamol}}&lt;br /&gt;
|Suffocation &lt;br /&gt;
|Quickly heals {{dmgs|r|3 suffocation}} damage per tick while slowing down suffocation. Overdoses cause excess Salbutamol to be metabolized into [[Histamine]] at a rate of 1u of Salbutamol to 1u of Histamine per tick.&lt;br /&gt;
|0.1 units per tick&lt;br /&gt;
|25 units &lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Bicaridine}}Bicaridine&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Bicaridine}}&lt;br /&gt;
|Brute&lt;br /&gt;
|Heals {{dmgs|q|1 brute damage}} at first, but gradually drops in efficacy as the patient&#039;s body accumulates BC1 Metabolites from processing it.&lt;br /&gt;
Overdoses cause the patient&#039;s body to rapidly purge the medicine and deal minor liver damage. &lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
| 30 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Kelotane}}Kelotane&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Kelotane}}&lt;br /&gt;
|Burn&lt;br /&gt;
|Heals {{dmgs|w|1 burn damage}} at first, but gradually drops in efficacy as the patient&#039;s body accumulates KL1 Metabolites from processing it.&lt;br /&gt;
Overdoses cause the patient&#039;s body to rapidly purge the medicine and deal minor liver damage. &lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|30 units &lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Antitoxin}}Antitoxin&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Antitoxin}}&lt;br /&gt;
|Toxin&lt;br /&gt;
|Heals {{dmgs|e|1 toxin damage}} at first, but gradually drops in efficacy as the patient&#039;s body accumulates AT1 Metabolites from processing it.&lt;br /&gt;
Overdoses cause the patient&#039;s body to rapidly purge the medicine and deal minor liver damage. &lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|30 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Dexalin}}Dexalin&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Dexalin}}&lt;br /&gt;
|Suffocation&lt;br /&gt;
|Heals {{dmgs|r|1.5 suffocation damage}} per tick&lt;br /&gt;
Overdoses cause 2 heart damage per tick.&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|30 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Dexalin+}}Dexalin Plus&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Dexalin Plus}}&lt;br /&gt;
|Suffocation&lt;br /&gt;
|Heals {{dmgs|r|3 suffocation}} damage per tick. Overdoses cause rapid heart damage at 4 per tick and are likely to lead to cardiac arrest.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|25 units&lt;br /&gt;
| N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Tricordrazine}}Tricordrazine&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Tricordazine}}&lt;br /&gt;
|All four basic types&lt;br /&gt;
|Heals {{dmgs|qwer|2 brute|2 burn|2 toxin|2 suffocation}} damage per tick, but rapidly drops in efficacy as the patient&#039;s body accumulates TC1 Metabolites from processing it. Due to its rapid metabolization and drop in efficacy, Tricordrazine is best used as an additive with other medicines or treatments for a extra burst of help, but is not going to do much when used alone.&lt;br /&gt;
Overdoses cause 1 liver damage and {{dmgs|e|2 toxin}} damage per tick&lt;br /&gt;
|1.2 units per tick &lt;br /&gt;
|30 units &lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Cryoxadone}}Cryoxadone&amp;lt;span style=&amp;quot;color:#0000C8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Cryoxadone}}&lt;br /&gt;
|All types&lt;br /&gt;
|Required for the proper function of cryogenics. It heals all types of damage very swiftly (except clone damage, which is healed very slowly), but only when in a very cold environment. Healing strength is proportional to temperature.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Pyroxadone}}Pyroxadone&amp;lt;span style=&amp;quot;color:#f7832a;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Pyroxadone}}&lt;br /&gt;
|All four basic types and cellular&lt;br /&gt;
|Inverse [[#Cryoxadone|Cryoxadone]] that heals faster the hotter the patient is. For max efficiency you need to be &#039;&#039;over&#039;&#039; 460°K and on fire. In optimal conditions every cycle will heal {{dmgs|e|15 burn}} &#039;&#039;before&#039;&#039; the damage taken from being on fire, which is usually faster than the fire hurts you (unless too hot). It will then also heal {{dmgs|qer|10 brute|10 toxin|20 suffocation}} and 10 cellular. Works on [[Guide_to_races#Jelly_and_Slime_Mutants|slimepeople]].&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Clonexadone}}Clonexadone&amp;lt;span style=&amp;quot;color:#0000C8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Clonexadone}}&lt;br /&gt;
|Clone&lt;br /&gt;
|Quickly heals clone damage, but only when in a cold environment. Healing strength is proportional to temperature. Fixes changeling sting body swaps If drunk, returning the consumer to their original form. (note, the unit amount varies due to server lag, as the clonexadone must be metabolised for 90 seconds. 35u or more should always be enough.)&lt;br /&gt;
|0.6 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Mannitol}}Mannitol&amp;lt;span style=&amp;quot;color:#DCDCFF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Mannitol}}&lt;br /&gt;
|Brain&lt;br /&gt;
|Quickly heals brain damage at 2 per tick - best used in cryo alongside Cryoxadone, but will still heal if taken via other means.&amp;lt;br /&amp;gt;Usually it has no overdose, but it has 35u overdose to brain tumor people. When overdosed, has awful brain healing to brain tumor people, at 0.1 damage per tick.&lt;br /&gt;
| 0.4 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|System Cleaner}}System Cleaner&amp;lt;span style=&amp;quot;color:#DCDCFF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/System Cleaner}}&lt;br /&gt;
|Toxin &lt;br /&gt;
|Quickly purges {{dmgs|e|2 toxin|}} damage per tick in the rare case an IPC gets said damage. Will also purge other chemicals at 1u per tick.&lt;br /&gt;
&#039;&#039;&#039;Only works on IPCs.&#039;&#039;&#039;&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Solder}}Solder&amp;lt;span style=&amp;quot;color:#DCDCFF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Solder}}&lt;br /&gt;
|Brain&lt;br /&gt;
|Quickly heals brain damage at 3 per tick, reduces hallucinations and has a chance to cure [[Guide to Traumas|mild]] and [[Guide to Traumas#Special|special brain traumas]] every tick.&lt;br /&gt;
&#039;&#039;&#039;Only works on IPCs.&#039;&#039;&#039;&lt;br /&gt;
| 0.4 units per tick&lt;br /&gt;
|N/A &lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Neurine}}Neurine&amp;lt;span style=&amp;quot;color:#EEFF8F;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Neurine}}&lt;br /&gt;
| Minor brain traumas&lt;br /&gt;
|Reacts with neural tissue, helping reform damaged connections. Chance every tick to cure [[Guide_to_Traumas#Basic_Traumas_Without_Prefix|basic traumas]]. More [[Guide_to_Traumas#Severe_Prefix|severe]] traumas usually require [[surgery]]. Quickly purges [[Guide_to_food_and_drinks#Neurotoxin |Neurotoxin]].&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
=== Superior Healing Medicines===&lt;br /&gt;
These healing drugs are harder to make than the core healing drugs, however they are significantly better at healing.&lt;br /&gt;
&lt;br /&gt;
Also, many upgraded drugs can be overdosed with, leading to a negative outcome. Be sure to monitor how many units of chemicals someone is injected with.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width:100%; text-align:left; border: 3px solid #FFDD66; cellspacing=0; cellpadding=2; background-color:white;&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; |Name &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; |Recipe&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Treatment for&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Description&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Metabolism Rate&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Overdose Threshold &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; | Addiction Threshold&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Salicyclic Acid}}Salicyclic Acid&amp;lt;span style=&amp;quot;color:#D2D2D2;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Salicyclic Acid}}&lt;br /&gt;
|Brute&lt;br /&gt;
| Heals {{dmgs|q|3 brute damage}} per tick, but causes exhaustion while it is healing. Overdoses cause 2 liver and {{dmgs|e||3 toxin|}} damage per tick, but also double the {{dmgs|q|brute|}} healing. &lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|25 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Oxandrolone}}Oxandrolone&amp;lt;span style=&amp;quot;color:#F7FFA5;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Oxandrolone}}&lt;br /&gt;
|Burn&lt;br /&gt;
|Heals {{dmgs|w|3 burn damage}} per tick, but causes exhaustion while it is healing. Overdoses cause 2 liver and {{dmgs|e|3 toxin|}} damage per tick, but also double the {{dmgs|w|burn|}} healing.&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|25 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Carthatoline}}Carthatoline&amp;lt;span style=&amp;quot;color:#225722;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Carthatoline}}&lt;br /&gt;
|Toxin&lt;br /&gt;
|Heals {{dmgs|e|3 toxin damage}} per tick while purging toxic chems at a rate of 1u per tick as well as being very likely to cause vomiting. Overdoses cause 2 brain damage per tick.&lt;br /&gt;
|0.4 units per tick &lt;br /&gt;
|25 units&lt;br /&gt;
| N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Omnizine}}Omnizine&amp;lt;span style=&amp;quot;color:#DCDCDC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Grown from Ambrosia Deus or found in heated Donk Pockets&lt;br /&gt;
|Brute, burn, toxin and suffocation &lt;br /&gt;
|Heals {{dmgs|qwer|0.5 brute|0.5 burn|0.5 toxin|0.5 suffocation}} damages per tick except cellular. If overdosed it will deal {{dmgs|qwer|1.5 brute|1.5 burn|1.5 toxin|1.5 suffocation}} per tick but not cellular damage.&lt;br /&gt;
|0.1 units per tick&lt;br /&gt;
| 30 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Pentetic Acid}}Pentetic Acid&amp;lt;span style=&amp;quot;color:#E6FFF0;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Pentetic Acid}}&lt;br /&gt;
|Radiation, toxin&lt;br /&gt;
|Treats massive radiation exposure extremely well but has deminishing returns the lower radiation you have. Treats {{dmgs|e|2 toxin|}} damage a tick but purges all other chemicals from body at a rate of 2u per tick, including medicines.&amp;lt;br&amp;gt;Other [[#Carthatoline|anti-toxins]] should be used instead if only treating toxin damage.&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Perfluorodecalin}}Perfluorodecalin&amp;lt;span style=&amp;quot;color:#FF6464;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Perfluorodecalin}}&lt;br /&gt;
|Suffocation&lt;br /&gt;
| Heals suffocation damage incredibly quickly at a rate of {{dmgs|r|10 suffocation}} per tick. which can allow you to spacewalk. Also heals your lungs 2 damage per tick, but will cause {{dmgs|e|2 toxin|}} damage per tick. Overdoses cause 2 heart damage per tick.&lt;br /&gt;
|0.1 units per tick&lt;br /&gt;
|30 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Atropine}}Atropine&amp;lt;span style=&amp;quot;color:#000000;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Atropine}} &lt;br /&gt;
|Brute, Burn, Toxin and Suffocation&lt;br /&gt;
|Rapidly stabilizes and heals anyone in or near critical condition by healing {{dmgs|qwer|4 brute|4 burn|4 toxin|5 suffocation}} damages per tick, but causes dizziness and jittering. Overdoses will cause excess Atropine to be rapidly metabolized into [[Histamine]], at a rate of 3u of Histamine for 2u of Atropine.&lt;br /&gt;
|0.1 units per tick&lt;br /&gt;
|15 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Calomel}}Calomel&amp;lt;span style=&amp;quot;color:#19C832;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Calomel}}&lt;br /&gt;
|Purge&lt;br /&gt;
|Quickly purges the body of all chemicals at 2.5u per tick.&lt;br /&gt;
&#039;&#039;&#039;If your health is above 20, {{dmgs|e|2.5 toxin|}} damage is dealt per tick.&#039;&#039;&#039;&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Hepanephrodaxon}}Hepanephrodaxon&amp;lt;span style=&amp;quot;color:#D2691E;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Hepanephrodaxon}}&lt;br /&gt;
|Liver, Toxin&lt;br /&gt;
|Superior anti-toxin that heals {{dmgs|e|6 toxin|}} damage per tick and also heals liver damage at a quick rate of 4 damage per tick, so long as the liver is still functional, but causes confusion. Overdoses cause brain 2 damage per tick and more severe confusion. Extremely fast metabolization.&lt;br /&gt;
|3.75 units per tick&lt;br /&gt;
|10 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Mutadone}}Mutadone&amp;lt;span style=&amp;quot;color:#5096C8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Mutadone}}&lt;br /&gt;
|Genetic&lt;br /&gt;
|Removes all your genetic mutations, this can&#039;t humanize monkeys.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Inaprovaline}}Inaprovaline&amp;lt;span style=&amp;quot;color:#5096C8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Wave the meditopia banner around.&lt;br /&gt;
|Oxygen&lt;br /&gt;
|Stabilizes the breathing of patients. Good for those in critical condition.&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|}&lt;br /&gt;
===Unique Healing Medicines===&lt;br /&gt;
These healing drugs preform a unique function that is not commonly used or seen in game.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width:100%; text-align:left; border: 3px solid #FFDD66; cellspacing=0; cellpadding=2; background-color:white;&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; | Name&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; |Recipe&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Treatment for&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Description&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Metabolism Rate&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Overdose Threshold&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Addiction Threshold&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Potassium Iodide}}Potassium Iodide&amp;lt;span style=&amp;quot;color:#14FF3C;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Potassium Iodide}}&lt;br /&gt;
|Radiation&lt;br /&gt;
|Reduces low radiation damage very effectively.&lt;br /&gt;
|0.8 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Ephedrine}}Ephedrine&amp;lt;span style=&amp;quot;color:#D2FFFA;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Ephedrine}} &lt;br /&gt;
|Stun&lt;br /&gt;
|Reduces stun times, increases run speed.&amp;lt;br&amp;gt;If overdosed it will deal {{dmgs|er|toxin| suffocation}} damage and will cause seizures also has a chance to make you drop the thing you were holding..&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|30 units&lt;br /&gt;
|25 units&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Diphenhydramine}}Diphenhydramine&amp;lt;span style=&amp;quot;color:#64FFE6;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Diphenhydramine}}&lt;br /&gt;
|Histamine Overdose&lt;br /&gt;
|Purges body of lethal Histamine at a rate of 3u per tick and reduces jitteriness while causing minor drowsiness. &lt;br /&gt;
|0.2 units per tick &lt;br /&gt;
|N/A&lt;br /&gt;
| N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Meclizine}}Meclizine&amp;lt;span style=&amp;quot;color:#CECECE;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Meclizine}}&lt;br /&gt;
|Vomiting&lt;br /&gt;
|Prevents vomiting and has a small chance to heal {{dmgs|e|1 toxin|}} damage. Overdosing causes {{dmgs|e|2 toxin|}} damage and 2 stomach damage per tick.&lt;br /&gt;
|0.25 units per tick&lt;br /&gt;
|25&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Morphine}}Morphine&amp;lt;span style=&amp;quot;color:#A9FBFB;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Morphine}}&lt;br /&gt;
|Movement Speed&lt;br /&gt;
|Will allow you to walk faster. Will make you feel tired after 12 cycles and will knock you out after 24.&amp;lt;br&amp;gt;If overdosed it will cause jitteriness, dizziness, force the victim to drop items in their hands and eventually deal {{dmgs|e|toxin|}} damage. &lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|30 units&lt;br /&gt;
|25 units&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Oculine}}Oculine&amp;lt;span style=&amp;quot;color:#FFFFFF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Oculine}}&lt;br /&gt;
|Eye&lt;br /&gt;
|Quickly heals eye damage and reverts blindness.&lt;br /&gt;
|0.1 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
| N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Inacusiate}}Inacusiate&amp;lt;span style=&amp;quot;color:#6600FF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Inacusiate}}&lt;br /&gt;
|Ear&lt;br /&gt;
|Instantly removes all ear damage. (Results in 2 units instead of 3)&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Epinephrine}}Epinephrine&amp;lt;span style=&amp;quot;color:#D2FFFA;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Epinephrine}}&lt;br /&gt;
|Stun + Brute, burn, suffocation and toxin&lt;br /&gt;
|20% chance each tick to reduce knockout/stun effects, minor stamina regeneration buff. Prevents {{dmgs|r|suffocation}} damage from going over 35. If the patient is in crit, it heals {{dmgs|qwer|0.5 brute|0.5 burn|0.5 toxin|0.5 suffocation}} damages per tick.&amp;lt;br&amp;gt;If overdosed will deal {{dmgs|e|toxin|}} and stamina damage, and cause {{dmgs|r|suffocation}}. This is in the EpiPens.&lt;br /&gt;
|0.1 units per tick&lt;br /&gt;
|30 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Antihol}}Antihol&amp;lt;span style=&amp;quot;color:#00B4C8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Antihol}}&lt;br /&gt;
|Alcohol&lt;br /&gt;
| Helps remove Alcohol from someone&#039;s body, as well as eliminating its side effects and slowly healing {{dmgs|e|toxin|}} damage.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Stimulants}}Stimulants&amp;lt;span style=&amp;quot;color:#78008C;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Traitor Adrenals or Stimpack&lt;br /&gt;
|Stun&lt;br /&gt;
|Increases run speed and eliminates stuns, can heal all four basic damage types at a rate {{dmgs|qwer|1 brute|1 burn|1 toxin|1 suffocation}} per tick if your total damage is below 50.&amp;lt;br&amp;gt;If overdosed it will deal {{dmgs|e|toxin}} damage and stun.&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
| 60 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Insulin}}Insulin&amp;lt;span style=&amp;quot;color:#FFFFF0;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Included in the &amp;quot;&#039;&#039;Medicals Supplies Crate&#039;&#039;&amp;quot; at Cargo.&lt;br /&gt;
|Sugar Dependency&lt;br /&gt;
|Increases sugar depletion by 3u per tick and can wake you up from a hyperglycemic shock faster.&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Strange Reagent}}Strange Reagent&amp;lt;span style=&amp;quot;color:#A0E85E;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Strange Reagent}}&lt;br /&gt;
|Death&lt;br /&gt;
|A miracle drug that can bring a dead body back to life! If the corpse has suffered more than 100 {{dmgs|q|brute|}} or {{dmgs|w|burn|}} damage it will fail, however.&amp;lt;br&amp;gt;If used on a living person it will deal minor amounts of {{dmgs|qw|brute|burn}} damage each tick.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Synaptizine}}Synaptizine&amp;lt;span style=&amp;quot;color:#FF00FF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Synaptizine}}&lt;br /&gt;
|Hallucination Decrease&lt;br /&gt;
|Helps Hallucinations go away much faster and helps you recover from stuns and knockdowns faster. Also Purges Mindbreaker Toxin very quickly. Deals {{dmgs|e|1 toxin}} damage per tick. Use after the super matter deliminates to stop all hallcuincations.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Rezadone}}Rezadone&amp;lt;span style=&amp;quot;color:#669900;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Rezadone}}&lt;br /&gt;
| Cellular Damage Healing&lt;br /&gt;
|Instantly heals all cellular damage, while healing damage to the body parts. If overdosed deals {{dmgs|e|1 toxin}} damage per tick. Very good for speedcloning.&lt;br /&gt;
&#039;&#039;&#039;5 units applied to a husk with less than {{dmgs|w|50 burn}} damage will unhusk it.&#039;&#039;&#039;&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|30 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Spaceacillin}}Spaceacillin&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Spaceacillin}}&lt;br /&gt;
|Infections&lt;br /&gt;
|An all-purpose antiviral agent. Prevents you from spreading any virus in your body.&lt;br /&gt;
|0.04 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Miner&#039;s Salve}}Miner&#039;s Salve&amp;lt;span style=&amp;quot;color:#6D6374;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Miner&#039;s Salve}}&lt;br /&gt;
| Improvised Patch Healing Chem&lt;br /&gt;
|Slowly heals {{dmgs|qw|brute|burn|}}, but prevents you from telling how injured you are. Causes stomach cramps if not applied via touch/patch. Increases the success chance of surgical steps by 10% if applied via touch/patch.&lt;br /&gt;
|0.16 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Haloperidol}}Haloperidol&amp;lt;span style=&amp;quot;color:#27870a;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Haloperidol}}&lt;br /&gt;
|Anti-Drug and Light Sedative&lt;br /&gt;
|Helps fight against the effects of most drugs, while purging them at a rate of 5u per tick. However also causes drowsiness and stamina damage and has a small chance to cause brain damage each tick.&lt;br /&gt;
|0.16 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Leporazine}}Leporazine &amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Leporazine}}&lt;br /&gt;
|Body temperature&lt;br /&gt;
|Keeps a patient&#039;s body temperature stable, but if overdosed will cause wild fluctuations in body temperature instead.&lt;br /&gt;
| 0.1 units per tick&lt;br /&gt;
|30 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Corazone}}Corazone&amp;lt;span style=&amp;quot;color:#F5F5F5;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Corazone}}&lt;br /&gt;
|Heart attack&lt;br /&gt;
|Helps prevent cardiac arrest and liver failure, also heals 1.5 heart damage per tick. Overdoses cause Corazone to be metabolized into [[Histamine]] at a rate of 1u per tick.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|20 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Psicodine}}Psicodine&amp;lt;span style=&amp;quot;color:#F5F5F5;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Psicodine}}&lt;br /&gt;
|Phobias and Mood &lt;br /&gt;
|Suppresses phobias and turns bad mood into neutral mood. Also reduces [[Status_Effects#Jitteriness|jitteriness]], [[Status_Effects#Dizziness|dizziness]], [[Status_Effects#Confusion|confusion]] and [[Status_Effects#Disgust|disgust]]. If overdosed it causes [[Status_Effects#Hallucinations|hallucinations]] and {{dmgs|e|1 toxin}} damage per tick.&lt;br /&gt;
|0.1 units per tick&lt;br /&gt;
|30 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Energized Jelly}}Energized Jelly&amp;lt;span style=&amp;quot;color:#CAFF43;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Energized Jelly}}&lt;br /&gt;
|Stun&lt;br /&gt;
|Reduces stun times by around 60% (depends) for [[Guide_to_races#Jellypeople|jellypeople]], while also speeding up [[Guide_to_races#Luminescents|Luminescent&#039;s]] cooldowns. Non-jelly lifeforms will just get shocked.&lt;br /&gt;
| 0.4 units per tick&lt;br /&gt;
| N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Regenerative Jelly}}Regenerative Jelly&amp;lt;span style=&amp;quot;color:#CAFF43;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Regenerative Jelly}}&lt;br /&gt;
|Healing&lt;br /&gt;
|Gradually regenerates all four types of basic damage at a rate of {{dmgs|qwer|0.5 brute|0.5 burn|0.5 toxin|0.5 suffocation}} per tick, without harming [[Guide_to_races#Oozeling|Oozling]] anatomy.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Polypyrylium Oligomers}}Polypyrylium Oligomers&amp;lt;span style=&amp;quot;color:#9423FF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Polypyrylium Oligomers}}&lt;br /&gt;
| Healing&lt;br /&gt;
| Heals your lungs for 0.25 damage and your body {{dmgs|q|0.35 brute}} damage per tick, has a 50% chance to reduce bleeding each tick. Changes your hair and beard color to purple.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|50 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Silibinin}}Silibinin&amp;lt;span style=&amp;quot;color:#FFFFD0;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Silibinin}}&lt;br /&gt;
|Healing &lt;br /&gt;
|Heals 2 liver damage per tick.&lt;br /&gt;
|0.6 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Earthsblood}}Earthsblood&amp;lt;span style=&amp;quot;color:#FFAF00;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Earthsblood}}&lt;br /&gt;
|Healing&lt;br /&gt;
|Heals {{dmgs|qwer|3 brute|3 burn|3 toxin|15 suffocation}}, 1 cellular and 30 stamina damage per tick and causes 1 brain damage per tick (max 150). Causes jitteriness and gets you drugged. Overdose causes hallucinations and {{dmgs|e|toxin}} damage.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|25 units&lt;br /&gt;
|N/A &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==Narcotics==&lt;br /&gt;
Narcotics are highly addicitve drugs that can aggressively, or passively, provide a benefit. Be wary as its very easy to become addicted, or overdose, on a narcotic.&lt;br /&gt;
&lt;br /&gt;
As a general rule of thumb, the more of a positive effect (or any effect) a narcotic can provide, the easier it is to get addicted or overdose on it.&lt;br /&gt;
&lt;br /&gt;
People who overdose or get addicted to Narcotics tend to usually end up dying to the negative effects or requiring immedient medical attention. Take in moderation.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width:100%; text-align:left; border: 3px solid #FFDD66; cellspacing=0; cellpadding=2; background-color:white;&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; |Name&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; |Recipe&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Description&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Metabolism Rate&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Overdose Threshold&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Addiction Threshold&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Nicotine}}Nicotine&amp;lt;span style=&amp;quot;color:#60A584;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Grown in tobacco or found in cigarettes.&lt;br /&gt;
|Slightly reduces stun times.&lt;br /&gt;
If overdosed, will deal negligeable ammount of toxin damage.&lt;br /&gt;
|0.05 units per tick&lt;br /&gt;
|15 units&lt;br /&gt;
|10 units&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Krokodil}}Krokodil&amp;lt;span style=&amp;quot;color:#0064B4;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Krokodil}}&lt;br /&gt;
|Provides messages of calmness and protection.&amp;lt;br&amp;gt;If overdosed it will deal significant Brain and {{dmgs|e|toxin}} damage.&amp;lt;br&amp;gt;On withdrawal will begin to deal fatal amounts of {{dmgs|q|brute}} damage as the subjects skin falls off.&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|20 units&lt;br /&gt;
|15 units&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Crank}}Crank&amp;lt;span style=&amp;quot;color:#FA00C8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Crank}}&lt;br /&gt;
|Reduces stun times by about 200%.&amp;lt;br&amp;gt;If overdosed or addicted it will deal significant {{dmgs|qe|brute|toxin}} and Brain damage.&lt;br /&gt;
| 0.2 units per tick&lt;br /&gt;
|20 units&lt;br /&gt;
|10 units&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Methamphetamine}}Methamphetamine&amp;lt;span style=&amp;quot;color:#FAFAFA;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Methamphetamine}}&lt;br /&gt;
|Every chemist&#039;s favorite, and the leading cause of chemist deaths.&lt;br /&gt;
Reduces stun times by about 300%. Allows the user to quickly recover stamina while dealing a small amount of Brain damage.&amp;lt;br&amp;gt;If overdosed the subject will move, laugh, and drop items randomly while suffering from {{dmgs|e|toxin}} and Brain damage.&amp;lt;br&amp;gt;On withdrawal the subject will constantly jitter and drool, before becoming dizzy and losing motor control and eventually suffer heavy {{dmgs|e|toxin}} damage.&amp;lt;br&amp;gt;A great deal of caution must be taken when heating this chemical, as it will explode if it reaches a temperature of or greater than 380 k.&lt;br /&gt;
|0.3 units per tick&lt;br /&gt;
|20 units&lt;br /&gt;
|10 units&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Bath Salts}}Bath Salts&amp;lt;span style=&amp;quot;color:#FAFAFA;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Bath Salts}}&lt;br /&gt;
|Makes the subject nearly impervious to stuns, however the subject will suffer {{dmgs|e|toxin}} and Brain damage, constant hallucinations and will lose motor control.&amp;lt;br&amp;gt;If overdosed the subject will lose even more motor control, drool and drop items in their hand.&amp;lt;br&amp;gt;On withdrawal the subject will suffer very severe Brain damage, severe hallucinations, complete loss of motor control and eventually fatal amounts of {{dmgs|e|toxin}} damage. &lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
| 20 units&lt;br /&gt;
|10 units&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Aranesp}}Aranesp&amp;lt;span style=&amp;quot;color:#78FFF0;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Aranesp}}&lt;br /&gt;
|The subject will think they are &amp;quot;amped&amp;quot; and regenerate stamina, however the drug typically causes the subject to {{dmgs|r|suffocate}} to death. Also deals minor {{dmgs|e|toxin}} damage and prevents the user from blocking.&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Space Drugs}}Space Drugs&amp;lt;span style=&amp;quot;color:#60A584;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Space Drugs}}&lt;br /&gt;
|An illegal compound which induces a number of effects such as loss of balance and visual artefacts. If overdosed causes hallucinations.&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|30 units&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Happiness}}Happiness&amp;lt;span style=&amp;quot;color:#0000C8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Happiness}}&lt;br /&gt;
|Suppresses phobias and fills you with ecstasic emotional numbness. Removes jitteriness, confusion and disgust. Causes 0.2 brain damage per tick. Highly addictive. If overdosed causes sudden mood swings and an additional 0.5 brain damage per tick. On withdrawal it will slowly drive your mood to &amp;quot;insane&amp;quot;. Be sure to cool the Nitrous Oxide down before mixing or your plasma will explode in your face!&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|20 units&lt;br /&gt;
|10 units&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Modafinil}}Modafinil&amp;lt;span style=&amp;quot;color:#BEF7D8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Modafinil}}&lt;br /&gt;
|Slowly-metabolizing medicine. Heals dizziness, drowsiness, sleep and heats you up if frozen, similarly to Coffee Latte.&lt;br /&gt;
Gives 15 stamina regeneration and slightly increase speed. If overdosed causes jitteriness, stuttering, dizziness (later), 50% chance to choke. After 41 cycles 20% chance to stun you. Cycle 82 puts you into endless sleep while constantly dealing 1.5 stamina and {{dmgs|r|suffocation}} damage.&lt;br /&gt;
|0.02-0.08 units per&amp;amp;nbsp;tick&lt;br /&gt;
|Random, initially 20 but goes up or down 0.1u each tick.&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Ketamine}}Ketamine&amp;lt;span style=&amp;quot;color:#C9C9C9;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Ketamine}}&lt;br /&gt;
|A Dissociative Anesthetic. Causes Hallucinations, Allows User to Ignore the Damage Slowdown(Like Morphine). Reduces Jitters and Confusion, and provides a mood boost if disgusted. Will eventually knock you out.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Overdose: Gives you a split personality. No more slowdown ignore. Hallucinations are worse. &lt;br /&gt;
|0.5 Units Per Tick&lt;br /&gt;
|16 Units&lt;br /&gt;
|8 Units&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Nooartium}}Nooartium&amp;lt;span style=&amp;quot;color:#280000;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|1u atropine, 1u morphine, 1u teslium, 1u tricordrazine&lt;br /&gt;
Heat to 575 for 1u of Nooartium (Note: It is advised to heat other chemicals before adding the teslium)&lt;br /&gt;
|Deals constant and severe (some irreperable) damage to the heart in exchange for immunity to crit &amp;amp; stamina crit, damage slowdown, knockout from oxygen deprivation and death as resistance to stun. Can also be used on a corpse for temporary revival. However, should the user have taken a large enough dose they will suffer a fatal heart attack. If the user has taken enough Nooartium that it is still in their system after 3 minutes, whenever it does eventually run out they will die. Note that the repairable damage done to the users heart is increased based on how much Brute &amp;amp; Burn damage they take while under the drugs influence. Should your heart give out, even while under the influence of Nooartium, you will lose all benefits and die immediately.&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|25u&lt;br /&gt;
|N/A&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Pyrotechnics==&lt;br /&gt;
The manipulation of fire and matter.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width:100%; text-align:left; border: 3px solid #FFDD66; cellspacing=0; cellpadding=2; background-color:white;&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; |Name&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; |Recipe&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Stabilizing Agent}}Stabilizing Agent&amp;lt;span style=&amp;quot;color:#FFFF00;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Stabilizing Agent}}&lt;br /&gt;
|When mixed with certain pyrotechnics, it stabilizes the reaction and prevents the reaction for usage later. The stabilizing agent is not consumed when stabilizing explosives, and one unit is enough to stabilize any amount of explosives. &#039;&#039;&#039;This does not work on everything, so be warned!&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Foam Surfactant}}Foam Surfactant&amp;lt;span style=&amp;quot;color:#9E6B38;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Fluorosurfactant}}&lt;br /&gt;
|Also known as Fluorosurfactant. Creates a large amount of foam when mixed with an equal amount of water. This foam carries any reagents along with it in the container, allowing you to apply reagents to large areas at a time. The foam will apply any carried reagents to any walls, floors, objects, or people and animals in the area of the foam. The reagents will be absorbed through a mob&#039;s exposed skin and somewhat through clothes unless completely impermeable(hardsuit/biohazard/medical gear). Foam is slippery!&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Firefighting Foam}}Firefighting Foam&amp;lt;span style=&amp;quot;color:#A6FAFF55;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Firefighting Foam}} &lt;br /&gt;
|A historical fire suppressant. Originally believed to simply displace oxygen to starve fires, it actually interferes with the combustion reaction itself. Vastly superior to the cheap water-based extinguishers. When used in a spray or with smoke it creates a non-slippery foam which extinguishes fires and burning creatures, and removes burning plasma from the air&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Smoke}}Smoke&amp;lt;span style=&amp;quot;color:#C8C8C8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Smoke}}&lt;br /&gt;
|This creates a large cloud of smoke that will take on the properties of everything (if anything) in the container of the reaction. The chemicals in the smoke will touch and react with everything that the smoke touches. Mobs caught within the smoke cloud without wearing a gas mask or breathing through a gas tank will ingest the smoke chemicals. Great for distributing toxins in a crowded area. Can be stabilized with Stabilizing Reagent. If stabilized, heat to 374K to activate.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Flash Powder}}Flash Powder&amp;lt;span style=&amp;quot;color:#C8C8C8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Flash Powder}}&lt;br /&gt;
| Flashes in a radius that scales up with the amount detonated. Can be stabilized with Stabilizing Reagent. If stabilized, heat to 374K to activate.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Phlogiston}}Phlogiston&amp;lt;span style=&amp;quot;color:#FA00AF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Phlogiston}}&lt;br /&gt;
|Turns into a spreading plasma fire if not stabilized during mixing. Makes you burn longer, and ignites you. Deals increasing {{dmgs|w|burn}} damage based on how much you&#039;re burning up to {{dmgs|w|4 burn}} damage every 3 seconds. Can be stabilized with Stabilizing Reagent.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Napalm}}Napalm&amp;lt;span style=&amp;quot;color:#FA00AF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Napalm}}&lt;br /&gt;
|A substance that burns for much longer then other fuels. Inject it into someone and then apply heat for a warm toasty fireball human.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Sonic Powder}}Sonic Powder&amp;lt;span style=&amp;quot;color:#C8C8C8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Sonic Powder}}&lt;br /&gt;
|Deafens in a radius that scales up with the amount detonated. Can be stabilized with Stabilizing Reagent. If stabilized, heat to 374K to activate. &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Pyrosium}}Pyrosium&amp;lt;span style=&amp;quot;color:#64FAC8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Pyrosium}}&lt;br /&gt;
|Comes into existence at 20K. As long as there is sufficient oxygen for it to react with, Pyrosium slowly heats all other reagents in the container up. Useful for delayed reactions.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Cryostylane}}Cryostylane&amp;lt;span style=&amp;quot;color:#0000DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Cryostylane}}&lt;br /&gt;
| Comes into existence at 20K. As long as there is sufficient oxygen for it to react with, Cryostylane slowly cools all other reagents in the container down. Useful for delayed reactions.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Chlorine Trifluoride}}Chlorine Trifluoride&amp;lt;span style=&amp;quot;color:#FFC8C8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Chlorine Trifluoride}}&lt;br /&gt;
|When created it will create a temporary 3x3 fireball. Comes into existence at 1000K. A flammable substance so dangerous it can burn through the hull of the station. It lights you on fire when it comes into contact with you, and if it gets inside of you will burn you from the inside out. It metabolizes out of your body extremely fast, however.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Sorium}}Sorium&amp;lt;span style=&amp;quot;color:#5A64C8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Sorium}}&lt;br /&gt;
| When detonated it will send any movable object or person flying away from the detonation point. Can be stabilized with Stabilizing Reagent. If stabilized, heat to 474K to activate.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Liquid Dark Matter}}Liquid Dark Matter&amp;lt;span style=&amp;quot;color:#210021;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Liquid Dark Matter}}&lt;br /&gt;
|When detonated it will suck in any movable object or person. Can be stabilized with Stabilizing Reagent. If stabilized, heat to 474K to activate.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |Meth Explosion&amp;lt;span style=&amp;quot;color:#FAFAFA;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Meth Explosion}}&lt;br /&gt;
|If you are making Methamphetamine and mixing the ephedrine last, make sure you&#039;re using a chilled container, or it&#039;ll blow up just as if it was overheated. Definitely safer to just make the ephedrine separately. Blows up with the same strength as Black Powder.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Black Powder}}Black Powder&amp;lt;span style=&amp;quot;color:#000000;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Black Powder}} &lt;br /&gt;
|Sparks, and then creates a violent explosion when heated to 474K.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Nitroglycerin}}Nitroglycerin&amp;lt;span style=&amp;quot;color:#808080;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Nitroglycerin}}&lt;br /&gt;
| A heavy, colourless, oily, explosive liquid obtained by nitrating glycerol. Explodes immediately on mixing (results in 2 units instead of 3). Can be stabilized with Stabilizing Reagent. If stabilized, heat to 474K to activate.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Explosion}}Explosion&lt;br /&gt;
|{{RecursiveChem/Explosion}}&lt;br /&gt;
|This explodes immediately on mixing, which may knock you over or even kill you. Only useful in grenade production.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Plasma Flash}}Plasma Flash&lt;br /&gt;
|{{RecursiveChem/Plasma_Flash}}&lt;br /&gt;
|Makes a small explosion with a bright light and fire, igniting everyone nearby.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Holy Explosion}}Holy Explosion&lt;br /&gt;
|{{RecursiveChem/Holy Explosion}}&lt;br /&gt;
|This explodes immediately on mixing. If it combined at least 75 of each reagent, it results in a more powerful explosion, which also paralyzes and reveals [[revenant]]s and sets nearby [[Blood Cult|cultists]] on fire. Otherwise it behaves like a normal Water-Potassium explosion.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|EMP}}EMP&lt;br /&gt;
|{{RecursiveChem/EMP}}&lt;br /&gt;
|This reacts immediately on mixing, creating an electromagnetic pulse which affects electronics nearby; such as temporarily deactivating energy weapons, cameras. Radius depends on amount mixed. Has 50/50 chance to open locked containers.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Tesla Shock}}Tesla Shock&lt;br /&gt;
|{{RecursiveChem/Tesla Shock}} &lt;br /&gt;
|This reacts immediately on mixing, shooting electric bolts to anyone near the reaction, shocking people and disabling/damaging electronics.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Thermite}}Thermite&amp;lt;span style=&amp;quot;color:#550000;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Thermite}}&lt;br /&gt;
|A mixture that becomes extremely hot when ignited, and which can burn straight through walls when applied and ignited. Doesn&#039;t work on Lockers or Crates(sadly). Causes minor {{dmgs|w|burn}} damage to humans when ingested.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Bee Explosion}}Bee Explosion&lt;br /&gt;
|{{RecursiveChem/Bee Explosion}} &lt;br /&gt;
|This reacts immediately on mixing, spawning 1 aggressive bee per 15u.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Other Recipes==&lt;br /&gt;
These are either pure reactions that typically leave nothing remaining or other chemicals that have non-medicinal uses. Many of these are useful in the manufacture of grenades, but many can be quite dangerous.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width:100%; text-align:left; border: 3px solid #FFDD66; cellspacing=0; cellpadding=2; background-color:white;&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; |Name &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; |Formula&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Description&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Plastic Sheets}}Plastic Sheets&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Plastic Sheets}}&lt;br /&gt;
| Creates Plastic sheets. 1 Plastic sheet per 10u of solution. Can be used in hand to craft plastic bottles (they work just like beakers)&amp;lt;br&amp;gt;Required to print certain items such as surgical drapes or Plumbing Constructor in the protolathes.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Barber&#039;s Aid}}Barber&#039;s Aid&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Barber&#039;s Aid}}&lt;br /&gt;
|Changes your hair style, useful if you are bald! (Results in 5 units instead of 3)&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Barbers A}}Concentrated Barber&#039;s Aid&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Concentrated Barber&#039;s Aid}}&lt;br /&gt;
|Grows your hair very long!&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Barber&#039;s Afro Mania}}Barber&#039;s Afro Mania&amp;lt;span style=&amp;quot;color:##FF8800;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Barber&#039;s Afro Mania}}&lt;br /&gt;
|Makes you grow an afro. Unleash the funk within you.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Barbers Shaving Aid}}Barber&#039;s Shaving Aid&amp;lt;span style=&amp;quot;color:#C0FFAB;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Barber&#039;s Shaving Aid}}&lt;br /&gt;
|&amp;quot;It seems I messed up. Time to go bald.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Candle}}Candle&lt;br /&gt;
|{{RecursiveChem/Candle}}&lt;br /&gt;
|Creates a red candle for use in decoration or rituals.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Carbon Dioxide}}Carbon Dioxide&lt;br /&gt;
|{{RecursiveChem/Carbon Dioxide}}&lt;br /&gt;
|What the fuck is carbon dioxide? It will create [[Guide_to_Atmospherics#CO2|CO&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;]] in gas form. Might be useful for creative traitors.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Colorful Reagent}}Colorful Reagent&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Colorful Reagent}}&lt;br /&gt;
|Use this to color EVERYTHING! Keep away from the clown and assistants!&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Condensed Capsaicin}}Condensed Capsaicin&amp;lt;span style=&amp;quot;color:#B31008;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Condensed Capsaicin}}&lt;br /&gt;
|A chemical agent used for self-defense and in police work. Also known as &#039;Pepper Spray&#039; (results in 5 units instead of 6).&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Life}}Life&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Life}}&lt;br /&gt;
|Creates a or multiple very unpleseant life forms. You always want to have Security on hot standby if you attemtp this. (Results in 1 unit instead of 3)&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Life Friendly}}Life Friendly&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Life Friendly}}&lt;br /&gt;
|Creates a or multiple friendly life forms. If you want to have some fun creating life and not end up getting exectuted by security (Results in 1 unit instead of 3) &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Corgium}}Corgium&lt;br /&gt;
|{{RecursiveChem/Corgium}}&lt;br /&gt;
|Creates your own Corgi! Turns you into a Corgi if ingested.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Cryptobiolin}}Cryptobiolin&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Cryptobiolin}}&lt;br /&gt;
|Causes confusion and dizziness. This is essential to make Spaceacillin.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Drying Agent}}Drying Agent&amp;lt;span style=&amp;quot;color:#A70FFF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Drying Agent}}&lt;br /&gt;
|Creates a solution that when applied to galoshes, causes them to be extra absorbent and dry any wet tiling they step on (results in 3 units instead of 4). &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Foaming Agent}}Foaming Agent&amp;lt;span style=&amp;quot;color:#664B63;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Foaming Agent}}&lt;br /&gt;
|Used in Metal Foam production. Creates 1 unit instead of 2.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Smart Foaming Agent}}Smart Foaming Agent&amp;lt;span style=&amp;quot;color:#664B63;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Smart Foaming Agent}}&lt;br /&gt;
|Used in Smart Metal Foam production. Creates 3 units instead of 5.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Fluorosulfuric Acid}}Fluorosulfuric Acid&amp;lt;span style=&amp;quot;color:#5050FF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Fluorosulfuric Acid}}&lt;br /&gt;
|A highly caustic and dangerous substance. Keep away from faces and valuable equipment. Used in some other recipes.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Glycerol}}Glycerol&amp;lt;span style=&amp;quot;color:#808080;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Glycerol}}&lt;br /&gt;
|Requires blended corn, so thus help from the botanist. This is only useful in other reactions (results in 1 unit instead of 4). Slippery like water.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Solid Gold}}Solid Gold&amp;lt;span style=&amp;quot;color:#FFD700;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Solid Gold}}&lt;br /&gt;
|Solidifies a sheet of gold into your hand. Requires Frost Oil, thus help from botany.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Solid Adamantine}}Solid Adamantine&amp;lt;span style=&amp;quot;color:#E0FFFF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Solid Adamantine}}&lt;br /&gt;
|Creates a single sheet of Adamantine in your hand. Requires Frost Oil, thus help from Botany.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Quantum Hair Dye}}Quantum Hair Dye&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Quantum Hair Dye}}&lt;br /&gt;
|Changes your hair color when you apply or spray it! (Results in 5 units instead of 3)&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Laughter}}Laughter&amp;lt;span style=&amp;quot;color:#FF4DD2;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Laughter}}&lt;br /&gt;
|Causes you to laugh, reduces slip knockdown, and gives a positive moodlet when slipped. Useful for the clown! (results in 10 units instead of 2). &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Meat Product}}Meat Product&lt;br /&gt;
|{{RecursiveChem/Meat Product}}&lt;br /&gt;
| Creates a slab of chemically processed meat.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Metal Foam}}Metal Foam&lt;br /&gt;
|{{RecursiveChem/Metal Foam}}&lt;br /&gt;
|Creates lightweight metal foam walls. These can be easily torn through, but may be useful for plugging hull breaches. Can be made with either iron or aluminium. Spreads immediately when mixed.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Smart Metal Foam}}Smart Metal Foam&lt;br /&gt;
|{{RecursiveChem/Smart Metal Foam}}&lt;br /&gt;
|Compared to the regular [[Guide to chemistry#Metal Foam|Metal Foam]], this sticks and applies only next to walls. Used for emergency sealing of hull breaches, while keeping areas accessible.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Nitrous Oxide}}Nitrous Oxide&lt;br /&gt;
|{{RecursiveChem/Nitrous Oxide}}&lt;br /&gt;
|Creates [[Guide to Atmospherics#The Gases and Their Functions|N2O]] in liquid form, which explodes when heated to 575K. Can become gaseous if spilled or released in a smoke. Be careful!&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Plasma Solidification}}Plasma Solidification&lt;br /&gt;
|{{RecursiveChem/Plasma Solidification}}&lt;br /&gt;
|Solidifies a large amount of [[plasma]] into a bar.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Pax}}Pax&amp;lt;span style=&amp;quot;color:#AAAAAA55;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Pax}} &lt;br /&gt;
| Pacifies by preventing the victim from using harm intent, certain harmful weapons and only letting them use passive and aggressive grabs. Non-harmful weapons such as disablers still work. Metabolizes at the rate of 0.1 units per tick.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Royal Bee Jelly}}Royal Bee Jelly&amp;lt;span style=&amp;quot;color:#00FF80;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Royal Bee Jelly}}&lt;br /&gt;
|Causes a Queen Bee to split in two when injected (results in 5 units instead of 50).&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Soap}}Soap&lt;br /&gt;
|{{RecursiveChem/Soap}} &lt;br /&gt;
|Creates a bar of soap, slightly faster cleaning than what you get on the station.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Sodium Chloride}}Sodium Chloride&amp;lt;span style=&amp;quot;color:#FFFFFF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Sodium Chloride}}&lt;br /&gt;
| Commonly known as salt, Sodium Chloride is often used to season food. Contrary to popular belief does &#039;&#039;&#039;NOT HURT OOZELINGS&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Space Cleaner}}Space Cleaner&amp;lt;span style=&amp;quot;color:#A5F0EE;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Space Cleaner}}&lt;br /&gt;
|This is able to clean almost all surfaces of almost anything that may dirty them. The janitor is likely to appreciate refills.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Spray Tan}}Spray Tan&amp;lt;span style=&amp;quot;color:#FFC080;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Spray Tan}}&lt;br /&gt;
|Darkens the skin when sprayed or applied. Do not swallow!&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Space Lube}}Space Lube&amp;lt;span style=&amp;quot;color:#009CA8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Space Lube}}&lt;br /&gt;
|Space Lube is a high performance lubricant intended for maintenance of extremely complex mechanical equipment (results in 4 units instead of 3). &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Sterilizine}}Sterilizine&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Sterilizine}}&lt;br /&gt;
|When applied via touch or vapor, increases the success chance of surgical steps by 20%. Useful for surgery in less than ideal conditions.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Synthmeat}}Synthmeat&lt;br /&gt;
|{{RecursiveChem/Synthmeat}}&lt;br /&gt;
|Creates a slab of synthetic meat.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Unstable Mutagen}}Unstable Mutagen&amp;lt;span style=&amp;quot;color:#00FF00;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Unstable Mutagen}}&lt;br /&gt;
|Causes mutations when injected into living people or plants. High doses may be lethal, especially in humans. Only useful for Botany and Virology.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Cooking Oil}}Cooking Oil&amp;lt;span style=&amp;quot;color:#4B004B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Cooking Oil}}&lt;br /&gt;
|A cooking oil used in deep-fryer to deepfry things. God forbid if clown gets their hands on this. &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Light pink Glitter}}Light pink Glitter&lt;br /&gt;
|5 part Oil&lt;br /&gt;
2 part Sulfuric Acid &lt;br /&gt;
&lt;br /&gt;
3 part Ash &lt;br /&gt;
&lt;br /&gt;
2 part Aluminum &lt;br /&gt;
&lt;br /&gt;
Temperature 340K &lt;br /&gt;
|Causes a mess when split on the ground or added to grenades. Light pink colour (results in 10 parts instead of 12).&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Pink Glitter}}Pink Glitter&lt;br /&gt;
|5 part Light Pink Glitter&lt;br /&gt;
1 part Stable-plasma&lt;br /&gt;
|Causes a mess when split on the ground or added to grenades. Pink colour (results in 5 parts instead of 6).&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Blue Glitter}}Blue Glitter&lt;br /&gt;
|5 part Light Pink Glitter&lt;br /&gt;
1 part Nitrogen&lt;br /&gt;
|Causes a mess when split on the ground or added to grenades. Blue colour (results in 5 parts instead of 6).&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|White Glitter}}White Glitter&lt;br /&gt;
|5 part Light Pink Glitter&lt;br /&gt;
1 part Sugar&lt;br /&gt;
|Causes a mess when split on the ground or added to grenades. White colour (results in 5 parts instead of 6).&lt;br /&gt;
|}&lt;br /&gt;
===Construction Recipes===&lt;br /&gt;
These chemicals usually can be used to produce something strictly structural or a building material, such as tiles!&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width:100%; text-align:left; border: 3px solid #FFDD66; cellspacing=0; cellpadding=2; background-color:white;&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; | Name&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; | Formula&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Description&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Black Carpet}} Black Carpet&amp;lt;span style=&amp;quot;color:#1E1E1E;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Black Carpet}}&lt;br /&gt;
|Produces Black carpet&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Blue Carpet}} Blue Carpet&amp;lt;span style=&amp;quot;color:#0000DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Blue Carpet}}&lt;br /&gt;
|Produces Blue carpet&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Cyan Carpet}} Cyan Carpet&amp;lt;span style=&amp;quot;color:#00B4FF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Cyan Carpet}}&lt;br /&gt;
|Produces Cyan carpet&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Green Carpet}} Green Carpet&amp;lt;span style=&amp;quot;color:#A8E61D;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Green Carpet}}&lt;br /&gt;
|Produces Green carpet&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Orange Carpet}} Orange Carpet&amp;lt;span style=&amp;quot;color:#E78108;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Orange Carpet}}&lt;br /&gt;
|Produces Orange carpet&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Purple Carpet}} Purple Carpet&amp;lt;span style=&amp;quot;color:#91D865;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Purple Carpet}}&lt;br /&gt;
|Produces Purple carpet&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Red Carpet}} Red Carpet&amp;lt;span style=&amp;quot;color:#731008;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Red Carpet}}&lt;br /&gt;
|Produces Red carpet&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Royal Black Carpet}} Royal Black Carpet&amp;lt;span style=&amp;quot;color:#000000;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Royal_Black Carpet}}&lt;br /&gt;
|Produces Royal Black carpet&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Royal Blue Carpet}} Royal Blue Carpet&amp;lt;span style=&amp;quot;color:#5A64C8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Royal_Blue Carpet}}&lt;br /&gt;
|Produces Royal Blue carpet&lt;br /&gt;
|}&lt;br /&gt;
===Virology Recipes===&lt;br /&gt;
These chemicals are used to mutate viruses, and have few uses beyond that.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width:100%; text-align:left; border: 3px solid #FFDD66; cellspacing=0; cellpadding=2; background-color:white;&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; | Name&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; | Formula&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Description&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Virus Food}} Virus Food&amp;lt;span style=&amp;quot;color:#899613;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Virus Food}}&lt;br /&gt;
|Only useful in Virology. It is used to get a virus symptom of level1 and 2. It is also a primary ingredient for all other Virology-related chemicals. Also boosts the speed at which a virus advances to the next stage by 10 times while in one&#039;s bloodstream. (Results in 15 units instead of 10)&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Mutagenic Agar}} Mutagenic Agar&amp;lt;span style=&amp;quot;color:#A3C00F;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Mutagenic Agar}} &lt;br /&gt;
|Extremely similar to Unstable Mutagen. Only useful to Virology. It is used to get a virus symptom of level 3 only. (Results in 1 unit instead of 2) &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Sucrose Agar}} Sucrose Agar&amp;lt;span style=&amp;quot;color:#41B0C0;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Sucrose Agar}}&lt;br /&gt;
|Extremely similar to Mutagenic agar. Only useful to Virology. It is used to get a virus symptom of level 4 only.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Virus Plasma}} Virus Plasma&amp;lt;span style=&amp;quot;color:#A69DA9;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Virus Plasma}}&lt;br /&gt;
|Extremely similar to Plasma. Only useful to Virology. It is used to get a virus symptom of level 6 only. (Results in 1 unit instead of 2)&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Weakened Virus Plasma}} Weakened Virus Plasma&amp;lt;span style=&amp;quot;color:#CEC3C6;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Weakened Virus Plasma}}&lt;br /&gt;
|Weakened variety of virus plasma. Only useful to Virology. It is used to get a virus symptom of level 5 only. &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Virus Rations}} Virus Rations&amp;lt;span style=&amp;quot;color:#D18AA5;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Virus Rations}}&lt;br /&gt;
|Depleted virus food. Only useful to Virology. It is used to get a virus symptom of level 1 only. (Results in 1 unit instead of 2)&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Decaying Uranium Gel}} Decaying Uranium Gel&amp;lt;span style=&amp;quot;color:#D18AA5;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Decaying Uranium Gel}}&lt;br /&gt;
|Powerful viral mutagen. Only useful to Virology. It is used to get a virus symptom of level 6 or 7. (Results in 1 unit instead of 2) &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Unstable Uranium Gel}} Unstable Uranium Gel&amp;lt;span style=&amp;quot;color:#D18AA5;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Unstable Uranium Gel}}&lt;br /&gt;
|Powerful viral mutagen. Only useful to Virology. It is used to get a virus symptom of level 7. (Results in 1 unit instead of 6) &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Stable Uranium Gel}} Stable Uranium Gel&amp;lt;span style=&amp;quot;color:#D18AA5;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Stable Uranium Gel}}&lt;br /&gt;
|Powerful viral mutagen. Only useful to Virology. It is used to get a virus symptom of level 8. (Results in 1 unit instead of 21)&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Anomalous Virus Food}} Anomalous Virus Food&amp;lt;span style=&amp;quot;color:#D18AA5;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Anomalous Virus Food}}&lt;br /&gt;
|Unusual viral mutagen. Only useful to virology. It is used to get a virus symptom of level 0. (Results in 1 unit instead of 6) &lt;br /&gt;
|}&lt;br /&gt;
===Mutation Toxins===&lt;br /&gt;
Obtainable through xenobiology, these chemicals transform humaniods in other humanoid [[Guide_to_races|races]].&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width:100%; text-align:left; border: 3px solid #FFDD66; cellspacing=0; cellpadding=2; background-color:white;&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; |Name&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; |Formula&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Imperfect Mutation Toxin}} Imperfect Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that randomly transforms into either a [[Slimepeople|slimeperson]], [[Stargazers]], or [[Luminescents]].&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Unstable Mutation Toxin}} Unstable Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Unstable Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that transforms into a random, safe race.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Stable Mutation Toxin}} Stable Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Stable Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that transforms into a [[Guide_to_races#Human|human]].&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Mulligan Toxin}}Mulligan Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Mulligan Toxin}}&lt;br /&gt;
|Changes identity by randomizing the subject&#039;s appearance.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Lizard Mutation Toxin}} Lizard Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Lizard Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that transforms into a [[Guide_to_races#Lizardpeople|lizardperson]].&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Felinid Mutation Toxin}} Felinid Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Felinid Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that transforms into a [[Guide_to_races#Felinids|felinid]]. &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Moth Mutation Toxin}} Moth Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Moth Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that transforms into a [[Guide_to_races#Mothpeople|moth]].&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Fly Mutation Toxin}} Fly Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Fly Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that transforms into a [[Guide_to_races#Flypeople|flyperson]].&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Pod Mutation Toxin}} Pod Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Pod Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that transforms into a [[Guide_to_races#Podpeople|podperson]].&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Golem Mutation Toxin}} Golem Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Golem Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that transforms into a [[Guide_to_races#Golems|golem]].&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Abductor Mutation Toxin}} Abductor Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Abductor Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that transforms into an [[Guide_to_races#Abductors|abductor]].&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Oozeling Mutation Toxin}} Oozeling Mutation Toxin&amp;lt;span style=&amp;quot;color:#611e80;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Oozeling Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that transforms into an [[Guide to races#Oozeling|Oozeling]]&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Ethereal Mutation Toxin}} Ethereal Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Ethereal Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that transforms into an [[Guide to races#Ethereals|ethereal]].&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|IPC Mutation Toxin}} IPC Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/IPC Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that transforms into an [[Guide to races#IPC|ipc]].&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Advanced Mutation Toxin}} Advanced Mutation Toxin&amp;lt;span style=&amp;quot;color:#13BC5E;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Advanced Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that slowly morphs the victim into a [[slime]].&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Skeleton Mutation Toxin}} Skeleton Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Skeleton Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that transforms into a [[Guide_to_races#Skeletons|skeleton]].&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Zombie Mutation Toxin}} Zombie Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Zombie Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that transforms into a non-infectious and completely fake Zombie.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Ash Mutation Toxin}} Ash Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Ash Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that transforms into an Ash Walker. &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Shadow Mutation Toxin}} Shadow Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Shadow Mutation Toxin}} &lt;br /&gt;
|Mutagenic chemical that transforms into a [[Guide_to_races#Shadowpeople|shadowperson]].&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Plasma Mutation Toxin}} Plasma Mutation Toxin&amp;lt;span style=&amp;quot;color:#5EFF3B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Plasma Mutation Toxin}}&lt;br /&gt;
|Mutagenic chemical that transforms into a [[Guide_to_races#Plasmaman|plasmaman]].&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Toxins==&lt;br /&gt;
The deadliest of deadly chemicals. You can get a bunch of these through the traitor uplink, but if you don&#039;t wanna waste telecrystals you can mix it.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width:100%; text-align:left; border: 3px solid #FFDD66; cellspacing=0; cellpadding=2; background-color:white;&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; | Name &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; |Recipe&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Damage dealt&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Description&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Metabolism Rate&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Toxin}}Toxin&amp;lt;span style=&amp;quot;color:#CF3600;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Medbay Vendors, Emagged Chem Dispenser&lt;br /&gt;
|Toxin&lt;br /&gt;
|Will deal {{dmgs|e|toxin}} damage over time.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Food Poisoning}}Bad Food&amp;lt;span style=&amp;quot;color:#D6D6D8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|From eating poorly made food&lt;br /&gt;
|Toxin&lt;br /&gt;
|Will deal a minor amount of {{dmgs|e|toxin}} damage.&lt;br /&gt;
|0.1 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Chloral Hydrate}}Chloral Hydrate&amp;lt;span style=&amp;quot;color:#000067;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Chloral Hydrate}}&lt;br /&gt;
|Stun, Toxin&lt;br /&gt;
|A short-lived sedative which stuns after a bit, but can be deadly in large doses. Results in 1 units instead of 5.&lt;br /&gt;
| 0.6 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Mindbreaker Toxin}}Mindbreaker Toxin&amp;lt;span style=&amp;quot;color:#B31008;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Mindbreaker Toxin}}&lt;br /&gt;
|Very Mild Hallucinations&lt;br /&gt;
| Popular legend about this drug lead CentCom to space-alter its effects, which now only creates simple hallucinations like reporting you as &amp;quot;dead&amp;quot;. Space drugs, far simpler to create, have taken its place. Can to treat Reality Dissociation Syndrome. Results in 5 units instead of 3.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Impedrezene}}Impedrezene&amp;lt;span style=&amp;quot;color:#C8A5DC;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Impedrezene}}&lt;br /&gt;
| Brain&lt;br /&gt;
|A narcotic that impedes one&#039;s ability by slowing down the higher brain cell functions. Causes massive brain damage (results in 2 units instead of 3).&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Mute Toxin}}Mute Toxin&amp;lt;span style=&amp;quot;color:#F0F8FF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Mute Toxin}}&lt;br /&gt;
|Speech&lt;br /&gt;
|Makes the subject unable to speak for some time.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Mime&#039;s Bane}}Mime&#039;s Bane&amp;lt;span style=&amp;quot;color:#F0F8FF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Mime&#039;s Bane}}&lt;br /&gt;
| Gestures&lt;br /&gt;
|A nonlethal neurotoxin that interferes with the victim&#039;s ability to gesture&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Lexorin}}Lexorin&amp;lt;span style=&amp;quot;color:#7DC3A0;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Lexorin}}&lt;br /&gt;
|Suffocation&lt;br /&gt;
|Temporarily stops respiration and causes tissue damage. Large doses are fatal, and will cause people to pass out very quickly. &lt;br /&gt;
|0.4 units per tick &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Initropidril}}Initropidril&amp;lt;span style=&amp;quot;color:#7F10C0;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Traitor Uplink&lt;br /&gt;
|Cardiac Arrest&lt;br /&gt;
|Deals heavy {{dmgs|e|toxin}} damage over time, and a 25% chance to do one of the following: stun, cause loss of breath and oxygen damage, or cause your heart to stop. Combat the latter with electric shocks from grilles and doors in a pinch, or a defib for a more reliable method.&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Tirizene}}Tirizene&amp;lt;span style=&amp;quot;color:#6E2828;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Traitor Sleepypen, Emagged Soda Dispenser, [[Guide_to_botany#Death_berry|Death Berry]], [[Guide_to_botany#Poison-berry|Poison-Berry]]&lt;br /&gt;
|Stamina Damage &lt;br /&gt;
|Deals stamina damage over time, slowing down and causing collapse in large doses, but otherwise harmless.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Tiring Solution}}Tiring Solution&amp;lt;span style=&amp;quot;color:#6E2828;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Peacekeeper Cyborgs&lt;br /&gt;
|Stamina Damage&lt;br /&gt;
|Deals stamina damage over time, slowing down. Won&#039;t go higher than 50 stamina damage.&lt;br /&gt;
|0.6 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Polonium}}Polonium&amp;lt;span style=&amp;quot;color:#787878;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Traitor Uplink &lt;br /&gt;
|Radiation&lt;br /&gt;
|Cause significant Radiation damage over time. It&#039;s metabolized very slowly.&lt;br /&gt;
|0.1 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Pancuronium}}Pancuronium&amp;lt;span style=&amp;quot;color:#195096;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Traitor Uplink&lt;br /&gt;
|Paralysis and Suffocation&lt;br /&gt;
|Paralyses you after 10 seconds, with a 20% chance to cause 4 seconds of loss of breath. &lt;br /&gt;
|0.1 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Sodium Thiopental}}Sodium Thiopental&amp;lt;span style=&amp;quot;color:#6496FA;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Traitor Uplink&lt;br /&gt;
|Knockout and Stamina&lt;br /&gt;
|Knocks you out after 11 seconds, and destroys your stamina.&lt;br /&gt;
|0.3 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Sulfonal}}Sulfonal&amp;lt;span style=&amp;quot;color:#7DC3A0;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Sulfonal}}&lt;br /&gt;
|Knockout and Toxin&lt;br /&gt;
|{{dmgs|e|1 toxin}} damage every 2 cycles, knocks you out after 22 cycles. Metabolized very slowly: two units are enough to trigger the knockout.&lt;br /&gt;
|0.05 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Amanitin}}Amanitin&amp;lt;span style=&amp;quot;color:#FFFFFF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Traitor Uplink&lt;br /&gt;
|Delayed Toxin Damage&lt;br /&gt;
|On the last second it is in you, it hits you with a large stack of {{dmgs|e|toxin}} damage based on how long it was in your system. Larger doses means a longer waiting period but more damage.&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Lipolicide}}Lipolicide&amp;lt;span style=&amp;quot;color:#F0FFF0;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Lipolicide}}&lt;br /&gt;
|Weight Loss&lt;br /&gt;
|Drains nutrition and deals minor {{dmgs|e|toxin}} damage, will deal more {{dmgs|e|toxin}} damage if you are starving. Useful if you are fat or obese.&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Coniine}}Coniine&amp;lt;span style=&amp;quot;color:#7DC3A0;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Traitor Uplink, [[Guide to hydroponics#Death_berry|Death Berry]]&lt;br /&gt;
|Toxin and breath loss&lt;br /&gt;
|{{dmgs|e|1.75 toxin}} damage and 5 seconds of loss of breath per tick. EXTREMELY slow metabolization. &lt;br /&gt;
|0.024 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Curare}}Curare&amp;lt;span style=&amp;quot;color:#191919;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Traitor Uplink&lt;br /&gt;
|Knockout, Oxygen, and Toxin&lt;br /&gt;
|Does {{dmgs|e|1 toxin}} and {{dmgs|r|1 suffocation}} damage every second, and knocks you out after 11 seconds. Metabolizes slowly.&lt;br /&gt;
|0.05 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Histamine}}Histamine&amp;lt;span style=&amp;quot;color:#FA6464;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Traitor Uplink&lt;br /&gt;
|Brute, toxin, oxyloss and eyesight&lt;br /&gt;
|Has a chance each tick to cause small amounts of {{dmgs|q|brute}} damage or blur vision.&amp;lt;br&amp;gt;If overdosed (30 units) it will also deal a significant amount of {{dmgs|qer|brute|toxin|suffocation}} damage each tick.&lt;br /&gt;
|0.1 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Formaldehyde}}Formaldehyde&amp;lt;span style=&amp;quot;color:#B4004B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Formaldehyde}}&lt;br /&gt;
|Toxin&lt;br /&gt;
|Causes a moderate amount of {{dmgs|e|toxin}} damage over time. Has a chance to turn into 5 to 15 units of Histamine. Preserves corpses from organ decay.&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Venom}}Venom&amp;lt;span style=&amp;quot;color:#F0FFF0;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Traitor Uplink&lt;br /&gt;
|Brute, toxin&lt;br /&gt;
|Will deal {{dmgs|qe|brute|toxin}} damage over time based on how much venom is in the body. Has a chance to turn into 5 to 10 units of Histamine.&lt;br /&gt;
|0.1 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Fentanyl}}Fentanyl&amp;lt;span style=&amp;quot;color:#64916E;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Fentanyl}}&lt;br /&gt;
|Toxin, brain&lt;br /&gt;
|Will deal {{dmgs|e|1 toxin}} and 3 brain damage, up to 60 points of {{dmgs|e|toxin}} damage and 150 points of brain damage (brains have 200 points of health). If the drug is not removed before 18 cycles it will knock the user unconscious.&lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Cyanide}}Cyanide&amp;lt;span style=&amp;quot;color:#00B4FF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Cyanide}}&lt;br /&gt;
|Toxin, oxyloss&lt;br /&gt;
|Causes headaches and sickness at first,followed by failure of cellular respiration leading to cardiac arrest, {{dmgs|r|suffocating}} its target.&#039;&#039;&#039;Often extremely lethal&#039;&#039;&#039;.&lt;br /&gt;
|0.05 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Carpotoxin}}Carpotoxin&amp;lt;span style=&amp;quot;color:#003333;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Space Carp, Koi Beans, Emagged Chem Dispenser&lt;br /&gt;
| Toxin&lt;br /&gt;
|Deals constant {{dmgs|e|toxin}} damage over time.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Zombie Powder}}Zombie Powder&amp;lt;span style=&amp;quot;color:#669900;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Zombie Powder}}&lt;br /&gt;
|Stamina, Fake death&lt;br /&gt;
|Does nothing for the first 9 ticks it is metabolized, and then begins dealing rapidly increasing stamina damage. Triggers a fake death which lasts until fully metabolized when stamina damage exceeds 145. (Results in 2 units instead of 15)&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Ghoul Powder}}Ghoul Powder&amp;lt;span style=&amp;quot;color:#669900;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Ghoul Powder}}&lt;br /&gt;
|Fake &amp;quot;death&amp;quot;&lt;br /&gt;
| Same as Zombie Powder, but victim can move.&lt;br /&gt;
|0.4 units per tick &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Itching Powder}}Itching Powder&amp;lt;span style=&amp;quot;color:#C8C8C8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Itching Powder}}&lt;br /&gt;
|Brute, annoyance&lt;br /&gt;
|Will cause annoying effects, as well as a chance that the subject will scratch themselves dealing slight amounts of {{dmgs|q|brute}} damage. Has a chance to transform into 1 to 3 units of histamine.&lt;br /&gt;
|0.16 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Bone Hurting Juice}}Bone Hurting Juice&amp;lt;span style=&amp;quot;color:#AAAAAA77;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Bone Hurting Juice}} &lt;br /&gt;
|Stamina, Brute to Skeletons&lt;br /&gt;
|Does 7.5 stamina damage per tick. 50u overdose threshold. If overdosed, it has a 4% chance to cause 200 stamina damage to a random limb, temporarily disabling it. If you&#039;re a skeleton or a plasmaman, it will deal additional {{dmgs|q|0.5 brute}} damage per tick, and if overdosed has 4% chance to cause {{dmgs|q|200 brute}} damage to a random limb instead of stamina damage.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Mint Toxin}}Mint Toxin&amp;lt;span style=&amp;quot;color:#CF3600;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Grind the mint in the kitchen&lt;br /&gt;
|Conditional death&lt;br /&gt;
|Instantly gibs fat people when ingested. &lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Slime Jelly}}Slime Jelly&amp;lt;span style=&amp;quot;color:#801E28;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Extracted from oozelings&lt;br /&gt;
|Toxin&lt;br /&gt;
|Heals {{dmgs|q|brute}} damage over time, but randomly deals bursts of {{dmgs|e|1-10 toxin}} damage, functions as blood for oozeling races.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Liquid Electricity}}Liquid Electricity&amp;lt;span style=&amp;quot;color:#97ee63;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Liquid Electricity}} &amp;lt;br&amp;gt; &#039;&#039;&#039;OR&#039;&#039;&#039; &amp;lt;br&amp;gt;  Ethereals &amp;lt;br&amp;gt; &#039;&#039;&#039;OR&#039;&#039;&#039; &amp;lt;br&amp;gt; High power energy bars &lt;br /&gt;
|Toxin&lt;br /&gt;
|Has a 3% chance each tick to shock you, Ethereals use this as blood and get no negative effects from ingesting or injecting this chemical&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Heparin}}Heparin&amp;lt;span style=&amp;quot;color:#C8C8C8;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Heparin}}&lt;br /&gt;
| Brute, Bleeding&lt;br /&gt;
|Causes bleeding constantly while in the system of the victim.&lt;br /&gt;
|0.08 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Teslium}}Teslium&amp;lt;span style=&amp;quot;color:#20324D;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Teslium}}&lt;br /&gt;
|Random Shocks&lt;br /&gt;
|Randomly shocks the victim while it is in their system, ignoring any protection cause the shock comes from inside them. Also increases damage taken from normal shocks.&lt;br /&gt;
|0.2 units per tick &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Rotatium}}Rotatium&amp;lt;span style=&amp;quot;color:#AC88CA;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Rotatium}}&lt;br /&gt;
|Toxin&lt;br /&gt;
|Causes the victim&#039;s screen to display a rocking motion and deals moderate toxin damage.&lt;br /&gt;
|0.24 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Anacea}}Anacea&amp;lt;span style=&amp;quot;color:#3C5133;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Anacea}}&lt;br /&gt;
|Toxin and Purges Medicines&lt;br /&gt;
|Metabolizes very slowly and quickly purges medicines in the victim while dealing light {{dmgs|e|toxin}} damage.&lt;br /&gt;
|0.032 units per tick &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Weed Killer}} Weed Killer&amp;lt;span style=&amp;quot;color:#4B004B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Weed Killer}}&lt;br /&gt;
|Toxin&lt;br /&gt;
|Kills weeds, causes minor {{dmgs|e|toxin}} damage to humans.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Pest Killer}}Pest Killer&amp;lt;span style=&amp;quot;color:#4B004B;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Pest Killer}}&lt;br /&gt;
|Toxin&lt;br /&gt;
|Kills pests in hydroponics trays, causes minor {{dmgs|e|toxin}} damage to humans. Deals heavy {{dmgs|e|toxin}} damage to fly people.&lt;br /&gt;
|0.4 units per tick.&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Plant-B-Gone}}Plant-B-Gone&amp;lt;span style=&amp;quot;color:#49002E;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Plant-B-Gone}}&lt;br /&gt;
|Toxin&lt;br /&gt;
|A potent herbicide which is useful to replace the limited supply the botanist starts with. Causes minor {{dmgs|e|toxin}} damage to humans. Deals heavy {{dmgs|e|toxin}} damage to pod people.&lt;br /&gt;
|0.4 units per tick &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Bungotoxin}}Bungotoxin&amp;lt;span style=&amp;quot;color:#EBFF8E;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{RecursiveChem/Bungotoxin}}&lt;br /&gt;
|Toxin&lt;br /&gt;
|Deals heavy heart damage and makes you dizzy. &lt;br /&gt;
|0.2 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |Frost Oil&amp;lt;span style=&amp;quot;color:#5050FF;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Aquireable from Blue Slimes or from grinding Ice Pepper.&lt;br /&gt;
|Slow down, Burn&lt;br /&gt;
|Reduces body temperature. Will cool you faster the longer it has been in the body, up to maximum strength after 35 cycles. Creates slippery ice tiles if spilled on floor for about 1 second per unit, depending on pressure and temperature. Spilling reduces area temperature by 5K per unit.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Mushroom Chemicals==&lt;br /&gt;
Found primarily in Lavaland flora.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width:100%; text-align:left; border: 3px solid #FFDD66; cellspacing=0; cellpadding=2; background-color:white;&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width:150px; background-color:#FFDD66;&amp;quot; |Name&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Type&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Description&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#FFDD66;&amp;quot; |Metabolism Rate &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Entropic Polypnium}}Entropic Polypnium&amp;lt;span style=&amp;quot;color:#1D043D;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Poison&lt;br /&gt;
|Stamina, Brain, {{dmgs|e| toxin}}, {{dmgs|r| suffocation}}, and a bit of Eye Damage, Oh My! More than 5u will paralyze someone as well.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Tinea Luxor}}Tinea Luxor&amp;lt;span style=&amp;quot;color:#B5A213;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
|Other&lt;br /&gt;
|Makes the consumer glow.&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color:#FFEE88;&amp;quot; |{{anchor|Vitrium Froth}}Vitrium Froth&amp;lt;span style=&amp;quot;color:#D3A308;background-color:white&amp;quot;&amp;gt;▮&amp;lt;/span&amp;gt;&lt;br /&gt;
| Medicine&lt;br /&gt;
|80% chance to heal {{dmgs|qw|1 brute|1 burn}} damage each tick. And can cure the Necropolis Infestation before its too late!&lt;br /&gt;
|0.4 units per tick&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==Reagent Delivery{{anchor|Reagent Delivery}}==&lt;br /&gt;
{{anchor|Under_the_hood}}There are different ways you can apply chemicals to a person or the environment.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Delivery types===&lt;br /&gt;
First of all, there are actually 5 types of delivery, called &#039;&#039;&#039;ingest&#039;&#039;&#039;, &#039;&#039;&#039;inject&#039;&#039;&#039;, &#039;&#039;&#039;vapor&#039;&#039;&#039;, &#039;&#039;&#039;touch&#039;&#039;&#039; and &#039;&#039;&#039;patch&#039;&#039;&#039;. If you are not interested in the details, you can skip to [[#Smoke_vs_foam|Smoke vs Foam vs others]]. &amp;lt;br&amp;gt;&lt;br /&gt;
====Ingest====&lt;br /&gt;
Ingest and &#039;&#039;&#039;inject&#039;&#039;&#039;{{anchor|Inject}} both usually do the exact same thing. The reagent simply enters the target&#039;s bloodstream. Used by pills, cigarettes, e-cigarettes, inhaling [[#Smoke|smoke]] and drinking the reagent directly.&lt;br /&gt;
====Inject====&lt;br /&gt;
Works the same as &#039;&#039;&#039;ingest&#039;&#039;&#039;, where the reagent simply enters the target&#039;s bloodstream. Used by syringes and IV-drips.&lt;br /&gt;
====Vapor====&lt;br /&gt;
Vapor is used by (ranged) spray bottles and [[#Fluorosurfactant|foam]]. A portion of the reagents will enter the bloodstream of the target, but clothes will protect from some/most/all of it depending on clothing. Any hardsuit typically makes the target completely immune to getting it into their bloodstream, if the helmet is closed. But if the reagent has a &amp;quot;vapor&amp;quot; based component, that component will still affect the target, like [[#Fluorosulfuric Acid|Fluorosulfuric Acid]]. See more about [[#Fluorosurfactant|foam]] [[#Smoke_vs_foam|below]], with examples.&lt;br /&gt;
====Touch====&lt;br /&gt;
Touch is used by [[#Smoke|smoke]] and splashing. If the reagent has a &amp;quot;touch&amp;quot; based component, that component will affect the target (such as the instant heal part of [[#Synthflesh|Synthflesh]]), without being blocked by clothing. Nothing at all will enter the target&#039;s bloodstream, with the exception of smoke if the target has no internals on. Currently all &amp;quot;touch&amp;quot; components are also &amp;quot;patch&amp;quot; components. See more on [[#Smoke|smoke]] [[#Smoke_vs_foam|below]], with examples.&lt;br /&gt;
==== Patch====&lt;br /&gt;
Patch is used by patches and medical gels. The reagent enters the target&#039;s bloodstream entirely AND if the reagent has a &amp;quot;patch&amp;quot; based component, that component will affect the target. Currently all &amp;quot;patch&amp;quot; components are also &amp;quot;touch&amp;quot; components.&lt;br /&gt;
=== Smoke vs foam vs others===&lt;br /&gt;
These are the major practical differences between pills, syringes, patches, cigarettes, [[#Smoke|smoke]], [[#Fluorosurfactant|foam]], splash and spray. &amp;lt;br&amp;gt;&lt;br /&gt;
====Pills====&lt;br /&gt;
Pills can be instantly [[#Ingest|ingested]] if used on yourself. It doesn&#039;t work if mouth is covered. [[Plasmaman|Plasmamen]] will have trouble taking these. Holds up to 50u. &amp;lt;br&amp;gt;&lt;br /&gt;
==== Syringes====&lt;br /&gt;
Syringes can inject into people even with their mouths covered, either by hand or with a syringe gun. It doesn&#039;t work on players wearing hardsuits or other pierce-immune clothing, unless you use a piercing syringe or manage to aim for an exposed part of their body. [[Golem]]s are completely immune to syringes (even piercing syringes), but [[Guide_to_chemistry#Patches|patches]] do work on them. A syringe holds between 10-60u, depending on type. Common syringes hold 15u. &amp;lt;br&amp;gt;&lt;br /&gt;
====Patches====&lt;br /&gt;
Will add all reagents into a person&#039;s bloodstream through any clothing, including hardsuits. Also apply [[#Touch|touch]]/[[#Patch|patch]] based effects. Example: A patch of 20u [[#Synthflesh|Synthflesh]] will instantly heal 25 brute and burn (touch component), and also enter the target&#039;s bloodstream (which in this case does nothing). Usable by [[Plasmaman|plasmamen]]. Can hold up to 40u. &amp;lt;br&amp;gt;&lt;br /&gt;
==== Cigarettes====&lt;br /&gt;
Can be dipped in reagents to be filled. If smoking/vaping, you will slowly [[#Ingest|ingest]] whatever reagents the cigarette/cigar/e-cig contains. Though, if the reagents are too diluted, they may not build up in your bloodstream fast enough to have any effect at all. E-cigarettes can be trimmed with a screwdriver and multitool to also create [[#Smoke|smoke]]. &amp;lt;br&amp;gt;&lt;br /&gt;
====[[#Smoke|Smoke]]====&lt;br /&gt;
When a smoke reaction occurs, the smoke will consume any other reagent in its original containers, and spread that reagent to flooring and people/mobs who enter its area of effect. People who enter the smoke will be [[#Touch|touched]] by the reagents. If they do not have internals on, they will also [[#Ingest|ingest]] the reagents. The amount of smoke does not dilute the reagents. The reagents will be copied to every individual or tile (not walls, windows or doors) over the cloud&#039;s duration. Reagents that are special coded to affect floor/environment (such as blood, [[#Fluorosulfuric Acid|acid]] or [[#Space_Cleaner|Space Cleaner]]) will do so. Smoke will usually block sight. &amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Smoke example 1:&#039;&#039;&#039; Smoke containing 20u [[#Synthflesh|Synthflesh]]. Everyone caught in the cloud, including people wearing hardsuits, will slowly heal 25 brute and burn, if they stay in the smoke for its full duration (otherwise they will heal partially). Those who are not wearing internals will also [[#Ingest|ingest]] 20u of the medicine, making it enter their bloodstream (which does nothing in this case). &amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Smoke example:&#039;&#039;&#039; Smoke containing 20u [[#Chlorine Trifluoride|Chlorine Trifluoride]](CLF3). CLF3 has a [[#Touch|touch]](and [[#Vapor|vapor]]) component, so everyone caught in the cloud, including people wearing hardsuits and internals, will catch on fire. It will also deal burn damage to the environment, since CLF3 is coded to do so. Those who are not wearing internals will also [[#Ingest|ingest]] 20u of the CLF3 and thus, start heating up from the inside, effectively burning from both in and out at the same time. &amp;lt;br&amp;gt;&lt;br /&gt;
====[[#Fluorosurfactant|Foam]]====&lt;br /&gt;
When a foam reaction occurs, the foam will consume any other reagent in its original containers, and spread that reagent to flooring and people/mobs who enter its area of effect. The foam will spread slower than smoke and is usually slippery. Reagents will be copied through the [[#Vapor|vapor]] type delivery to those affected over the duration of the foam, BUT the reagents will be heavily diluted depending on the amount of foaming reagent used. Any clothing will reduce how much of the reagents will enter a person&#039;s bloodstream. Furthermore, foam reagent bloodstream insertion is divided into several &#039;ticks&#039;. A minimum amount of reagent is required per tick for it to enter a bloodstream. So if too little reagents are contained in the reaction, or too much foam is used, the foam will do nothing. These ticks are counted &#039;&#039;after&#039;&#039; dilution and protection from clothing. On the other hand, if you use very small amounts of foam, the reagents may instead multiply in the bloodstream to more than the original amount. Hardsuits with helmets on will make people immune to getting reagents into their bloodstream through foam. Despite dilution, the foam will still copy remaining chems such as [[#Fluorosulfuric Acid|acid]], [[#Chlorine Trifluoride|CLF3]], or [[#Space_Cleaner|Space Cleaner]] to any tile it touches (but not walls, windows or doors). Foam will not block sight. &amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Foam example 1:&#039;&#039;&#039; 250u foam containing 10u [[#Cyanide|Cyanide]] will spread a blue foam that does nothing to those it touches. The poison is too diluted to work at all. &amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Foam example 2:&#039;&#039;&#039; 20u foam containing 250u [[#Fluorosulfuric Acid|Fluorosulfuric Acid]]. A small area and everyone touched by the foam will have large amounts of acid slowly melting their clothing and the affected floor and items. Those who did not wear a hardsuit with helmet on will also have a large amount of acid in their bloodstreams, depending on what they were wearing and how long they were in the foam. If they had internals on or not doesn&#039;t matter. &amp;lt;br&amp;gt;&lt;br /&gt;
====Splashing====&lt;br /&gt;
Throwing a beaker, or using a beaker on anything with harm intent, will splash its contents. The longer throw distance, the more the splash will spread out. A [[grenade]] will splash its content unless it also contains [[#Smoke|smoke]] or [[#Fluorosurfactant|foam]]. Splashing only does [[#Touch|touch]] delivery. This means most chemicals will do absolutely nothing when splashed. Reagents that have special properties to affect environment, such as Water, will do so where splashed (creates slippery tile). Reagents that have a [[#Touch|touch]] component will apply that component only. Example: If you throw a beaker of 80u [[#Synthflesh|Synthflesh]] at someone, you will instantly heal them for 100 brute and burn (and deal up to 150 toxin damage), since Synthflesh is touch/patch based. It doesn&#039;t matter if the target uses hardsuit or internals in this case. This means throwing a beaker of poison at someone will do nothing at all. Splashing can apply chemicals such as [[#Thermite|Thermite]] to walls. &amp;lt;br&amp;gt;&lt;br /&gt;
====Spraying====&lt;br /&gt;
Spraying reagents will apply them to environments (if they have any such effect), and will enter hit people&#039;s bloodstreams through the [[#Vapor|vapor]] delivery. This means clothing will protect from some/most/all of the reagents, depending on what they are wearing. Using a hardsuit with helmet on makes them immune to getting the reagent into their bloodstream. Reagents such as [[#Fluorosulfuric Acid|acid]], [[#Chlorine Trifluoride|CLF3]], or [[#Space_Cleaner|Space Cleaner]] will still cause their special effects when sprayed on people/environments, but will not enter the bloodstream if the target is wearing too heavy clothing. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Beyond the Dispenser==&lt;br /&gt;
Just because it isn&#039;t found in the dispenser or the guide above doesn&#039;t mean you can&#039;t use it! Holy water, slime cores and plenty of other things can provide limitless fun for an enterprising and curious chemist.&lt;br /&gt;
[[Category:Guides]]&lt;/div&gt;</summary>
		<author><name>Schizocat</name></author>
	</entry>
	<entry>
		<id>https://wiki.beestation13.com/w/index.php?title=Heretics&amp;diff=38813</id>
		<title>Heretics</title>
		<link rel="alternate" type="text/html" href="https://wiki.beestation13.com/w/index.php?title=Heretics&amp;diff=38813"/>
		<updated>2025-05-14T04:05:50Z</updated>

		<summary type="html">&lt;p&gt;Schizocat: fixed the count for paths at the bottom&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Under construction&lt;br /&gt;
|reason = Hey there! Heretics just got updated! Help us bring this guide up-to-date by changing the current guide to match https github DOT com /BeeStation/BeeStation-Hornet/pull/8343, thanks! -Coders who actually wiki their changes&lt;br /&gt;
}}&lt;br /&gt;
{{JobPageHeader&lt;br /&gt;
|headerbgcolor = black&lt;br /&gt;
|headerfontcolor = green&lt;br /&gt;
|stafftype = ENEMY&lt;br /&gt;
|imagebgcolor = green&lt;br /&gt;
|img_generic = &lt;br /&gt;
|img = Heretic.png&lt;br /&gt;
|jobtitle = Heretic&lt;br /&gt;
|access = Wherever your job has access to&lt;br /&gt;
|additional = Wherever you can break into or teleport to.&lt;br /&gt;
|difficulty = &#039;&#039;&#039;VERY HARD&#039;&#039;&#039;&lt;br /&gt;
|superior = F̸̪̞͊͒̉ǒ̴͓̘r̸̲̮̎̾͝ǵ̶͙̭̅͝ọ̴͊̓̀t̷̬̋͗͒t̶͍̓̑̕e̵̩͓͆͂̌n̴̡͚̦͌̀͠ ̸͈̼̠̾͑g̵̟͚̖̽̈͗ő̸͌͘ͅd̸̨͙͕̅s̵̹̜͈̓̊&lt;br /&gt;
|duties = Find influences, realize they&#039;ve all been taken. Sacrifice people and become all powerful (or die trying).&lt;br /&gt;
|guides = This is the guide. &lt;br /&gt;
|quote = &#039;ADMIN HALP MEEEEEE&#039;&lt;br /&gt;
}}&lt;br /&gt;
&amp;quot;&#039;&#039;Forgotten, devoured, gutted. Humanity has forgotten the eldritch forces of decay, but the mansus veil has weakened. We will make them taste fear again...&#039;&#039;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
So you&#039;re a heretic? Well, get ready for magic and battle. Grab influences, complete sacrifices, accomplish rituals, and ascend to godhood.&lt;br /&gt;
==The Mansus Veil Weakens==&lt;br /&gt;
You are a nasty little bookworm in search of truth and power, and you have arrived on a station ripe with opportunities. The ultimate goal of a heretic is to research knowledge of the Mansus. Every knowledge gained grants you new abilities and unlocks new rituals until you become all-powerful. &lt;br /&gt;
&lt;br /&gt;
You can gain knowledge points and become stronger through a few ways:&lt;br /&gt;
* Harvest knowledge by draining pierces in reality located around the station of power&lt;br /&gt;
* Wait for new knowledge to be revealed to you over time&lt;br /&gt;
* Sacrificing crew members your dark patrons may hunger for.&lt;br /&gt;
To aid you in acquiring forbidden powers, you start with some important knowledge:&lt;br /&gt;
* &#039;&#039;&#039;Break of Dawn&#039;&#039;&#039;, which grants you the [[File:mansus_grasp.gif]] &#039;&#039;&#039;Mansus Grasp&#039;&#039;&#039;, a modular spell that, without upgrades, lets you touch a target to cause a short [[Status_Effects#Knockdown|knockdown]], 67 [[Health#Stamina|stamina damage]] and light brute damage, on a 10 second cooldown. As you grow in power, your Grasp will gain additional effects. This counts as magic, so don&#039;t try using it on anyone with [[Chaplain|anti-magic]].&lt;br /&gt;
* &#039;&#039;&#039;The Living Heart&#039;&#039;&#039;, which grants you a [[file:heart.png]] &#039;&#039;&#039;Living Heart&#039;&#039;&#039;. This knowledge turns your &#039;&#039;actual&#039;&#039; heart (if your [[Plasmaman|species]] has one) into a Living Heart, which allows you to track your sacrifice targets. You gain the ability to &#039;&#039;&#039;pulse&#039;&#039;&#039; your Living Heart, which directs you to one of your sacrifice targets. {{Leftclick}} the action will let you chose which to track, while {{Rightclick}} will skip selection and track your last chosen target. Be careful - pulsing your heart will produce an audible heartbeat that people nearby may hear. If you lose your heart due &#039;&#039;[[Security_Officer|an accident]]&#039;&#039;, you will need to complete a ritual to regain it.&lt;br /&gt;
* &#039;&#039;&#039;Amber Focus&#039;&#039;&#039;, which allows you to create a Focus. Focuses are necessary in order for you to cast your more advanced spells, so try to keep one handy just in case. &lt;br /&gt;
All of these are critical to your ascension, so don&#039;t lose them, and keep them hidden from security!&lt;br /&gt;
* &#039;&#039;&#039;Heartbeat of the Mansus&#039;&#039;&#039;, which allows you to sacrifice your targets to the Mansus. Bring one of your targets back to a rune in critical condition or dead and invoke the rune. This will send your sacrifice to the Shadow Realm and reward you with 2 knowledge points (or 3, if they&#039;re a head of staff!). &lt;br /&gt;
These basic knowledges are critical to acquiring enough power to ascend, so get familiar. &lt;br /&gt;
===[[file:heart.png]] Sacrificing===&lt;br /&gt;
The Mansus desires only a select few crewmembers at any moment.&lt;br /&gt;
&lt;br /&gt;
At the start of the round you will be assigned four sacrifice targets. You can reroll these with an optional knowledge later on, but until then, you&#039;re stuck with those. &lt;br /&gt;
* One target will be a Head of Staff. Heads of staff are worth an additional point!&lt;br /&gt;
* One target will be a member of security. &lt;br /&gt;
* One target will be a member of your department.&lt;br /&gt;
* One target will be a completely random crewmember. &lt;br /&gt;
You will ONLY be able to sacrifice these targets. Your patrons will not accept just &#039;&#039;any&#039;&#039; old assistant. &lt;br /&gt;
&lt;br /&gt;
Follow your [[file:heart.png]] &#039;&#039;&#039;Living Heart&#039;&#039;&#039; to your target of choice and incapacitate them through any means necessary.&lt;br /&gt;
If your target&#039;s in critical or dead, they&#039;re ready to sacrifice. Drag them over a [[File:heretic_rune.png|32px]] &#039;&#039;&#039;transmutation rune&#039;&#039;&#039; and invoke the rune to sacrifice them.&lt;br /&gt;
&lt;br /&gt;
Whenever a target is sacrificed, they&#039;re healed up and sent to a SHADOW REALM, forced to dodge the Hands of the Mansus to fight for their survival. They&#039;ll also lose their memory of whoever sacrificed them, so your ass is covered on that front. &lt;br /&gt;
&lt;br /&gt;
However, if you mess up the target something fierce and they&#039;re unable to be revived, they&#039;ll make a huge mess over your rune. Keep your sacrifices in good condition, or leave behind a large amount of evidence that you&#039;re on the hunt!&lt;br /&gt;
===[[file:reality_fracture.gif]] &#039;&#039;&#039;Influences&#039;&#039;&#039;===&lt;br /&gt;
&#039;&#039;&#039;Influences&#039;&#039;&#039; are the easy way to gain power points. Whenever there are heretics aboard Space Station 13, influences will randomly spawn across the station. In this state, influences are only visible to heretics. These are untapped and ripe for the picking.&lt;br /&gt;
{{Leftclick}} on an influence with an empty hand to harvest it, but be careful - anyone examining you may notice something&#039;s afoot.&lt;br /&gt;
&lt;br /&gt;
After being harvested, the influence vanish temporarily. Soon after, it will reappear and change its appearance, becoming a &#039;&#039;&#039;pierced reality&#039;&#039;&#039;. More importantly, &#039;&#039;&#039;&amp;lt;u&amp;gt;it will become visible to the entire crew.&amp;lt;/u&amp;gt;&#039;&#039;&#039; Influences can only be harvested once, so don&#039;t waste time trying to collect those that other heretics have already taken!&lt;br /&gt;
&lt;br /&gt;
[[file:reality_fracture_harvested.gif]] (An already harvested influence. Notice the glow.)&lt;br /&gt;
&lt;br /&gt;
Using a [[file:heretic_forbidden_book.png]] Codex Cicatrix to harvest an influence will reward double the knowledge points. Risk for reward!&lt;br /&gt;
===[[File:Codex open.png]] Heretical Research===&lt;br /&gt;
Once you have some power points, it&#039;s time to &#039;&#039;&#039;research&#039;&#039;&#039;! Open up your Antag Info UI (Action button, top left) and visit the second tab. The research menu forms a branching tree (see below), and your first selection will be to commit to a &#039;&#039;&#039;path&#039;&#039;&#039; that defines your initial abilities and final ascension. You can earn abilities from other paths to a limited degree, but overall your chosen path will heavily influence your play-style.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===[[File:heretic_rune.png|64px]] Transmutation is the Key===&lt;br /&gt;
Eventually, you&#039;ll need to start using proper magics. To draw a &#039;&#039;&#039;transmutation rune&#039;&#039;&#039;, you&#039;ll need a writing tool, such as a pen or crayon. Activate [[File:mansus_grasp.gif]] &#039;&#039;&#039;Mansus Grasp&#039;&#039;&#039; in your offhand and click on the floor to begin drawing a rune. These runes are green and take up a 3x3 area, and while they can go under other objects, it&#039;s best to keep them clear for transmutation purposes.&lt;br /&gt;
&lt;br /&gt;
You can remove runes by using your [[File:mansus_grasp.gif]] &#039;&#039;&#039;Mansus Grasp&#039;&#039;&#039; on it, and you can also freely use &#039;&#039;other&#039;&#039; heretics&#039; runes.&lt;br /&gt;
&lt;br /&gt;
To &#039;&#039;&#039;transmute&#039;&#039;&#039;, simply click the rune with an empty hand while the appropriate object(s) are on top of it, making sure that nothing else is in the way. Transmutation Rituals allow you to create powerful artifacts, demonic monsters, and many useful tools that will help you progress towards ultimate power.&lt;br /&gt;
&lt;br /&gt;
The [[file:heretic_forbidden_book.png]] Codex Cicatrix can also draw and remove runes, and does it as a faster rate than doing it by hand. &lt;br /&gt;
===Focus is Necessary===&lt;br /&gt;
To cast more advanced spells, you must be wearing a focus. A focus can be made by transmuting a glass sheet and a pair of eyes. &#039;&#039;&#039;This necklace must be worn&#039;&#039;&#039; to gain its effects. &lt;br /&gt;
&lt;br /&gt;
Some more powerful heretic equipment also functions as a focus - Namely, the Ominous Armor from the Armorer&#039;s Ritual (when the hood is flipped up). &lt;br /&gt;
===[[file:heretic_blade.png]] &#039;&#039;&#039;Heretic Blade&#039;&#039;&#039;===&lt;br /&gt;
The &#039;&#039;&#039;Heretic Blade&#039;&#039;&#039; will be your first unlocked research. It can be created by transmuting a common knife or equivalent with a secondary ingredient based on your path, and serves as a powerful melee weapon, or broken to serve as one-use escape tool.&lt;br /&gt;
&lt;br /&gt;
All paths have their own kind of blade, which only differ in appearance and name without any additional research. As with the [[File:mansus_grasp.gif]] &#039;&#039;&#039;Mansus Grasp&#039;&#039;&#039;, your blade will be upgraded by your research over time. Said upgrades will differ depending on the path you choose. &lt;br /&gt;
&lt;br /&gt;
You are limited in the amounts of blades you can create at a time - Ash, Void, and Rust limit you to two blades, and Flesh limits you to three. Try not to lose them!&lt;br /&gt;
&lt;br /&gt;
Additionally, you can &#039;&#039;&#039;break&#039;&#039;&#039; your blade by activating it in-hand to teleport to a random, (mostly) safe location in a pinch. Better to lose your weapon and live another day than die fighting. &lt;br /&gt;
==Paths of The Mansus==&lt;br /&gt;
There are different aspects of the arcane to which you can devote yourself. While all rituals and spells can be learned, your first and most important choice will decide how your weapon [[file:heretic_blade.png]] and grasp [[file:mansus_grasp.gif]] will evolve, and how your final ascension will transform you.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellspacing=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:green&amp;quot; width=&#039;140px&#039;|Path&lt;br /&gt;
! style=&amp;quot;background-color:green&amp;quot; width=&#039;140px&#039;|Name&lt;br /&gt;
! style=&amp;quot;background-color:green&amp;quot; width=&#039;830px&#039;|Description&lt;br /&gt;
|-&lt;br /&gt;
!Path of Ash&lt;br /&gt;
|Nightwatcher&#039;s secret&lt;br /&gt;
|The Path of Ash revolves around fire, mobility, crowd control and being a sneaky fucker that can jaunt while handcuffed. It grants the most forgiving abilities for a new heretic, such as the aforementioned jaunt and a potential mass heal, and is highly recommended for first-timers. It doesn&#039;t have the most powerful abilities until the later game, but it is still enjoyable. Ascending gives you the power to burn down the station in a living tornado of flame.&lt;br /&gt;
|-&lt;br /&gt;
!Path of Rust&lt;br /&gt;
|Blacksmith&#039;s Tale&lt;br /&gt;
|The Path of Rust is about healing, corruption and brute forcing through all obstacles, at the cost of stealth. Rust gives you abilities that can one shot silicons, fry any electronics, destroy any turfs and take down any non-living being, while creating rusted tiles and healing while standing on them. Rust also grants access to some pretty powerful spells, making it a difficulty middle ground. Ascending grants you unparalleled healing and survivability. &lt;br /&gt;
|-&lt;br /&gt;
!Path of Flesh&lt;br /&gt;
|Principle of Hunger&lt;br /&gt;
|The Path of Flesh focuses on resurrection and summoning player-controlled minions. Heretics on this path gain almost no offensive or defensive abilities and rely heavily on stockpiling corpses, but Flesh offers many fun and powerful tools to those who can make it to the end, making it the hardest path overall for inexperienced heretics. Ascending allows you to shed your human form and become something much greater.|The Path of Flesh focuses on resurrection and summoning player-controlled minions. Heretics on this path gain almost no offensive or defensive abilities and rely heavily on stockpiling corpses, but Flesh offers many fun and powerful tools to those who can make it to the end, making it the hardest path overall for inexperienced heretics. Ascending allows you to shed your human form and become something much greater.&lt;br /&gt;
|-&lt;br /&gt;
!Path of Void&lt;br /&gt;
|Glimmer of Winter&lt;br /&gt;
|The Path of Void focuses on stealth, silence and the freezing cold. While the path offers very little utility early on, they quickly gain the ability to silence and freeze their victims, opening the window to silently ambush targets with no other items or chemicals required. It also offers full immunity to freezing temperatures, an invisible armored cloak (with pockets!), and later a targeted blink that damages anything nearby. The path has access to many strong transmuted items, but requires smart use to realize their full potential, making it moderately difficult but a good beginner choice. Ascending silences those around you and makes you the eye of a deadly blizzard. &lt;br /&gt;
|}&lt;br /&gt;
==Abilities==&lt;br /&gt;
Below is a table with all your abilities. Upon choosing a path, you begin at the top of the tree, moving straight downwards; the first few abilities you unlock are thus based on your path. However, some abilities are located between paths, and can be unlocked by moving sideways once you&#039;re adjacent to them. With enough points, you can theoretically unlock all of these &#039;neutral&#039; abilities, as well as dipping into other paths&#039; abilities, but you can only ever unlock &#039;&#039;&#039;one Mark&#039;&#039;&#039; and &#039;&#039;&#039;one Blade/Steel&#039;&#039;&#039; ability, and you can only unlock &#039;&#039;&#039;the ascension that matches your starting path&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
In the below tree, &#039;&#039;&#039;dark&#039;&#039;&#039; colored abilities can only be obtained by starting on the corresponding path, &#039;&#039;&#039;green&#039;&#039;&#039; abilities are &amp;quot;neutral&amp;quot; abilities that you can use to cross paths, and &#039;&#039;&#039;light&#039;&#039;&#039; colored abilities can be earned by any path by first going through the neutral ones.&lt;br /&gt;
===&amp;lt;center&amp;gt;&amp;lt;u&amp;gt;[[File:Heretic_forbidden_book.png]] &#039;&#039;&#039;The Heretic Ability Tree&#039;&#039;&#039; [[File:Heretic_forbidden_book.png]]&amp;lt;/u&amp;gt;&amp;lt;/center&amp;gt;===&lt;br /&gt;
{| style=&amp;quot;text-align: center; border-spacing: 0px;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color:#2aab2a;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;background-color:#a1a1a1; border-style: solid; border-width: 5px 5px 3px 5px&amp;quot; |&amp;lt;span style=&amp;quot;font-size:larger&amp;quot;&amp;gt;&#039;&#039;&#039;Path of Ash&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;background-color:#e34363; border-style: solid; border-width: 5px 5px 3px 5px&amp;quot; |&amp;lt;span style=&amp;quot;font-size:larger&amp;quot;&amp;gt;&#039;&#039;&#039;Path of Flesh&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;background-color:#3ec1c5; border-style: solid; border-width: 5px 5px 3px 5px&amp;quot; |&amp;lt;span style=&amp;quot;font-size:larger&amp;quot;&amp;gt;&#039;&#039;&#039;Path of Void&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;background-color:#c5673e; border-style: solid; border-width: 5px 5px 3px 5px&amp;quot; |&amp;lt;span style=&amp;quot;font-size:larger&amp;quot;&amp;gt;&#039;&#039;&#039;Path of Rust&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|- style=&amp;quot;background-color:#2aab2a;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#a1a1a1; border-style: solid; border-width: 2px 2px 2px 2px&amp;quot; |&#039;&#039;&#039;Nightwatcher&#039;s Secret&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#e34363; border-style: solid; border-width: 2px 2px 2px 2px&amp;quot; |&#039;&#039;&#039;Principle of Hunger&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#3ec1c5; border-style: solid; border-width: 2px 2px 2px 2px&amp;quot; |&#039;&#039;&#039;Glimmer of Winter&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#c5673e; border-style: solid; border-width: 2px 2px 2px 2px&amp;quot; |&#039;&#039;&#039;Blacksmith&#039;s Tale&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|- style=&amp;quot;background-color:#2aab2a;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#a1a1a1; border-style: solid; border-width: 0px 2px 0px 2px&amp;quot; |[[File:ash_blade.png]] &amp;lt;br&amp;gt;Follow the ashen path. &amp;lt;br&amp;gt; Transmute a knife with a match for an ashen blade.&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#e34363; border-style: solid; border-width: 0px 2px 0px 2px&amp;quot; |[[File:flesh_blade.png]] &amp;lt;br&amp;gt;Follow the flesh path. &amp;lt;br&amp;gt; Transmute a knife and a pool of blood into a flesh blade.&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#3ec1c5; border-style: solid; border-width: 0px 2px 0px 2px&amp;quot; |[[File:Void blade.png]] &amp;lt;br&amp;gt;Follow the void path. &amp;lt;br&amp;gt; Transmute a knife in sub-zero temperature into a void blade.&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#c5673e; border-style: solid; border-width: 0px 2px 0px 2px&amp;quot; |[[File:rust_blade.png]] &amp;lt;br&amp;gt;Follow the rust path. &amp;lt;br&amp;gt; Transmute a knife and a trash item into a rusty blade.&lt;br /&gt;
|&lt;br /&gt;
|- style=&amp;quot;background-color:#2aab2a;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#a1a1a1; border-style: solid; border-width: 2px 2px 2px 2px&amp;quot; |&#039;&#039;&#039;Grasp of Ash&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#e34363; border-style: solid; border-width: 2px 2px 2px 2px&amp;quot; |&#039;&#039;&#039;Grasp of Flesh&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#3ec1c5; border-style: solid; border-width: 2px 2px 2px 2px&amp;quot; |&#039;&#039;&#039;Grasp of Void&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#c5673e; border-style: solid; border-width: 2px 2px 2px 2px&amp;quot; |&#039;&#039;&#039;Grasp of Rust&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|- style=&amp;quot;background-color:#2aab2a;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#a1a1a1; border-style: solid; border-width: 0px 2px 2px 2px&amp;quot; |[[File:mansus_grasp.gif]] &amp;lt;br&amp;gt;Your mansus grasp now blinds opponents.&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#e34363; border-style: solid; border-width: 0px 2px 2px 2px&amp;quot; |[[File:mansus_grasp.gif]] &amp;lt;br&amp;gt;Your mansus grasp now raises dead players into ghouls, ONCE per player. They look like husks and have 25 HP. &lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#3ec1c5; border-style: solid; border-width: 0px 2px 2px 2px&amp;quot; |[[File:mansus_grasp.gif]] &amp;lt;br&amp;gt;Your mansus grasp now temporarily mutes your victim 8 seconds and lowers their body temperature&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#c5673e; border-style: solid; border-width: 0px 2px 2px 2px&amp;quot; |[[File:mansus_grasp.gif]] &amp;lt;br&amp;gt;Your mansus grasp now deal 500 damage to inorganic matter. Rusts any surface it&#039;s used on, and destroys any surface that is already rusty.&lt;br /&gt;
|&lt;br /&gt;
|- style=&amp;quot;background-color:#6EE270;&amp;quot;&lt;br /&gt;
| style=&amp;quot;border-left:solid 10px #eb7541; border-right:dashed 2px;&amp;quot; |&#039;&#039;&#039;Priest&#039;s Ritual&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:#c1c1c1;       border-right:dashed 2px;&amp;quot; |&#039;&#039;&#039;Ashen Shift&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;                                border-right:dashed 2px;&amp;quot; |&#039;&#039;&#039;Ashen Eyes&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:#f58da2;       border-right:dashed 2px;&amp;quot; |&#039;&#039;&#039;Imperfect Ritual&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;                                border-right:dashed 2px;&amp;quot; |&#039;&#039;&#039;Void Cloak&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:#93f4f7;       border-right:dashed 2px;&amp;quot; |&#039;&#039;&#039;Aristocrat&#039;s Way&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;                                border-right:dashed 2px;&amp;quot; |&#039;&#039;&#039;Armorer’s Ritual&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:#eb7541;       border-right:dashed 2px;&amp;quot; |&#039;&#039;&#039;Leeching Walk&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;border-right:solid 10px #c1c1c1;&amp;quot; |&#039;&#039;&#039;Priest&#039;s Ritual&#039;&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background-color:#6EE270;&amp;quot;&lt;br /&gt;
| style=&amp;quot;border-left:solid 10px #eb7541; border-right:dashed 2px;&amp;quot; |[[file:heretic_flask.png]] &amp;lt;br&amp;gt;Transmute a tank of water into a flask(50u) of eldritch water. Heals a bit of everything, harms others a bit in everything. &lt;br /&gt;
| style=&amp;quot;background-color:#c1c1c1;       border-right:dashed 2px;&amp;quot; |[[file:ashen_shift.gif]] &amp;lt;br&amp;gt;A jaunt spell that makes you immaterial and pass through walls. &amp;lt;br&amp;gt;Very short duration, you will only manage 5-6 tiles in a straight line. &lt;br /&gt;
| style=&amp;quot;                                border-right:dashed 2px;&amp;quot; |[[file:heretic_medallion.png]] &amp;lt;br&amp;gt;Transmute a shard of glass with eyes organ to produce an amulet of heatvision. &amp;lt;br&amp;gt; You can see better in the dark, and can see living beings through walls.&lt;br /&gt;
| style=&amp;quot;background-color:#f58da2;       border-right:dashed 2px;&amp;quot; |[[file:poppy.png]] &amp;lt;br&amp;gt;Transmute a corpse and a poppy into a voiceless death: mute ghouls with 50hp, but no voice. &amp;lt;br&amp;gt; Limit of 2 at a time. &lt;br /&gt;
| style=&amp;quot;                                border-right:dashed 2px;&amp;quot; |[[File:Void cloak.gif]] &amp;lt;br&amp;gt;Transmute a glass shard, any item of clothing that you can fit over your uniform and any type of bedsheet.&lt;br /&gt;
Creates a cloak that can become invisible at will. It has extra storage space, hiding items you store in it as well as being invisible in strip searches. The cloak is somewhat armored.&lt;br /&gt;
DOES NOT MAKE YOU INVISIBLE, JUST ITSELF. THE CLOAK IS ALSO AN OUTERWEAR SLOT ITEM, NOT CLOAK SLOT. &lt;br /&gt;
| style=&amp;quot;background-color:#93f4f7;       border-right:dashed 2px;&amp;quot; |[[File:Hud 100 percent Health.gif]] &amp;lt;br&amp;gt;You no longer need to breathe, and become immune to cold temperatures. You can still take damage from lack of pressure.&lt;br /&gt;
| style=&amp;quot;                                border-right:dashed 2px;&amp;quot; |[[file:heretic_armor.gif]] &amp;lt;br&amp;gt;Transmute a table (built) and a gasmask to create a suit of armor. The suit more or less halves damage received.&lt;br /&gt;
| style=&amp;quot;background-color:#eb7541;       border-right:dashed 2px;&amp;quot; |[[file:Rusty_wall.png]] &amp;lt;br&amp;gt;You slowly heal while standing on rusted tiles.&lt;br /&gt;
| style=&amp;quot;border-right:solid 10px #c1c1c1&amp;quot; |[[file:heretic_flask.png]] &amp;lt;br&amp;gt;Transmute a tank of water into a flask(50u) of eldritch water. Heals a bit of everything, harms others a bit in everything.&lt;br /&gt;
|- style=&amp;quot;background-color:#2aab2a;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#c1c1c1; border-style: solid; border-width: 2px 2px 2px 2px&amp;quot; |&#039;&#039;&#039;Mark of Ash&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#f58da2; border-style: solid; border-width: 2px 2px 2px 2px&amp;quot; |&#039;&#039;&#039;Mark of Flesh&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#93f4f7; border-style: solid; border-width: 2px 2px 2px 2px&amp;quot; |&#039;&#039;&#039;Mark of Void&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#eb7541; border-style: solid; border-width: 2px 2px 2px 2px&amp;quot; |&#039;&#039;&#039;Mark of Rust&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|- style=&amp;quot;background-color:#2aab2a;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#c1c1c1; border-style: solid; border-width: 0px 2px 2px 2px&amp;quot; |[[File:ash_blade.png]] &amp;lt;br&amp;gt;Your mansus applies ash marks on touch. Attack a marked person with your blade to deal stamina damage and burning. &amp;lt;br&amp;gt; The burning spreads to other people, becoming a bit stronger each time.&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#f58da2; border-style: solid; border-width: 0px 2px 2px 2px&amp;quot; |[[File:flesh_blade.png]] &amp;lt;br&amp;gt;Your mansus applies flesh marks on touch. Attack a marked person with your blade to make them bleed profusely. &lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#93f4f7; border-style: solid; border-width: 0px 2px 2px 2px&amp;quot; |[[File:Void blade.png]] &amp;lt;br&amp;gt;Your grasp applies void mark on hit. Attack a marked person with your blade to lower their body temperature significantly.&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#eb7541; border-style: solid; border-width: 0px 2px 2px 2px&amp;quot; | [[File:rust_blade.png]] &amp;lt;br&amp;gt;Your mansus applies rust marks on touch. Attack a marked person with your blade to deal 0-200 damage to items they are carrying.&lt;br /&gt;
|&lt;br /&gt;
|- style=&amp;quot;background-color:#6EE270;&amp;quot;&lt;br /&gt;
| style=&amp;quot;border-left:solid 10px #eb7541; border-right:dashed 2px;&amp;quot; |&#039;&#039;&#039;Curse of Corrosion&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:#c1c1c1;       border-right:dashed 2px;&amp;quot; |&#039;&#039;&#039;Mask of Madness&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;                                border-right:dashed 2px;&amp;quot; |&#039;&#039;&#039;Curse of Paralysis&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:#f58da2;       border-right:dashed 2px;&amp;quot; |&#039;&#039;&#039;Raw Ritual&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;                                border-right:dashed 2px;&amp;quot; |&#039;&#039;&#039;Carving Knife&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:#93f4f7;       border-right:dashed 2px;&amp;quot; |&#039;&#039;&#039;Void Phase&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;                                border-right:dashed 2px;&amp;quot; |&#039;&#039;&#039;Mawed Crucible&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:#eb7541;       border-right:dashed 2px;&amp;quot; |&#039;&#039;&#039;Aggressive Spread&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;border-right:solid 10px #c1c1c1;&amp;quot; |&#039;&#039;&#039;Curse of Corrosion&#039;&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background-color:#6EE270;&amp;quot;&lt;br /&gt;
| style=&amp;quot;border-left:solid 10px #eb7541; border-right:dashed 2px;&amp;quot; |[[File:Decal bio.png]] &amp;lt;br&amp;gt;Transmute wirecutters, a pool of vomit, a heart, and an item containing fingerprints to cast a curse of plague on one of the fingerprints&#039; owners for two minutes. While cursed, the victim will repeatedly vomit while their organs will take constant damage. &lt;br /&gt;
| style=&amp;quot;background-color:#c1c1c1;       border-right:dashed 2px;&amp;quot; |[[file:Mad_mask.png]] &amp;lt;br&amp;gt;Transmute a pair of eyes, a screwdriver and a pool of blood to create a Mask of Madness. It causes passive stamina damage and hallucinations to everyone around the wearer. Can be forced on a non believer to make him unable to take it off...&lt;br /&gt;
| style=&amp;quot;                                border-right:dashed 2px;&amp;quot; |[[file:wheelchair.png]] &amp;lt;br&amp;gt;Transmute a hatchet, a left and right leg, and an item containing fingerprints to cast a curse of immobility on one of the fingerprints&#039; owners for five minutes. While cursed, the victim will be unable to walk.&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#f58da2;       border-right:dashed 2px;&amp;quot; |[[file:raw_prophet.png]] &amp;lt;br&amp;gt;Transmute eyes, a left arm, right arm and a pool of blood into a Raw Prophet. Raw prophets have increased seeing range, as well as Xray. But are very fragile and weak.&lt;br /&gt;
| style=&amp;quot;                                border-right:dashed 2px;&amp;quot; |[[File:Carving knife.png]] &amp;lt;br&amp;gt;Transmute a knife,a glass shard and a piece of paper to create a Carving Knife. The knife, while also being a strong throwing weapon, allows you to create up to 3 carvings on the floor that have various effects on nonbelievers who walk over them. The runes are detailed later in this page.&lt;br /&gt;
| style=&amp;quot;background-color:#93f4f7;       border-right:dashed 2px;&amp;quot; |[[File:Void phase.gif]]&amp;lt;br&amp;gt;You gain a long range blink that allows you to instantly teleport to a targeted location. Teleporting causes AoE damage around you and your targeted location&lt;br /&gt;
| style=&amp;quot;                                border-right:dashed 2px;&amp;quot; |[[File:Mawed Crucible.gif]] &amp;lt;br&amp;gt;Transmute a table with a water tank to create a Mawed Crucible. The Crucible allows you to create potions of various effects (detailed later in this page). It starts with enough liquid to create 1 potion, but it can be refilled with organs/body parts.&lt;br /&gt;
| style=&amp;quot;background-color:#eb7541;       border-right:dashed 2px;&amp;quot; |[[File:corrode.gif]]&amp;lt;br&amp;gt;Spreads rust to nearby turfs. Destroys already rusted walls.&lt;br /&gt;
| style=&amp;quot;border-right:solid 10px #c1c1c1&amp;quot; |[[File:Decal bio.png]] &amp;lt;br&amp;gt;Transmute wirecutters, a pool of vomit, a heart, and an item containing fingerprints to cast a curse of plague on one of the fingerprints&#039; owners for two minutes. While cursed, the victim will repeatedly vomit while their organs will take constant damage.&lt;br /&gt;
|- style=&amp;quot;background-color:#2aab2a;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#c1c1c1; border-style: solid; border-width: 2px 2px 2px 2px&amp;quot; |&#039;&#039;&#039;Fiery Blade&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#f58da2; border-style: solid; border-width: 2px 2px 2px 2px&amp;quot; |&#039;&#039;&#039;Bleeding Steel&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#93f4f7; border-style: solid; border-width: 2px 2px 2px 2px&amp;quot; |&#039;&#039;&#039;Seeking Blade&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#eb7541; border-style: solid; border-width: 2px 2px 2px 2px&amp;quot; |&#039;&#039;&#039;Toxic Blade&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|- style=&amp;quot;background-color:#2aab2a;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#c1c1c1; border-style: solid; border-width: 0px 2px 2px 2px&amp;quot; |[[File:ash_blade.png]] &amp;lt;br&amp;gt;Your blade adds firestacks to those you attack. &lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#f58da2; border-style: solid; border-width: 0px 2px 2px 2px&amp;quot; |[[File:flesh_blade.png]] &amp;lt;br&amp;gt;Your blade causes additional bleeding to those you attack.&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#93f4f7; border-style: solid; border-width: 0px 2px 2px 2px&amp;quot; |[[File:Void blade.png]] &amp;lt;br&amp;gt;You can now use your blade on a distant marked target to move to them and attack them.&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#eb7541; border-style: solid; border-width: 0px 2px 2px 2px&amp;quot; |[[File:rust_blade.png]] &amp;lt;br&amp;gt;Your blade causes toxic damage to those you attack.&lt;br /&gt;
|&lt;br /&gt;
|- style=&amp;quot;background-color:#6EE270;&amp;quot;&lt;br /&gt;
| style=&amp;quot;border-left:solid 10px #eb7541; border-right:dashed 2px;&amp;quot; |&#039;&#039;&#039;Blood Cleave&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:#c1c1c1;       border-right:dashed 2px;&amp;quot; |&#039;&#039;&#039;Nightwatcher&#039;s Rebirth&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;                                border-right:dashed 2px;&amp;quot; |&#039;&#039;&#039;Ashen Ritual&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:#f58da2;       border-right:dashed 2px;&amp;quot; |&#039;&#039;&#039;Lonely Ritual&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;                                border-right:dashed 2px;&amp;quot; |&#039;&#039;&#039;Blood Siphon&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:#93f4f7;       border-right:dashed 2px;&amp;quot; |&#039;&#039;&#039;Void Pull&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;                                border-right:dashed 2px;&amp;quot; |&#039;&#039;&#039;Rusted Ritual&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:#eb7541;       border-right:dashed 2px;&amp;quot; |&#039;&#039;&#039;Entropic Plume&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;border-right:solid 10px #c1c1c1;&amp;quot; |&#039;&#039;&#039;Blood Cleave&#039;&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background-color:#6EE270;&amp;quot;&lt;br /&gt;
| style=&amp;quot;border-left:solid 10px #eb7541; border-right:dashed 2px;&amp;quot; |[[file:cleave.png]] &amp;lt;br&amp;gt;A ranged spell that gives bleeding wounds to the target and those around them. &lt;br /&gt;
| style=&amp;quot;background-color:#c1c1c1;       border-right:dashed 2px;&amp;quot; |[[file:onfire.gif]] &amp;lt;br&amp;gt;Drains nearby alive people that are engulfed in flames. It heals 10 of each damage type per person. If a person is in critical condition it finishes them off.&lt;br /&gt;
| style=&amp;quot;                                border-right:dashed 2px;&amp;quot; |[[file:ashman.png]] &amp;lt;br&amp;gt;Transmute a pile of ash, a head and a book to summon an ashman. Ashmen have ashen shift, and a spell that lets them send off a great wave of fire. &lt;br /&gt;
| style=&amp;quot;background-color:#f58da2;       border-right:dashed 2px;&amp;quot; |[[file:stalker.png]] &amp;lt;br&amp;gt;Transmute a knife, a flower, a pen and a piece of paper to summon a Stalker. Stalkers can shapeshift into different creatures to blend in, inheriting their stats.&lt;br /&gt;
| style=&amp;quot;                                border-right:dashed 2px;&amp;quot; |[[File:Blood siphon.gif]] &amp;lt;br&amp;gt;A ranged spell that steals a bit of life from your target, healing your bruises and restoring blood. Additionally, you have a chance of transferring wounds you are experiencing to the target.&lt;br /&gt;
| style=&amp;quot;background-color:#93f4f7;       border-right:dashed 2px;&amp;quot; |[[File:Void pull.gif]]&amp;lt;br&amp;gt;An AoE spell that damages all enemies adjacent to you. Nearby enemies are also knocked down and stunned, and distant enemies are dragged closer to you.&lt;br /&gt;
| style=&amp;quot;                                border-right:dashed 2px;&amp;quot; |[[file:rust_walker.png]] &amp;lt;br&amp;gt;Transmute a vomit pool, a head and a book to summon a Rust Walker. Rust walkers can walk around and shoot waves of rust.&lt;br /&gt;
| style=&amp;quot;background-color:#eb7541;       border-right:dashed 2px;&amp;quot; |[[File:Entropic Plume.png]]&amp;lt;br&amp;gt;Spews forth a disorienting plume that causes enemies to strike each other, briefly blinds them and poisons them. Also spreads rust in the path of the plume.&lt;br /&gt;
| style=&amp;quot;border-right:solid 10px #c1c1c1&amp;quot; |[[file:cleave.png]] &amp;lt;br&amp;gt;A ranged spell that gives bleeding wounds to the target and those around them.&lt;br /&gt;
|- style=&amp;quot;background-color:#2aab2a;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#a1a1a1; border-style: solid; border-width: 2px 2px 2px 2px&amp;quot; |&#039;&#039;&#039;Ashlord&#039;s Rite&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#e34363; border-style: solid; border-width: 2px 2px 2px 2px&amp;quot; |&#039;&#039;&#039;Priest’s Final Hymn&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#3ec1c5; border-style: solid; border-width: 2px 2px 2px 2px&amp;quot; |&#039;&#039;&#039;Waltz at the End of Time&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#c5673e; border-style: solid; border-width: 2px 2px 2px 2px&amp;quot; |&#039;&#039;&#039;Rustbringer’s Oath&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|- style=&amp;quot;background-color:#2aab2a;&amp;quot;&lt;br /&gt;
|[[File:heretic_rune.png]]&lt;br /&gt;
| style=&amp;quot;background-color:#a1a1a1; border-style: solid; border-width: 0px 2px 2px 2px&amp;quot; |[[file:decal_fire.png]]&amp;lt;br&amp;gt; Transmute 3 corpses to ascend and become immune to fire/cold and space. You gain two spells: to surround yourself with fire for a minute, and to send off a massive fire wave like ashmen.&lt;br /&gt;
|[[File:heretic_rune.png]]&lt;br /&gt;
| style=&amp;quot;background-color:#e34363; border-style: solid; border-width: 0px 2px 2px 2px&amp;quot; |[[file:terror_of_the_night_armsy.png]]&amp;lt;br&amp;gt;Transmute 3 corpses to ascend as Lord of the night or summon a terror of the night.&lt;br /&gt;
|[[File:heretic_rune.png]]&lt;br /&gt;
| style=&amp;quot;background-color:#3ec1c5; border-style: solid; border-width: 0px 2px 2px 2px&amp;quot; |[[File:Void storm.gif]]&amp;lt;br&amp;gt;Transmute 3 corpses in a frozen area to Ascend. Causes a violent storm of void snow to assault the station, freezing and damaging heathens. Those nearby will be silenced and frozen even quicker. Additionally, you will become immune to the effects of space.&lt;br /&gt;
|[[File:heretic_rune.png]]&lt;br /&gt;
| style=&amp;quot;background-color:#c5673e; border-style: solid; border-width: 0px 2px 2px 2px&amp;quot; |[[file:Rusty_reinforced_wall.png]]&amp;lt;br&amp;gt;Transmute 3 corpses to ascend. While on rust tiles, your healing is tripled. Rust also spreads from the ritual&#039;s rune.&lt;br /&gt;
|[[File:heretic_rune.png]]&lt;br /&gt;
|}&lt;br /&gt;
==Tips==&lt;br /&gt;
*Unlike most other solo antagonists, Heretics start weak but grow stronger over time. It would be best not to attract too much attention to yourself until you unlock more powerful spells and equipment.&lt;br /&gt;
*Many unlockable transmutations require body parts or whole corpses. You can get these from your victims, as well as by raiding the Morgue, or with the correct access, turning monkeys into catatonic humans.&lt;br /&gt;
*Even if you never fight other heretics, you&#039;re inherently at odds with them. Each influence can only be harvested once, so the heretic that goes the fastest and grabs the most influences first has to do less killing and sacrificing to reach their ascensions.&lt;br /&gt;
*Your Mansus Grasp will temporarily garble the speech of people who you use it on. This can let you get away with murder while comms are online, but be careful - it&#039;s not foolproof!&lt;br /&gt;
*Influences can spawn in almost any location on the station, ranging from the main hallways and public restrooms to Command staff offices and restricted security areas in the Brig. It&#039;s best to check every area you can access, public and department.&lt;br /&gt;
*If you can&#039;t find any influences by peaking in windows, try getting to a Security Camera Console either breaking into a security post or by building your own. Simply cycle through the cameras and make note of any influences you see. Do watch your back while doing this, you don&#039;t want to be busted by an officer while you&#039;re distracted!&lt;br /&gt;
*As a heretic, access is more important than ever! The more areas you can easily access, the more influences you&#039;ll be able to snag. Getting all access can be a godsend, and knowing how to either hack or talk your way into other departments can help you beat other heretics to the free points.&lt;br /&gt;
*Drawing new runes requires you to stand still for a very long time. Draw your runes beforehand to avoid having to hold on to a body for much longer, and to leave quicker. You might not have time to draw a rune if Security is hot on your tail.&lt;br /&gt;
*The Mawed Crucible can be wrenched/unwrenched by using your Codex or your Mansus Grasp on it, allowing you to relocate if necessary.&lt;br /&gt;
*You can create two blades as most heretics, or three as flesh / five as blade. Carry an extra in your bag to break in case you need to escape from a sticky situation. You can also carry blades on your Eldritch Armor and Void Cloak!&lt;br /&gt;
*The Carving Knife, while useful for making defensive traps, is also a robust throwing weapon with high embed chance. Make a few of them for a good ranged weapon!&lt;br /&gt;
*Having Aristocrat&#039;s Way researched allows you to spacewalk with only a firefighting suit and helmet, as they are pressure resistant. Useful if your job doesn&#039;t have access to actual spacesuits/hardsuits.&lt;br /&gt;
*Entropic Plume causes any living mob caught in the plume to randomly strike other nearby mobs, which includes Beepsky and other Securitrons. Use sec&#039;s robot pets against them!&lt;br /&gt;
*Even after ascension, you aren&#039;t completely invincible. Don&#039;t get too hasty and end up eating a barrage of deadly lasers to the face.&lt;br /&gt;
&lt;br /&gt;
* Pierced Realities cause harm to non-heretics depending on how you interact with them. Examining them as a non-heretic deals 10 brain damage. Interacting with them as a non-heretic has a 1/4 chance of your arm being eaten up by it. Interacting with them as a non-heretic using telekinesis will cause your head to literally explode in a very flashy manner.&lt;br /&gt;
* When starting out, you may want to rely on certain makeshift weapons. You can craft flashlight eyes for use in certain rituals, and create shivs by wrapping cloth (cut up bedsheets) around a shard of glass to transmute your blade.&lt;br /&gt;
* Live or die, victims you send to the shadow realm will never remember that you did it. This means that for avoiding detection, the most important thing is to make sure nobody &#039;&#039;else&#039;&#039; knows about you.&lt;br /&gt;
* Your Ritual of Knowledge is a great way to get a ton of points without drawing too much attention (probably.) Completing it as soon as possible is a good way to get a lot of power fast.&lt;br /&gt;
* By default, nothing on you is incriminating. If security suspects you, but can&#039;t actually pin anything heretical on you, you might be able to pass off as a Traitor instead.&lt;br /&gt;
&lt;br /&gt;
* Monkeys, and monkey-humans (created by giving a monkey mutadone) make for great, usually non-suspicious sources of organs or corpses for your heretical rituals.&lt;br /&gt;
* Security about to check out your ritual hideout? Remember your grasp can instantly destroy a circle, leaving no evidence behind you were up to no good. But be careful - It&#039;ll go on cooldown after, and people may hear the cast sound.&lt;br /&gt;
* Remember that other players can hear your Living Heart, too. Don&#039;t use it in public unless people are distracted.&lt;br /&gt;
* Ashen Shift and Void Phase make for incredibly powerful escape tools. If you have either of these, it might be wise to have an Amber Focus somewhere on you at all times for emergencies.&lt;br /&gt;
* Fear the syringe gun. Mute Toxin will single-handedly shut down your ability to cast your spells.&lt;br /&gt;
* Summoning rituals can be incredibly powerful if you get a good player on your side.&lt;br /&gt;
* Most summoned monsters will drop the components used to create them on death. While having them to die is not ideal, you can easily grab the parts and summon another.&lt;br /&gt;
* As a rust heretic, fight in HARM intent, this will prevent accidentally using your mansus grasp on floors or walls.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As any student of Histories knows, the Mansus has no walls.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Mortals have classified the Mansus into four loosely-defined Paths.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Ash, Flesh, Void and Rust.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We bid you Ẅ̸̻̰̗͍̪͔́̌̕ḛ̴͔̖̈̀͒l̶͚͇̺̤̊̀̽͒̚͘c̴̭̮̐͛͛̈́o̵̱̹̔̊̏̽̅́̏ṃ̶̓͐́̋͝e̵̛̺̬͉͘͜ to our *̶̨̩̣̥͇̜̼̫̍̊̅̑̑͒̏̔̚@̵̄̎̏̍̈̒̓͜£̵̡̧̜̹͔̖̘̪̮͔̈́̇̋̌̽͠&amp;quot;̷̢̧͚̜̫̜͈͇̮̮͎̆́̽̐̌͜͝ͅ#̷̢̢͍̰̭̺̠̮̟̟̓̈́̊͊̀̓̿͐̓̀̎͜͠%̶̰͉̙̜̝͕͔̘͗̎̾̈́̉̈́̀̓͊̆͘̕#̸̢͙̤̯̏͗̉͛̚͝}̴͖̭̤̣̦̀͗͜€̷̨̳͓͈̣̹̘͕̬̝̓́̾͑̚̚¤̷̧̢̢͖̻̘͕͍̮̰̘͉͕̻͇̀̄̈́̓̕̚&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Jobs}}&lt;br /&gt;
{{Game modes}}&lt;br /&gt;
[[Category:Jobs]]&lt;br /&gt;
[[Category:Game Modes]]&lt;br /&gt;
[[Category:Guides]]&lt;/div&gt;</summary>
		<author><name>Schizocat</name></author>
	</entry>
	<entry>
		<id>https://wiki.beestation13.com/w/index.php?title=Heretics&amp;diff=38812</id>
		<title>Heretics</title>
		<link rel="alternate" type="text/html" href="https://wiki.beestation13.com/w/index.php?title=Heretics&amp;diff=38812"/>
		<updated>2025-05-14T04:05:17Z</updated>

		<summary type="html">&lt;p&gt;Schizocat: Added the old path of flesh description back into the paths table&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Under construction&lt;br /&gt;
|reason = Hey there! Heretics just got updated! Help us bring this guide up-to-date by changing the current guide to match https github DOT com /BeeStation/BeeStation-Hornet/pull/8343, thanks! -Coders who actually wiki their changes&lt;br /&gt;
}}&lt;br /&gt;
{{JobPageHeader&lt;br /&gt;
|headerbgcolor = black&lt;br /&gt;
|headerfontcolor = green&lt;br /&gt;
|stafftype = ENEMY&lt;br /&gt;
|imagebgcolor = green&lt;br /&gt;
|img_generic = &lt;br /&gt;
|img = Heretic.png&lt;br /&gt;
|jobtitle = Heretic&lt;br /&gt;
|access = Wherever your job has access to&lt;br /&gt;
|additional = Wherever you can break into or teleport to.&lt;br /&gt;
|difficulty = &#039;&#039;&#039;VERY HARD&#039;&#039;&#039;&lt;br /&gt;
|superior = F̸̪̞͊͒̉ǒ̴͓̘r̸̲̮̎̾͝ǵ̶͙̭̅͝ọ̴͊̓̀t̷̬̋͗͒t̶͍̓̑̕e̵̩͓͆͂̌n̴̡͚̦͌̀͠ ̸͈̼̠̾͑g̵̟͚̖̽̈͗ő̸͌͘ͅd̸̨͙͕̅s̵̹̜͈̓̊&lt;br /&gt;
|duties = Find influences, realize they&#039;ve all been taken. Sacrifice people and become all powerful (or die trying).&lt;br /&gt;
|guides = This is the guide. &lt;br /&gt;
|quote = &#039;ADMIN HALP MEEEEEE&#039;&lt;br /&gt;
}}&lt;br /&gt;
&amp;quot;&#039;&#039;Forgotten, devoured, gutted. Humanity has forgotten the eldritch forces of decay, but the mansus veil has weakened. We will make them taste fear again...&#039;&#039;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
So you&#039;re a heretic? Well, get ready for magic and battle. Grab influences, complete sacrifices, accomplish rituals, and ascend to godhood.&lt;br /&gt;
==The Mansus Veil Weakens==&lt;br /&gt;
You are a nasty little bookworm in search of truth and power, and you have arrived on a station ripe with opportunities. The ultimate goal of a heretic is to research knowledge of the Mansus. Every knowledge gained grants you new abilities and unlocks new rituals until you become all-powerful. &lt;br /&gt;
&lt;br /&gt;
You can gain knowledge points and become stronger through a few ways:&lt;br /&gt;
* Harvest knowledge by draining pierces in reality located around the station of power&lt;br /&gt;
* Wait for new knowledge to be revealed to you over time&lt;br /&gt;
* Sacrificing crew members your dark patrons may hunger for.&lt;br /&gt;
To aid you in acquiring forbidden powers, you start with some important knowledge:&lt;br /&gt;
* &#039;&#039;&#039;Break of Dawn&#039;&#039;&#039;, which grants you the [[File:mansus_grasp.gif]] &#039;&#039;&#039;Mansus Grasp&#039;&#039;&#039;, a modular spell that, without upgrades, lets you touch a target to cause a short [[Status_Effects#Knockdown|knockdown]], 67 [[Health#Stamina|stamina damage]] and light brute damage, on a 10 second cooldown. As you grow in power, your Grasp will gain additional effects. This counts as magic, so don&#039;t try using it on anyone with [[Chaplain|anti-magic]].&lt;br /&gt;
* &#039;&#039;&#039;The Living Heart&#039;&#039;&#039;, which grants you a [[file:heart.png]] &#039;&#039;&#039;Living Heart&#039;&#039;&#039;. This knowledge turns your &#039;&#039;actual&#039;&#039; heart (if your [[Plasmaman|species]] has one) into a Living Heart, which allows you to track your sacrifice targets. You gain the ability to &#039;&#039;&#039;pulse&#039;&#039;&#039; your Living Heart, which directs you to one of your sacrifice targets. {{Leftclick}} the action will let you chose which to track, while {{Rightclick}} will skip selection and track your last chosen target. Be careful - pulsing your heart will produce an audible heartbeat that people nearby may hear. If you lose your heart due &#039;&#039;[[Security_Officer|an accident]]&#039;&#039;, you will need to complete a ritual to regain it.&lt;br /&gt;
* &#039;&#039;&#039;Amber Focus&#039;&#039;&#039;, which allows you to create a Focus. Focuses are necessary in order for you to cast your more advanced spells, so try to keep one handy just in case. &lt;br /&gt;
All of these are critical to your ascension, so don&#039;t lose them, and keep them hidden from security!&lt;br /&gt;
* &#039;&#039;&#039;Heartbeat of the Mansus&#039;&#039;&#039;, which allows you to sacrifice your targets to the Mansus. Bring one of your targets back to a rune in critical condition or dead and invoke the rune. This will send your sacrifice to the Shadow Realm and reward you with 2 knowledge points (or 3, if they&#039;re a head of staff!). &lt;br /&gt;
These basic knowledges are critical to acquiring enough power to ascend, so get familiar. &lt;br /&gt;
===[[file:heart.png]] Sacrificing===&lt;br /&gt;
The Mansus desires only a select few crewmembers at any moment.&lt;br /&gt;
&lt;br /&gt;
At the start of the round you will be assigned four sacrifice targets. You can reroll these with an optional knowledge later on, but until then, you&#039;re stuck with those. &lt;br /&gt;
* One target will be a Head of Staff. Heads of staff are worth an additional point!&lt;br /&gt;
* One target will be a member of security. &lt;br /&gt;
* One target will be a member of your department.&lt;br /&gt;
* One target will be a completely random crewmember. &lt;br /&gt;
You will ONLY be able to sacrifice these targets. Your patrons will not accept just &#039;&#039;any&#039;&#039; old assistant. &lt;br /&gt;
&lt;br /&gt;
Follow your [[file:heart.png]] &#039;&#039;&#039;Living Heart&#039;&#039;&#039; to your target of choice and incapacitate them through any means necessary.&lt;br /&gt;
If your target&#039;s in critical or dead, they&#039;re ready to sacrifice. Drag them over a [[File:heretic_rune.png|32px]] &#039;&#039;&#039;transmutation rune&#039;&#039;&#039; and invoke the rune to sacrifice them.&lt;br /&gt;
&lt;br /&gt;
Whenever a target is sacrificed, they&#039;re healed up and sent to a SHADOW REALM, forced to dodge the Hands of the Mansus to fight for their survival. They&#039;ll also lose their memory of whoever sacrificed them, so your ass is covered on that front. &lt;br /&gt;
&lt;br /&gt;
However, if you mess up the target something fierce and they&#039;re unable to be revived, they&#039;ll make a huge mess over your rune. Keep your sacrifices in good condition, or leave behind a large amount of evidence that you&#039;re on the hunt!&lt;br /&gt;
===[[file:reality_fracture.gif]] &#039;&#039;&#039;Influences&#039;&#039;&#039;===&lt;br /&gt;
&#039;&#039;&#039;Influences&#039;&#039;&#039; are the easy way to gain power points. Whenever there are heretics aboard Space Station 13, influences will randomly spawn across the station. In this state, influences are only visible to heretics. These are untapped and ripe for the picking.&lt;br /&gt;
{{Leftclick}} on an influence with an empty hand to harvest it, but be careful - anyone examining you may notice something&#039;s afoot.&lt;br /&gt;
&lt;br /&gt;
After being harvested, the influence vanish temporarily. Soon after, it will reappear and change its appearance, becoming a &#039;&#039;&#039;pierced reality&#039;&#039;&#039;. More importantly, &#039;&#039;&#039;&amp;lt;u&amp;gt;it will become visible to the entire crew.&amp;lt;/u&amp;gt;&#039;&#039;&#039; Influences can only be harvested once, so don&#039;t waste time trying to collect those that other heretics have already taken!&lt;br /&gt;
&lt;br /&gt;
[[file:reality_fracture_harvested.gif]] (An already harvested influence. Notice the glow.)&lt;br /&gt;
&lt;br /&gt;
Using a [[file:heretic_forbidden_book.png]] Codex Cicatrix to harvest an influence will reward double the knowledge points. Risk for reward!&lt;br /&gt;
===[[File:Codex open.png]] Heretical Research===&lt;br /&gt;
Once you have some power points, it&#039;s time to &#039;&#039;&#039;research&#039;&#039;&#039;! Open up your Antag Info UI (Action button, top left) and visit the second tab. The research menu forms a branching tree (see below), and your first selection will be to commit to a &#039;&#039;&#039;path&#039;&#039;&#039; that defines your initial abilities and final ascension. You can earn abilities from other paths to a limited degree, but overall your chosen path will heavily influence your play-style.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===[[File:heretic_rune.png|64px]] Transmutation is the Key===&lt;br /&gt;
Eventually, you&#039;ll need to start using proper magics. To draw a &#039;&#039;&#039;transmutation rune&#039;&#039;&#039;, you&#039;ll need a writing tool, such as a pen or crayon. Activate [[File:mansus_grasp.gif]] &#039;&#039;&#039;Mansus Grasp&#039;&#039;&#039; in your offhand and click on the floor to begin drawing a rune. These runes are green and take up a 3x3 area, and while they can go under other objects, it&#039;s best to keep them clear for transmutation purposes.&lt;br /&gt;
&lt;br /&gt;
You can remove runes by using your [[File:mansus_grasp.gif]] &#039;&#039;&#039;Mansus Grasp&#039;&#039;&#039; on it, and you can also freely use &#039;&#039;other&#039;&#039; heretics&#039; runes.&lt;br /&gt;
&lt;br /&gt;
To &#039;&#039;&#039;transmute&#039;&#039;&#039;, simply click the rune with an empty hand while the appropriate object(s) are on top of it, making sure that nothing else is in the way. Transmutation Rituals allow you to create powerful artifacts, demonic monsters, and many useful tools that will help you progress towards ultimate power.&lt;br /&gt;
&lt;br /&gt;
The [[file:heretic_forbidden_book.png]] Codex Cicatrix can also draw and remove runes, and does it as a faster rate than doing it by hand. &lt;br /&gt;
===Focus is Necessary===&lt;br /&gt;
To cast more advanced spells, you must be wearing a focus. A focus can be made by transmuting a glass sheet and a pair of eyes. &#039;&#039;&#039;This necklace must be worn&#039;&#039;&#039; to gain its effects. &lt;br /&gt;
&lt;br /&gt;
Some more powerful heretic equipment also functions as a focus - Namely, the Ominous Armor from the Armorer&#039;s Ritual (when the hood is flipped up). &lt;br /&gt;
===[[file:heretic_blade.png]] &#039;&#039;&#039;Heretic Blade&#039;&#039;&#039;===&lt;br /&gt;
The &#039;&#039;&#039;Heretic Blade&#039;&#039;&#039; will be your first unlocked research. It can be created by transmuting a common knife or equivalent with a secondary ingredient based on your path, and serves as a powerful melee weapon, or broken to serve as one-use escape tool.&lt;br /&gt;
&lt;br /&gt;
All paths have their own kind of blade, which only differ in appearance and name without any additional research. As with the [[File:mansus_grasp.gif]] &#039;&#039;&#039;Mansus Grasp&#039;&#039;&#039;, your blade will be upgraded by your research over time. Said upgrades will differ depending on the path you choose. &lt;br /&gt;
&lt;br /&gt;
You are limited in the amounts of blades you can create at a time - Ash, Void, and Rust limit you to two blades, and Flesh limits you to three. Try not to lose them!&lt;br /&gt;
&lt;br /&gt;
Additionally, you can &#039;&#039;&#039;break&#039;&#039;&#039; your blade by activating it in-hand to teleport to a random, (mostly) safe location in a pinch. Better to lose your weapon and live another day than die fighting. &lt;br /&gt;
==Paths of The Mansus==&lt;br /&gt;
There are different aspects of the arcane to which you can devote yourself. While all rituals and spells can be learned, your first and most important choice will decide how your weapon [[file:heretic_blade.png]] and grasp [[file:mansus_grasp.gif]] will evolve, and how your final ascension will transform you.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellspacing=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:green&amp;quot; width=&#039;140px&#039;|Path&lt;br /&gt;
! style=&amp;quot;background-color:green&amp;quot; width=&#039;140px&#039;|Name&lt;br /&gt;
! style=&amp;quot;background-color:green&amp;quot; width=&#039;830px&#039;|Description&lt;br /&gt;
|-&lt;br /&gt;
!Path of Ash&lt;br /&gt;
|Nightwatcher&#039;s secret&lt;br /&gt;
|The Path of Ash revolves around fire, mobility, crowd control and being a sneaky fucker that can jaunt while handcuffed. It grants the most forgiving abilities for a new heretic, such as the aforementioned jaunt and a potential mass heal, and is highly recommended for first-timers. It doesn&#039;t have the most powerful abilities until the later game, but it is still enjoyable. Ascending gives you the power to burn down the station in a living tornado of flame.&lt;br /&gt;
|-&lt;br /&gt;
!Path of Rust&lt;br /&gt;
|Blacksmith&#039;s Tale&lt;br /&gt;
|The Path of Rust is about healing, corruption and brute forcing through all obstacles, at the cost of stealth. Rust gives you abilities that can one shot silicons, fry any electronics, destroy any turfs and take down any non-living being, while creating rusted tiles and healing while standing on them. Rust also grants access to some pretty powerful spells, making it a difficulty middle ground. Ascending grants you unparalleled healing and survivability. &lt;br /&gt;
|-&lt;br /&gt;
!Path of Flesh&lt;br /&gt;
|Principle of Hunger&lt;br /&gt;
|The Path of Flesh focuses on resurrection and summoning player-controlled minions. Heretics on this path gain almost no offensive or defensive abilities and rely heavily on stockpiling corpses, but Flesh offers many fun and powerful tools to those who can make it to the end, making it the hardest path overall for inexperienced heretics. Ascending allows you to shed your human form and become something much greater.|The Path of Flesh focuses on resurrection and summoning player-controlled minions. Heretics on this path gain almost no offensive or defensive abilities and rely heavily on stockpiling corpses, but Flesh offers many fun and powerful tools to those who can make it to the end, making it the hardest path overall for inexperienced heretics. Ascending allows you to shed your human form and become something much greater.&lt;br /&gt;
|-&lt;br /&gt;
!Path of Void&lt;br /&gt;
|Glimmer of Winter&lt;br /&gt;
|The Path of Void focuses on stealth, silence and the freezing cold. While the path offers very little utility early on, they quickly gain the ability to silence and freeze their victims, opening the window to silently ambush targets with no other items or chemicals required. It also offers full immunity to freezing temperatures, an invisible armored cloak (with pockets!), and later a targeted blink that damages anything nearby. The path has access to many strong transmuted items, but requires smart use to realize their full potential, making it moderately difficult but a good beginner choice. Ascending silences those around you and makes you the eye of a deadly blizzard. &lt;br /&gt;
|}&lt;br /&gt;
==Abilities==&lt;br /&gt;
Below is a table with all your abilities. Upon choosing a path, you begin at the top of the tree, moving straight downwards; the first few abilities you unlock are thus based on your path. However, some abilities are located between paths, and can be unlocked by moving sideways once you&#039;re adjacent to them. With enough points, you can theoretically unlock all of these &#039;neutral&#039; abilities, as well as dipping into other paths&#039; abilities, but you can only ever unlock &#039;&#039;&#039;one Mark&#039;&#039;&#039; and &#039;&#039;&#039;one Blade/Steel&#039;&#039;&#039; ability, and you can only unlock &#039;&#039;&#039;the ascension that matches your starting path&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
In the below tree, &#039;&#039;&#039;dark&#039;&#039;&#039; colored abilities can only be obtained by starting on the corresponding path, &#039;&#039;&#039;green&#039;&#039;&#039; abilities are &amp;quot;neutral&amp;quot; abilities that you can use to cross paths, and &#039;&#039;&#039;light&#039;&#039;&#039; colored abilities can be earned by any path by first going through the neutral ones.&lt;br /&gt;
===&amp;lt;center&amp;gt;&amp;lt;u&amp;gt;[[File:Heretic_forbidden_book.png]] &#039;&#039;&#039;The Heretic Ability Tree&#039;&#039;&#039; [[File:Heretic_forbidden_book.png]]&amp;lt;/u&amp;gt;&amp;lt;/center&amp;gt;===&lt;br /&gt;
{| style=&amp;quot;text-align: center; border-spacing: 0px;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color:#2aab2a;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;background-color:#a1a1a1; border-style: solid; border-width: 5px 5px 3px 5px&amp;quot; |&amp;lt;span style=&amp;quot;font-size:larger&amp;quot;&amp;gt;&#039;&#039;&#039;Path of Ash&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;background-color:#e34363; border-style: solid; border-width: 5px 5px 3px 5px&amp;quot; |&amp;lt;span style=&amp;quot;font-size:larger&amp;quot;&amp;gt;&#039;&#039;&#039;Path of Flesh&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;background-color:#3ec1c5; border-style: solid; border-width: 5px 5px 3px 5px&amp;quot; |&amp;lt;span style=&amp;quot;font-size:larger&amp;quot;&amp;gt;&#039;&#039;&#039;Path of Void&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;background-color:#c5673e; border-style: solid; border-width: 5px 5px 3px 5px&amp;quot; |&amp;lt;span style=&amp;quot;font-size:larger&amp;quot;&amp;gt;&#039;&#039;&#039;Path of Rust&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|- style=&amp;quot;background-color:#2aab2a;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#a1a1a1; border-style: solid; border-width: 2px 2px 2px 2px&amp;quot; |&#039;&#039;&#039;Nightwatcher&#039;s Secret&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#e34363; border-style: solid; border-width: 2px 2px 2px 2px&amp;quot; |&#039;&#039;&#039;Principle of Hunger&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#3ec1c5; border-style: solid; border-width: 2px 2px 2px 2px&amp;quot; |&#039;&#039;&#039;Glimmer of Winter&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#c5673e; border-style: solid; border-width: 2px 2px 2px 2px&amp;quot; |&#039;&#039;&#039;Blacksmith&#039;s Tale&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|- style=&amp;quot;background-color:#2aab2a;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#a1a1a1; border-style: solid; border-width: 0px 2px 0px 2px&amp;quot; |[[File:ash_blade.png]] &amp;lt;br&amp;gt;Follow the ashen path. &amp;lt;br&amp;gt; Transmute a knife with a match for an ashen blade.&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#e34363; border-style: solid; border-width: 0px 2px 0px 2px&amp;quot; |[[File:flesh_blade.png]] &amp;lt;br&amp;gt;Follow the flesh path. &amp;lt;br&amp;gt; Transmute a knife and a pool of blood into a flesh blade.&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#3ec1c5; border-style: solid; border-width: 0px 2px 0px 2px&amp;quot; |[[File:Void blade.png]] &amp;lt;br&amp;gt;Follow the void path. &amp;lt;br&amp;gt; Transmute a knife in sub-zero temperature into a void blade.&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#c5673e; border-style: solid; border-width: 0px 2px 0px 2px&amp;quot; |[[File:rust_blade.png]] &amp;lt;br&amp;gt;Follow the rust path. &amp;lt;br&amp;gt; Transmute a knife and a trash item into a rusty blade.&lt;br /&gt;
|&lt;br /&gt;
|- style=&amp;quot;background-color:#2aab2a;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#a1a1a1; border-style: solid; border-width: 2px 2px 2px 2px&amp;quot; |&#039;&#039;&#039;Grasp of Ash&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#e34363; border-style: solid; border-width: 2px 2px 2px 2px&amp;quot; |&#039;&#039;&#039;Grasp of Flesh&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#3ec1c5; border-style: solid; border-width: 2px 2px 2px 2px&amp;quot; |&#039;&#039;&#039;Grasp of Void&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#c5673e; border-style: solid; border-width: 2px 2px 2px 2px&amp;quot; |&#039;&#039;&#039;Grasp of Rust&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|- style=&amp;quot;background-color:#2aab2a;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#a1a1a1; border-style: solid; border-width: 0px 2px 2px 2px&amp;quot; |[[File:mansus_grasp.gif]] &amp;lt;br&amp;gt;Your mansus grasp now blinds opponents.&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#e34363; border-style: solid; border-width: 0px 2px 2px 2px&amp;quot; |[[File:mansus_grasp.gif]] &amp;lt;br&amp;gt;Your mansus grasp now raises dead players into ghouls, ONCE per player. They look like husks and have 25 HP. &lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#3ec1c5; border-style: solid; border-width: 0px 2px 2px 2px&amp;quot; |[[File:mansus_grasp.gif]] &amp;lt;br&amp;gt;Your mansus grasp now temporarily mutes your victim 8 seconds and lowers their body temperature&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#c5673e; border-style: solid; border-width: 0px 2px 2px 2px&amp;quot; |[[File:mansus_grasp.gif]] &amp;lt;br&amp;gt;Your mansus grasp now deal 500 damage to inorganic matter. Rusts any surface it&#039;s used on, and destroys any surface that is already rusty.&lt;br /&gt;
|&lt;br /&gt;
|- style=&amp;quot;background-color:#6EE270;&amp;quot;&lt;br /&gt;
| style=&amp;quot;border-left:solid 10px #eb7541; border-right:dashed 2px;&amp;quot; |&#039;&#039;&#039;Priest&#039;s Ritual&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:#c1c1c1;       border-right:dashed 2px;&amp;quot; |&#039;&#039;&#039;Ashen Shift&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;                                border-right:dashed 2px;&amp;quot; |&#039;&#039;&#039;Ashen Eyes&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:#f58da2;       border-right:dashed 2px;&amp;quot; |&#039;&#039;&#039;Imperfect Ritual&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;                                border-right:dashed 2px;&amp;quot; |&#039;&#039;&#039;Void Cloak&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:#93f4f7;       border-right:dashed 2px;&amp;quot; |&#039;&#039;&#039;Aristocrat&#039;s Way&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;                                border-right:dashed 2px;&amp;quot; |&#039;&#039;&#039;Armorer’s Ritual&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:#eb7541;       border-right:dashed 2px;&amp;quot; |&#039;&#039;&#039;Leeching Walk&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;border-right:solid 10px #c1c1c1;&amp;quot; |&#039;&#039;&#039;Priest&#039;s Ritual&#039;&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background-color:#6EE270;&amp;quot;&lt;br /&gt;
| style=&amp;quot;border-left:solid 10px #eb7541; border-right:dashed 2px;&amp;quot; |[[file:heretic_flask.png]] &amp;lt;br&amp;gt;Transmute a tank of water into a flask(50u) of eldritch water. Heals a bit of everything, harms others a bit in everything. &lt;br /&gt;
| style=&amp;quot;background-color:#c1c1c1;       border-right:dashed 2px;&amp;quot; |[[file:ashen_shift.gif]] &amp;lt;br&amp;gt;A jaunt spell that makes you immaterial and pass through walls. &amp;lt;br&amp;gt;Very short duration, you will only manage 5-6 tiles in a straight line. &lt;br /&gt;
| style=&amp;quot;                                border-right:dashed 2px;&amp;quot; |[[file:heretic_medallion.png]] &amp;lt;br&amp;gt;Transmute a shard of glass with eyes organ to produce an amulet of heatvision. &amp;lt;br&amp;gt; You can see better in the dark, and can see living beings through walls.&lt;br /&gt;
| style=&amp;quot;background-color:#f58da2;       border-right:dashed 2px;&amp;quot; |[[file:poppy.png]] &amp;lt;br&amp;gt;Transmute a corpse and a poppy into a voiceless death: mute ghouls with 50hp, but no voice. &amp;lt;br&amp;gt; Limit of 2 at a time. &lt;br /&gt;
| style=&amp;quot;                                border-right:dashed 2px;&amp;quot; |[[File:Void cloak.gif]] &amp;lt;br&amp;gt;Transmute a glass shard, any item of clothing that you can fit over your uniform and any type of bedsheet.&lt;br /&gt;
Creates a cloak that can become invisible at will. It has extra storage space, hiding items you store in it as well as being invisible in strip searches. The cloak is somewhat armored.&lt;br /&gt;
DOES NOT MAKE YOU INVISIBLE, JUST ITSELF. THE CLOAK IS ALSO AN OUTERWEAR SLOT ITEM, NOT CLOAK SLOT. &lt;br /&gt;
| style=&amp;quot;background-color:#93f4f7;       border-right:dashed 2px;&amp;quot; |[[File:Hud 100 percent Health.gif]] &amp;lt;br&amp;gt;You no longer need to breathe, and become immune to cold temperatures. You can still take damage from lack of pressure.&lt;br /&gt;
| style=&amp;quot;                                border-right:dashed 2px;&amp;quot; |[[file:heretic_armor.gif]] &amp;lt;br&amp;gt;Transmute a table (built) and a gasmask to create a suit of armor. The suit more or less halves damage received.&lt;br /&gt;
| style=&amp;quot;background-color:#eb7541;       border-right:dashed 2px;&amp;quot; |[[file:Rusty_wall.png]] &amp;lt;br&amp;gt;You slowly heal while standing on rusted tiles.&lt;br /&gt;
| style=&amp;quot;border-right:solid 10px #c1c1c1&amp;quot; |[[file:heretic_flask.png]] &amp;lt;br&amp;gt;Transmute a tank of water into a flask(50u) of eldritch water. Heals a bit of everything, harms others a bit in everything.&lt;br /&gt;
|- style=&amp;quot;background-color:#2aab2a;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#c1c1c1; border-style: solid; border-width: 2px 2px 2px 2px&amp;quot; |&#039;&#039;&#039;Mark of Ash&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#f58da2; border-style: solid; border-width: 2px 2px 2px 2px&amp;quot; |&#039;&#039;&#039;Mark of Flesh&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#93f4f7; border-style: solid; border-width: 2px 2px 2px 2px&amp;quot; |&#039;&#039;&#039;Mark of Void&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#eb7541; border-style: solid; border-width: 2px 2px 2px 2px&amp;quot; |&#039;&#039;&#039;Mark of Rust&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|- style=&amp;quot;background-color:#2aab2a;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#c1c1c1; border-style: solid; border-width: 0px 2px 2px 2px&amp;quot; |[[File:ash_blade.png]] &amp;lt;br&amp;gt;Your mansus applies ash marks on touch. Attack a marked person with your blade to deal stamina damage and burning. &amp;lt;br&amp;gt; The burning spreads to other people, becoming a bit stronger each time.&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#f58da2; border-style: solid; border-width: 0px 2px 2px 2px&amp;quot; |[[File:flesh_blade.png]] &amp;lt;br&amp;gt;Your mansus applies flesh marks on touch. Attack a marked person with your blade to make them bleed profusely. &lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#93f4f7; border-style: solid; border-width: 0px 2px 2px 2px&amp;quot; |[[File:Void blade.png]] &amp;lt;br&amp;gt;Your grasp applies void mark on hit. Attack a marked person with your blade to lower their body temperature significantly.&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#eb7541; border-style: solid; border-width: 0px 2px 2px 2px&amp;quot; | [[File:rust_blade.png]] &amp;lt;br&amp;gt;Your mansus applies rust marks on touch. Attack a marked person with your blade to deal 0-200 damage to items they are carrying.&lt;br /&gt;
|&lt;br /&gt;
|- style=&amp;quot;background-color:#6EE270;&amp;quot;&lt;br /&gt;
| style=&amp;quot;border-left:solid 10px #eb7541; border-right:dashed 2px;&amp;quot; |&#039;&#039;&#039;Curse of Corrosion&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:#c1c1c1;       border-right:dashed 2px;&amp;quot; |&#039;&#039;&#039;Mask of Madness&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;                                border-right:dashed 2px;&amp;quot; |&#039;&#039;&#039;Curse of Paralysis&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:#f58da2;       border-right:dashed 2px;&amp;quot; |&#039;&#039;&#039;Raw Ritual&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;                                border-right:dashed 2px;&amp;quot; |&#039;&#039;&#039;Carving Knife&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:#93f4f7;       border-right:dashed 2px;&amp;quot; |&#039;&#039;&#039;Void Phase&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;                                border-right:dashed 2px;&amp;quot; |&#039;&#039;&#039;Mawed Crucible&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:#eb7541;       border-right:dashed 2px;&amp;quot; |&#039;&#039;&#039;Aggressive Spread&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;border-right:solid 10px #c1c1c1;&amp;quot; |&#039;&#039;&#039;Curse of Corrosion&#039;&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background-color:#6EE270;&amp;quot;&lt;br /&gt;
| style=&amp;quot;border-left:solid 10px #eb7541; border-right:dashed 2px;&amp;quot; |[[File:Decal bio.png]] &amp;lt;br&amp;gt;Transmute wirecutters, a pool of vomit, a heart, and an item containing fingerprints to cast a curse of plague on one of the fingerprints&#039; owners for two minutes. While cursed, the victim will repeatedly vomit while their organs will take constant damage. &lt;br /&gt;
| style=&amp;quot;background-color:#c1c1c1;       border-right:dashed 2px;&amp;quot; |[[file:Mad_mask.png]] &amp;lt;br&amp;gt;Transmute a pair of eyes, a screwdriver and a pool of blood to create a Mask of Madness. It causes passive stamina damage and hallucinations to everyone around the wearer. Can be forced on a non believer to make him unable to take it off...&lt;br /&gt;
| style=&amp;quot;                                border-right:dashed 2px;&amp;quot; |[[file:wheelchair.png]] &amp;lt;br&amp;gt;Transmute a hatchet, a left and right leg, and an item containing fingerprints to cast a curse of immobility on one of the fingerprints&#039; owners for five minutes. While cursed, the victim will be unable to walk.&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#f58da2;       border-right:dashed 2px;&amp;quot; |[[file:raw_prophet.png]] &amp;lt;br&amp;gt;Transmute eyes, a left arm, right arm and a pool of blood into a Raw Prophet. Raw prophets have increased seeing range, as well as Xray. But are very fragile and weak.&lt;br /&gt;
| style=&amp;quot;                                border-right:dashed 2px;&amp;quot; |[[File:Carving knife.png]] &amp;lt;br&amp;gt;Transmute a knife,a glass shard and a piece of paper to create a Carving Knife. The knife, while also being a strong throwing weapon, allows you to create up to 3 carvings on the floor that have various effects on nonbelievers who walk over them. The runes are detailed later in this page.&lt;br /&gt;
| style=&amp;quot;background-color:#93f4f7;       border-right:dashed 2px;&amp;quot; |[[File:Void phase.gif]]&amp;lt;br&amp;gt;You gain a long range blink that allows you to instantly teleport to a targeted location. Teleporting causes AoE damage around you and your targeted location&lt;br /&gt;
| style=&amp;quot;                                border-right:dashed 2px;&amp;quot; |[[File:Mawed Crucible.gif]] &amp;lt;br&amp;gt;Transmute a table with a water tank to create a Mawed Crucible. The Crucible allows you to create potions of various effects (detailed later in this page). It starts with enough liquid to create 1 potion, but it can be refilled with organs/body parts.&lt;br /&gt;
| style=&amp;quot;background-color:#eb7541;       border-right:dashed 2px;&amp;quot; |[[File:corrode.gif]]&amp;lt;br&amp;gt;Spreads rust to nearby turfs. Destroys already rusted walls.&lt;br /&gt;
| style=&amp;quot;border-right:solid 10px #c1c1c1&amp;quot; |[[File:Decal bio.png]] &amp;lt;br&amp;gt;Transmute wirecutters, a pool of vomit, a heart, and an item containing fingerprints to cast a curse of plague on one of the fingerprints&#039; owners for two minutes. While cursed, the victim will repeatedly vomit while their organs will take constant damage.&lt;br /&gt;
|- style=&amp;quot;background-color:#2aab2a;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#c1c1c1; border-style: solid; border-width: 2px 2px 2px 2px&amp;quot; |&#039;&#039;&#039;Fiery Blade&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#f58da2; border-style: solid; border-width: 2px 2px 2px 2px&amp;quot; |&#039;&#039;&#039;Bleeding Steel&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#93f4f7; border-style: solid; border-width: 2px 2px 2px 2px&amp;quot; |&#039;&#039;&#039;Seeking Blade&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#eb7541; border-style: solid; border-width: 2px 2px 2px 2px&amp;quot; |&#039;&#039;&#039;Toxic Blade&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|- style=&amp;quot;background-color:#2aab2a;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#c1c1c1; border-style: solid; border-width: 0px 2px 2px 2px&amp;quot; |[[File:ash_blade.png]] &amp;lt;br&amp;gt;Your blade adds firestacks to those you attack. &lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#f58da2; border-style: solid; border-width: 0px 2px 2px 2px&amp;quot; |[[File:flesh_blade.png]] &amp;lt;br&amp;gt;Your blade causes additional bleeding to those you attack.&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#93f4f7; border-style: solid; border-width: 0px 2px 2px 2px&amp;quot; |[[File:Void blade.png]] &amp;lt;br&amp;gt;You can now use your blade on a distant marked target to move to them and attack them.&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#eb7541; border-style: solid; border-width: 0px 2px 2px 2px&amp;quot; |[[File:rust_blade.png]] &amp;lt;br&amp;gt;Your blade causes toxic damage to those you attack.&lt;br /&gt;
|&lt;br /&gt;
|- style=&amp;quot;background-color:#6EE270;&amp;quot;&lt;br /&gt;
| style=&amp;quot;border-left:solid 10px #eb7541; border-right:dashed 2px;&amp;quot; |&#039;&#039;&#039;Blood Cleave&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:#c1c1c1;       border-right:dashed 2px;&amp;quot; |&#039;&#039;&#039;Nightwatcher&#039;s Rebirth&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;                                border-right:dashed 2px;&amp;quot; |&#039;&#039;&#039;Ashen Ritual&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:#f58da2;       border-right:dashed 2px;&amp;quot; |&#039;&#039;&#039;Lonely Ritual&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;                                border-right:dashed 2px;&amp;quot; |&#039;&#039;&#039;Blood Siphon&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:#93f4f7;       border-right:dashed 2px;&amp;quot; |&#039;&#039;&#039;Void Pull&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;                                border-right:dashed 2px;&amp;quot; |&#039;&#039;&#039;Rusted Ritual&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:#eb7541;       border-right:dashed 2px;&amp;quot; |&#039;&#039;&#039;Entropic Plume&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;border-right:solid 10px #c1c1c1;&amp;quot; |&#039;&#039;&#039;Blood Cleave&#039;&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background-color:#6EE270;&amp;quot;&lt;br /&gt;
| style=&amp;quot;border-left:solid 10px #eb7541; border-right:dashed 2px;&amp;quot; |[[file:cleave.png]] &amp;lt;br&amp;gt;A ranged spell that gives bleeding wounds to the target and those around them. &lt;br /&gt;
| style=&amp;quot;background-color:#c1c1c1;       border-right:dashed 2px;&amp;quot; |[[file:onfire.gif]] &amp;lt;br&amp;gt;Drains nearby alive people that are engulfed in flames. It heals 10 of each damage type per person. If a person is in critical condition it finishes them off.&lt;br /&gt;
| style=&amp;quot;                                border-right:dashed 2px;&amp;quot; |[[file:ashman.png]] &amp;lt;br&amp;gt;Transmute a pile of ash, a head and a book to summon an ashman. Ashmen have ashen shift, and a spell that lets them send off a great wave of fire. &lt;br /&gt;
| style=&amp;quot;background-color:#f58da2;       border-right:dashed 2px;&amp;quot; |[[file:stalker.png]] &amp;lt;br&amp;gt;Transmute a knife, a flower, a pen and a piece of paper to summon a Stalker. Stalkers can shapeshift into different creatures to blend in, inheriting their stats.&lt;br /&gt;
| style=&amp;quot;                                border-right:dashed 2px;&amp;quot; |[[File:Blood siphon.gif]] &amp;lt;br&amp;gt;A ranged spell that steals a bit of life from your target, healing your bruises and restoring blood. Additionally, you have a chance of transferring wounds you are experiencing to the target.&lt;br /&gt;
| style=&amp;quot;background-color:#93f4f7;       border-right:dashed 2px;&amp;quot; |[[File:Void pull.gif]]&amp;lt;br&amp;gt;An AoE spell that damages all enemies adjacent to you. Nearby enemies are also knocked down and stunned, and distant enemies are dragged closer to you.&lt;br /&gt;
| style=&amp;quot;                                border-right:dashed 2px;&amp;quot; |[[file:rust_walker.png]] &amp;lt;br&amp;gt;Transmute a vomit pool, a head and a book to summon a Rust Walker. Rust walkers can walk around and shoot waves of rust.&lt;br /&gt;
| style=&amp;quot;background-color:#eb7541;       border-right:dashed 2px;&amp;quot; |[[File:Entropic Plume.png]]&amp;lt;br&amp;gt;Spews forth a disorienting plume that causes enemies to strike each other, briefly blinds them and poisons them. Also spreads rust in the path of the plume.&lt;br /&gt;
| style=&amp;quot;border-right:solid 10px #c1c1c1&amp;quot; |[[file:cleave.png]] &amp;lt;br&amp;gt;A ranged spell that gives bleeding wounds to the target and those around them.&lt;br /&gt;
|- style=&amp;quot;background-color:#2aab2a;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#a1a1a1; border-style: solid; border-width: 2px 2px 2px 2px&amp;quot; |&#039;&#039;&#039;Ashlord&#039;s Rite&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#e34363; border-style: solid; border-width: 2px 2px 2px 2px&amp;quot; |&#039;&#039;&#039;Priest’s Final Hymn&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#3ec1c5; border-style: solid; border-width: 2px 2px 2px 2px&amp;quot; |&#039;&#039;&#039;Waltz at the End of Time&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;background-color:#c5673e; border-style: solid; border-width: 2px 2px 2px 2px&amp;quot; |&#039;&#039;&#039;Rustbringer’s Oath&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|- style=&amp;quot;background-color:#2aab2a;&amp;quot;&lt;br /&gt;
|[[File:heretic_rune.png]]&lt;br /&gt;
| style=&amp;quot;background-color:#a1a1a1; border-style: solid; border-width: 0px 2px 2px 2px&amp;quot; |[[file:decal_fire.png]]&amp;lt;br&amp;gt; Transmute 3 corpses to ascend and become immune to fire/cold and space. You gain two spells: to surround yourself with fire for a minute, and to send off a massive fire wave like ashmen.&lt;br /&gt;
|[[File:heretic_rune.png]]&lt;br /&gt;
| style=&amp;quot;background-color:#e34363; border-style: solid; border-width: 0px 2px 2px 2px&amp;quot; |[[file:terror_of_the_night_armsy.png]]&amp;lt;br&amp;gt;Transmute 3 corpses to ascend as Lord of the night or summon a terror of the night.&lt;br /&gt;
|[[File:heretic_rune.png]]&lt;br /&gt;
| style=&amp;quot;background-color:#3ec1c5; border-style: solid; border-width: 0px 2px 2px 2px&amp;quot; |[[File:Void storm.gif]]&amp;lt;br&amp;gt;Transmute 3 corpses in a frozen area to Ascend. Causes a violent storm of void snow to assault the station, freezing and damaging heathens. Those nearby will be silenced and frozen even quicker. Additionally, you will become immune to the effects of space.&lt;br /&gt;
|[[File:heretic_rune.png]]&lt;br /&gt;
| style=&amp;quot;background-color:#c5673e; border-style: solid; border-width: 0px 2px 2px 2px&amp;quot; |[[file:Rusty_reinforced_wall.png]]&amp;lt;br&amp;gt;Transmute 3 corpses to ascend. While on rust tiles, your healing is tripled. Rust also spreads from the ritual&#039;s rune.&lt;br /&gt;
|[[File:heretic_rune.png]]&lt;br /&gt;
|}&lt;br /&gt;
==Tips==&lt;br /&gt;
*Unlike most other solo antagonists, Heretics start weak but grow stronger over time. It would be best not to attract too much attention to yourself until you unlock more powerful spells and equipment.&lt;br /&gt;
*Many unlockable transmutations require body parts or whole corpses. You can get these from your victims, as well as by raiding the Morgue, or with the correct access, turning monkeys into catatonic humans.&lt;br /&gt;
*Even if you never fight other heretics, you&#039;re inherently at odds with them. Each influence can only be harvested once, so the heretic that goes the fastest and grabs the most influences first has to do less killing and sacrificing to reach their ascensions.&lt;br /&gt;
*Your Mansus Grasp will temporarily garble the speech of people who you use it on. This can let you get away with murder while comms are online, but be careful - it&#039;s not foolproof!&lt;br /&gt;
*Influences can spawn in almost any location on the station, ranging from the main hallways and public restrooms to Command staff offices and restricted security areas in the Brig. It&#039;s best to check every area you can access, public and department.&lt;br /&gt;
*If you can&#039;t find any influences by peaking in windows, try getting to a Security Camera Console either breaking into a security post or by building your own. Simply cycle through the cameras and make note of any influences you see. Do watch your back while doing this, you don&#039;t want to be busted by an officer while you&#039;re distracted!&lt;br /&gt;
*As a heretic, access is more important than ever! The more areas you can easily access, the more influences you&#039;ll be able to snag. Getting all access can be a godsend, and knowing how to either hack or talk your way into other departments can help you beat other heretics to the free points.&lt;br /&gt;
*Drawing new runes requires you to stand still for a very long time. Draw your runes beforehand to avoid having to hold on to a body for much longer, and to leave quicker. You might not have time to draw a rune if Security is hot on your tail.&lt;br /&gt;
*The Mawed Crucible can be wrenched/unwrenched by using your Codex or your Mansus Grasp on it, allowing you to relocate if necessary.&lt;br /&gt;
*You can create two blades as most heretics, or three as flesh / five as blade. Carry an extra in your bag to break in case you need to escape from a sticky situation. You can also carry blades on your Eldritch Armor and Void Cloak!&lt;br /&gt;
*The Carving Knife, while useful for making defensive traps, is also a robust throwing weapon with high embed chance. Make a few of them for a good ranged weapon!&lt;br /&gt;
*Having Aristocrat&#039;s Way researched allows you to spacewalk with only a firefighting suit and helmet, as they are pressure resistant. Useful if your job doesn&#039;t have access to actual spacesuits/hardsuits.&lt;br /&gt;
*Entropic Plume causes any living mob caught in the plume to randomly strike other nearby mobs, which includes Beepsky and other Securitrons. Use sec&#039;s robot pets against them!&lt;br /&gt;
*Even after ascension, you aren&#039;t completely invincible. Don&#039;t get too hasty and end up eating a barrage of deadly lasers to the face.&lt;br /&gt;
&lt;br /&gt;
* Pierced Realities cause harm to non-heretics depending on how you interact with them. Examining them as a non-heretic deals 10 brain damage. Interacting with them as a non-heretic has a 1/4 chance of your arm being eaten up by it. Interacting with them as a non-heretic using telekinesis will cause your head to literally explode in a very flashy manner.&lt;br /&gt;
* When starting out, you may want to rely on certain makeshift weapons. You can craft flashlight eyes for use in certain rituals, and create shivs by wrapping cloth (cut up bedsheets) around a shard of glass to transmute your blade.&lt;br /&gt;
* Live or die, victims you send to the shadow realm will never remember that you did it. This means that for avoiding detection, the most important thing is to make sure nobody &#039;&#039;else&#039;&#039; knows about you.&lt;br /&gt;
* Your Ritual of Knowledge is a great way to get a ton of points without drawing too much attention (probably.) Completing it as soon as possible is a good way to get a lot of power fast.&lt;br /&gt;
* By default, nothing on you is incriminating. If security suspects you, but can&#039;t actually pin anything heretical on you, you might be able to pass off as a Traitor instead.&lt;br /&gt;
&lt;br /&gt;
* Monkeys, and monkey-humans (created by giving a monkey mutadone) make for great, usually non-suspicious sources of organs or corpses for your heretical rituals.&lt;br /&gt;
* Security about to check out your ritual hideout? Remember your grasp can instantly destroy a circle, leaving no evidence behind you were up to no good. But be careful - It&#039;ll go on cooldown after, and people may hear the cast sound.&lt;br /&gt;
* Remember that other players can hear your Living Heart, too. Don&#039;t use it in public unless people are distracted.&lt;br /&gt;
* Ashen Shift and Void Phase make for incredibly powerful escape tools. If you have either of these, it might be wise to have an Amber Focus somewhere on you at all times for emergencies.&lt;br /&gt;
* Fear the syringe gun. Mute Toxin will single-handedly shut down your ability to cast your spells.&lt;br /&gt;
* Summoning rituals can be incredibly powerful if you get a good player on your side.&lt;br /&gt;
* Most summoned monsters will drop the components used to create them on death. While having them to die is not ideal, you can easily grab the parts and summon another.&lt;br /&gt;
* As a rust heretic, fight in HARM intent, this will prevent accidentally using your mansus grasp on floors or walls.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As any student of Histories knows, the Mansus has no walls.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Mortals have classified the Mansus into three loosely-defined Paths.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Ash, Flesh, Void and Rust.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We bid you Ẅ̸̻̰̗͍̪͔́̌̕ḛ̴͔̖̈̀͒l̶͚͇̺̤̊̀̽͒̚͘c̴̭̮̐͛͛̈́o̵̱̹̔̊̏̽̅́̏ṃ̶̓͐́̋͝e̵̛̺̬͉͘͜ to our *̶̨̩̣̥͇̜̼̫̍̊̅̑̑͒̏̔̚@̵̄̎̏̍̈̒̓͜£̵̡̧̜̹͔̖̘̪̮͔̈́̇̋̌̽͠&amp;quot;̷̢̧͚̜̫̜͈͇̮̮͎̆́̽̐̌͜͝ͅ#̷̢̢͍̰̭̺̠̮̟̟̓̈́̊͊̀̓̿͐̓̀̎͜͠%̶̰͉̙̜̝͕͔̘͗̎̾̈́̉̈́̀̓͊̆͘̕#̸̢͙̤̯̏͗̉͛̚͝}̴͖̭̤̣̦̀͗͜€̷̨̳͓͈̣̹̘͕̬̝̓́̾͑̚̚¤̷̧̢̢͖̻̘͕͍̮̰̘͉͕̻͇̀̄̈́̓̕̚&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Jobs}}&lt;br /&gt;
{{Game modes}}&lt;br /&gt;
[[Category:Jobs]]&lt;br /&gt;
[[Category:Game Modes]]&lt;br /&gt;
[[Category:Guides]]&lt;/div&gt;</summary>
		<author><name>Schizocat</name></author>
	</entry>
	<entry>
		<id>https://wiki.beestation13.com/w/index.php?title=Hacking&amp;diff=38792</id>
		<title>Hacking</title>
		<link rel="alternate" type="text/html" href="https://wiki.beestation13.com/w/index.php?title=Hacking&amp;diff=38792"/>
		<updated>2025-05-07T12:11:47Z</updated>

		<summary type="html">&lt;p&gt;Schizocat: /*  APC */ Renamed the rows on the two tables in the APC section to clarify their connection&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Your tools ==&lt;br /&gt;
[[File:IGloves.png|link=Insulated Gloves]] &#039;&#039;&#039;[[Insulated Gloves]]&#039;&#039;&#039; for mitigating shocks. Hackables have power lines, and cutting/pulsing these without gloves can and will harm you. It&#039;s possible to hack without them, but it will be slow, painful, and you&#039;ll need ointment. Alternatively you can drink [[File:Energy_drink.png|64px]][[Guide_to_food_and_drinks#Grey_Bull|Grey Bull]], which makes you immune to shocks for a short while. &lt;br /&gt;
&lt;br /&gt;
[[File:Screwdriver_tool.png|link=Screwdriver]] &#039;&#039;&#039;[[Screwdriver]]&#039;&#039;&#039; for opening up panels and the like. A necessary tool.&lt;br /&gt;
&lt;br /&gt;
[[File:Wirecutters.png|link=Wirecutters]] &#039;&#039;&#039;[[Wirecutters]]&#039;&#039;&#039; for cutting and mending wires.&lt;br /&gt;
&lt;br /&gt;
[[File:Multitool.png|link=Multitool]] &#039;&#039;&#039;[[Multitool]]&#039;&#039;&#039; for pulsing wires. Not necessary for most hacking, but makes life a lot easier.&lt;br /&gt;
&lt;br /&gt;
[[File:Signaler.png|link=Signaler]] &#039;&#039;&#039;[[Signaler]]&#039;&#039;&#039; can be used as a ghetto alternative to a Multitool and to pulse wires remotely. Attach one to a wire, then use a second signaler to pulse that wire.&lt;br /&gt;
&lt;br /&gt;
[[File:Blueprint.png|link=Station blueprints]] &#039;&#039;&#039;[[Station blueprints]]&#039;&#039;&#039; for easy peasy wire identification. If you can get it, it contains a map of all the hackable wires when read. It will remove the need for testing wires to find their function.&lt;br /&gt;
== Hackables ==&lt;br /&gt;
=== [[File:AirAlarm.png|64px|link=Air_Alarm]] [[Air Alarm]] ===&lt;br /&gt;
Station flooded with plasma and all of the Atmos Techs and CE are incompetent and/or dead? Best to take matters into your own hands.&lt;br /&gt;
#Screwdriver to exposes wires.&lt;br /&gt;
#Click to display Air Alarm interface and Wiring interface.&lt;br /&gt;
#Three lights:&lt;br /&gt;
#*&#039;&#039;The Air Alarm is &#039;&#039;&#039;locked/unlocked&#039;&#039;&#039;.&#039;&#039;&lt;br /&gt;
#*&#039;&#039;The Air Alarm is &#039;&#039;&#039;working properly!/offline&#039;&#039;&#039;.&#039;&#039;&lt;br /&gt;
#*&#039;&#039;The &#039;AI control allowed&#039; light is &#039;&#039;&#039;on/off&#039;&#039;&#039;.&#039;&#039;&lt;br /&gt;
#Five wires:&lt;br /&gt;
#*&#039;&#039;&#039;Access wire&#039;&#039;&#039;: &#039;&#039;Pulsing&#039;&#039; toggles the interface&#039;s ID lock. &#039;&#039;Cutting&#039;&#039; locks the interface permanently until &#039;&#039;mended&#039;&#039;. &lt;br /&gt;
#*&#039;&#039;&#039;Syphon wire&#039;&#039;&#039;: &#039;&#039;Pulsing&#039;&#039; toggles PANIC SYPHON on/off.&lt;br /&gt;
#*&#039;&#039;&#039;Power wire&#039;&#039;&#039;: &#039;&#039;Pulsing&#039;&#039; disable the Air Alarm for 30(?) seconds, you can &#039;&#039;cut&#039;&#039; and &#039;&#039;mend&#039;&#039; the wire if in a hurry. &#039;&#039;Cutting&#039;&#039; the disables the Air Alarm until mended.&lt;br /&gt;
#*&#039;&#039;&#039;AI Control wire&#039;&#039;&#039;: &#039;&#039;Pulsing&#039;&#039; will disable AI Control for 30(?) seconds. &#039;&#039;Cutting&#039;&#039; the wire disables the AI control until 30(?) seconds after mended.&lt;br /&gt;
#*&#039;&#039;&#039;Alarm wire&#039;&#039;&#039;: &#039;&#039;Cutting&#039;&#039; starts the alarm, &#039;&#039;pulsing&#039;&#039; resets the alarm.&lt;br /&gt;
#Screwdriver to close wiring.&lt;br /&gt;
Disabled &#039;&#039;Air Alarms&#039;&#039; will show no lights.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
|+Wires&lt;br /&gt;
!Name&lt;br /&gt;
!Cutting&lt;br /&gt;
!Mending&lt;br /&gt;
!Pulsing&lt;br /&gt;
|-&lt;br /&gt;
!Power&lt;br /&gt;
|Disables power.||Restores.||Disables power. Can be restored with mending.&lt;br /&gt;
|-&lt;br /&gt;
!Access&lt;br /&gt;
|Locks the interface completely until mended.||Unlocks.||Toggles interface ID lock on/off.&lt;br /&gt;
|-&lt;br /&gt;
!Syphon&lt;br /&gt;
|Starts PANIC SYPHON||Nothing||Toggles PANIC SYPHON on/off.&lt;br /&gt;
|-&lt;br /&gt;
!AI control&lt;br /&gt;
|Disables AI control.||Restores after ~30 secs delay.||Temporarily (~30 secs) disable.&lt;br /&gt;
|-&lt;br /&gt;
!Alarm&lt;br /&gt;
|Starts the alarm.||Nothing||Resets the alarm.&lt;br /&gt;
|}&lt;br /&gt;
=== [[File:door.png|64px|link=Airlock]] [[File:glassdoor.png|64px|link=Airlock]] [[File:Airlock2.png|64px|link=Airlock]] [[Airlock]]s ===&lt;br /&gt;
Both internal and external access airlocks are hackable. Wires are randomized for each airlocks on the station. Remember, cutting power to the door will stop everything else from working.&lt;br /&gt;
# [[Engineering_items#Screwdriver|Screwdriver]] [[File:Screwdriver_tool.png]] in hand, click on the airlock to open the panel and expose the wiring.&lt;br /&gt;
# With [[Engineering_items#Multitool|multitool]] [[File:Multitool.png]], [[Engineering_items#Wirecutters|wirecutters]] [[File:Wirecutters.png]], or an empty hand, click on the airlock to access the wiring.&lt;br /&gt;
# Hold a [[Engineering_items#Multitool|multitool]] [[File:Multitool.png]] in your active hand and click &amp;quot;pulse&amp;quot; to pulse a wire, or hold [[Engineering_items#Wirecutters|wirecutters]] [[File:Wirecutters.png]] and click &amp;quot;cut&amp;quot; to cut a wire. &lt;br /&gt;
# [[Engineering_items#Screwdriver|Screwdriver]] [[File:Screwdriver_tool.png]] the door again to shut the panel. &lt;br /&gt;
* There are two main power wires and two auxiliary power wires.&lt;br /&gt;
* Disabling any main power wire (by pulsing or cutting) will make the backup (auxiliary) power work after 10 seconds. Disabling both a main and an auxiliary power wire will make door lose power until either main or auxiliary power is restored.&lt;br /&gt;
** If the door is unpowered, it can be opened with a [[Engineering_items#Crowbar|crowbar]] [[File:Crowbar.png]], unless the bolts are down.&lt;br /&gt;
* Disabling AI connection will make [[AI|AI]] and [[Cyborg|Cyborgs]] unable to interact with this door. [[AI|AIs]] can still hack a door by clicking it. It takes around a minute, and once the door is hacked, they&#039;ll be able to use it forever, even without AI connection wire.&lt;br /&gt;
*All wires on airlocks will shock if cut without protection. &lt;br /&gt;
*Pulsing wires has no effect if the door is currently without power.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
|+Wires&lt;br /&gt;
!Name&lt;br /&gt;
!Cutting&lt;br /&gt;
!Mending&lt;br /&gt;
!Pulsing&lt;br /&gt;
|-&lt;br /&gt;
!Main Power&lt;br /&gt;
|Disables main power. ||Restores main power. May shock you, but does not electrify door.||Disables main power for 1 minute (not refreshable from pulsing until on again). &lt;br /&gt;
|-&lt;br /&gt;
!Auxiliary Power&lt;br /&gt;
|Disables auxiliary power. May shock you, but does not electrify door.||Restores auxiliary power. May shock you, but does not electrify door.||Disables auxiliary power for 1 minute (not refreshable from pulsing until on again). &lt;br /&gt;
|-&lt;br /&gt;
!ID Scan&lt;br /&gt;
|Door rejects everyone. Makes it so pulsing the &amp;quot;open&amp;quot; wire will open the door.||Restores normal ID-checks.||Flashes lights on the door, as if someone without access tries to open it.&lt;br /&gt;
|-&lt;br /&gt;
!Bolts&lt;br /&gt;
|Drops door bolts.||Just shocks, does nothing else||Drops door bolts if they are up. Raises them if they are down and door is powered.&lt;br /&gt;
|-&lt;br /&gt;
!Bolt Lights&lt;br /&gt;
|Disables the red bolt lights. Only testable if bolts are down.||Enables bolt lights.||Toggles bolt lights.&lt;br /&gt;
|-&lt;br /&gt;
!Open&lt;br /&gt;
|Nothing.||Nothing.||Opens the door if it either requires no access or if ID scan wire has been cut.&lt;br /&gt;
|-&lt;br /&gt;
!AI Connection&lt;br /&gt;
|Disables AI control (Temporarily).||Restores AI control.||&#039;&#039;Very briefly&#039;&#039; disables AI control.&lt;br /&gt;
|-&lt;br /&gt;
!High Voltage Ground (the &amp;quot;shock&amp;quot; wire)&lt;br /&gt;
|Electrifies the door.||De-electrifies the door.||Electrifies the door for 30 seconds.&lt;br /&gt;
|-&lt;br /&gt;
!High Voltage Circuit (2 wires)&lt;br /&gt;
|Just shocks, does nothing else||Just shocks, does nothing else||Shocks user&lt;br /&gt;
|-&lt;br /&gt;
!Safety&lt;br /&gt;
|Disables safety, letting the door crush people when it closes.||Enables safety.||Toggles safety.&lt;br /&gt;
|-&lt;br /&gt;
!Timing&lt;br /&gt;
|Causes the door to close almost instantly after opening.||Restores.||Toggles door timing.&lt;br /&gt;
|-&lt;br /&gt;
!Nothing (dud)&lt;br /&gt;
|Just shocks, does nothing else||Just shocks, does nothing else||Nothing.&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
|+Status window at bottom when hacking&lt;br /&gt;
!Name&lt;br /&gt;
!Status&lt;br /&gt;
!Means&lt;br /&gt;
|-&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Bolts&lt;br /&gt;
|The door bolts look up.||Door bolts are up (not locked).&lt;br /&gt;
|-&lt;br /&gt;
|The door bolts have fallen!||Door bolts are down (locked).&lt;br /&gt;
|-&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Power&lt;br /&gt;
|The test light is on.||Door is powered.&lt;br /&gt;
|-&lt;br /&gt;
|The test light is off.||Door is not powered (can be opened with [[Engineering_items#Crowbar|crowbar]] [[File:Crowbar.png]]).&lt;br /&gt;
|-&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|AI Connection&lt;br /&gt;
|The AI connection light is on.||AI can control the door and hasn&#039;t hacked it.&lt;br /&gt;
|-&lt;br /&gt;
|The AI connection light is off.||AI either hacked a door or can&#039;t control it.&lt;br /&gt;
|-&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Safety&lt;br /&gt;
|The &#039;Check Wiring&#039; light is on.||Door safety is off (can crush people).&lt;br /&gt;
|-&lt;br /&gt;
|The &#039;Check Wiring&#039; light is off.||Door safety is on (can&#039;t crush people).&lt;br /&gt;
|-&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Timer&amp;lt;br&amp;gt;(Has no hackable wire)&lt;br /&gt;
|The timer is powered on.||Door closes automatically. &lt;br /&gt;
|-&lt;br /&gt;
|The timer is powered off.||Door doesn&#039;t close automatically. &lt;br /&gt;
|-&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Timing&lt;br /&gt;
|The speed light is on.||Door timing is normal (closes after a delay).&lt;br /&gt;
|-&lt;br /&gt;
|The speed light is off.||Door timing is reduced (closes without delay).&lt;br /&gt;
|-&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Emergency light&amp;lt;br&amp;gt;(Has no hackable wire)&lt;br /&gt;
|The emergency light is on.||Emergency access is enabled (no access restrictions). &lt;br /&gt;
|-&lt;br /&gt;
|The emergency light is off.||Emergency access is disabled (normal access restrictions). &lt;br /&gt;
|}&lt;br /&gt;
====Airlock Difficulties====&lt;br /&gt;
Airlocks have 6 levels of difficulty levels. These changes the number and kinds of wire an airlock has and also label some wires for the easier ones, allowing you to know what the wires are in advance.&lt;br /&gt;
* &#039;&#039;&#039;None&#039;&#039;&#039;: 4 power wires, 0 shock wires, 0 dud wires, Labelled wires: Open, Bolts, Shock, Safety, Timing.&lt;br /&gt;
* &#039;&#039;&#039;Basic&#039;&#039;&#039;: 4 Power wires, 0 shock wires, 1 dud wire, Labelled wires: Safety, Timing.&lt;br /&gt;
* &#039;&#039;&#039;Protected&#039;&#039;&#039;: 4 power wires, 1 shock wire, 1 dud wire.&lt;br /&gt;
* &#039;&#039;&#039;Advanced&#039;&#039;&#039;: 4 power wires, 1 shock wire, 2 dud wires.&lt;br /&gt;
* &#039;&#039;&#039;Elite&#039;&#039;&#039;: 4 power wires, 2 shock wires, 2 dud wires.&lt;br /&gt;
* &#039;&#039;&#039;Maximum&#039;&#039;&#039;: 2 power wires, 2 shock wires, 2 dud wires.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Airlock Strategies ====&lt;br /&gt;
* &#039;&#039;&#039;Use [[Engineering_items#Multitool|multitool]] [[File:Multitool.png]] to bolt doors open&#039;&#039;&#039;. Pulse the power wire, [[Engineering_items#Crowbar|crowbar]] [[File:Crowbar.png]] it open, then pulse the bolt wire. This will permanently bolt the door open, until someone fixes it. If a door is bolted, pulse the bolts wire, and go and then a power wire to be able to [[Engineering_items#Crowbar|crowbar]] [[File:Crowbar.png]] it.&lt;br /&gt;
*Start pulsing top to bottom. Look at the &amp;quot;test light&amp;quot; as you pulse. If it switches to off you did it. Just crowbar it open. If you hit the bolt wire pulse it again to lift the bolts.&lt;br /&gt;
* &#039;&#039;&#039;Use [[Engineering_items#Multitool|multitool]] [[File:Multitool.png]] to make the door stay open for a minute. &#039;&#039;&#039;Do this by first finding and pulsing a main power wire, then wait 10 seconds to see if auxiliary power turns on. If it doesn&#039;t go to another door and pulse the main power wire there. When auxiliary power is on (test light on), pulse wires until it turns off again. You have now found an auxiliary power wire. Then go to the door you wish to hack, pulse both the main and auxiliary power wire, then [[Engineering_items#Crowbar|crowbar]] [[File:Crowbar.png]], and it will stay open at at least nearly a minute. &lt;br /&gt;
* &#039;&#039;&#039;Ghetto hacking&#039;&#039;&#039; involves accessing a useless airlock and cutting all of the wires in order until the bolts drop, making a note of the wire you just cut. Keeping this in mind, you can now open restricted doors by cutting all the wires except the bolt control and then crowbarring that fucker open. Useful if you don&#039;t have a multi-tool. Note that this is a bad idea if you lack gloves.&lt;br /&gt;
* &#039;&#039;&#039;Open ID restricted doors&#039;&#039;&#039; by pulsing a main power wire and then crowbarring it open. If it&#039;s bolted, be sure to pulse the bolt wire before you kill the power, since you can&#039;t bolt/unbolt an unpowered door. &lt;br /&gt;
* &#039;&#039;&#039;Create a pain-in-the-ass-obstacle&#039;&#039;&#039; by dropping the bolts, cutting all the wires, and then welding the door shut. This is especially effective if you happen to have the only pair of insulated gloves on the station.&lt;br /&gt;
* &#039;&#039;&#039;Remotely pulse an airlock&#039;&#039;&#039; by attaching a [[General_items#Remote_Signaling_Device|signaler]], which when signaled pulses the wire it&#039;s attached to. This allows you to remotely bolt and unbolt a door, for instance. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Secure airlocks ====&lt;br /&gt;
Some airlocks are more secure than normal, and their wire panel is covered by a layer of shielding. To see the airlock&#039;s security level, examine it.&lt;br /&gt;
There are 3 levels of airlock security:&amp;lt;br&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;Normal security&#039;&#039;&#039;&lt;br /&gt;
Normal airlocks, they have no additional security.&lt;br /&gt;
* &#039;&#039;&#039;Medium security&#039;&#039;&#039;&lt;br /&gt;
To create a medium security airlock, use 2 sheets of &#039;&#039;&#039;metal&#039;&#039;&#039; on a normal airlock with an open panel.&amp;lt;br&amp;gt;&lt;br /&gt;
No change in door resistance.&amp;lt;br&amp;gt;&lt;br /&gt;
To access the wire panel, you need to:&lt;br /&gt;
# Open the panel with a &#039;&#039;&#039;[[Engineering_items#Screwdriver|screwdriver]] [[File:Screwdriver_tool.png]]&#039;&#039;&#039;.&lt;br /&gt;
# Slice through the wires&#039; protection with a &#039;&#039;&#039;[[Engineering_items#Welding_Tool|welding tool]]&#039;&#039;&#039; [[File:Welder.png]].&lt;br /&gt;
# Proceed as normal.&lt;br /&gt;
* &#039;&#039;&#039;High security&#039;&#039;&#039;&lt;br /&gt;
To create a high security airlock, use 2 sheets of &#039;&#039;&#039;plasteel&#039;&#039;&#039; on a normal airlock with open panel.&amp;lt;br&amp;gt;&lt;br /&gt;
Armor is multiplied by 1.5, making the door harder to destroy through brute force.&amp;lt;br&amp;gt;&lt;br /&gt;
To access the wire panel, you need to:&lt;br /&gt;
# Open the panel with a &#039;&#039;&#039;[[Engineering_items#Screwdriver|screwdriver]] [[File:Screwdriver_tool.png]]&#039;&#039;&#039;.&lt;br /&gt;
# Cut through the &#039;&#039;&#039;electrified&#039;&#039;&#039; protective grille with &#039;&#039;&#039;[[Engineering_items#Wirecutters|wirecutters]] [[File:Wirecutters.png]]&#039;&#039;&#039;. If you don&#039;t wear insulated gloves, you may get shocked.&lt;br /&gt;
# Slice through the outer layer of plasteel using a &#039;&#039;&#039;[[Engineering_items#Welding_Tool|welding tool]]&#039;&#039;&#039; [[File:Welder.png]].&lt;br /&gt;
# Remove the outer plasteel layer with a &#039;&#039;&#039;[[Engineering_items#Crowbar|crowbar]]&#039;&#039;&#039; [[File:Crowbar.png]].&lt;br /&gt;
# Slice through the inner layer of plasteel using a &#039;&#039;&#039;[[Engineering_items#Welding_Tool|welding tool]]&#039;&#039;&#039; [[File:Welder.png]].&lt;br /&gt;
# Remove the inner plasteel layer with a &#039;&#039;&#039;[[Engineering_items#Crowbar|crowbar]]&#039;&#039;&#039; [[File:Crowbar.png]].&lt;br /&gt;
# Proceed as normal.&lt;br /&gt;
=== [[File:ModernAPC.png|64px|link=APC]] [[APC]] ===&lt;br /&gt;
Controls power to its assigned room. All APC breakers can be accessed via Power Monitoring Computers regardless of the lock status, so hope that whoever&#039;s fucking with the power isn&#039;t paying attention.&lt;br /&gt;
# Screwdriver in hand, click on APC to open the panel and expose the wiring.&lt;br /&gt;
# Click with an empty hand to access the wiring.&lt;br /&gt;
# Fiddle with the wires by pulsing to test each one and cutting what you need to.&lt;br /&gt;
# Screwdriver it back up to toggle lighting, equipment, and atmospherics as you see fit (unless you&#039;ve killed the power).&lt;br /&gt;
* Cover lock prevents the APC from opening. If it&#039;s off, you can use a crowbar to open the APC.&lt;br /&gt;
* Interface lock prevents anyone from using the APC. It is normally removed by swiping an ID card.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
|+Wires&lt;br /&gt;
!Name&lt;br /&gt;
!Cutting&lt;br /&gt;
!Mending&lt;br /&gt;
!Pulsing&lt;br /&gt;
|-&lt;br /&gt;
!Power (2 wires)&lt;br /&gt;
|Disables power. May shock!||Restores. May shock!||Disables power for 2 minutes. You must &#039;&#039;cut and mend&#039;&#039; the wire to restore power.&lt;br /&gt;
|-&lt;br /&gt;
!ID Lock&lt;br /&gt;
|Disable toggling the lock with an ID card.||Restores.||Unlocks APC interface for 30 seconds.&lt;br /&gt;
|-&lt;br /&gt;
!AI control&lt;br /&gt;
|Disables AI control.||Restores.||&#039;&#039;Very briefly&#039;&#039; disables AI control.&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
|+Status window&lt;br /&gt;
!Name&lt;br /&gt;
!Status&lt;br /&gt;
!Shows that&lt;br /&gt;
|-&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|ID Lock&lt;br /&gt;
|The interface light is red.||APC is locked.&lt;br /&gt;
|-&lt;br /&gt;
|The interface light is green.||APC is unlocked.&lt;br /&gt;
|-&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Power&lt;br /&gt;
|The short indicator is on.||APC is not working.&lt;br /&gt;
|-&lt;br /&gt;
|The short indicator is off.||APC is working.&lt;br /&gt;
|-&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|AI control&lt;br /&gt;
|The AI connection light is off.||AI/borgs can&#039;t interact with APC.&lt;br /&gt;
|-&lt;br /&gt;
|The AI connection light is on.||AI/borgs can interact with APC.&lt;br /&gt;
|}&lt;br /&gt;
=== [[File:autolathe.png|64px|link=Autolathe]] [[Autolathe]] ===&lt;br /&gt;
&#039;&#039;I NEED 50,000 RCDS STAT!&#039;&#039;&lt;br /&gt;
# Click on the Autolathe to open it.&lt;br /&gt;
# Click on the Autolathe with a screwdriver in hand to access the wiring, then get a tool in your hand.&lt;br /&gt;
# There are two important wires, which are randomized, while the rest are duds. Cutting them toggles their light permanently, pulsing does so temporarily (30 secs or something). Red light is power and blue is hacked options. None of them shock you, so they&#039;re safe to hack.&lt;br /&gt;
Have fun accessing some [[Autolathe|new options]].&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
|+Wires&lt;br /&gt;
!Name&lt;br /&gt;
!Cutting&lt;br /&gt;
!Mending&lt;br /&gt;
!Pulsing&lt;br /&gt;
|-&lt;br /&gt;
!Power (shows red light if off)&lt;br /&gt;
|Power off.||Power on.||Short (~30 secs) toggle off.&lt;br /&gt;
|-&lt;br /&gt;
!Electrocution (shows green light if on)&lt;br /&gt;
|Electrocution.||Off.||Short (~30 secs) toggle on.&lt;br /&gt;
|-&lt;br /&gt;
!Hacked options (shows blue light if on)&lt;br /&gt;
|Options on.||Off.||Short (~30 secs) toggle on.&lt;br /&gt;
|}&lt;br /&gt;
=== [[File:Generic_borg.png|64px|link=Cyborg]][[File:Engborg.png|64px|link=Cyborg]] [[Cyborg|Cyborgs]] ===&lt;br /&gt;
Use these tools in this order to hack a borg:&lt;br /&gt;
#[[File:Id_regular.png]] ID Card, [[File:Emag.png]] [[Emag]] or just ask the Cyborg to unlock its panel&lt;br /&gt;
#[[File:Crowbar.png]] Crowbar the panel open&lt;br /&gt;
#[[File:Emag.png]] Optional: [[Emag]] the cyborg and skip to &amp;quot;Afterwards&amp;quot; (does not work if its AI is [[Guide_to_malfunction|malfunctional]])&lt;br /&gt;
#[[File:Hud-hands.gif]] Remove the power cell by clicking the borg with an empty hand&lt;br /&gt;
#[[File:Screwdriver_tool.png]] Screwdriver to expose wires&lt;br /&gt;
#[[File:Wirecutters.png]] Wirecutters or [[File:Multitool.png]] Multitool to manipulate wires&lt;br /&gt;
Afterwards:&lt;br /&gt;
#[[File:Screwdriver_tool.png]] Screwdriver to cover wires&lt;br /&gt;
#[[File:High power cell updated.png]] Replace the power cell&lt;br /&gt;
#[[File:Crowbar.png]] Crowbar the panel shut&lt;br /&gt;
#[[File:Id_regular.png]] Lock the panel with an ID Card. Cyborgs cannot lock their own panel.&lt;br /&gt;
Borgs have seven wires; five working ones and two duds:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!Name&lt;br /&gt;
!Purpose&lt;br /&gt;
!Cutting&lt;br /&gt;
!Mending&lt;br /&gt;
!Pulsing&lt;br /&gt;
|-&lt;br /&gt;
!Law sync module&lt;br /&gt;
|Borg laws get updated when their master AI&#039;s laws do. Only works when AI link/slaving is active.||Stops the borg from receiving law updates from its AI.||Re-enables LawSync.||Synchronizes laws with the borg&#039;s AI. &#039;&#039;Borg gently chimes.&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
!Intelligence link&lt;br /&gt;
|Slaves the borg to an AI, forcing it to obey its orders. Needed for LawSync.||Unslaves the borg from its current AI and disables LawSync.||Nothing. You have to pulse the wire to slave a borg.||Allows you to pick an AI for the borg to be slaved to.&lt;br /&gt;
|-&lt;br /&gt;
!Camera light&lt;br /&gt;
|Toggles the borg&#039;s camera.||Toggles the camera status and kicks out anyone using it.||Same as cutting.||Same as cutting. &#039;&#039;Borg&#039;s camera lense focuses loudly.&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
!Lockdown indicator&lt;br /&gt;
|Locks down the borg. Can also be done with a robotics console.||Enables lockdown.||Disables lockdown.||Toggles lockdown status.&lt;br /&gt;
|-&lt;br /&gt;
!Reset module hardware&lt;br /&gt;
|Resets the borg&#039;s module so it can pick another one.||Resets the Cyborg&#039;s module and prevents it from selecting a new one.||Allows the borg to pick a new module.||Nothing. &#039;&#039;Borg&#039;s module servos twitch.&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
!Two dummy wires&lt;br /&gt;
|Nothing||---||---||---&lt;br /&gt;
|}&lt;br /&gt;
An emagged cyborg will have no LawSync or AI link and cannot be reset: it must be deconstructed (or blown) and rebuilt.&lt;br /&gt;
&lt;br /&gt;
Remember, cyborgs are very expensive! Do not destroy them unless the cyborg is completely out of control, and resetting the AI and LawSync status doesn&#039;t work.&lt;br /&gt;
&lt;br /&gt;
It&#039;s also a dick move to blow a non rogue borg. Think of it as chopping someone&#039;s arms and legs off; you&#039;ll get bwoink&#039;d unless you did it for a good reason.&lt;br /&gt;
=== [[File:Scanner.gif|64px]] DNA Scanner ===&lt;br /&gt;
# Open maintenance panel with a screwdriver&lt;br /&gt;
# Use a multitool or wirecutters to access wiring&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
|+Wires&lt;br /&gt;
!Name&lt;br /&gt;
!Cutting&lt;br /&gt;
!Mending&lt;br /&gt;
!Pulsing&lt;br /&gt;
|-&lt;br /&gt;
!ID Scan&lt;br /&gt;
|Disables access checks on connected console.||Restores.||Temporarily disables access checks on connected console.&lt;br /&gt;
|-&lt;br /&gt;
!Bolts&lt;br /&gt;
|Prevents locks being toggleable from DNA console.||Restores.||Toggles scanner locks.&lt;br /&gt;
|-&lt;br /&gt;
!Open&lt;br /&gt;
|Bolts open the scanner.||Nothing.||Opens/closes the scanner if it isn&#039;t locked.&lt;br /&gt;
|-&lt;br /&gt;
!Irradiate&lt;br /&gt;
|Disables scanner and irradiates.||Restores and irradiates.||Irradiates.&lt;br /&gt;
|-&lt;br /&gt;
!Shock (2 wires)&lt;br /&gt;
|High chance to shock.||High chance to shock.||Chance to shock.&lt;br /&gt;
|-&lt;br /&gt;
!Nothing (2 wires)&lt;br /&gt;
|Nothing.||Nothing.||Nothing.&lt;br /&gt;
|}&lt;br /&gt;
===[[File:fax.gif|64px]] Fax Machine ===&lt;br /&gt;
&lt;br /&gt;
Fax machines, the technology of the future! Hack them to send additional items to another department, or to play a prank on the paperwork-inclined [[Head of Personnel]].&lt;br /&gt;
# Unscrew the maintenance panel with a screwdriver.&lt;br /&gt;
# Access the wires with wirecutters or a multitool.&lt;br /&gt;
# When done hacking, screw the maintenance panel back on with a screwdriver.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
|+Wires&lt;br /&gt;
!Name&lt;br /&gt;
!Cutting&lt;br /&gt;
!Mending&lt;br /&gt;
!Pulsing&lt;br /&gt;
|-&lt;br /&gt;
!High Voltage Ground&lt;br /&gt;
|Electrifies the fax machine.||De-electrifies the fax machine.||Electrifies the fax machine for 30 seconds.&lt;br /&gt;
|-&lt;br /&gt;
!Signal&lt;br /&gt;
|Makes the fax machine invisible to others on the network.||Enables network visibility.||Toggles the fax machine&#039;s network visibility.&lt;br /&gt;
|-&lt;br /&gt;
!Throw&lt;br /&gt;
|Makes the fax machine eject received documents at high speed in a random direction.||Restores normal ejection speed.||Toggles the fax machine&#039;s high-speed ejection.&lt;br /&gt;
|-&lt;br /&gt;
!Load Check&lt;br /&gt;
|Allows the fax machine to send some non-paper items.||Disallows sending exotic faxes.||Toggles the fax machine&#039;s exotic fax sending.&lt;br /&gt;
|-&lt;br /&gt;
!Dud&lt;br /&gt;
|Nothing.||Nothing.||Nothing.&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
|+Status window&lt;br /&gt;
!Name&lt;br /&gt;
!Status&lt;br /&gt;
!Means&lt;br /&gt;
|-&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Electrified&lt;br /&gt;
|A red light is off.||Fax machine is not electrified.&lt;br /&gt;
|-&lt;br /&gt;
|A red light is blinking.||Fax machine is electrified.&lt;br /&gt;
|-&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Network visibility&lt;br /&gt;
|The network light is on.||Fax machine is visible to others.&lt;br /&gt;
|-&lt;br /&gt;
|The network light is off.||Fax machine is not visible to others.&lt;br /&gt;
|-&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Throwing&lt;br /&gt;
|The output servo is on.||Fax machine will drop received faxes on its tile.&lt;br /&gt;
|-&lt;br /&gt;
|The output servo is spinning rapidly.||Fax machine will throw received faxes.&lt;br /&gt;
|-&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Exotic input&lt;br /&gt;
|The input servo is on.||Fax machine will only accept paper sheets and pictures.&lt;br /&gt;
|-&lt;br /&gt;
|The input servo is spinning rapidly.||Fax machine will accept some non-standard items.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
If hacked to accept exotic items, you can send the following items through the fax network:&lt;br /&gt;
* [[Guide_to_Food#Pizza_Slice|Pizza slice]]s&lt;br /&gt;
* [[Guide_to_Food#Bread_Slice|Bread slice]]s&lt;br /&gt;
* [[Guide_to_Food#Donk-Pocket|Donk-Pocket]]s&lt;br /&gt;
* [[Guide_to_Food#Cookie|Cookie]]s (including [[Guide_to_Food#Sugar_Cookie|sugar]], [[Guide_to_Food#Oatmeal_Cookie|oatmeal]] and [[Guide_to_Food#Raisin_Cookie|raisin]])&lt;br /&gt;
* [[Guide_to_Food#Pancake|Pancake]]s&lt;br /&gt;
* Throwing stars&lt;br /&gt;
* Space cash&lt;br /&gt;
* Credit holochips&lt;br /&gt;
* [[Identification_Card|ID card]]s, including [[Emag]]s&lt;br /&gt;
* Mail&lt;br /&gt;
=== [[File:MULE.gif|64px|link=quartermaster#Requisition_Me_a_Beat(ing)]] [[quartermaster#Requisition_Me_a_Beat(ing)|MULEbot]] ===&lt;br /&gt;
{{anchor|MULE}}&lt;br /&gt;
&lt;br /&gt;
No better way to get away from it all with a joyride on a MULE! And run over some people with it too.&lt;br /&gt;
#Unlock the controls with a Quartermaster&#039;s/Cargo Technician&#039;s/Head Of Personnel&#039;s/Captain&#039;s ID.&lt;br /&gt;
#Unscrew the maintenance panel with the screwdriver.&lt;br /&gt;
#See the table below and hack what you want.&lt;br /&gt;
#Screw the panel back on.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
|+Wires&lt;br /&gt;
!Name&lt;br /&gt;
!Cutting&lt;br /&gt;
!Mending&lt;br /&gt;
!Pulsing&lt;br /&gt;
|-&lt;br /&gt;
!Power (2 wires)&lt;br /&gt;
|One or both cut = disables power.||Restores.||&#039;&#039;The charge light flickers.&#039;&#039; -message.&lt;br /&gt;
|-&lt;br /&gt;
!Motor (2 wires)&lt;br /&gt;
|One cut = increases speed slightly. &amp;lt;br&amp;gt;Other cut = increases speed greatly. &amp;lt;br&amp;gt;Both cut = disables motor.||Restores.||&#039;&#039;The drive motor whines briefly.&#039;&#039; -message.&lt;br /&gt;
|-&lt;br /&gt;
!Radio (4 wires)&lt;br /&gt;
|One or more cut = disables PDA control.||Restores.||&#039;&#039;You hear a radio crackle.&#039;&#039; -message.&lt;br /&gt;
|-&lt;br /&gt;
!Safety&lt;br /&gt;
|Disables safety, awakens thirst for blood. &amp;lt;br&amp;gt;(DON&#039;T DO THIS UNLESS YOU&#039;RE A TRAITOR OR WANT TO DIE)||Restores.||&#039;&#039;The external warning lights flash briefly.&#039;&#039; -message.&lt;br /&gt;
|-&lt;br /&gt;
!Load&lt;br /&gt;
|Allows non-standard cargo (people, cyborgs, and other bots).||Disables.||&#039;&#039;The load platform clunks.&#039;&#039; -message.&lt;br /&gt;
|}&lt;br /&gt;
=== [[Particle Accelerator]] ===&lt;br /&gt;
[[File:ParticleAccelerator.gif|link=Particle_Accelerator]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
What safer way to release the [[singularity]] than doing it REMOTELY! That, or you can hack it to make it shoot more powerful particles!&lt;br /&gt;
#Setup the PA if you haven&#039;t already, then use a screwdriver on the computer to open the panel/expose the wires.&lt;br /&gt;
#Now click on the computer with a hand to bring up the wire menu. Here you can then get your tools in hand.&lt;br /&gt;
#*&#039;&#039;&#039;Power wire&#039;&#039;&#039;: &#039;&#039;Pulsing&#039;&#039; toggles the PA on or off, &#039;&#039;cutting&#039;&#039; it will disable the PA and stop it from turning on.&lt;br /&gt;
#*&#039;&#039;&#039;Strength wire&#039;&#039;&#039;: &#039;&#039;Pulsing&#039;&#039; increases the strength of the PA, &#039;&#039;cutting&#039;&#039; it will set the strength to 0 and prevent people turning it up.&lt;br /&gt;
#*&#039;&#039;&#039;Interface wire&#039;&#039;&#039;: Interface wire will stop people being able to use the control computer. &#039;&#039;Pulsing&#039;&#039; will toggle this, &#039;&#039;cutting&#039;&#039; will turn it off until mended.&lt;br /&gt;
#*&#039;&#039;&#039;Limit wire&#039;&#039;&#039;: &#039;&#039;Cutting&#039;&#039; will allow the PA to be turned up to strength 3. When &#039;&#039;pulsed&#039;&#039; it will make a large whirring noise.&lt;br /&gt;
#*&#039;&#039;&#039;Nothing wire&#039;&#039;&#039;: Will do nothing, it&#039;s just here to make it harder.&lt;br /&gt;
#Close the panel for the PA to then work again. &#039;&#039;&#039;IMPORTANT:&#039;&#039;&#039; Don&#039;t forget to scan the parts again.&lt;br /&gt;
You can also attach a [[Signaler]] to these wires to release the singularity, such as remotely pulsing the strength wire. Bonus points if you also pulse the interface wire so that people can&#039;t stop it!&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
|+Wires&lt;br /&gt;
!Name&lt;br /&gt;
!Cutting&lt;br /&gt;
!Mending&lt;br /&gt;
!Pulsing&lt;br /&gt;
|-&lt;br /&gt;
!Power&lt;br /&gt;
|Disables power.||Restores.||Toggles power on/off.&lt;br /&gt;
|-&lt;br /&gt;
!Strength&lt;br /&gt;
|Sets strength to 0 and prevents people from turning it up.||Restores.||Increases the strength.&lt;br /&gt;
|-&lt;br /&gt;
!Interface&lt;br /&gt;
|Stops people from being able to use the control computer.||Restores.||Toggles interface off/on.&lt;br /&gt;
|-&lt;br /&gt;
!Limit&lt;br /&gt;
|Allows PA to be turned up to strength 3.||Restores.||Makes a large whirring noise.&lt;br /&gt;
|-&lt;br /&gt;
!Nothing&lt;br /&gt;
|Nothing.||Nothing.||Nothing.&lt;br /&gt;
|}&lt;br /&gt;
==== How To ====&lt;br /&gt;
# Set up the Particle Accelerator&lt;br /&gt;
# Screwdriver the monitor open&lt;br /&gt;
# Pulse the wires from up to down until you get the prompt stating that there&#039;s a whirring sound&lt;br /&gt;
# Cut the wire which prompted the statement&lt;br /&gt;
# Pulse the wires from up to down except for the limit wire&lt;br /&gt;
# Set up the tesla&lt;br /&gt;
Can easily be done in &amp;lt;30 seconds&lt;br /&gt;
=== [[File:Emitter_On.gif|64px]] Particle Emitter ===&lt;br /&gt;
There is only one wire: Pulse it to fire the emitter.&lt;br /&gt;
=== [[File:C4.gif|64px|link=Syndicate_Items#Plastic_Explosive_charge_(C4)]] [[Syndicate_Items#Plastic_Explosive_charge_(C4)|Plastic Explosives (C4)]]===&lt;br /&gt;
For an awesome way to go out! These do not need to be opened with a screwdriver first. &lt;br /&gt;
#Only has one type of wire:&lt;br /&gt;
#*&#039;&#039;&#039;Explode wire&#039;&#039;&#039;: When &#039;&#039;cut&#039;&#039;, it explodes. When &#039;&#039;pulsed&#039;&#039;, it explodes!&lt;br /&gt;
You can attach a [[Signaler]] to make a remote bomb.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
|+Wires&lt;br /&gt;
!Name&lt;br /&gt;
!Cutting&lt;br /&gt;
!Mending&lt;br /&gt;
!Pulsing&lt;br /&gt;
|-&lt;br /&gt;
!Explode (2 wires)&lt;br /&gt;
|Explodes.||Nothing.||Explodes.&lt;br /&gt;
|}&lt;br /&gt;
=== [[File:Station_Bounced_Radio.png|64px|link=Station_Bounced_Radio]] [[File:Wallradio.png|64px|link=Intercom]] [[Station_Bounced_Radio|Radio]]/[[Intercom]] ===&lt;br /&gt;
# Screwdriver in hand, click on the radio.&lt;br /&gt;
# The usual radio use panel will pop up, but now with access to the wiring.&lt;br /&gt;
# Three wires:&lt;br /&gt;
#* &#039;&#039;&#039;Output wire&#039;&#039;&#039;: &#039;&#039;Pulsing&#039;&#039; toggles the speaker on/off. &#039;&#039;Cutting&#039;&#039; disables the speaker without showing it.&lt;br /&gt;
#* &#039;&#039;&#039;Input wire&#039;&#039;&#039;: &#039;&#039;Pulsing&#039;&#039; toggles the microphone on/off. &#039;&#039;Cutting&#039;&#039; disables the microphone without showing it.&lt;br /&gt;
#* &#039;&#039;&#039;Dummy wire&#039;&#039;&#039;: &#039;&#039;Pulsing&#039;&#039; turns the microphone and speaker off, but turns them on if they are both off already. &#039;&#039;Cutting&#039;&#039; does nothing.&lt;br /&gt;
# Screwdriver again to close the wires.&lt;br /&gt;
Interestingly, [[Tracking Beacon]]s also count as radios.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
|+Wires&lt;br /&gt;
!Name&lt;br /&gt;
!Cutting&lt;br /&gt;
!Mending&lt;br /&gt;
!Pulsing&lt;br /&gt;
|-&lt;br /&gt;
!Output&lt;br /&gt;
|Disables speaker.||Restores.||Toggles speaker on/off.&lt;br /&gt;
|-&lt;br /&gt;
!Input&lt;br /&gt;
|Disables microphone.||Restores.||Toggles microphone on/off.&lt;br /&gt;
|-&lt;br /&gt;
!Dummy&lt;br /&gt;
|Nothing.||Nothing.||Toggles both the microphone and speaker on/off.&lt;br /&gt;
|}&lt;br /&gt;
=== [[File:Requests_Console.gif|64px]][[Computers#Requests_Console|Requests Console]] ===&lt;br /&gt;
Unhappy with your requests priority level? Crank it up to &#039;EXTREME&#039;! &lt;br /&gt;
#Crowbar the requests console panel open.&lt;br /&gt;
#Use your screwdriver to enable the hidden priority level.&lt;br /&gt;
#Close the panel with your crowbar.&lt;br /&gt;
=== [[File:Vaultsafe.png|64px]] Safe ===&lt;br /&gt;
A safe can be opened by doing the following while holding a [[stethoscope]]:&lt;br /&gt;
# Spin the dial in one direction until you hear a &amp;quot;tink&amp;quot;, &amp;quot;krink&amp;quot;, or &amp;quot;plink&amp;quot; from the safe.&lt;br /&gt;
# Spin the dial in the other direction until you hear a &amp;quot;tonk&amp;quot;, &amp;quot;krunk&amp;quot;, or &amp;quot;plunk&amp;quot; and a &amp;quot;Spring&amp;quot;, &amp;quot;Sprang&amp;quot;, &amp;quot;Sproing&amp;quot;, &amp;quot;Clunk&amp;quot;, or &amp;quot;Krunk&amp;quot; from the safe.&lt;br /&gt;
# Open.&lt;br /&gt;
=== [[File:secure.png|64px]] [[File:safe.png|64px]] Secure Briefcase, Wall Safe ===&lt;br /&gt;
#Screwdriver in hand, click on the (briefcase/safe) to open the panel and expose the wiring&lt;br /&gt;
#Multitool the (briefcase/safe) until you get a confirmation that the memory is reset. &lt;br /&gt;
#Screwdriver the panel shut.&lt;br /&gt;
#If the briefcase/safe is either in its default state or its memory has been reset it will say ENTER NEW PASSCODE. Punch in a 5-digit code and click E to set it.&lt;br /&gt;
#Punch the same code and click E to unlock. &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Click R to lock it. Locking works even if no code has been set. You can set a new code with the above steps even if it&#039;s locked. Alt-click an unlocked briefcase/safe to open it.&lt;br /&gt;
=== [[File:Security_Camera.gif|64px|link=Security Camera]] [[Security Camera]]s ===&lt;br /&gt;
{{anchor|Cameras}}&lt;br /&gt;
&lt;br /&gt;
The malfunctioning AI cannot siphon your air if you disable its eyes.&lt;br /&gt;
&lt;br /&gt;
Cameras do not have a wire panel, simply click on the camera with the tools to hack it.&lt;br /&gt;
# With a screwdriver in hand, click on the camera.&lt;br /&gt;
# You can now do one of two things:&lt;br /&gt;
#* &#039;&#039;&#039;Wirecutters&#039;&#039;&#039;: &#039;&#039;Cutting&#039;&#039; an open camera will disable the camera, &#039;&#039;mending&#039;&#039; it will re-enable the camera.&amp;lt;br&amp;gt; This will make a camera show up as &amp;quot;(deactivated)&amp;quot; in the camera list.&amp;lt;br&amp;gt; The AI will receive a camera alert upon re-activation of a camera.&lt;br /&gt;
#* &#039;&#039;&#039;Multitool&#039;&#039;&#039;: &#039;&#039;Pulsing&#039;&#039; will toggle the camera&#039;s vision range from 7 tiles (the default) to 2 tiles. The AI will not receive any alerts.&lt;br /&gt;
=== [[File:Security_Gas_Mask.png|64px|link=Security_gas_mask#Security_Gas_Mask]] [[Security_gas_mask#Security_Gas_Mask|Security Gas Mask]] ===&lt;br /&gt;
Security Gas Mask has a hidden aggressiveness setting. Higher aggressiveness equals meaner &amp;quot;shitcurity&amp;quot; shouts coming out when the HALT-feature is used.&lt;br /&gt;
&lt;br /&gt;
Use a screwdriver to change it from lowest (first) to highest (last) setting. For maximum aggressiveness, use wirecutters. Note that this can&#039;t be reset once you wirecut it.&lt;br /&gt;
&lt;br /&gt;
Turn the setting to BEEPSKY MODE by using an [[File:Emag.png]] [[Emag]].&lt;br /&gt;
=== [[File:Suit_Storage_Unit.png|64px|link=Suit Storage Unit]] [[Suit Storage Unit]] ===&lt;br /&gt;
The thing nobody remembers &amp;lt;s&amp;gt;to check&amp;lt;/s&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Open the storage unit&#039;s maintenance panel with a screwdriver and two things can be changed:&lt;br /&gt;
# Pressing the button next to the green LED light will turn the safety off, allowing you to cram a body in.&lt;br /&gt;
# The UV energy dial can be cranked up from the original 15nm to 185nm, completely frying the contents of the storage to a crisp. Which may include the aforementioned body.&lt;br /&gt;
=== {{anchor|Supply Shuttle Console}}[[File:Supply_Shuttle_Console.png|64px]][[Computers#Supply_Shuttle_Console|Supply Shuttle Console]] ===&lt;br /&gt;
Who wants to unlock [[Quartermaster#Contraband|contraband]]?&lt;br /&gt;
&lt;br /&gt;
This allows you to both order (for example advanced clowning supplies) and sell (human organs, pet hides) contraband items. This will not unlock as many crates as an [[Emag]].&lt;br /&gt;
#[[Guide_to_construction#Computers|Disassemble]] the Supply Shuttle Console with your screwdriver, crowbar and wirecutters&lt;br /&gt;
#Grab the supply computer circuitboard&lt;br /&gt;
#Multitool it and set its receiver to the appropriate spectrum&lt;br /&gt;
#Put it back in and reassemble the console. You can now order and sell contraband!&lt;br /&gt;
(Note that contraband is illegal. Security can do whatever they wish to it, and therefore you for bringing it on board)&lt;br /&gt;
=== [[File:Syndicate_Bomb.gif|64px|link=Syndicate Bomb]] [[Syndicate Bomb]] ===&lt;br /&gt;
A bomb! Are you a bad enough dude?&lt;br /&gt;
# Check the description of the bomb to see if you have enough time left to even attempt a defusal. Use your best judgement for how much time you will need.&lt;br /&gt;
# If the timer is very long, you might want to ask toxins for a bomb suit in case you fail. You&#039;ll still be killed, but at least you&#039;ll leave a cloneable corpse.&lt;br /&gt;
# Screwdriver in hand, click on the bomb to open the panel and expose the wiring.&lt;br /&gt;
# With multitool, wirecutters, or an empty hand, click on the bomb to access the wiring.&lt;br /&gt;
# CAREFULLY fiddle with the wires by pulsing to test each one and cutting what you need to.&lt;br /&gt;
#* &#039;&#039;&#039;Boom wire&#039;&#039;&#039;: &#039;&#039;Pulsing&#039;&#039; will explode the bomb instantly if the bomb is live and &#039;&#039;cutting&#039;&#039; will do much the same! There&#039;s no way to prepare for the boom wire if the bomb is already live, it&#039;s just an inherent risk. Cutting a boom wire that&#039;s not live will make the bomb unusable.&lt;br /&gt;
#* &#039;&#039;&#039;Bolt wire&#039;&#039;&#039;: &#039;&#039;Pulsing&#039;&#039; will hint at this wire&#039;s function, &#039;&#039;cutting&#039;&#039; will release the bolts holding the bomb down if they were activated to begin with. Ditch that bomb!&lt;br /&gt;
#* &#039;&#039;&#039;Delay wire&#039;&#039;&#039;: &#039;&#039;Pulsing&#039;&#039; will add time to the clock of the bomb, giving you a little more breathing room.&lt;br /&gt;
#* &#039;&#039;&#039;Proceed wire&#039;&#039;&#039;: &#039;&#039;Pulsing&#039;&#039; will reduce the clock, making your life that much harder. &#039;&#039;Cutting&#039;&#039; this wire while the bomb is live will explode the bomb!&lt;br /&gt;
#* &#039;&#039;&#039;Activate wire&#039;&#039;&#039;: &#039;&#039;Pulsing&#039;&#039; a bomb that isn&#039;t live will start the countdown and &#039;&#039;cutting&#039;&#039; a bomb that IS live will stop the countdown. If you&#039;ve identified this wire, you&#039;ve won!&lt;br /&gt;
Keep in mind that randomly cutting live bomb wires carries a 40% risk of sudden death when pulsing carries just a 20% risk of sudden death! Ultimately you will HAVE to cut a wire to stop the explosion, but with a little research with pulsing you can improve your success rate. There&#039;s a test bomb in the armory if you want to practice without the risk of boom.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
|+LIVE Bomb Wires&lt;br /&gt;
!Name&lt;br /&gt;
!Cutting&lt;br /&gt;
!Mending&lt;br /&gt;
!Pulsing&lt;br /&gt;
|-&lt;br /&gt;
!Activate&lt;br /&gt;
|Stops the countdown.||Nothing.||Adds time to the timer. &amp;quot;The bomb seems to hesitate for a moment.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Delay&lt;br /&gt;
|Nothing.||Nothing.||Adds time to the timer. &amp;quot;The bomb chirps.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Bolt&lt;br /&gt;
|Releases the bolts (if they were activated) so that the bomb can be moved.||Nothing.||&amp;quot;The bolts spin in place for a moment.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Proceed&lt;br /&gt;
|Explodes.||Nothing, u ded.||Reduces time on the timer! &amp;quot;The bomb buzzes ominously!&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Boom&lt;br /&gt;
|Explodes.||Nothing, u ded.||Explodes.&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
|+NOT LIVE Bomb Wires&lt;br /&gt;
!Name&lt;br /&gt;
!Cutting&lt;br /&gt;
!Mending&lt;br /&gt;
!Pulsing&lt;br /&gt;
|-&lt;br /&gt;
!Activate&lt;br /&gt;
|Nothing.||Nothing.||Starts the countdown.&lt;br /&gt;
|-&lt;br /&gt;
!Delay&lt;br /&gt;
|Nothing.||Nothing.||&amp;quot;The bomb chirps.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Bolt&lt;br /&gt;
|Releases the bolts (if they were activated) so that the bomb can be moved.||Nothing.||&amp;quot;The bolts spin in place for a moment.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Proceed&lt;br /&gt;
|Nothing.||Nothing.||&amp;quot;The bomb buzzes ominously!&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Boom&lt;br /&gt;
|Makes the bomb unusable.||Restores.||Nothing.&lt;br /&gt;
|}&lt;br /&gt;
====How to remove a bomb payload====&lt;br /&gt;
To remove the payload from a syndicate bomb (or bomb assembly crafted from 10 plasteel) follow these steps:&lt;br /&gt;
#Make sure the bomb is not active. If it&#039;s counting down, cutting wires can make it explode. &lt;br /&gt;
#Open the bomb with a [[Engineering_items#Screwdriver|screwdriver]] [[File:Screwdriver_tool.png]]. &lt;br /&gt;
#Click the bomb with [[Engineering_items#Wirecutters|wirecutters]] [[File:Wirecutters.png]] and cut all wires.&lt;br /&gt;
#Use a [[Engineering_items#Crowbar|crowbar]] [[File:Crowbar.png]]on the bomb to pry out the payload.&lt;br /&gt;
=== [[File:Tesla_coil.gif|64px]] Tesla Coil ===&lt;br /&gt;
Only one wire: Pulse it to trigger a tesla shock. Great if you attach a remote signaler!&lt;br /&gt;
=== [[File:Vendboozeomat.gif|64px|link=Vending machines]] [[File:Vendsec.gif|64px|link=Vending machines]] [[File:Vendmed.gif|64px|link=Vending machines]] [[File:Vendcoffee.gif|64px|link=Vending machines]] [[Vending machines|Vending Machines]] ===&lt;br /&gt;
The only thing worth hacking!&lt;br /&gt;
#Click on the vending machine to open it.&lt;br /&gt;
#Click on the vending machine with a screwdriver in hand to access the wiring, then get a tool in your hand.&lt;br /&gt;
#Button to toggle speaker on/off.&lt;br /&gt;
#Four lights:&lt;br /&gt;
#*&#039;&#039;The orange light is off.&#039;&#039;Indicates the machine is electrified when on.&lt;br /&gt;
#*&#039;&#039;The red light is &#039;&#039;&#039;blinking/off&#039;&#039;&#039;.&#039;&#039; Blinking indicate that it is working normally, off means it&#039;s in firing mode.&lt;br /&gt;
#*&#039;&#039;The green light is &#039;&#039;&#039;off/on&#039;&#039;&#039;.&#039;&#039; Indicate that contraband is available when on.&lt;br /&gt;
#*&#039;&#039;A &#039;&#039;&#039;purple/yellow&#039;&#039;&#039; light is on.&#039;&#039; Purple means access restrictions are on. Yellow means anyone can access. &lt;br /&gt;
#Four wires:&lt;br /&gt;
#*&#039;&#039;&#039;Firing wire&#039;&#039;&#039;: If &#039;&#039;pulsed&#039;&#039; will fire stuff at people contentiously until pulsed again. &#039;&#039;Cutting&#039;&#039; causes machine to fire stuff at people contentiously until mended. Toggles the red blinking light off when in firing mode.&lt;br /&gt;
#*&#039;&#039;&#039;Contraband wire&#039;&#039;&#039;: &#039;&#039;Cutting&#039;&#039; does nothing. When &#039;&#039;pulsed&#039;&#039; toggles availability of illegal or rare goods, also toggles the green light on/off.&lt;br /&gt;
#*&#039;&#039;&#039;Access wire&#039;&#039;&#039;: When &#039;&#039;pulsed&#039;&#039; it toggles the purple/yellow light, allowing for ID restricted machines (med machines, sec machines, and the bartenders Booze-o-mat) to be used by anyone when the yellow light is on.&lt;br /&gt;
#*&#039;&#039;&#039;Shock wire&#039;&#039;&#039;: Like the firing wire in effects from hacking, except it shocks instead of shoots, and toggles the orange light on. Pulsing this wire electrifies the machine for 30 seconds.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
|+Wires&lt;br /&gt;
!Name&lt;br /&gt;
!Cutting&lt;br /&gt;
!Mending&lt;br /&gt;
!Pulsing&lt;br /&gt;
|-&lt;br /&gt;
!Firing&lt;br /&gt;
|Causes the machine to fire stuff at people (turns off red blinking light).||Restores.||Toggles firing on/off.&lt;br /&gt;
|-&lt;br /&gt;
!Contraband&lt;br /&gt;
|Nothing.||Nothing.||Toggles illegal/rare goods availability on/off (shown by a green light).&lt;br /&gt;
|-&lt;br /&gt;
!Access&lt;br /&gt;
| Activates the access restriction.||Nothing||Toggles the access restriction(purple/yellow light).&lt;br /&gt;
|-&lt;br /&gt;
!Shock&lt;br /&gt;
|Causes the machine to electrocute people (shown by an orange light).||Restores.||Electrifies the machine for 30 seconds.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Tips==&lt;br /&gt;
* You can get 1000 watt powercells out of space heaters for your evil needs.&lt;br /&gt;
* Hacking doors: Cutting the power wire does 10 seconds to back up power. But pulsing also switches to back up power after 10 seconds, meaning if you want to open the same door for your exit you need to pulse the BACKUP wire to interrupt power. It switches back to primary after 1 minute again. Best thing is to pulse both the primary and backup then crowbar - that should give you the old style 1 minute window.&lt;br /&gt;
* To restore primary power to a door immediately, cut then mend the primary power wire. Cutting + mending is incredibly useful when you&#039;ve accidentally electrified a door, or shorted APC power.&lt;br /&gt;
* Use screwdriver on mousetrap, attach to an igniter instead of a timer when making a grenade assembly, you&#039;ve just made a landmine. Combine with a 100-100 potassium-water mix and anyone who steps on it will regret it.&lt;br /&gt;
* Singularity’s EMP can be abused to short out lockers.&lt;br /&gt;
* Inject plasma into a battery and insert it into a stun baton/prod. The next time someone attacks with the baton on it will blow up on them, seriously wounding both the holder and the stun target. Doing it with a high capacity battery or better will create a blast strong enough to turn the floor under the attacker to space, which will suck in the people caught in the blast and crit them before they can wake up. Use it as a suicide weapon or place it in the halls for some gullible fool to get himself killed with &amp;lt;s&amp;gt;if you want to be banned&amp;lt;/s&amp;gt; &#039;&#039;&#039;if you&#039;re an antagonist.&#039;&#039;&#039;&lt;br /&gt;
* You can emag the light replacer, which causes all of the lights to be filled with plasma which will ignite if the light bulb&#039;s turned on.&lt;br /&gt;
* There is a single power cable supplying the entire station with power. If you don&#039;t feel like spending crystals for a power sink and you don&#039;t get seen for a minute near engineering, you can disable the power grid so that only very competent engineers will spot your sabotage. Though this only works if the solars aren’t set up.&lt;br /&gt;
* You can emag buttons to remove access restrictions.&lt;br /&gt;
* Wall-mounted flashers and portable flashers can be disabled with wirecutters.&lt;br /&gt;
* If you screwdriver a heater you can take out its really crappy battery or adjust the temperature it outputs. The highest setting, 90 C, will actually hurt people extremely slowly if they aren&#039;t wearing internals.&lt;br /&gt;
* You can screwdriver Detectives revolver and load .357 in it, but you can get blown up by this revolver. ADDED: Remember to unload the thing while you&#039;re doing it, or you&#039;ll shoot yourself in a similar manner to sawing a loaded shotgun.&lt;br /&gt;
* As a traitor engineer, you could easily do the following:&lt;br /&gt;
*# Go to a room, like a construction room, and find the APC&#039;s wire that shorts out the power.&lt;br /&gt;
*# Grab two signalers and adjust their frequencies.&lt;br /&gt;
*# Go to telecomms, in a hardsuit, and attach a signaler to the APC&#039;s power wire, which you found before. Close the APC and leave no traces.&lt;br /&gt;
*# You can now disable comms any time you want for a few minutes - and unless someone checks the APC and/or doesn’t look too closely or asks the AI, they will think it was an ionospheric anomaly. HONK.&lt;br /&gt;
* A good way to manually disable tcomms temperately is to set the filtering frequency on the hub to some number like 0.1. It&#039;ll block everything and most engineers don&#039;t know how to fix it.&lt;br /&gt;
* If you want tcomms down for good, disconnect the network links. There are -very- few engineers who can fix that, and it&#039;ll take over ten minutes if they&#039;re experienced with how tcomms works. It&#039;ll probably force a shuttle call.&lt;br /&gt;
* Another thing that can break tcomms: changing network of the machinery. It also breaks all links. Especially if you change it from tcommsat to something like tcomms or tcommsats, which is not that obvious when you take a look at it without knowing what is the issue. And even if they relink everything again it won&#039;t work. And then even if they realize that the problem is with the network name, when they change it back, it will reset all the links again!&lt;br /&gt;
* If you see a pAI with a great reputation who you like, and someone else has claimed it first, use an emag to unbind it.&lt;br /&gt;
* If someone is hacking a door and you want to keep them from following you, and you know all or most of the wires:&lt;br /&gt;
# Cut 1-3 useless wires (typically some combination of Door Control, ID Wire, Timing, Safety)&lt;br /&gt;
# Cut the bolt lights wire&lt;br /&gt;
# Cut the bolts wire&lt;br /&gt;
# Cut every other wire except the shock wire&lt;br /&gt;
# Cut the shock wire&lt;br /&gt;
:This makes it incredibly obnoxious to follow you - if they don&#039;t know the wires and don&#039;t have insulated gloves, they&#039;re SOL because even the AI can&#039;t help them pursue.&lt;br /&gt;
* Cutting the shock wire doesn&#039;t shock you, as far as I have been able to tell. Mending it, on the other hand....&lt;br /&gt;
* If you want to test hacking doors without pissing off sec for breaking in somewhere and you have maint, you can make your own airlock with the aux tool storage thing and make it somewhere obscure.&lt;br /&gt;
* Put bombs in the backpacks of brain-dead or catatonic people. ADDED: Advanced version: Get mouse traps, connect one with signaler with set frequency, then make a bomb with signaler on the same frequency. Put both in backpack. Wear it or leave it somewhere/on someone. ADDED: Wizard Mode: Take your 6 max cap bomb and build 6 voice analyzers from an autolathe. Set the trigger words to &amp;quot;Pete&amp;quot;, &amp;quot;beat&amp;quot;, &amp;quot;chick&amp;quot;, &amp;quot;chicky&amp;quot;, &amp;quot;boom&amp;quot;. Find 6 station bound radios, and place each of them in a backpack with a corresponding bomb hidden about the station. Sing the song that ends the station.&lt;br /&gt;
* The secret to hacking syndi bombs effectively is to remember that the only wire that doesn&#039;t do anything on pulse when the bomb isn&#039;t live is the boom wire (aka the one to attach a signaler to after you start the countdown for 4 hours then call attention to it).&lt;br /&gt;
* You can wrench syndibombs to the ground so they can&#039;t be immediately picked up and spaced.&lt;br /&gt;
* Deactivating cameras has them show up as (Deactivated) to anybody scrolling through cameras, but disassembling them completely removes them entirely from the list.&lt;br /&gt;
* You can make remote voice-activated bombs:&lt;br /&gt;
*# Attach Voice Analyzer with a Remote Signalling Device and set a frequency and a code-phrase.&lt;br /&gt;
*# Make a grenade or a bomb, but instead of an igniter+timer, use an igniter+signaller and set it on the same frequency of your voice signaller.&lt;br /&gt;
*# Now the grenade/bomb will blow up once you speak the code-word!&lt;br /&gt;
* On a similar note, you can keep a &#039;revenge bomb&#039; on you using a voice analyzer. If someone manages to send you in crit, you can whisper the code-word with your last breath (using &#039;#&#039;), to activate the bomb, and make your killer regret his actions.&lt;br /&gt;
[[Category:Guides]]&lt;/div&gt;</summary>
		<author><name>Schizocat</name></author>
	</entry>
	<entry>
		<id>https://wiki.beestation13.com/w/index.php?title=Hacking&amp;diff=38791</id>
		<title>Hacking</title>
		<link rel="alternate" type="text/html" href="https://wiki.beestation13.com/w/index.php?title=Hacking&amp;diff=38791"/>
		<updated>2025-05-07T12:10:43Z</updated>

		<summary type="html">&lt;p&gt;Schizocat: /*    Airlocks */ clarified in the airlock hacking table that the AI lock cannot permamently disable AI control (Already explained in the section above)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Your tools ==&lt;br /&gt;
[[File:IGloves.png|link=Insulated Gloves]] &#039;&#039;&#039;[[Insulated Gloves]]&#039;&#039;&#039; for mitigating shocks. Hackables have power lines, and cutting/pulsing these without gloves can and will harm you. It&#039;s possible to hack without them, but it will be slow, painful, and you&#039;ll need ointment. Alternatively you can drink [[File:Energy_drink.png|64px]][[Guide_to_food_and_drinks#Grey_Bull|Grey Bull]], which makes you immune to shocks for a short while. &lt;br /&gt;
&lt;br /&gt;
[[File:Screwdriver_tool.png|link=Screwdriver]] &#039;&#039;&#039;[[Screwdriver]]&#039;&#039;&#039; for opening up panels and the like. A necessary tool.&lt;br /&gt;
&lt;br /&gt;
[[File:Wirecutters.png|link=Wirecutters]] &#039;&#039;&#039;[[Wirecutters]]&#039;&#039;&#039; for cutting and mending wires.&lt;br /&gt;
&lt;br /&gt;
[[File:Multitool.png|link=Multitool]] &#039;&#039;&#039;[[Multitool]]&#039;&#039;&#039; for pulsing wires. Not necessary for most hacking, but makes life a lot easier.&lt;br /&gt;
&lt;br /&gt;
[[File:Signaler.png|link=Signaler]] &#039;&#039;&#039;[[Signaler]]&#039;&#039;&#039; can be used as a ghetto alternative to a Multitool and to pulse wires remotely. Attach one to a wire, then use a second signaler to pulse that wire.&lt;br /&gt;
&lt;br /&gt;
[[File:Blueprint.png|link=Station blueprints]] &#039;&#039;&#039;[[Station blueprints]]&#039;&#039;&#039; for easy peasy wire identification. If you can get it, it contains a map of all the hackable wires when read. It will remove the need for testing wires to find their function.&lt;br /&gt;
== Hackables ==&lt;br /&gt;
=== [[File:AirAlarm.png|64px|link=Air_Alarm]] [[Air Alarm]] ===&lt;br /&gt;
Station flooded with plasma and all of the Atmos Techs and CE are incompetent and/or dead? Best to take matters into your own hands.&lt;br /&gt;
#Screwdriver to exposes wires.&lt;br /&gt;
#Click to display Air Alarm interface and Wiring interface.&lt;br /&gt;
#Three lights:&lt;br /&gt;
#*&#039;&#039;The Air Alarm is &#039;&#039;&#039;locked/unlocked&#039;&#039;&#039;.&#039;&#039;&lt;br /&gt;
#*&#039;&#039;The Air Alarm is &#039;&#039;&#039;working properly!/offline&#039;&#039;&#039;.&#039;&#039;&lt;br /&gt;
#*&#039;&#039;The &#039;AI control allowed&#039; light is &#039;&#039;&#039;on/off&#039;&#039;&#039;.&#039;&#039;&lt;br /&gt;
#Five wires:&lt;br /&gt;
#*&#039;&#039;&#039;Access wire&#039;&#039;&#039;: &#039;&#039;Pulsing&#039;&#039; toggles the interface&#039;s ID lock. &#039;&#039;Cutting&#039;&#039; locks the interface permanently until &#039;&#039;mended&#039;&#039;. &lt;br /&gt;
#*&#039;&#039;&#039;Syphon wire&#039;&#039;&#039;: &#039;&#039;Pulsing&#039;&#039; toggles PANIC SYPHON on/off.&lt;br /&gt;
#*&#039;&#039;&#039;Power wire&#039;&#039;&#039;: &#039;&#039;Pulsing&#039;&#039; disable the Air Alarm for 30(?) seconds, you can &#039;&#039;cut&#039;&#039; and &#039;&#039;mend&#039;&#039; the wire if in a hurry. &#039;&#039;Cutting&#039;&#039; the disables the Air Alarm until mended.&lt;br /&gt;
#*&#039;&#039;&#039;AI Control wire&#039;&#039;&#039;: &#039;&#039;Pulsing&#039;&#039; will disable AI Control for 30(?) seconds. &#039;&#039;Cutting&#039;&#039; the wire disables the AI control until 30(?) seconds after mended.&lt;br /&gt;
#*&#039;&#039;&#039;Alarm wire&#039;&#039;&#039;: &#039;&#039;Cutting&#039;&#039; starts the alarm, &#039;&#039;pulsing&#039;&#039; resets the alarm.&lt;br /&gt;
#Screwdriver to close wiring.&lt;br /&gt;
Disabled &#039;&#039;Air Alarms&#039;&#039; will show no lights.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
|+Wires&lt;br /&gt;
!Name&lt;br /&gt;
!Cutting&lt;br /&gt;
!Mending&lt;br /&gt;
!Pulsing&lt;br /&gt;
|-&lt;br /&gt;
!Power&lt;br /&gt;
|Disables power.||Restores.||Disables power. Can be restored with mending.&lt;br /&gt;
|-&lt;br /&gt;
!Access&lt;br /&gt;
|Locks the interface completely until mended.||Unlocks.||Toggles interface ID lock on/off.&lt;br /&gt;
|-&lt;br /&gt;
!Syphon&lt;br /&gt;
|Starts PANIC SYPHON||Nothing||Toggles PANIC SYPHON on/off.&lt;br /&gt;
|-&lt;br /&gt;
!AI control&lt;br /&gt;
|Disables AI control.||Restores after ~30 secs delay.||Temporarily (~30 secs) disable.&lt;br /&gt;
|-&lt;br /&gt;
!Alarm&lt;br /&gt;
|Starts the alarm.||Nothing||Resets the alarm.&lt;br /&gt;
|}&lt;br /&gt;
=== [[File:door.png|64px|link=Airlock]] [[File:glassdoor.png|64px|link=Airlock]] [[File:Airlock2.png|64px|link=Airlock]] [[Airlock]]s ===&lt;br /&gt;
Both internal and external access airlocks are hackable. Wires are randomized for each airlocks on the station. Remember, cutting power to the door will stop everything else from working.&lt;br /&gt;
# [[Engineering_items#Screwdriver|Screwdriver]] [[File:Screwdriver_tool.png]] in hand, click on the airlock to open the panel and expose the wiring.&lt;br /&gt;
# With [[Engineering_items#Multitool|multitool]] [[File:Multitool.png]], [[Engineering_items#Wirecutters|wirecutters]] [[File:Wirecutters.png]], or an empty hand, click on the airlock to access the wiring.&lt;br /&gt;
# Hold a [[Engineering_items#Multitool|multitool]] [[File:Multitool.png]] in your active hand and click &amp;quot;pulse&amp;quot; to pulse a wire, or hold [[Engineering_items#Wirecutters|wirecutters]] [[File:Wirecutters.png]] and click &amp;quot;cut&amp;quot; to cut a wire. &lt;br /&gt;
# [[Engineering_items#Screwdriver|Screwdriver]] [[File:Screwdriver_tool.png]] the door again to shut the panel. &lt;br /&gt;
* There are two main power wires and two auxiliary power wires.&lt;br /&gt;
* Disabling any main power wire (by pulsing or cutting) will make the backup (auxiliary) power work after 10 seconds. Disabling both a main and an auxiliary power wire will make door lose power until either main or auxiliary power is restored.&lt;br /&gt;
** If the door is unpowered, it can be opened with a [[Engineering_items#Crowbar|crowbar]] [[File:Crowbar.png]], unless the bolts are down.&lt;br /&gt;
* Disabling AI connection will make [[AI|AI]] and [[Cyborg|Cyborgs]] unable to interact with this door. [[AI|AIs]] can still hack a door by clicking it. It takes around a minute, and once the door is hacked, they&#039;ll be able to use it forever, even without AI connection wire.&lt;br /&gt;
*All wires on airlocks will shock if cut without protection. &lt;br /&gt;
*Pulsing wires has no effect if the door is currently without power.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
|+Wires&lt;br /&gt;
!Name&lt;br /&gt;
!Cutting&lt;br /&gt;
!Mending&lt;br /&gt;
!Pulsing&lt;br /&gt;
|-&lt;br /&gt;
!Main Power&lt;br /&gt;
|Disables main power. ||Restores main power. May shock you, but does not electrify door.||Disables main power for 1 minute (not refreshable from pulsing until on again). &lt;br /&gt;
|-&lt;br /&gt;
!Auxiliary Power&lt;br /&gt;
|Disables auxiliary power. May shock you, but does not electrify door.||Restores auxiliary power. May shock you, but does not electrify door.||Disables auxiliary power for 1 minute (not refreshable from pulsing until on again). &lt;br /&gt;
|-&lt;br /&gt;
!ID Scan&lt;br /&gt;
|Door rejects everyone. Makes it so pulsing the &amp;quot;open&amp;quot; wire will open the door.||Restores normal ID-checks.||Flashes lights on the door, as if someone without access tries to open it.&lt;br /&gt;
|-&lt;br /&gt;
!Bolts&lt;br /&gt;
|Drops door bolts.||Just shocks, does nothing else||Drops door bolts if they are up. Raises them if they are down and door is powered.&lt;br /&gt;
|-&lt;br /&gt;
!Bolt Lights&lt;br /&gt;
|Disables the red bolt lights. Only testable if bolts are down.||Enables bolt lights.||Toggles bolt lights.&lt;br /&gt;
|-&lt;br /&gt;
!Open&lt;br /&gt;
|Nothing.||Nothing.||Opens the door if it either requires no access or if ID scan wire has been cut.&lt;br /&gt;
|-&lt;br /&gt;
!AI Connection&lt;br /&gt;
|Disables AI control (Temporarily).||Restores AI control.||&#039;&#039;Very briefly&#039;&#039; disables AI control.&lt;br /&gt;
|-&lt;br /&gt;
!High Voltage Ground (the &amp;quot;shock&amp;quot; wire)&lt;br /&gt;
|Electrifies the door.||De-electrifies the door.||Electrifies the door for 30 seconds.&lt;br /&gt;
|-&lt;br /&gt;
!High Voltage Circuit (2 wires)&lt;br /&gt;
|Just shocks, does nothing else||Just shocks, does nothing else||Shocks user&lt;br /&gt;
|-&lt;br /&gt;
!Safety&lt;br /&gt;
|Disables safety, letting the door crush people when it closes.||Enables safety.||Toggles safety.&lt;br /&gt;
|-&lt;br /&gt;
!Timing&lt;br /&gt;
|Causes the door to close almost instantly after opening.||Restores.||Toggles door timing.&lt;br /&gt;
|-&lt;br /&gt;
!Nothing (dud)&lt;br /&gt;
|Just shocks, does nothing else||Just shocks, does nothing else||Nothing.&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
|+Status window at bottom when hacking&lt;br /&gt;
!Name&lt;br /&gt;
!Status&lt;br /&gt;
!Means&lt;br /&gt;
|-&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Bolts&lt;br /&gt;
|The door bolts look up.||Door bolts are up (not locked).&lt;br /&gt;
|-&lt;br /&gt;
|The door bolts have fallen!||Door bolts are down (locked).&lt;br /&gt;
|-&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Power&lt;br /&gt;
|The test light is on.||Door is powered.&lt;br /&gt;
|-&lt;br /&gt;
|The test light is off.||Door is not powered (can be opened with [[Engineering_items#Crowbar|crowbar]] [[File:Crowbar.png]]).&lt;br /&gt;
|-&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|AI Connection&lt;br /&gt;
|The AI connection light is on.||AI can control the door and hasn&#039;t hacked it.&lt;br /&gt;
|-&lt;br /&gt;
|The AI connection light is off.||AI either hacked a door or can&#039;t control it.&lt;br /&gt;
|-&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Safety&lt;br /&gt;
|The &#039;Check Wiring&#039; light is on.||Door safety is off (can crush people).&lt;br /&gt;
|-&lt;br /&gt;
|The &#039;Check Wiring&#039; light is off.||Door safety is on (can&#039;t crush people).&lt;br /&gt;
|-&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Timer&amp;lt;br&amp;gt;(Has no hackable wire)&lt;br /&gt;
|The timer is powered on.||Door closes automatically. &lt;br /&gt;
|-&lt;br /&gt;
|The timer is powered off.||Door doesn&#039;t close automatically. &lt;br /&gt;
|-&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Timing&lt;br /&gt;
|The speed light is on.||Door timing is normal (closes after a delay).&lt;br /&gt;
|-&lt;br /&gt;
|The speed light is off.||Door timing is reduced (closes without delay).&lt;br /&gt;
|-&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Emergency light&amp;lt;br&amp;gt;(Has no hackable wire)&lt;br /&gt;
|The emergency light is on.||Emergency access is enabled (no access restrictions). &lt;br /&gt;
|-&lt;br /&gt;
|The emergency light is off.||Emergency access is disabled (normal access restrictions). &lt;br /&gt;
|}&lt;br /&gt;
====Airlock Difficulties====&lt;br /&gt;
Airlocks have 6 levels of difficulty levels. These changes the number and kinds of wire an airlock has and also label some wires for the easier ones, allowing you to know what the wires are in advance.&lt;br /&gt;
* &#039;&#039;&#039;None&#039;&#039;&#039;: 4 power wires, 0 shock wires, 0 dud wires, Labelled wires: Open, Bolts, Shock, Safety, Timing.&lt;br /&gt;
* &#039;&#039;&#039;Basic&#039;&#039;&#039;: 4 Power wires, 0 shock wires, 1 dud wire, Labelled wires: Safety, Timing.&lt;br /&gt;
* &#039;&#039;&#039;Protected&#039;&#039;&#039;: 4 power wires, 1 shock wire, 1 dud wire.&lt;br /&gt;
* &#039;&#039;&#039;Advanced&#039;&#039;&#039;: 4 power wires, 1 shock wire, 2 dud wires.&lt;br /&gt;
* &#039;&#039;&#039;Elite&#039;&#039;&#039;: 4 power wires, 2 shock wires, 2 dud wires.&lt;br /&gt;
* &#039;&#039;&#039;Maximum&#039;&#039;&#039;: 2 power wires, 2 shock wires, 2 dud wires.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Airlock Strategies ====&lt;br /&gt;
* &#039;&#039;&#039;Use [[Engineering_items#Multitool|multitool]] [[File:Multitool.png]] to bolt doors open&#039;&#039;&#039;. Pulse the power wire, [[Engineering_items#Crowbar|crowbar]] [[File:Crowbar.png]] it open, then pulse the bolt wire. This will permanently bolt the door open, until someone fixes it. If a door is bolted, pulse the bolts wire, and go and then a power wire to be able to [[Engineering_items#Crowbar|crowbar]] [[File:Crowbar.png]] it.&lt;br /&gt;
*Start pulsing top to bottom. Look at the &amp;quot;test light&amp;quot; as you pulse. If it switches to off you did it. Just crowbar it open. If you hit the bolt wire pulse it again to lift the bolts.&lt;br /&gt;
* &#039;&#039;&#039;Use [[Engineering_items#Multitool|multitool]] [[File:Multitool.png]] to make the door stay open for a minute. &#039;&#039;&#039;Do this by first finding and pulsing a main power wire, then wait 10 seconds to see if auxiliary power turns on. If it doesn&#039;t go to another door and pulse the main power wire there. When auxiliary power is on (test light on), pulse wires until it turns off again. You have now found an auxiliary power wire. Then go to the door you wish to hack, pulse both the main and auxiliary power wire, then [[Engineering_items#Crowbar|crowbar]] [[File:Crowbar.png]], and it will stay open at at least nearly a minute. &lt;br /&gt;
* &#039;&#039;&#039;Ghetto hacking&#039;&#039;&#039; involves accessing a useless airlock and cutting all of the wires in order until the bolts drop, making a note of the wire you just cut. Keeping this in mind, you can now open restricted doors by cutting all the wires except the bolt control and then crowbarring that fucker open. Useful if you don&#039;t have a multi-tool. Note that this is a bad idea if you lack gloves.&lt;br /&gt;
* &#039;&#039;&#039;Open ID restricted doors&#039;&#039;&#039; by pulsing a main power wire and then crowbarring it open. If it&#039;s bolted, be sure to pulse the bolt wire before you kill the power, since you can&#039;t bolt/unbolt an unpowered door. &lt;br /&gt;
* &#039;&#039;&#039;Create a pain-in-the-ass-obstacle&#039;&#039;&#039; by dropping the bolts, cutting all the wires, and then welding the door shut. This is especially effective if you happen to have the only pair of insulated gloves on the station.&lt;br /&gt;
* &#039;&#039;&#039;Remotely pulse an airlock&#039;&#039;&#039; by attaching a [[General_items#Remote_Signaling_Device|signaler]], which when signaled pulses the wire it&#039;s attached to. This allows you to remotely bolt and unbolt a door, for instance. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Secure airlocks ====&lt;br /&gt;
Some airlocks are more secure than normal, and their wire panel is covered by a layer of shielding. To see the airlock&#039;s security level, examine it.&lt;br /&gt;
There are 3 levels of airlock security:&amp;lt;br&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;Normal security&#039;&#039;&#039;&lt;br /&gt;
Normal airlocks, they have no additional security.&lt;br /&gt;
* &#039;&#039;&#039;Medium security&#039;&#039;&#039;&lt;br /&gt;
To create a medium security airlock, use 2 sheets of &#039;&#039;&#039;metal&#039;&#039;&#039; on a normal airlock with an open panel.&amp;lt;br&amp;gt;&lt;br /&gt;
No change in door resistance.&amp;lt;br&amp;gt;&lt;br /&gt;
To access the wire panel, you need to:&lt;br /&gt;
# Open the panel with a &#039;&#039;&#039;[[Engineering_items#Screwdriver|screwdriver]] [[File:Screwdriver_tool.png]]&#039;&#039;&#039;.&lt;br /&gt;
# Slice through the wires&#039; protection with a &#039;&#039;&#039;[[Engineering_items#Welding_Tool|welding tool]]&#039;&#039;&#039; [[File:Welder.png]].&lt;br /&gt;
# Proceed as normal.&lt;br /&gt;
* &#039;&#039;&#039;High security&#039;&#039;&#039;&lt;br /&gt;
To create a high security airlock, use 2 sheets of &#039;&#039;&#039;plasteel&#039;&#039;&#039; on a normal airlock with open panel.&amp;lt;br&amp;gt;&lt;br /&gt;
Armor is multiplied by 1.5, making the door harder to destroy through brute force.&amp;lt;br&amp;gt;&lt;br /&gt;
To access the wire panel, you need to:&lt;br /&gt;
# Open the panel with a &#039;&#039;&#039;[[Engineering_items#Screwdriver|screwdriver]] [[File:Screwdriver_tool.png]]&#039;&#039;&#039;.&lt;br /&gt;
# Cut through the &#039;&#039;&#039;electrified&#039;&#039;&#039; protective grille with &#039;&#039;&#039;[[Engineering_items#Wirecutters|wirecutters]] [[File:Wirecutters.png]]&#039;&#039;&#039;. If you don&#039;t wear insulated gloves, you may get shocked.&lt;br /&gt;
# Slice through the outer layer of plasteel using a &#039;&#039;&#039;[[Engineering_items#Welding_Tool|welding tool]]&#039;&#039;&#039; [[File:Welder.png]].&lt;br /&gt;
# Remove the outer plasteel layer with a &#039;&#039;&#039;[[Engineering_items#Crowbar|crowbar]]&#039;&#039;&#039; [[File:Crowbar.png]].&lt;br /&gt;
# Slice through the inner layer of plasteel using a &#039;&#039;&#039;[[Engineering_items#Welding_Tool|welding tool]]&#039;&#039;&#039; [[File:Welder.png]].&lt;br /&gt;
# Remove the inner plasteel layer with a &#039;&#039;&#039;[[Engineering_items#Crowbar|crowbar]]&#039;&#039;&#039; [[File:Crowbar.png]].&lt;br /&gt;
# Proceed as normal.&lt;br /&gt;
=== [[File:ModernAPC.png|64px|link=APC]] [[APC]] ===&lt;br /&gt;
Controls power to its assigned room. All APC breakers can be accessed via Power Monitoring Computers regardless of the lock status, so hope that whoever&#039;s fucking with the power isn&#039;t paying attention.&lt;br /&gt;
# Screwdriver in hand, click on APC to open the panel and expose the wiring.&lt;br /&gt;
# Click with an empty hand to access the wiring.&lt;br /&gt;
# Fiddle with the wires by pulsing to test each one and cutting what you need to.&lt;br /&gt;
# Screwdriver it back up to toggle lighting, equipment, and atmospherics as you see fit (unless you&#039;ve killed the power).&lt;br /&gt;
* Cover lock prevents the APC from opening. If it&#039;s off, you can use a crowbar to open the APC.&lt;br /&gt;
* Interface lock prevents anyone from using the APC. It is normally removed by swiping an ID card.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
|+Wires&lt;br /&gt;
!Name&lt;br /&gt;
!Cutting&lt;br /&gt;
!Mending&lt;br /&gt;
!Pulsing&lt;br /&gt;
|-&lt;br /&gt;
!Power (2 wires)&lt;br /&gt;
|Disables power. May shock!||Restores. May shock!||Disables power for 2 minutes. You must &#039;&#039;cut and mend&#039;&#039; the wire to restore power.&lt;br /&gt;
|-&lt;br /&gt;
!ID lock&lt;br /&gt;
|Disable toggling the lock with an ID card.||Restores.||Unlocks APC interface for 30 seconds.&lt;br /&gt;
|-&lt;br /&gt;
!AI control&lt;br /&gt;
|Disables AI control.||Restores.||&#039;&#039;Very briefly&#039;&#039; disables AI control.&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
|+Status window&lt;br /&gt;
!Name&lt;br /&gt;
!Status&lt;br /&gt;
!Shows that&lt;br /&gt;
|-&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Lock&lt;br /&gt;
|The interface light is red.||APC is locked.&lt;br /&gt;
|-&lt;br /&gt;
|The interface light is green.||APC is unlocked.&lt;br /&gt;
|-&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Power&lt;br /&gt;
|The short indicator is on.||APC is not working.&lt;br /&gt;
|-&lt;br /&gt;
|The short indicator is off.||APC is working.&lt;br /&gt;
|-&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|AI control&lt;br /&gt;
|The AI connection light is off.||AI/borgs can&#039;t interact with APC.&lt;br /&gt;
|-&lt;br /&gt;
|The AI connection light is on.||AI/borgs can interact with APC.&lt;br /&gt;
|}&lt;br /&gt;
=== [[File:autolathe.png|64px|link=Autolathe]] [[Autolathe]] ===&lt;br /&gt;
&#039;&#039;I NEED 50,000 RCDS STAT!&#039;&#039;&lt;br /&gt;
# Click on the Autolathe to open it.&lt;br /&gt;
# Click on the Autolathe with a screwdriver in hand to access the wiring, then get a tool in your hand.&lt;br /&gt;
# There are two important wires, which are randomized, while the rest are duds. Cutting them toggles their light permanently, pulsing does so temporarily (30 secs or something). Red light is power and blue is hacked options. None of them shock you, so they&#039;re safe to hack.&lt;br /&gt;
Have fun accessing some [[Autolathe|new options]].&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
|+Wires&lt;br /&gt;
!Name&lt;br /&gt;
!Cutting&lt;br /&gt;
!Mending&lt;br /&gt;
!Pulsing&lt;br /&gt;
|-&lt;br /&gt;
!Power (shows red light if off)&lt;br /&gt;
|Power off.||Power on.||Short (~30 secs) toggle off.&lt;br /&gt;
|-&lt;br /&gt;
!Electrocution (shows green light if on)&lt;br /&gt;
|Electrocution.||Off.||Short (~30 secs) toggle on.&lt;br /&gt;
|-&lt;br /&gt;
!Hacked options (shows blue light if on)&lt;br /&gt;
|Options on.||Off.||Short (~30 secs) toggle on.&lt;br /&gt;
|}&lt;br /&gt;
=== [[File:Generic_borg.png|64px|link=Cyborg]][[File:Engborg.png|64px|link=Cyborg]] [[Cyborg|Cyborgs]] ===&lt;br /&gt;
Use these tools in this order to hack a borg:&lt;br /&gt;
#[[File:Id_regular.png]] ID Card, [[File:Emag.png]] [[Emag]] or just ask the Cyborg to unlock its panel&lt;br /&gt;
#[[File:Crowbar.png]] Crowbar the panel open&lt;br /&gt;
#[[File:Emag.png]] Optional: [[Emag]] the cyborg and skip to &amp;quot;Afterwards&amp;quot; (does not work if its AI is [[Guide_to_malfunction|malfunctional]])&lt;br /&gt;
#[[File:Hud-hands.gif]] Remove the power cell by clicking the borg with an empty hand&lt;br /&gt;
#[[File:Screwdriver_tool.png]] Screwdriver to expose wires&lt;br /&gt;
#[[File:Wirecutters.png]] Wirecutters or [[File:Multitool.png]] Multitool to manipulate wires&lt;br /&gt;
Afterwards:&lt;br /&gt;
#[[File:Screwdriver_tool.png]] Screwdriver to cover wires&lt;br /&gt;
#[[File:High power cell updated.png]] Replace the power cell&lt;br /&gt;
#[[File:Crowbar.png]] Crowbar the panel shut&lt;br /&gt;
#[[File:Id_regular.png]] Lock the panel with an ID Card. Cyborgs cannot lock their own panel.&lt;br /&gt;
Borgs have seven wires; five working ones and two duds:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
!Name&lt;br /&gt;
!Purpose&lt;br /&gt;
!Cutting&lt;br /&gt;
!Mending&lt;br /&gt;
!Pulsing&lt;br /&gt;
|-&lt;br /&gt;
!Law sync module&lt;br /&gt;
|Borg laws get updated when their master AI&#039;s laws do. Only works when AI link/slaving is active.||Stops the borg from receiving law updates from its AI.||Re-enables LawSync.||Synchronizes laws with the borg&#039;s AI. &#039;&#039;Borg gently chimes.&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
!Intelligence link&lt;br /&gt;
|Slaves the borg to an AI, forcing it to obey its orders. Needed for LawSync.||Unslaves the borg from its current AI and disables LawSync.||Nothing. You have to pulse the wire to slave a borg.||Allows you to pick an AI for the borg to be slaved to.&lt;br /&gt;
|-&lt;br /&gt;
!Camera light&lt;br /&gt;
|Toggles the borg&#039;s camera.||Toggles the camera status and kicks out anyone using it.||Same as cutting.||Same as cutting. &#039;&#039;Borg&#039;s camera lense focuses loudly.&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
!Lockdown indicator&lt;br /&gt;
|Locks down the borg. Can also be done with a robotics console.||Enables lockdown.||Disables lockdown.||Toggles lockdown status.&lt;br /&gt;
|-&lt;br /&gt;
!Reset module hardware&lt;br /&gt;
|Resets the borg&#039;s module so it can pick another one.||Resets the Cyborg&#039;s module and prevents it from selecting a new one.||Allows the borg to pick a new module.||Nothing. &#039;&#039;Borg&#039;s module servos twitch.&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
!Two dummy wires&lt;br /&gt;
|Nothing||---||---||---&lt;br /&gt;
|}&lt;br /&gt;
An emagged cyborg will have no LawSync or AI link and cannot be reset: it must be deconstructed (or blown) and rebuilt.&lt;br /&gt;
&lt;br /&gt;
Remember, cyborgs are very expensive! Do not destroy them unless the cyborg is completely out of control, and resetting the AI and LawSync status doesn&#039;t work.&lt;br /&gt;
&lt;br /&gt;
It&#039;s also a dick move to blow a non rogue borg. Think of it as chopping someone&#039;s arms and legs off; you&#039;ll get bwoink&#039;d unless you did it for a good reason.&lt;br /&gt;
=== [[File:Scanner.gif|64px]] DNA Scanner ===&lt;br /&gt;
# Open maintenance panel with a screwdriver&lt;br /&gt;
# Use a multitool or wirecutters to access wiring&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
|+Wires&lt;br /&gt;
!Name&lt;br /&gt;
!Cutting&lt;br /&gt;
!Mending&lt;br /&gt;
!Pulsing&lt;br /&gt;
|-&lt;br /&gt;
!ID Scan&lt;br /&gt;
|Disables access checks on connected console.||Restores.||Temporarily disables access checks on connected console.&lt;br /&gt;
|-&lt;br /&gt;
!Bolts&lt;br /&gt;
|Prevents locks being toggleable from DNA console.||Restores.||Toggles scanner locks.&lt;br /&gt;
|-&lt;br /&gt;
!Open&lt;br /&gt;
|Bolts open the scanner.||Nothing.||Opens/closes the scanner if it isn&#039;t locked.&lt;br /&gt;
|-&lt;br /&gt;
!Irradiate&lt;br /&gt;
|Disables scanner and irradiates.||Restores and irradiates.||Irradiates.&lt;br /&gt;
|-&lt;br /&gt;
!Shock (2 wires)&lt;br /&gt;
|High chance to shock.||High chance to shock.||Chance to shock.&lt;br /&gt;
|-&lt;br /&gt;
!Nothing (2 wires)&lt;br /&gt;
|Nothing.||Nothing.||Nothing.&lt;br /&gt;
|}&lt;br /&gt;
===[[File:fax.gif|64px]] Fax Machine ===&lt;br /&gt;
&lt;br /&gt;
Fax machines, the technology of the future! Hack them to send additional items to another department, or to play a prank on the paperwork-inclined [[Head of Personnel]].&lt;br /&gt;
# Unscrew the maintenance panel with a screwdriver.&lt;br /&gt;
# Access the wires with wirecutters or a multitool.&lt;br /&gt;
# When done hacking, screw the maintenance panel back on with a screwdriver.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
|+Wires&lt;br /&gt;
!Name&lt;br /&gt;
!Cutting&lt;br /&gt;
!Mending&lt;br /&gt;
!Pulsing&lt;br /&gt;
|-&lt;br /&gt;
!High Voltage Ground&lt;br /&gt;
|Electrifies the fax machine.||De-electrifies the fax machine.||Electrifies the fax machine for 30 seconds.&lt;br /&gt;
|-&lt;br /&gt;
!Signal&lt;br /&gt;
|Makes the fax machine invisible to others on the network.||Enables network visibility.||Toggles the fax machine&#039;s network visibility.&lt;br /&gt;
|-&lt;br /&gt;
!Throw&lt;br /&gt;
|Makes the fax machine eject received documents at high speed in a random direction.||Restores normal ejection speed.||Toggles the fax machine&#039;s high-speed ejection.&lt;br /&gt;
|-&lt;br /&gt;
!Load Check&lt;br /&gt;
|Allows the fax machine to send some non-paper items.||Disallows sending exotic faxes.||Toggles the fax machine&#039;s exotic fax sending.&lt;br /&gt;
|-&lt;br /&gt;
!Dud&lt;br /&gt;
|Nothing.||Nothing.||Nothing.&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
|+Status window&lt;br /&gt;
!Name&lt;br /&gt;
!Status&lt;br /&gt;
!Means&lt;br /&gt;
|-&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Electrified&lt;br /&gt;
|A red light is off.||Fax machine is not electrified.&lt;br /&gt;
|-&lt;br /&gt;
|A red light is blinking.||Fax machine is electrified.&lt;br /&gt;
|-&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Network visibility&lt;br /&gt;
|The network light is on.||Fax machine is visible to others.&lt;br /&gt;
|-&lt;br /&gt;
|The network light is off.||Fax machine is not visible to others.&lt;br /&gt;
|-&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Throwing&lt;br /&gt;
|The output servo is on.||Fax machine will drop received faxes on its tile.&lt;br /&gt;
|-&lt;br /&gt;
|The output servo is spinning rapidly.||Fax machine will throw received faxes.&lt;br /&gt;
|-&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Exotic input&lt;br /&gt;
|The input servo is on.||Fax machine will only accept paper sheets and pictures.&lt;br /&gt;
|-&lt;br /&gt;
|The input servo is spinning rapidly.||Fax machine will accept some non-standard items.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
If hacked to accept exotic items, you can send the following items through the fax network:&lt;br /&gt;
* [[Guide_to_Food#Pizza_Slice|Pizza slice]]s&lt;br /&gt;
* [[Guide_to_Food#Bread_Slice|Bread slice]]s&lt;br /&gt;
* [[Guide_to_Food#Donk-Pocket|Donk-Pocket]]s&lt;br /&gt;
* [[Guide_to_Food#Cookie|Cookie]]s (including [[Guide_to_Food#Sugar_Cookie|sugar]], [[Guide_to_Food#Oatmeal_Cookie|oatmeal]] and [[Guide_to_Food#Raisin_Cookie|raisin]])&lt;br /&gt;
* [[Guide_to_Food#Pancake|Pancake]]s&lt;br /&gt;
* Throwing stars&lt;br /&gt;
* Space cash&lt;br /&gt;
* Credit holochips&lt;br /&gt;
* [[Identification_Card|ID card]]s, including [[Emag]]s&lt;br /&gt;
* Mail&lt;br /&gt;
=== [[File:MULE.gif|64px|link=quartermaster#Requisition_Me_a_Beat(ing)]] [[quartermaster#Requisition_Me_a_Beat(ing)|MULEbot]] ===&lt;br /&gt;
{{anchor|MULE}}&lt;br /&gt;
&lt;br /&gt;
No better way to get away from it all with a joyride on a MULE! And run over some people with it too.&lt;br /&gt;
#Unlock the controls with a Quartermaster&#039;s/Cargo Technician&#039;s/Head Of Personnel&#039;s/Captain&#039;s ID.&lt;br /&gt;
#Unscrew the maintenance panel with the screwdriver.&lt;br /&gt;
#See the table below and hack what you want.&lt;br /&gt;
#Screw the panel back on.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
|+Wires&lt;br /&gt;
!Name&lt;br /&gt;
!Cutting&lt;br /&gt;
!Mending&lt;br /&gt;
!Pulsing&lt;br /&gt;
|-&lt;br /&gt;
!Power (2 wires)&lt;br /&gt;
|One or both cut = disables power.||Restores.||&#039;&#039;The charge light flickers.&#039;&#039; -message.&lt;br /&gt;
|-&lt;br /&gt;
!Motor (2 wires)&lt;br /&gt;
|One cut = increases speed slightly. &amp;lt;br&amp;gt;Other cut = increases speed greatly. &amp;lt;br&amp;gt;Both cut = disables motor.||Restores.||&#039;&#039;The drive motor whines briefly.&#039;&#039; -message.&lt;br /&gt;
|-&lt;br /&gt;
!Radio (4 wires)&lt;br /&gt;
|One or more cut = disables PDA control.||Restores.||&#039;&#039;You hear a radio crackle.&#039;&#039; -message.&lt;br /&gt;
|-&lt;br /&gt;
!Safety&lt;br /&gt;
|Disables safety, awakens thirst for blood. &amp;lt;br&amp;gt;(DON&#039;T DO THIS UNLESS YOU&#039;RE A TRAITOR OR WANT TO DIE)||Restores.||&#039;&#039;The external warning lights flash briefly.&#039;&#039; -message.&lt;br /&gt;
|-&lt;br /&gt;
!Load&lt;br /&gt;
|Allows non-standard cargo (people, cyborgs, and other bots).||Disables.||&#039;&#039;The load platform clunks.&#039;&#039; -message.&lt;br /&gt;
|}&lt;br /&gt;
=== [[Particle Accelerator]] ===&lt;br /&gt;
[[File:ParticleAccelerator.gif|link=Particle_Accelerator]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
What safer way to release the [[singularity]] than doing it REMOTELY! That, or you can hack it to make it shoot more powerful particles!&lt;br /&gt;
#Setup the PA if you haven&#039;t already, then use a screwdriver on the computer to open the panel/expose the wires.&lt;br /&gt;
#Now click on the computer with a hand to bring up the wire menu. Here you can then get your tools in hand.&lt;br /&gt;
#*&#039;&#039;&#039;Power wire&#039;&#039;&#039;: &#039;&#039;Pulsing&#039;&#039; toggles the PA on or off, &#039;&#039;cutting&#039;&#039; it will disable the PA and stop it from turning on.&lt;br /&gt;
#*&#039;&#039;&#039;Strength wire&#039;&#039;&#039;: &#039;&#039;Pulsing&#039;&#039; increases the strength of the PA, &#039;&#039;cutting&#039;&#039; it will set the strength to 0 and prevent people turning it up.&lt;br /&gt;
#*&#039;&#039;&#039;Interface wire&#039;&#039;&#039;: Interface wire will stop people being able to use the control computer. &#039;&#039;Pulsing&#039;&#039; will toggle this, &#039;&#039;cutting&#039;&#039; will turn it off until mended.&lt;br /&gt;
#*&#039;&#039;&#039;Limit wire&#039;&#039;&#039;: &#039;&#039;Cutting&#039;&#039; will allow the PA to be turned up to strength 3. When &#039;&#039;pulsed&#039;&#039; it will make a large whirring noise.&lt;br /&gt;
#*&#039;&#039;&#039;Nothing wire&#039;&#039;&#039;: Will do nothing, it&#039;s just here to make it harder.&lt;br /&gt;
#Close the panel for the PA to then work again. &#039;&#039;&#039;IMPORTANT:&#039;&#039;&#039; Don&#039;t forget to scan the parts again.&lt;br /&gt;
You can also attach a [[Signaler]] to these wires to release the singularity, such as remotely pulsing the strength wire. Bonus points if you also pulse the interface wire so that people can&#039;t stop it!&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
|+Wires&lt;br /&gt;
!Name&lt;br /&gt;
!Cutting&lt;br /&gt;
!Mending&lt;br /&gt;
!Pulsing&lt;br /&gt;
|-&lt;br /&gt;
!Power&lt;br /&gt;
|Disables power.||Restores.||Toggles power on/off.&lt;br /&gt;
|-&lt;br /&gt;
!Strength&lt;br /&gt;
|Sets strength to 0 and prevents people from turning it up.||Restores.||Increases the strength.&lt;br /&gt;
|-&lt;br /&gt;
!Interface&lt;br /&gt;
|Stops people from being able to use the control computer.||Restores.||Toggles interface off/on.&lt;br /&gt;
|-&lt;br /&gt;
!Limit&lt;br /&gt;
|Allows PA to be turned up to strength 3.||Restores.||Makes a large whirring noise.&lt;br /&gt;
|-&lt;br /&gt;
!Nothing&lt;br /&gt;
|Nothing.||Nothing.||Nothing.&lt;br /&gt;
|}&lt;br /&gt;
==== How To ====&lt;br /&gt;
# Set up the Particle Accelerator&lt;br /&gt;
# Screwdriver the monitor open&lt;br /&gt;
# Pulse the wires from up to down until you get the prompt stating that there&#039;s a whirring sound&lt;br /&gt;
# Cut the wire which prompted the statement&lt;br /&gt;
# Pulse the wires from up to down except for the limit wire&lt;br /&gt;
# Set up the tesla&lt;br /&gt;
Can easily be done in &amp;lt;30 seconds&lt;br /&gt;
=== [[File:Emitter_On.gif|64px]] Particle Emitter ===&lt;br /&gt;
There is only one wire: Pulse it to fire the emitter.&lt;br /&gt;
=== [[File:C4.gif|64px|link=Syndicate_Items#Plastic_Explosive_charge_(C4)]] [[Syndicate_Items#Plastic_Explosive_charge_(C4)|Plastic Explosives (C4)]]===&lt;br /&gt;
For an awesome way to go out! These do not need to be opened with a screwdriver first. &lt;br /&gt;
#Only has one type of wire:&lt;br /&gt;
#*&#039;&#039;&#039;Explode wire&#039;&#039;&#039;: When &#039;&#039;cut&#039;&#039;, it explodes. When &#039;&#039;pulsed&#039;&#039;, it explodes!&lt;br /&gt;
You can attach a [[Signaler]] to make a remote bomb.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
|+Wires&lt;br /&gt;
!Name&lt;br /&gt;
!Cutting&lt;br /&gt;
!Mending&lt;br /&gt;
!Pulsing&lt;br /&gt;
|-&lt;br /&gt;
!Explode (2 wires)&lt;br /&gt;
|Explodes.||Nothing.||Explodes.&lt;br /&gt;
|}&lt;br /&gt;
=== [[File:Station_Bounced_Radio.png|64px|link=Station_Bounced_Radio]] [[File:Wallradio.png|64px|link=Intercom]] [[Station_Bounced_Radio|Radio]]/[[Intercom]] ===&lt;br /&gt;
# Screwdriver in hand, click on the radio.&lt;br /&gt;
# The usual radio use panel will pop up, but now with access to the wiring.&lt;br /&gt;
# Three wires:&lt;br /&gt;
#* &#039;&#039;&#039;Output wire&#039;&#039;&#039;: &#039;&#039;Pulsing&#039;&#039; toggles the speaker on/off. &#039;&#039;Cutting&#039;&#039; disables the speaker without showing it.&lt;br /&gt;
#* &#039;&#039;&#039;Input wire&#039;&#039;&#039;: &#039;&#039;Pulsing&#039;&#039; toggles the microphone on/off. &#039;&#039;Cutting&#039;&#039; disables the microphone without showing it.&lt;br /&gt;
#* &#039;&#039;&#039;Dummy wire&#039;&#039;&#039;: &#039;&#039;Pulsing&#039;&#039; turns the microphone and speaker off, but turns them on if they are both off already. &#039;&#039;Cutting&#039;&#039; does nothing.&lt;br /&gt;
# Screwdriver again to close the wires.&lt;br /&gt;
Interestingly, [[Tracking Beacon]]s also count as radios.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
|+Wires&lt;br /&gt;
!Name&lt;br /&gt;
!Cutting&lt;br /&gt;
!Mending&lt;br /&gt;
!Pulsing&lt;br /&gt;
|-&lt;br /&gt;
!Output&lt;br /&gt;
|Disables speaker.||Restores.||Toggles speaker on/off.&lt;br /&gt;
|-&lt;br /&gt;
!Input&lt;br /&gt;
|Disables microphone.||Restores.||Toggles microphone on/off.&lt;br /&gt;
|-&lt;br /&gt;
!Dummy&lt;br /&gt;
|Nothing.||Nothing.||Toggles both the microphone and speaker on/off.&lt;br /&gt;
|}&lt;br /&gt;
=== [[File:Requests_Console.gif|64px]][[Computers#Requests_Console|Requests Console]] ===&lt;br /&gt;
Unhappy with your requests priority level? Crank it up to &#039;EXTREME&#039;! &lt;br /&gt;
#Crowbar the requests console panel open.&lt;br /&gt;
#Use your screwdriver to enable the hidden priority level.&lt;br /&gt;
#Close the panel with your crowbar.&lt;br /&gt;
=== [[File:Vaultsafe.png|64px]] Safe ===&lt;br /&gt;
A safe can be opened by doing the following while holding a [[stethoscope]]:&lt;br /&gt;
# Spin the dial in one direction until you hear a &amp;quot;tink&amp;quot;, &amp;quot;krink&amp;quot;, or &amp;quot;plink&amp;quot; from the safe.&lt;br /&gt;
# Spin the dial in the other direction until you hear a &amp;quot;tonk&amp;quot;, &amp;quot;krunk&amp;quot;, or &amp;quot;plunk&amp;quot; and a &amp;quot;Spring&amp;quot;, &amp;quot;Sprang&amp;quot;, &amp;quot;Sproing&amp;quot;, &amp;quot;Clunk&amp;quot;, or &amp;quot;Krunk&amp;quot; from the safe.&lt;br /&gt;
# Open.&lt;br /&gt;
=== [[File:secure.png|64px]] [[File:safe.png|64px]] Secure Briefcase, Wall Safe ===&lt;br /&gt;
#Screwdriver in hand, click on the (briefcase/safe) to open the panel and expose the wiring&lt;br /&gt;
#Multitool the (briefcase/safe) until you get a confirmation that the memory is reset. &lt;br /&gt;
#Screwdriver the panel shut.&lt;br /&gt;
#If the briefcase/safe is either in its default state or its memory has been reset it will say ENTER NEW PASSCODE. Punch in a 5-digit code and click E to set it.&lt;br /&gt;
#Punch the same code and click E to unlock. &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Click R to lock it. Locking works even if no code has been set. You can set a new code with the above steps even if it&#039;s locked. Alt-click an unlocked briefcase/safe to open it.&lt;br /&gt;
=== [[File:Security_Camera.gif|64px|link=Security Camera]] [[Security Camera]]s ===&lt;br /&gt;
{{anchor|Cameras}}&lt;br /&gt;
&lt;br /&gt;
The malfunctioning AI cannot siphon your air if you disable its eyes.&lt;br /&gt;
&lt;br /&gt;
Cameras do not have a wire panel, simply click on the camera with the tools to hack it.&lt;br /&gt;
# With a screwdriver in hand, click on the camera.&lt;br /&gt;
# You can now do one of two things:&lt;br /&gt;
#* &#039;&#039;&#039;Wirecutters&#039;&#039;&#039;: &#039;&#039;Cutting&#039;&#039; an open camera will disable the camera, &#039;&#039;mending&#039;&#039; it will re-enable the camera.&amp;lt;br&amp;gt; This will make a camera show up as &amp;quot;(deactivated)&amp;quot; in the camera list.&amp;lt;br&amp;gt; The AI will receive a camera alert upon re-activation of a camera.&lt;br /&gt;
#* &#039;&#039;&#039;Multitool&#039;&#039;&#039;: &#039;&#039;Pulsing&#039;&#039; will toggle the camera&#039;s vision range from 7 tiles (the default) to 2 tiles. The AI will not receive any alerts.&lt;br /&gt;
=== [[File:Security_Gas_Mask.png|64px|link=Security_gas_mask#Security_Gas_Mask]] [[Security_gas_mask#Security_Gas_Mask|Security Gas Mask]] ===&lt;br /&gt;
Security Gas Mask has a hidden aggressiveness setting. Higher aggressiveness equals meaner &amp;quot;shitcurity&amp;quot; shouts coming out when the HALT-feature is used.&lt;br /&gt;
&lt;br /&gt;
Use a screwdriver to change it from lowest (first) to highest (last) setting. For maximum aggressiveness, use wirecutters. Note that this can&#039;t be reset once you wirecut it.&lt;br /&gt;
&lt;br /&gt;
Turn the setting to BEEPSKY MODE by using an [[File:Emag.png]] [[Emag]].&lt;br /&gt;
=== [[File:Suit_Storage_Unit.png|64px|link=Suit Storage Unit]] [[Suit Storage Unit]] ===&lt;br /&gt;
The thing nobody remembers &amp;lt;s&amp;gt;to check&amp;lt;/s&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Open the storage unit&#039;s maintenance panel with a screwdriver and two things can be changed:&lt;br /&gt;
# Pressing the button next to the green LED light will turn the safety off, allowing you to cram a body in.&lt;br /&gt;
# The UV energy dial can be cranked up from the original 15nm to 185nm, completely frying the contents of the storage to a crisp. Which may include the aforementioned body.&lt;br /&gt;
=== {{anchor|Supply Shuttle Console}}[[File:Supply_Shuttle_Console.png|64px]][[Computers#Supply_Shuttle_Console|Supply Shuttle Console]] ===&lt;br /&gt;
Who wants to unlock [[Quartermaster#Contraband|contraband]]?&lt;br /&gt;
&lt;br /&gt;
This allows you to both order (for example advanced clowning supplies) and sell (human organs, pet hides) contraband items. This will not unlock as many crates as an [[Emag]].&lt;br /&gt;
#[[Guide_to_construction#Computers|Disassemble]] the Supply Shuttle Console with your screwdriver, crowbar and wirecutters&lt;br /&gt;
#Grab the supply computer circuitboard&lt;br /&gt;
#Multitool it and set its receiver to the appropriate spectrum&lt;br /&gt;
#Put it back in and reassemble the console. You can now order and sell contraband!&lt;br /&gt;
(Note that contraband is illegal. Security can do whatever they wish to it, and therefore you for bringing it on board)&lt;br /&gt;
=== [[File:Syndicate_Bomb.gif|64px|link=Syndicate Bomb]] [[Syndicate Bomb]] ===&lt;br /&gt;
A bomb! Are you a bad enough dude?&lt;br /&gt;
# Check the description of the bomb to see if you have enough time left to even attempt a defusal. Use your best judgement for how much time you will need.&lt;br /&gt;
# If the timer is very long, you might want to ask toxins for a bomb suit in case you fail. You&#039;ll still be killed, but at least you&#039;ll leave a cloneable corpse.&lt;br /&gt;
# Screwdriver in hand, click on the bomb to open the panel and expose the wiring.&lt;br /&gt;
# With multitool, wirecutters, or an empty hand, click on the bomb to access the wiring.&lt;br /&gt;
# CAREFULLY fiddle with the wires by pulsing to test each one and cutting what you need to.&lt;br /&gt;
#* &#039;&#039;&#039;Boom wire&#039;&#039;&#039;: &#039;&#039;Pulsing&#039;&#039; will explode the bomb instantly if the bomb is live and &#039;&#039;cutting&#039;&#039; will do much the same! There&#039;s no way to prepare for the boom wire if the bomb is already live, it&#039;s just an inherent risk. Cutting a boom wire that&#039;s not live will make the bomb unusable.&lt;br /&gt;
#* &#039;&#039;&#039;Bolt wire&#039;&#039;&#039;: &#039;&#039;Pulsing&#039;&#039; will hint at this wire&#039;s function, &#039;&#039;cutting&#039;&#039; will release the bolts holding the bomb down if they were activated to begin with. Ditch that bomb!&lt;br /&gt;
#* &#039;&#039;&#039;Delay wire&#039;&#039;&#039;: &#039;&#039;Pulsing&#039;&#039; will add time to the clock of the bomb, giving you a little more breathing room.&lt;br /&gt;
#* &#039;&#039;&#039;Proceed wire&#039;&#039;&#039;: &#039;&#039;Pulsing&#039;&#039; will reduce the clock, making your life that much harder. &#039;&#039;Cutting&#039;&#039; this wire while the bomb is live will explode the bomb!&lt;br /&gt;
#* &#039;&#039;&#039;Activate wire&#039;&#039;&#039;: &#039;&#039;Pulsing&#039;&#039; a bomb that isn&#039;t live will start the countdown and &#039;&#039;cutting&#039;&#039; a bomb that IS live will stop the countdown. If you&#039;ve identified this wire, you&#039;ve won!&lt;br /&gt;
Keep in mind that randomly cutting live bomb wires carries a 40% risk of sudden death when pulsing carries just a 20% risk of sudden death! Ultimately you will HAVE to cut a wire to stop the explosion, but with a little research with pulsing you can improve your success rate. There&#039;s a test bomb in the armory if you want to practice without the risk of boom.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
|+LIVE Bomb Wires&lt;br /&gt;
!Name&lt;br /&gt;
!Cutting&lt;br /&gt;
!Mending&lt;br /&gt;
!Pulsing&lt;br /&gt;
|-&lt;br /&gt;
!Activate&lt;br /&gt;
|Stops the countdown.||Nothing.||Adds time to the timer. &amp;quot;The bomb seems to hesitate for a moment.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Delay&lt;br /&gt;
|Nothing.||Nothing.||Adds time to the timer. &amp;quot;The bomb chirps.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Bolt&lt;br /&gt;
|Releases the bolts (if they were activated) so that the bomb can be moved.||Nothing.||&amp;quot;The bolts spin in place for a moment.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Proceed&lt;br /&gt;
|Explodes.||Nothing, u ded.||Reduces time on the timer! &amp;quot;The bomb buzzes ominously!&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Boom&lt;br /&gt;
|Explodes.||Nothing, u ded.||Explodes.&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
|+NOT LIVE Bomb Wires&lt;br /&gt;
!Name&lt;br /&gt;
!Cutting&lt;br /&gt;
!Mending&lt;br /&gt;
!Pulsing&lt;br /&gt;
|-&lt;br /&gt;
!Activate&lt;br /&gt;
|Nothing.||Nothing.||Starts the countdown.&lt;br /&gt;
|-&lt;br /&gt;
!Delay&lt;br /&gt;
|Nothing.||Nothing.||&amp;quot;The bomb chirps.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Bolt&lt;br /&gt;
|Releases the bolts (if they were activated) so that the bomb can be moved.||Nothing.||&amp;quot;The bolts spin in place for a moment.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Proceed&lt;br /&gt;
|Nothing.||Nothing.||&amp;quot;The bomb buzzes ominously!&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Boom&lt;br /&gt;
|Makes the bomb unusable.||Restores.||Nothing.&lt;br /&gt;
|}&lt;br /&gt;
====How to remove a bomb payload====&lt;br /&gt;
To remove the payload from a syndicate bomb (or bomb assembly crafted from 10 plasteel) follow these steps:&lt;br /&gt;
#Make sure the bomb is not active. If it&#039;s counting down, cutting wires can make it explode. &lt;br /&gt;
#Open the bomb with a [[Engineering_items#Screwdriver|screwdriver]] [[File:Screwdriver_tool.png]]. &lt;br /&gt;
#Click the bomb with [[Engineering_items#Wirecutters|wirecutters]] [[File:Wirecutters.png]] and cut all wires.&lt;br /&gt;
#Use a [[Engineering_items#Crowbar|crowbar]] [[File:Crowbar.png]]on the bomb to pry out the payload.&lt;br /&gt;
=== [[File:Tesla_coil.gif|64px]] Tesla Coil ===&lt;br /&gt;
Only one wire: Pulse it to trigger a tesla shock. Great if you attach a remote signaler!&lt;br /&gt;
=== [[File:Vendboozeomat.gif|64px|link=Vending machines]] [[File:Vendsec.gif|64px|link=Vending machines]] [[File:Vendmed.gif|64px|link=Vending machines]] [[File:Vendcoffee.gif|64px|link=Vending machines]] [[Vending machines|Vending Machines]] ===&lt;br /&gt;
The only thing worth hacking!&lt;br /&gt;
#Click on the vending machine to open it.&lt;br /&gt;
#Click on the vending machine with a screwdriver in hand to access the wiring, then get a tool in your hand.&lt;br /&gt;
#Button to toggle speaker on/off.&lt;br /&gt;
#Four lights:&lt;br /&gt;
#*&#039;&#039;The orange light is off.&#039;&#039;Indicates the machine is electrified when on.&lt;br /&gt;
#*&#039;&#039;The red light is &#039;&#039;&#039;blinking/off&#039;&#039;&#039;.&#039;&#039; Blinking indicate that it is working normally, off means it&#039;s in firing mode.&lt;br /&gt;
#*&#039;&#039;The green light is &#039;&#039;&#039;off/on&#039;&#039;&#039;.&#039;&#039; Indicate that contraband is available when on.&lt;br /&gt;
#*&#039;&#039;A &#039;&#039;&#039;purple/yellow&#039;&#039;&#039; light is on.&#039;&#039; Purple means access restrictions are on. Yellow means anyone can access. &lt;br /&gt;
#Four wires:&lt;br /&gt;
#*&#039;&#039;&#039;Firing wire&#039;&#039;&#039;: If &#039;&#039;pulsed&#039;&#039; will fire stuff at people contentiously until pulsed again. &#039;&#039;Cutting&#039;&#039; causes machine to fire stuff at people contentiously until mended. Toggles the red blinking light off when in firing mode.&lt;br /&gt;
#*&#039;&#039;&#039;Contraband wire&#039;&#039;&#039;: &#039;&#039;Cutting&#039;&#039; does nothing. When &#039;&#039;pulsed&#039;&#039; toggles availability of illegal or rare goods, also toggles the green light on/off.&lt;br /&gt;
#*&#039;&#039;&#039;Access wire&#039;&#039;&#039;: When &#039;&#039;pulsed&#039;&#039; it toggles the purple/yellow light, allowing for ID restricted machines (med machines, sec machines, and the bartenders Booze-o-mat) to be used by anyone when the yellow light is on.&lt;br /&gt;
#*&#039;&#039;&#039;Shock wire&#039;&#039;&#039;: Like the firing wire in effects from hacking, except it shocks instead of shoots, and toggles the orange light on. Pulsing this wire electrifies the machine for 30 seconds.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
|+Wires&lt;br /&gt;
!Name&lt;br /&gt;
!Cutting&lt;br /&gt;
!Mending&lt;br /&gt;
!Pulsing&lt;br /&gt;
|-&lt;br /&gt;
!Firing&lt;br /&gt;
|Causes the machine to fire stuff at people (turns off red blinking light).||Restores.||Toggles firing on/off.&lt;br /&gt;
|-&lt;br /&gt;
!Contraband&lt;br /&gt;
|Nothing.||Nothing.||Toggles illegal/rare goods availability on/off (shown by a green light).&lt;br /&gt;
|-&lt;br /&gt;
!Access&lt;br /&gt;
| Activates the access restriction.||Nothing||Toggles the access restriction(purple/yellow light).&lt;br /&gt;
|-&lt;br /&gt;
!Shock&lt;br /&gt;
|Causes the machine to electrocute people (shown by an orange light).||Restores.||Electrifies the machine for 30 seconds.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Tips==&lt;br /&gt;
* You can get 1000 watt powercells out of space heaters for your evil needs.&lt;br /&gt;
* Hacking doors: Cutting the power wire does 10 seconds to back up power. But pulsing also switches to back up power after 10 seconds, meaning if you want to open the same door for your exit you need to pulse the BACKUP wire to interrupt power. It switches back to primary after 1 minute again. Best thing is to pulse both the primary and backup then crowbar - that should give you the old style 1 minute window.&lt;br /&gt;
* To restore primary power to a door immediately, cut then mend the primary power wire. Cutting + mending is incredibly useful when you&#039;ve accidentally electrified a door, or shorted APC power.&lt;br /&gt;
* Use screwdriver on mousetrap, attach to an igniter instead of a timer when making a grenade assembly, you&#039;ve just made a landmine. Combine with a 100-100 potassium-water mix and anyone who steps on it will regret it.&lt;br /&gt;
* Singularity’s EMP can be abused to short out lockers.&lt;br /&gt;
* Inject plasma into a battery and insert it into a stun baton/prod. The next time someone attacks with the baton on it will blow up on them, seriously wounding both the holder and the stun target. Doing it with a high capacity battery or better will create a blast strong enough to turn the floor under the attacker to space, which will suck in the people caught in the blast and crit them before they can wake up. Use it as a suicide weapon or place it in the halls for some gullible fool to get himself killed with &amp;lt;s&amp;gt;if you want to be banned&amp;lt;/s&amp;gt; &#039;&#039;&#039;if you&#039;re an antagonist.&#039;&#039;&#039;&lt;br /&gt;
* You can emag the light replacer, which causes all of the lights to be filled with plasma which will ignite if the light bulb&#039;s turned on.&lt;br /&gt;
* There is a single power cable supplying the entire station with power. If you don&#039;t feel like spending crystals for a power sink and you don&#039;t get seen for a minute near engineering, you can disable the power grid so that only very competent engineers will spot your sabotage. Though this only works if the solars aren’t set up.&lt;br /&gt;
* You can emag buttons to remove access restrictions.&lt;br /&gt;
* Wall-mounted flashers and portable flashers can be disabled with wirecutters.&lt;br /&gt;
* If you screwdriver a heater you can take out its really crappy battery or adjust the temperature it outputs. The highest setting, 90 C, will actually hurt people extremely slowly if they aren&#039;t wearing internals.&lt;br /&gt;
* You can screwdriver Detectives revolver and load .357 in it, but you can get blown up by this revolver. ADDED: Remember to unload the thing while you&#039;re doing it, or you&#039;ll shoot yourself in a similar manner to sawing a loaded shotgun.&lt;br /&gt;
* As a traitor engineer, you could easily do the following:&lt;br /&gt;
*# Go to a room, like a construction room, and find the APC&#039;s wire that shorts out the power.&lt;br /&gt;
*# Grab two signalers and adjust their frequencies.&lt;br /&gt;
*# Go to telecomms, in a hardsuit, and attach a signaler to the APC&#039;s power wire, which you found before. Close the APC and leave no traces.&lt;br /&gt;
*# You can now disable comms any time you want for a few minutes - and unless someone checks the APC and/or doesn’t look too closely or asks the AI, they will think it was an ionospheric anomaly. HONK.&lt;br /&gt;
* A good way to manually disable tcomms temperately is to set the filtering frequency on the hub to some number like 0.1. It&#039;ll block everything and most engineers don&#039;t know how to fix it.&lt;br /&gt;
* If you want tcomms down for good, disconnect the network links. There are -very- few engineers who can fix that, and it&#039;ll take over ten minutes if they&#039;re experienced with how tcomms works. It&#039;ll probably force a shuttle call.&lt;br /&gt;
* Another thing that can break tcomms: changing network of the machinery. It also breaks all links. Especially if you change it from tcommsat to something like tcomms or tcommsats, which is not that obvious when you take a look at it without knowing what is the issue. And even if they relink everything again it won&#039;t work. And then even if they realize that the problem is with the network name, when they change it back, it will reset all the links again!&lt;br /&gt;
* If you see a pAI with a great reputation who you like, and someone else has claimed it first, use an emag to unbind it.&lt;br /&gt;
* If someone is hacking a door and you want to keep them from following you, and you know all or most of the wires:&lt;br /&gt;
# Cut 1-3 useless wires (typically some combination of Door Control, ID Wire, Timing, Safety)&lt;br /&gt;
# Cut the bolt lights wire&lt;br /&gt;
# Cut the bolts wire&lt;br /&gt;
# Cut every other wire except the shock wire&lt;br /&gt;
# Cut the shock wire&lt;br /&gt;
:This makes it incredibly obnoxious to follow you - if they don&#039;t know the wires and don&#039;t have insulated gloves, they&#039;re SOL because even the AI can&#039;t help them pursue.&lt;br /&gt;
* Cutting the shock wire doesn&#039;t shock you, as far as I have been able to tell. Mending it, on the other hand....&lt;br /&gt;
* If you want to test hacking doors without pissing off sec for breaking in somewhere and you have maint, you can make your own airlock with the aux tool storage thing and make it somewhere obscure.&lt;br /&gt;
* Put bombs in the backpacks of brain-dead or catatonic people. ADDED: Advanced version: Get mouse traps, connect one with signaler with set frequency, then make a bomb with signaler on the same frequency. Put both in backpack. Wear it or leave it somewhere/on someone. ADDED: Wizard Mode: Take your 6 max cap bomb and build 6 voice analyzers from an autolathe. Set the trigger words to &amp;quot;Pete&amp;quot;, &amp;quot;beat&amp;quot;, &amp;quot;chick&amp;quot;, &amp;quot;chicky&amp;quot;, &amp;quot;boom&amp;quot;. Find 6 station bound radios, and place each of them in a backpack with a corresponding bomb hidden about the station. Sing the song that ends the station.&lt;br /&gt;
* The secret to hacking syndi bombs effectively is to remember that the only wire that doesn&#039;t do anything on pulse when the bomb isn&#039;t live is the boom wire (aka the one to attach a signaler to after you start the countdown for 4 hours then call attention to it).&lt;br /&gt;
* You can wrench syndibombs to the ground so they can&#039;t be immediately picked up and spaced.&lt;br /&gt;
* Deactivating cameras has them show up as (Deactivated) to anybody scrolling through cameras, but disassembling them completely removes them entirely from the list.&lt;br /&gt;
* You can make remote voice-activated bombs:&lt;br /&gt;
*# Attach Voice Analyzer with a Remote Signalling Device and set a frequency and a code-phrase.&lt;br /&gt;
*# Make a grenade or a bomb, but instead of an igniter+timer, use an igniter+signaller and set it on the same frequency of your voice signaller.&lt;br /&gt;
*# Now the grenade/bomb will blow up once you speak the code-word!&lt;br /&gt;
* On a similar note, you can keep a &#039;revenge bomb&#039; on you using a voice analyzer. If someone manages to send you in crit, you can whisper the code-word with your last breath (using &#039;#&#039;), to activate the bomb, and make your killer regret his actions.&lt;br /&gt;
[[Category:Guides]]&lt;/div&gt;</summary>
		<author><name>Schizocat</name></author>
	</entry>
	<entry>
		<id>https://wiki.beestation13.com/w/index.php?title=Template:Jobs&amp;diff=38691</id>
		<title>Template:Jobs</title>
		<link rel="alternate" type="text/html" href="https://wiki.beestation13.com/w/index.php?title=Template:Jobs&amp;diff=38691"/>
		<updated>2025-04-16T00:19:28Z</updated>

		<summary type="html">&lt;p&gt;Schizocat: Added paramedic to the job list for medical&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{|width=100% border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| rowspan = 12 align = &amp;quot;center&amp;quot; | &#039;&#039;&#039;[[Jobs]] on Beestation&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:jobstemp.png|link=jobs]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background: #334E6D; color: white; text-align: center;&amp;quot; id=&amp;quot;command&amp;quot; |&#039;&#039;&#039;Command&#039;&#039;&#039;&lt;br /&gt;
| &#039;&#039;&#039;[[Captain]]&#039;&#039;&#039;, &#039;&#039;&#039;[[Head of Personnel]]&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| textcolor=&amp;quot;white&amp;quot; style=&amp;quot;background: #AF6365; text-align: center;&amp;quot; id=&amp;quot;security&amp;quot; |&#039;&#039;&#039;Security&#039;&#039;&#039;&lt;br /&gt;
| &#039;&#039;&#039;[[Head of Security]]&#039;&#039;&#039;, [[Security Officer]], [[Warden]], [[Detective]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background: #ba9b67; text-align: center;&amp;quot; id=&amp;quot;engineering&amp;quot; |&#039;&#039;&#039;[[Engineering]]&#039;&#039;&#039;&lt;br /&gt;
| &#039;&#039;&#039;[[Chief Engineer]]&#039;&#039;&#039;, [[Station Engineer]],  [[Atmospheric Technician]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background: #a885a2; text-align: center;&amp;quot; id=&amp;quot;science&amp;quot; |&#039;&#039;&#039;[[Science]]&#039;&#039;&#039;&lt;br /&gt;
| &#039;&#039;&#039;[[Research Director]]&#039;&#039;&#039;, [[Scientist]], [[Roboticist]], [[Exploration Crew]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background: #8cbcd6; text-align: center;&amp;quot; id=&amp;quot;medical&amp;quot; |&#039;&#039;&#039;[[Medbay|Medical]]&#039;&#039;&#039;&lt;br /&gt;
| &#039;&#039;&#039;[[Chief Medical Officer]]&#039;&#039;&#039;, [[Medical Doctor]], [[Brig Physician]], [[Paramedic]], [[Chemist]], [[Geneticist]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background: #92b26d; text-align: center;&amp;quot; id=&amp;quot;service&amp;quot; | &#039;&#039;&#039;Service&#039;&#039;&#039;&lt;br /&gt;
| [[Janitor]], [[Bartender]], [[Cook]], [[Botanist]], [[Clown]], [[Mime]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background: #898787; text-align: center;&amp;quot; id=&amp;quot;civilian&amp;quot; |&#039;&#039;&#039;Civilian&#039;&#039;&#039;&lt;br /&gt;
| [[Assistant]], [[Lawyer]], [[Chaplain]], [[Curator]], [[Gimmick]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background: #ba9b67; text-align: center;&amp;quot; id=&amp;quot;engineering&amp;quot; |&#039;&#039;&#039;[[Cargo]]&#039;&#039;&#039;&lt;br /&gt;
| [[Quartermaster]], [[Cargo Technician]], [[Shaft Miner]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background: #b1dff9; text-align: center;&amp;quot; id=&amp;quot;nonHuman&amp;quot; | &#039;&#039;&#039;Non-human&#039;&#039;&#039;&lt;br /&gt;
| &#039;&#039;&#039;[[AI]]&#039;&#039;&#039;, [[Cyborg]], [[Positronic Brain]], [[Personal AI]], [[Construct]], [[Ghost]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background: black; color: white; text-align: center;&amp;quot; id=&amp;quot;antagonist&amp;quot; |&#039;&#039;&#039;Antagonists&#039;&#039;&#039;&lt;br /&gt;
| [[Traitor]], [[Malfunctioning AI]], [[Changeling]], [[Blood Brothers]], [[Nuclear Operative]], [[Blood Cult|Blood Cultist]], [[Clockwork Cult|Clockwork Cultist]], [[Revolution|Revolutionary]], [[Wizard]], [[Blob]], [[Abductor]], [[Holoparasite]], [[Xenomorph]], [[Spider]], [[Swarmers]], [[Revenant]], [[Morph]], [[Nightmare]], [[Space Ninja]], [[Slaughter Demon]], [[Pirate]], [[Fugitives]], [[Hunters]], [[Heretics]], [[Space Dragon]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; id=&amp;quot;special&amp;quot; | &#039;&#039;&#039;Special&#039;&#039;&#039;&lt;br /&gt;
| &#039;&#039;&#039;[[CentCom Official]]&#039;&#039;&#039;, [[Death squad|Death Squad Officer]], [[Emergency Response Team|Emergency Response Officer]], [[Chrono Legionnaire]], [[Highlander]], [[Ian]], [[Lavaland|Lavaland Role]]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Hey! Listen!&#039;&#039;&#039; This template is mirrored on the [[Clown]], [[Mime]], [[Ian]], and [[Shitcurity]] pages, be sure to periodically check it and make sure it&#039;s up to date.&lt;br /&gt;
[[Category:Templates]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Schizocat</name></author>
	</entry>
	<entry>
		<id>https://wiki.beestation13.com/w/index.php?title=Guide_to_hydroponics&amp;diff=38628</id>
		<title>Guide to hydroponics</title>
		<link rel="alternate" type="text/html" href="https://wiki.beestation13.com/w/index.php?title=Guide_to_hydroponics&amp;diff=38628"/>
		<updated>2025-04-02T01:24:54Z</updated>

		<summary type="html">&lt;p&gt;Schizocat: /*  Fermentation Barrel */ usage of term &amp;#039;tribal&amp;#039; for category was outdated&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Hydroponics.png|frame|right|Hydroponics. This is your home.]]&lt;br /&gt;
== Basics of Botany ==&lt;br /&gt;
[[Hydroponics]] and the [[Botanist]]s who work there are important to the station, especially in longer rounds. Botanists grow plants that the [[Chef]] can use for food. Without botany, the station will have to live off of beef jerky and space twinkies, or starve to death.&lt;br /&gt;
=== Your Area ===&lt;br /&gt;
Hydroponics is divided into two rooms. The big section is where you&#039;ll spend most of your time growing goods. Trays are available where you grow plants and two vending machines, one with seeds and the other with miscellaneous items such as nutrients and tools for your job. The bio-generator can be used to grind plants and produce things for the station. In tandem is the seed dispenser used to reproduce your product. The northern area is where you can grab most of the equipment needed to work in botany.&lt;br /&gt;
&lt;br /&gt;
Plants require nutrients (fertilizer) and water to grow. They are also bothered by pests and weeds.&amp;lt;br&amp;gt;&lt;br /&gt;
Trays come equipped with lights that flash specific colors to tell you what&#039;s happening with your plant.&lt;br /&gt;
&lt;br /&gt;
From left to right -&lt;br /&gt;
* &#039;&#039;&#039;Green&#039;&#039;&#039;: Ready to harvest.&lt;br /&gt;
* &#039;&#039;&#039;Red&#039;&#039;&#039;: Low health, caused by weeds/pests/toxins/end of lifespan.&lt;br /&gt;
* &#039;&#039;&#039;Orange&#039;&#039;&#039;: High weed level.&lt;br /&gt;
* &#039;&#039;&#039;Yellow&#039;&#039;&#039;: Low nutrients.&lt;br /&gt;
* &#039;&#039;&#039;Blue&#039;&#039;&#039;: Low water.&lt;br /&gt;
Tools that are of use in botany -&lt;br /&gt;
* {{anchor|Plant_Analyzer}}&#039;&#039;&#039;Plant Analyzer&#039;&#039;&#039;: Shows detailed detailed plant statistics. Very useful for growing fragile plants like Ambrosia Deus.&lt;br /&gt;
* {{anchor|Cultivator}}&#039;&#039;&#039;Cultivator&#039;&#039;&#039;: Kills Weeds.&lt;br /&gt;
* &#039;&#039;&#039;Plant Bag&#039;&#039;&#039;: Collects up to 100 harvested plants or seeds from your harvest. Useful for moving those into the fridge or biogenerator.&lt;br /&gt;
* &#039;&#039;&#039;Wrench&#039;&#039;&#039;: Used to move your trays around.&lt;br /&gt;
* &#039;&#039;&#039;Wirecutters&#039;&#039;&#039;: Used to set up the irrigation system. If 30u or more of water is put into trays while the irrigation is set up, water will be shared across trays. This will also distribute things like mutagen and plant killer.&lt;br /&gt;
* {{anchor|Hatchet}}&#039;&#039;&#039;Hatchet&#039;&#039;&#039;: Chops tower-caps into planks, chops other things. This is also a robust tool that fits in pockets.&lt;br /&gt;
* {{anchor|Shovel}}&#039;&#039;&#039;Shovel&#039;&#039;&#039;: Digs up grass floors and cleans dirt.&lt;br /&gt;
* {{anchor|Spade}}&#039;&#039;&#039;Spade&#039;&#039;&#039;: Removes and destroys plants in a tray.&lt;br /&gt;
* &#039;&#039;&#039;All-In-One Grinder&#039;&#039;&#039;: This is how you extract reagents from plants - throw them in and hit the &amp;quot;grind&amp;quot; button.&lt;br /&gt;
* &#039;&#039;&#039;Portable Seed Extractor&#039;&#039;&#039;: This can harvest and pick up plants and turn up to 100 plants into seeds. Less efficient than the machine.&lt;br /&gt;
=== [[File:Seed_Extractor.gif|Seed Extractor]] Plant growing 101 ===&lt;br /&gt;
Take some seeds from the vendor and put them into the trays. Now, take a look at the tray with a plant analyzer. For now, you only need to pay attention to the bottom five stats - &#039;&#039;&#039;Water/Nutrition&#039;&#039;&#039; and &#039;&#039;&#039;Weeds/Toxic/Pest&#039;&#039;&#039; levels.&amp;lt;br&amp;gt;&lt;br /&gt;
Now, fill a bucket from the water tank and grab fertilizer from the vending machine. You get rid of weeds with the cultivator and remove pests with pest spray. [[Chemistry]] can give you better chemicals for this, which will be explained later in the guide.&amp;lt;br&amp;gt;&lt;br /&gt;
Some plants have a varied growth times, such as wheat growing faster while watermelons or apple trees take a little longer before you can harvest from them.&amp;lt;br&amp;gt;&lt;br /&gt;
Once your tray flashes green, you&#039;re set to harvest. If you want to replicate the plant to continue growing more, just insert it into the seed extractor. &amp;lt;br&amp;gt;&lt;br /&gt;
You can click seeds with a pen to change the name of the plant, the seed&#039;s description, or the plant&#039;s description. After planting in a hydroponics tray the tray updates with the name and description of the plant inside it.&lt;br /&gt;
=== [[File:Biogenerator.gif|Bio-generator]] Biogenerator ===&lt;br /&gt;
The Biogenerator makes items out of the nutriment in plants. As a rule of thumb: More nutriment = more biomass. Watermelons and pumpkins are commonly used due to their 20% nutriment boost [[#Traits|trait]].&amp;lt;br&amp;gt;&lt;br /&gt;
To get biomass, grab a spare bucket and equip the machine with it, then use the plant bag to put fruits inside.&amp;lt;br&amp;gt;&lt;br /&gt;
If you somehow run out of fertilizer in the vendors, remember you can print the three standard fertilizers here. Keep in mind that you can craft a whole bunch of useful items from the leather/cloth sheets the biogenerator creates.&lt;br /&gt;
=== [[File:plant dna manip.gif]]DNA Extractor ===&lt;br /&gt;
The DNA extractor allows you to extract and modify seed stats and [[#Traits|traits]]. This machine is what lets you become a [[Chemist]] on speed.&lt;br /&gt;
&lt;br /&gt;
This is a little complex, so look at: [[Guide_to_hydroponics#Advanced_Botany|Advanced Botany]]&lt;br /&gt;
== Stats, reagents and traits ==&lt;br /&gt;
Three things determine how your plant will turn out: Their &#039;&#039;&#039;stats&#039;&#039;&#039;, &#039;&#039;&#039;reagents&#039;&#039;&#039; and &#039;&#039;&#039;[[#Traits|traits]]&#039;&#039;&#039;.&lt;br /&gt;
=== Stats ===&lt;br /&gt;
Stats determine whether your plants are small and grow slowly, or are big and fast-growing.&lt;br /&gt;
* &#039;&#039;&#039;Potency&#039;&#039;&#039;: The most important stat (0 to 100). This affects the amount of chemicals in the plant, though some have additional effects, such as stun length for bananas.&amp;lt;br&amp;gt;To get the amount of a given chemical in a plant, multiply the reagent in the chart by the potency: for example, 10% nutriment will be 5u nutriment at 50 potency. (Note that output always has extra 1u, thus that means 6u nutriment)&lt;br /&gt;
* &#039;&#039;&#039;Yield&#039;&#039;&#039;: How much product you get each harvest. Between 0 and 10. Pay attention to this, because if it drops to 0, you won&#039;t harvest anything.&lt;br /&gt;
* &#039;&#039;&#039;Production Speed&#039;&#039;&#039;: How fast your plant reaches harvest. Between 1 and 10 -- the &#039;&#039;&#039;lower&#039;&#039;&#039; the faster. The plant has to wait (Production Speed) age cycles before each harvest. &lt;br /&gt;
* &#039;&#039;&#039;Maturation Speed&#039;&#039;&#039;: Age cycles before the plant can start production. The first harvest will be (Maturation Speed + Production Speed).&lt;br /&gt;
* &#039;&#039;&#039;Lifespan&#039;&#039;&#039;: When the age is above lifespan, the plant starts losing health. Between 10 and 100. Only important for plants with the Perennial Growth [[#Traits|trait]].&lt;br /&gt;
* &#039;&#039;&#039;Age&#039;&#039;&#039;: Age of the plant. Only relevant in terms of the lifespan stat.&lt;br /&gt;
* &#039;&#039;&#039;Endurance&#039;&#039;&#039;: Max health. Between 10 and 100. Not very useful, unless you leave your garden often.&lt;br /&gt;
* &#039;&#039;&#039;Weed growth rate&#039;&#039;&#039;: Determines how quickly weeds grow in the plant tray. Only relevant with very high values.&lt;br /&gt;
* &#039;&#039;&#039;Weed vulnerability&#039;&#039;&#039;: The higher, the more easily a plant is overtaken by weeds. Only relevant with very high values.&lt;br /&gt;
&lt;br /&gt;
=== Reagents/Content ===&lt;br /&gt;
This determines what chemicals are present in a grown plant - the [[Guide_to_hydroponics#Advanced_Botany|DNA extractor]] lets you extract and splice these.&amp;lt;br&amp;gt;&lt;br /&gt;
With a bit of creativity, you can mix your own mutagen, produce unique healing chemicals or turn tomatoes into napalm grenades. Solid [[Guide_to_chemistry|Chemistry]] knowledge will help you out immensely.&amp;lt;br&amp;gt;&lt;br /&gt;
For a detailed list, check out: [[Guide_to_hydroponics#Plant reference chart|Plant reference chart]]&lt;br /&gt;
=== Traits ===&lt;br /&gt;
Traits give your plants unique properties. There are plenty - Perennial Growth for example lets you harvest plants multiple times.&amp;lt;br&amp;gt;&lt;br /&gt;
These can be transferred, just like reagents.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width:100%; text-align:left&amp;quot; border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&#039;widtg:150px; background-color:#BEF781;&#039;|Trait name&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&#039;background-color:#BEF781;&#039;|Properties&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Bioluminescence}}Bioluminescence&lt;br /&gt;
|Causes the plant to glow a slightly yellowish color. Varieties include: [[Guide_to_hydroponics#Shadowshroom|Shadow Emission (Creates shadows instead of light)]], [[Guide_to_hydroponics#Glow-berry|White (Extra bright)]], [[Guide_to_hydroponics#Glowcap|Red]], [[Guide_to_hydroponics#Holymelon|Yellow (Much yellower)]], [[Guide to hydroponics#Extradimensional Orange|Orange]], [[Guide_to_hydroponics#Omega weed|Green]], [[Guide_to_hydroponics#Fairy Grass|Blue]], [[Guide_to_hydroponics#Moonflower|Purple]], [[Guide_to_hydroponics#Cherry Bulb|Pink]]&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Bluespace Activity}}Bluespace Activity&lt;br /&gt;
|Gives the plant bluespace properties, making it teleport people hit if the plant has Liquid Contents, and on slip if it has Slippery Skin. Max radius is determined by potency.&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Capacitive Cell Production}}Capacitive Cell Production&lt;br /&gt;
|Plants with this trait can be made into batteries with the addition of wire. Electrical Activity increases the cell&#039;s maximum charge.&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Carnivory}}Obligate Carnivory&lt;br /&gt;
|Makes the plant heal from pests instead of taking damage from them. &lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Densified Chemicals}}Densified Chemicals&lt;br /&gt;
|Doubles the reagent capacity of the plant. Keep in mind that reagent traits will still add a fixed amount to the plant (this just increases how much can fit in it).&lt;br /&gt;
&#039;&#039;&#039;This is not compatible with Richer Juice.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Electrical Activity}}Electrical Activity&lt;br /&gt;
|Gives the plant electrical charge, making it recharge batteries when eaten; it will also have a chance (Potency * 0.2) to electrocute on slip if it also has Slippery Skin and on hit if it has Liquid Contents.&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Fire Resistance}}Fire Resistance&lt;br /&gt;
|Makes the seeds and produce fireproof.&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Fungal Vitality}}Fungal Vitality&lt;br /&gt;
|The plant acquires mushroom-like properties, removing the need for water and greatly reducing damage from lack of light. Minimum yield is always 1 and the tray can&#039;t be overtaken by weeds.&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Gaseous Decomposition}}Gaseous Decomposition&lt;br /&gt;
|Plants with this trait emit a smoke cloud when squashed, spewing reagents everywhere. Requires Liquid Contents to be useful.&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Hypodermic Prickles}}Hypodermic Prickles&lt;br /&gt;
|Plants with this trait will sting when thrown (or slipped on with Liquid Contents), transferring a portion of their chemicals to the target.&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Invasive Spreading}}Invasive Spreading&lt;br /&gt;
|Plants with this trait will invade adjacent trays and destroy other plants growing there. Will not overwrite plants of the same species.&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Liquid Contents}}Liquid Contents&lt;br /&gt;
|Causes the plant to squash when thrown or slipped on (Slippery Skin), applying the reagents inside on the target and destroying the plant.&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Perennial Growth}}Perennial Growth&lt;br /&gt;
|Plants with this trait don&#039;t die on harvest (and can be harvested multiple times).&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Slippery Skin}}Slippery Skin&lt;br /&gt;
| Causes the plant, or any products of the plant, to become slippery. The stun time is (Potency * 0.08), divided by 3 unless the plant has lube or is a banana. Maximum stun is 7 seconds. Triggers Hypodermic Prickes and Liquid Contents when combined with them.&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Weed Adaptation}}Weed Adaptation &lt;br /&gt;
|The plant acquires weed-like properties, removing the need for nutrients. Plant growth doesn&#039;t get slowed by weeds and the tray can&#039;t be overtaken by them.&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Weed Adaptation}}Richer Juice&lt;br /&gt;
|Chemical output is doubled. If a plant with 100 Potency has 10% nutriment, the output is 11u of nutriment (100 Potency * 10% + 1u = 11u). With this trait, the output becomes 22u.&lt;br /&gt;
&#039;&#039;&#039;This is not compatible with Densified Chemicals.&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==[[File:Sunflower.png]] Plant reference chart ==&lt;br /&gt;
All you need to know about plants - their reagents, [[#Traits|traits]] and what they can mutate into.&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-uncollapsed&amp;quot;&amp;gt;&lt;br /&gt;
Plant Chart (&#039;&#039;&#039;mouse over (some of) the reagents to have a brief effect description&#039;&#039;&#039;)&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width:100%; text-align:center&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;background-color:#BEF781;&amp;quot; |Name&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;background-color:#BEF781;&amp;quot; |Type&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#BEF781;&amp;quot; |Seed&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#BEF781;&amp;quot; |Potting&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#BEF781;&amp;quot; |Product&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#BEF781;&amp;quot; |Reagent Production&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; style=&amp;quot;background-color:#BEF781;&amp;quot; |Traits&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;background-color:#BEF781;&amp;quot; |Available from&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;background-color:#BEF781;&amp;quot; | Mutates into&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Ambrosia deus}}Ambrosia deus&lt;br /&gt;
|Normal||[[File:Ambrosia_deus_seed.png]]||[[File:Ambrosia_deus_stage_harvest.gif]]||[[File:Ambrosia_deus.png]]&lt;br /&gt;
|5% nutriment, &amp;lt;span title=&amp;quot;Heals everything&amp;quot;&amp;gt;15% omnizine&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Heals hallucinations, confusion and stuns&amp;quot;&amp;gt;15% synaptizine&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Gets you high, also messes up your walking a little&amp;quot;&amp;gt;10% space drugs&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Take them&amp;quot;&amp;gt;4% vitamin&amp;lt;/span&amp;gt;&lt;br /&gt;
|Perennial Growth&lt;br /&gt;
|Mutate [[#Ambrosia vulgaris|Ambrosia vulgaris]]&lt;br /&gt;
|[[#Ambrosia gaia|Ambrosia gaia]]&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Ambrosia gaia}}Ambrosia gaia&lt;br /&gt;
|Normal||[[File:Ambrosia_gaia_seed.png]]||[[File:Ambrosia_gaia_stage_harvest.gif]]||[[File:Ambrosia_gaia.png]]&lt;br /&gt;
|6% nutriment, &amp;lt;span title=&amp;quot;Heals everything a LOT, but gives a bit of brain damage&amp;quot;&amp;gt;5% earthsblood&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Take them&amp;quot;&amp;gt;5% vitamin&amp;lt;/span&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| Mutate [[#Ambrosia deus|Ambrosia deus]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Ambrosia vulgaris}}Ambrosia vulgaris&lt;br /&gt;
|Normal||[[File:Ambrosia_vulgaris_seed.png]]||[[File:Ambrosia_vulgaris_stage_harvest.png]]||[[File:Ambrosia_vulgaris.png]]&lt;br /&gt;
|5% nutriment, &amp;lt;span title=&amp;quot;Heals brute damage&amp;quot;&amp;gt;10% bicardine&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Heals burn damage&amp;quot;&amp;gt;10% kelotane&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Gets you high, also messes up your walking a little&amp;quot;&amp;gt;15% space drugs&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Deals toxin damage&amp;quot;&amp;gt;10% toxin&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Take them&amp;quot;&amp;gt;4% vitamin&amp;lt;/span&amp;gt;&lt;br /&gt;
|Perennial Growth&lt;br /&gt;
|[[MegaSeed Servitor]]&lt;br /&gt;
|[[#Ambrosia deus|Ambrosia deus]]&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Apple}}Apple&lt;br /&gt;
|Normal||[[File:appleseed.png]]||[[File:Appletree.png]]||[[File:apple.png]]&lt;br /&gt;
|10% nutriment, &amp;lt;span title=&amp;quot;Take them&amp;quot;&amp;gt;4% vitamin&amp;lt;/span&amp;gt;. [[Guide_to_hydroponics#Fermentation_Barrel|Fermentation]]: [[Guide_to_food_and_drinks#Hard_cider|Hard cider]]&lt;br /&gt;
|Perennial Growth&lt;br /&gt;
|[[MegaSeed Servitor]]&lt;br /&gt;
|[[#Gold apple|Gold apple]]&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Ballolon}}Ballolon&lt;br /&gt;
|Normal||[[File:Ballolonseed.png]]||[[File:Ballolontray.png]]||[[File:Ballolonharvest.png]]&lt;br /&gt;
|20% oxygen, 20% hydrogen&lt;br /&gt;
|Perennial Growth, Gaseous Decomposition&lt;br /&gt;
|Mutate [[#Watermelon|Watermelon]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Bamboo}}Bamboo&lt;br /&gt;
|Normal ||[[File:Bambooseed.png]]||[[File:Bambooplant.png]]|| [[File:Bamboo.png]]&lt;br /&gt;
|Harvesting results in bamboo logs. Cut these logs with a hatchet to produce stackable bamboo cuttings. Use the bamboo cuttings in hand to craft a either a punji stick trap ([[Status_Effects#Paralyze|paralyzes]] and hurts those who step on it) or a blow gun (makeshift [[Medical_items#Syringe_Guns|syringe gun]] that takes time to fire and deals stamina and suffocation damage to the user).&lt;br /&gt;
|Perennial Growth&lt;br /&gt;
|Mutate [[#Sugarcane|Sugarcane]], [[Exotic Seeds Crate]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Banana}}Banana&lt;br /&gt;
|Normal||[[File:Bananaseed.png]]||[[File:Bananatree.png]]||[[File:Banana.png]]&lt;br /&gt;
|10% banana juice, 10% potassium, &amp;lt;span title=&amp;quot;Take them&amp;quot;&amp;gt;4% vitamin&amp;lt;/span&amp;gt;, 2% nutriment. [[Guide_to_hydroponics#Fermentation_Barrel|Fermentation]]: [[Guide_to_food_and_drinks#Banana_Honk|Banana Honk]]&lt;br /&gt;
| Slippery Skin, Perennial Growth&lt;br /&gt;
|[[MegaSeed Servitor]], [[Exotic Seeds Crate]]&lt;br /&gt;
|[[#Mimana|Mimana]], [[#Blue-space banana|Blue-space banana]]&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Berry}}Berry&lt;br /&gt;
|Normal||[[File:Berryseed.png]]||[[File:BerryTree.png]]||[[File:Berry.png]]&lt;br /&gt;
|10% nutriment, &amp;lt;span title=&amp;quot;Take them&amp;quot;&amp;gt;4% vitamin&amp;lt;/span&amp;gt;. [[Guide_to_hydroponics#Fermentation_Barrel|Fermentation]]: [[Guide_to_food_and_drinks#Gin|Gin]]&lt;br /&gt;
|Perennial Growth&lt;br /&gt;
| [[MegaSeed Servitor]], [[Seeds Crate]]&lt;br /&gt;
|[[#Glow-berry|Glow-berry]], [[#Poison-berry|Poison-berry]]&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Blood tomato}}Blood tomato&lt;br /&gt;
|Normal||[[File:bloodtomatoseed.png]]||[[File:Bloodtomatoplant.png]]||[[File:Bloodtomato.png]]&lt;br /&gt;
|10% nutriment, &amp;lt;span title=&amp;quot;Literally blood, type 0-&amp;quot;&amp;gt;20% blood&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Take them&amp;quot;&amp;gt;4% vitamin&amp;lt;/span&amp;gt;. [[Guide_to_hydroponics#Fermentation_Barrel|Fermentation]]: [[Guide_to_food_and_drinks#Bloody_Mary|Bloody Mary]]&lt;br /&gt;
|Liquid Contents, Perennial Growth&lt;br /&gt;
|Mutate [[#Tomato|Tomato]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Blue-space banana}}Blue-space banana&lt;br /&gt;
|Normal||[[File:Bluespacebananaseed.png]]||[[File:Bluespacebananaplant.png]]||[[File:Bluespacebanana.png]]&lt;br /&gt;
|10% banana juice, 20% bluespace dust, &amp;lt;span title=&amp;quot;Take them&amp;quot;&amp;gt;4% vitamin&amp;lt;/span&amp;gt;, 2% nutriment&lt;br /&gt;
|Slippery Skin, Bluespace Activity, Perennial Growth&lt;br /&gt;
|Mutate [[#Banana|Banana]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Blue-space tomato}}Blue-space tomato&lt;br /&gt;
|Normal||[[File:Bluespacetomatoseed.png]]||[[File:Bluespacetomatoplant.png]]||[[File:Bluespacetomato.png]]&lt;br /&gt;
|10% nutriment, &amp;lt;span title=&amp;quot;Makes floors slippery&amp;quot;&amp;gt;20% space lube&amp;lt;/span&amp;gt;, 20% bluespace dust, &amp;lt;span title=&amp;quot;Take them&amp;quot;&amp;gt;4% vitamin&amp;lt;/span&amp;gt;. [[Guide_to_hydroponics#Fermentation_Barrel|Fermentation]]: [[Guide_to_chemistry#Laughter|Laughter]]&lt;br /&gt;
|Slippery Skin, Bluespace Activity, Liquid Contents, Perennial Growth&lt;br /&gt;
|Mutate [[#Blue tomato|Blue tomato]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Blue cherry}}Blue cherry&lt;br /&gt;
|Normal||[[File:bluecherryseed.png]]||[[File:Bluecherrytree.png]]||[[File:Bluecherry.png]]&lt;br /&gt;
|7% nutriment, 7% sugar&lt;br /&gt;
|Perennial Growth&lt;br /&gt;
|Mutate [[#Cherry|Cherry]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Blue tomato}}Blue tomato&lt;br /&gt;
|Normal||[[File:bluetomatoseed.png]]||[[File:Bluetomatoplant.png]]||[[File:Bluetomato.png]]&lt;br /&gt;
| 10% nutriment, &amp;lt;span title=&amp;quot;Makes ground slippery&amp;quot;&amp;gt;20% space lube&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Take them&amp;quot;&amp;gt;4% vitamin&amp;lt;/span&amp;gt;&lt;br /&gt;
|Slippery Skin, Perennial Growth&lt;br /&gt;
|Mutate [[#Tomato|Tomato]]&lt;br /&gt;
|[[#Blue-space tomato|Blue-space tomato]]&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Blumpkin}}Blumpkin&lt;br /&gt;
|Normal ||[[File:Blumpkinseed.png]]||[[File:Blumpkinplant.png]]||[[File:Blumpkin.png]]&lt;br /&gt;
|20% ammonia, 10% chlorine, 20% nutriment&lt;br /&gt;
|Perennial Growth&lt;br /&gt;
|[[MegaSeed Servitor]], mutate [[#Pumpkin|Pumpkin]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Bungo Tree}}Bungo Tree&lt;br /&gt;
|Normal||[[File:Bungotreeseed.png]]||[[File:Bungotreeplant.png]]||[[File:Bungo_fruit.png]]&lt;br /&gt;
|Harvest will yield both a fruit and a pit. [[File:Bungo_fruit.png]] &#039;&#039;&#039;Fruit:&#039;&#039;&#039; 10% nutriment, 10% [[Guide_to_food_and_drinks#Enzyme|Enzyme]]. [[File:Bungo_pit.png]] &#039;&#039;&#039;Pit:&#039;&#039;&#039; 10% [[Guide_to_chemistry#Bungotoxin|Bungotoxin]], 4% nutriment. &amp;lt;br&amp;gt;Only the fruit can have other chems from manipulated genes, but both the fruit and pit can have additional plant traits (such is Hypodermic Prickles).&lt;br /&gt;
|Perennial Growth&lt;br /&gt;
|Mutate [[#Cocoa|Cocoa]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Cabbage}}Cabbage&lt;br /&gt;
|Normal||[[File:Cabbageseed.png]]||[[File:Cabbageplant.png]]|| [[File:Cabbage.png]]&lt;br /&gt;
|10% nutriment, &amp;lt;span title=&amp;quot;Take them&amp;quot;&amp;gt;4% vitamin&amp;lt;/span&amp;gt;&lt;br /&gt;
|Perennial Growth&lt;br /&gt;
|[[MegaSeed Servitor]]&lt;br /&gt;
| [[#Replica pod|Diona pod]]&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Cannabis}}Cannabis &lt;br /&gt;
|Normal||[[File:Cannabisseed.png]]|| [[File:Cannabisplant.png]]||[[File:Cannabis.png]]&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Makes your screen trippy&amp;quot;&amp;gt;15% space drugs&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Makes you hungry&amp;quot;&amp;gt;35% lipolicide&amp;lt;/span&amp;gt;&lt;br /&gt;
|Perennial Growth&lt;br /&gt;
|[[MegaSeed Servitor]] (hacked)&lt;br /&gt;
|[[#Rainbow weed|Rainbow weed]], [[#Deathweed|Deathweed]], [[#Lifeweed|Lifeweed]], [[#Omega weed|Omega weed]]&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Carpet}}Carpet&lt;br /&gt;
|Normal||[[File:Carpetseed.png]]||[[File:Growncarpet.png]]||[[File:Carpet.png]]&lt;br /&gt;
|2% nutriment, 5% hydrogen&lt;br /&gt;
|Perennial Growth&lt;br /&gt;
|Mutate [[#Grass|Grass]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Carrot}}Carrot&lt;br /&gt;
|Normal||[[File:carrotseed.png]]||[[File:carrotplant.png]]||[[File:carrot.png]]&lt;br /&gt;
| 5% nutriment, &amp;lt;span title=&amp;quot;Take them&amp;quot;&amp;gt;4% vitamin&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Heals non-genetic eye damage&amp;quot;&amp;gt;25% oculine&amp;lt;/span&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|[[MegaSeed Servitor]], [[Seeds Crate]]&lt;br /&gt;
|[[#Parsnip|Parsnip]]&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Chanterelle}}Chanterelle&lt;br /&gt;
|Mushroom ||[[File:chanterelleseed.png]]|| [[File:chanterelleplant.png]]||[[File:chanterelle.png]]&lt;br /&gt;
|10% nutriment&lt;br /&gt;
|Fungal Vitality&lt;br /&gt;
|[[MegaSeed Servitor]], [[Seeds Crate]], can overtake a tray&lt;br /&gt;
|[[#Jupiter Cup|Jupiter Cup]]&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Cherry}}Cherry&lt;br /&gt;
|Normal||[[File:Cherryseed.png]]||[[File:Cherrytree.png]]||[[File:Cherry.png]]&lt;br /&gt;
|7% nutriment, 7% sugar&lt;br /&gt;
|Perennial Growth&lt;br /&gt;
|[[MegaSeed Servitor]]&lt;br /&gt;
|[[#Blue cherry|Blue cherry]]&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Cherry Bomb}}Cherry Bomb&lt;br /&gt;
|Normal||[[File:Cherrybombseed.png]]||[[File:Cherrybombtree.png]]||[[File:Cherrybomb.png]]&lt;br /&gt;
|10% nutriment, 10% sugar, 70% blackpowder&lt;br /&gt;
|Perennial Growth&lt;br /&gt;
|Only available from Xenobiology&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Cherry Bulb}}Cherry Bulb&lt;br /&gt;
|Normal||[[File:Cherrybulbseed.png]]||[[File:Cherrytree.png]]||[[File:Cherrybulbharvest.png]]&lt;br /&gt;
|7% nutriment, 7% sugar&lt;br /&gt;
|Pink Bioluminescence, Perennial Growth&lt;br /&gt;
|Mutate [[#Cherry|Cherry]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Chili}}Chili&lt;br /&gt;
| Normal||[[File:Chiliseed.png]]||[[File:ChiliTree.png]]||[[File:Chili.png]]&lt;br /&gt;
|4% nutriment, &amp;lt;span title=&amp;quot;Heats up&amp;quot;&amp;gt;25% capsaicin&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Take them&amp;quot;&amp;gt;4% vitamin&amp;lt;/span&amp;gt;&lt;br /&gt;
|Perennial Growth&lt;br /&gt;
|[[MegaSeed Servitor]]&lt;br /&gt;
|[[#Ghost chili|Ghost chili]], [[#Ice Pepper|Ice Pepper]]&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Cocoa}}Cocoa&lt;br /&gt;
|Normal||[[File:Cocoapodseed.png]]||[[File:Cocoapodtree.png]]||[[File:Cocoapod.png]]&lt;br /&gt;
|10% nutriment, &amp;lt;span title=&amp;quot;Has nutritious value&amp;quot;&amp;gt;25% cocoa&amp;lt;/span&amp;gt;. [[Guide_to_hydroponics#Fermentation_Barrel|Fermentation]]: [[Guide_to_food_and_drinks#Creme_de_Cacao|Creme de Cacao]]&lt;br /&gt;
|Perennial Growth&lt;br /&gt;
|[[MegaSeed Servitor]]&lt;br /&gt;
|[[#Vanilla|Vanilla]], [[#Bungo Tree|Bungo Tree]]&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Coffee arabica}}Coffee arabica&lt;br /&gt;
| Normal||[[File:Coffeearabicaseed.png]]||[[File:CoffeearabicaTree.png]]||[[File:Coffeearabica.png]]&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Weak toxin&amp;quot;&amp;gt;10% coffee powder&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Take them&amp;quot;&amp;gt;4% vitamin&amp;lt;/span&amp;gt;. [[Guide_to_hydroponics#Fermentation_Barrel|Fermentation]]: [[Guide_to_food_and_drinks#Kahlua|Kahlua]]&lt;br /&gt;
|Perennial Growth&lt;br /&gt;
|[[MegaSeed Servitor]]&lt;br /&gt;
|[[#Coffee robusta|Coffee robusta]]&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Coffee robusta}}Coffee robusta&lt;br /&gt;
|Normal||[[File:Coffeerobustaseed.png]]||[[File:CoffeerobustaTree.png]]||[[File:Coffeerobusta.png]]&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Weak toxin&amp;quot;&amp;gt;10% coffee powder&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Take them&amp;quot;&amp;gt;4% vitamin&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Makes you run very fast&amp;quot;&amp;gt;10% ephedrine&amp;lt;/span&amp;gt;&lt;br /&gt;
|Perennial Growth&lt;br /&gt;
|Mutate [[#Coffee arabica|Coffee arabica]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Combustible Lemon}}Combustible Lemon&lt;br /&gt;
|Normal ||[[File:Firelemonseed.png]]||[[File:Firelemontree.png]]||[[File:Firelemon.png]]&lt;br /&gt;
|5% nutriment, 10% sulfur, 10% charcoal, 10% saltpetre (can be thrown like an IED)&lt;br /&gt;
|Perennial Growth&lt;br /&gt;
|Mutate [[#Lemon|Lemon]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Corn}}Corn&lt;br /&gt;
|Normal||[[File:Cornseed.png]]||[[File:CornPlant.png]]||[[File:Corn.png]]&lt;br /&gt;
|10% nutriment, 20% corn oil, &amp;lt;span title=&amp;quot;Take them&amp;quot;&amp;gt;4% vitamin&amp;lt;/span&amp;gt;. [[Guide_to_hydroponics#Fermentation_Barrel|Fermentation]]: [[Guide_to_food_and_drinks#Whiskey|Whiskey]]&lt;br /&gt;
|&lt;br /&gt;
|[[MegaSeed Servitor]], [[Seeds Crate]]&lt;br /&gt;
|[[#Snapcorn|Snapcorn]]&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Cotton}}Cotton&lt;br /&gt;
|Normal||[[File:Cottonseed.png]]||[[File:Cottonplant.png]]||[[File:Cotton.png]]&lt;br /&gt;
|None. Can be turned into fabrics by using a loom, buildable with planks.&lt;br /&gt;
|&lt;br /&gt;
|[[MegaSeed Servitor]]&lt;br /&gt;
|[[#Durathread|Durathread]]&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Death berry}}Death berry&lt;br /&gt;
|Normal ||[[File:deathberryseed.png]]||[[File:Deathberrytree.png]]||[[File:Deathberrypile.png]]&lt;br /&gt;
|10% nutriment, 8% &amp;lt;span title=&amp;quot;Causes toxin damage and loss of breath&amp;quot;&amp;gt;coniine&amp;lt;/span&amp;gt;, 10% &amp;lt;span title=&amp;quot;Causes stamina damage&amp;quot;&amp;gt;tirizene&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Take them&amp;quot;&amp;gt;4% vitamin&amp;lt;/span&amp;gt;&lt;br /&gt;
|Perennial Growth&lt;br /&gt;
|Mutate [[#Poison-berry|Poison-berry]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Death nettle}}Death nettle&lt;br /&gt;
|Weed||[[File:Deathnettleseed.png]]||[[File:Deathnettleplant.png]]||[[File:Deathnettle.png]]&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Acid&amp;quot;&amp;gt;12% fluorosulfuric acid&amp;lt;/span&amp;gt;&lt;br /&gt;
|Perennial Growth, Weed Adaptation, Hypodermic Prickles&lt;br /&gt;
|Mutate [[#Nettle|Nettle]], weed mutation &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Deathweed}}Deathweed&lt;br /&gt;
|Normal||[[File:Deathweedseed.png]]||[[File:Deathweedplant.png]]||[[File:Deathweed.png]]&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Causes toxin and oxygen damage&amp;quot;&amp;gt;35% cyanide&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Makes your screen trippy&amp;quot;&amp;gt;15% space drugs&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Makes you hungry&amp;quot;&amp;gt;15% lipolicide&amp;lt;/span&amp;gt;&lt;br /&gt;
|Perennial Growth&lt;br /&gt;
|Mutate [[#Cannabis|Cannabis]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Destroying angel}}Destroying angel&lt;br /&gt;
| Mushroom||[[File:Angleseeds.png]]||[[File:Angleplant.png]]||[[File:Angle.png]]&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Deals toxic damage&amp;quot;&amp;gt;10% amatoxin&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Makes you stutter, makes you dizzy, makes screen trippy&amp;quot;&amp;gt;4% mushroom hallucinogen&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Powerful delayed toxin&amp;quot;&amp;gt;20% amanitin&amp;lt;/span&amp;gt;&lt;br /&gt;
|Fungal Vitality&lt;br /&gt;
|Mutate [[#Fly amanita|Fly amanita]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Durathread}}Durathread&lt;br /&gt;
|Normal||[[File:Durathreadseed.png]]||[[File:Durathreadplant.png]]||[[File:Durathread.png]]&lt;br /&gt;
|None. Can be turned into durable fabrics by using a loom, buildable with planks.&lt;br /&gt;
|&lt;br /&gt;
|Mutate [[#Cotton|Cotton]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Eggplant}}Eggplant&lt;br /&gt;
|Normal&lt;br /&gt;
|[[File:Eggplantseed.png]]||[[File:Eggplantplant.png]]||[[File:Eggplant.png]]&lt;br /&gt;
|10% nutriment, &amp;lt;span title=&amp;quot;Take them&amp;quot;&amp;gt;4% vitamin&amp;lt;/span&amp;gt;&lt;br /&gt;
|Perennial Growth&lt;br /&gt;
|[[MegaSeed Servitor]], [[Seeds Crate]]&lt;br /&gt;
|[[#Egg-plant|Egg-plant]]&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Egg-plant}}Egg-plant&lt;br /&gt;
|Normal||[[File:Eggyseed.png]]||[[File:Eggyplant.png]]||[[File:Begg.png]]&lt;br /&gt;
|10% nutriment, egg inside. [[Guide_to_hydroponics#Fermentation_Barrel|Fermentation]]: [[Guide_to_food_and_drinks#Eggnog|Eggnog]]&lt;br /&gt;
|Perennial Growth&lt;br /&gt;
|Mutate [[#Eggplant|Eggplant]], [[Exotic Seeds Crate]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Embershroom}}Embershroom&lt;br /&gt;
|Normal||[[File:Mycelium-ember.png]]||[[File:Ember-grow3.png]]||[[File:Mushroom_stem.png]]&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Makes luminescent fungi grow on your skin&amp;quot;&amp;gt;4% tinea luxor&amp;lt;/span&amp;gt;, 2% vitamin, 2% space drugs&lt;br /&gt;
|Fungal Metabolism, Bioluminescence, Fire Resistance&lt;br /&gt;
|Lavaland&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Extradimensional Orange}}Extradimensional orange&lt;br /&gt;
|Normal||[[File:orangeseed.png]]||[[File:Orangetree.png]]||[[File:Extradimensional_orange.gif]]&lt;br /&gt;
|5% nutriment, &amp;lt;span title=&amp;quot;Take them&amp;quot;&amp;gt;4% vitamin&amp;lt;/span&amp;gt;. [[Guide_to_hydroponics#Fermentation_Barrel|Fermentation]]: [[Guide_to_food_and_drinks#Triple_Sec|Triple Sec]]&lt;br /&gt;
|Perennial Growth, Orange Bioluminescence, Richer Juice&lt;br /&gt;
|Mutate [[#Orange|Orange]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Fairy Grass}}Fairy Grass&lt;br /&gt;
|Normal||[[File:Fairygrassseed.png]]||[[File:Fairygrasstray.png]]||[[File:Fairygrassharvest.png]]&lt;br /&gt;
|2% Nutriment, 5% Hydrogen, 15% Space Drugs, Can be turned into glowing grass floor tiles by using them in-hand. Color depends on what color of bioluminescence gene the plant has.&lt;br /&gt;
|Perennial Growth, Blue Bioluminescence &lt;br /&gt;
|Mutate [[#Grass|Grass]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Fly amanita}}Fly amanita&lt;br /&gt;
|Mushroom||[[File:Amanitaseeds.png]]||[[File:Amanitaplant.png]]||[[File:Amanita.png]]&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Deals toxic damage&amp;quot;&amp;gt;35% amatoxin&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Makes you stutter, makes you dizzy, makes screen trippy&amp;quot;&amp;gt;4% mushroom hallucinogen&amp;lt;/span&amp;gt;, 10% growth serum&lt;br /&gt;
|Fungal Vitality&lt;br /&gt;
|[[MegaSeed Servitor]] (hacked), [[Exotic Seeds Crate]], can overtake a tray&lt;br /&gt;
|[[#Destroying angel|Destroying angel]]&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Fruiting Cactus}}Fruiting Cactus&lt;br /&gt;
|Normal||[[File:Seed-cactus.png]]||[[File:Cactus-harvest.png]]||[[File:Cactus-fruit.png]]&lt;br /&gt;
|2% vitamin, 2% nutriment, 4% vitrium froth&lt;br /&gt;
|Fire Resistance&lt;br /&gt;
|Lavaland&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Fruiting Cactus}}Forget-me-not&lt;br /&gt;
|Normal&lt;br /&gt;
|[[File:Forgetmenotseed.png]]&lt;br /&gt;
|[[File:Forgetmenottray.png]]&lt;br /&gt;
|[[File:Forgetmenotharvest.png]]&lt;br /&gt;
|20% kelotane, 5% nutriment&lt;br /&gt;
|&lt;br /&gt;
|Mutate [[Guide to hydroponics#Geranium|Geranium]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Galaxythistle}}Galaxythistle&lt;br /&gt;
|Weed||[[File:Galaxythistleseed.png]]||[[File:Galaxythistleplant.png]]||[[File:Galaxythistle.png]]&lt;br /&gt;
|5% nutriment, 10% [[Guide_to_chemistry#Silibinin|silibinin]]&lt;br /&gt;
|Weed Adaptation, Invasive Spreading&lt;br /&gt;
|Mutate [[#Starthistle|Starthistle]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Garlic}}Garlic&lt;br /&gt;
|Normal||[[File:Garlicseed.png]]||[[File:Garlicplant.png]]||[[File:Garlic.png]]&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Heals cooks but makes others smell.&amp;quot;&amp;gt;15% garlic juice&amp;lt;/span&amp;gt;, 10% nutriment&lt;br /&gt;
|&lt;br /&gt;
|[[MegaSeed Servitor]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Gatfruit}}Gatfruit &lt;br /&gt;
|Normal||[[File:Gatfruitseed.png]]||[[File:Gatfruittree.png]]||[[File:Gatfruit.png]]&lt;br /&gt;
|&amp;lt;span title=&amp;quot;No effect&amp;quot;&amp;gt;10% sulfur&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;No effect&amp;quot;&amp;gt;10% carbon&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;No effect&amp;quot;&amp;gt;7% nitrogen&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;No effect&amp;quot;&amp;gt;5% potassium&amp;lt;/span&amp;gt;, [[Revolver|a goddamn .357 revolver]]&lt;br /&gt;
|Perennial Growth&lt;br /&gt;
|[[Guide_to_xenobiology#Silver_Slime|Xenobiology]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Geranium}}Geranium&lt;br /&gt;
|Normal||[[File:Geraniumseed.png]]||[[File:Geraniumplant.png]]||[[File:Geranium.png]]&lt;br /&gt;
|5% nutriment, &amp;lt;span title=&amp;quot;Heals brute damage&amp;quot;&amp;gt;20% bicardine&amp;lt;/span&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|Mutate [[#Poppy|Poppy]]&lt;br /&gt;
|[[Guide to hydroponics#Forget-me-not|Forget-me-not]]&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Glow-berry}}Glow-berry&lt;br /&gt;
|Normal||[[File:glowberryseed.png]]||[[File:Glowberrytree.png]]||[[File:Glowberrypile.png]]&lt;br /&gt;
|10% nutriment, &amp;lt;span title=&amp;quot;Radioactive&amp;quot;&amp;gt;25% uranium&amp;lt;/span&amp;gt;, 20% iodine, &amp;lt;span title=&amp;quot;Take them&amp;quot;&amp;gt;4% vitamin&amp;lt;/span&amp;gt;. Luminosity: 20%.&lt;br /&gt;
|White Bioluminescence, Perennial Growth&lt;br /&gt;
|Mutate [[#Berry|Berry]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Ghost chili}}Ghost chili&lt;br /&gt;
|Normal||[[File:Chillighostseed.png]]||[[File:Chillighosttree.png]]||[[File:Chillyghost.png]]&lt;br /&gt;
|4% nutriment, &amp;lt;span title=&amp;quot;Heats up&amp;quot;&amp;gt;55% capsaicin&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Pepper spray&amp;quot;&amp;gt;30% condensed capsaicin&amp;lt;/span&amp;gt;&lt;br /&gt;
|Perennial Growth&lt;br /&gt;
|Mutate [[#Chili|Chili]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Glowshroom}}Glowshroom&lt;br /&gt;
|Mushroom ||[[File:Glowshroomseed.png]]||[[File:Glowshroomplant.png]]||[[File:Glowshroom.png]]&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Radioactive&amp;quot;&amp;gt;10% radium&amp;lt;/span&amp;gt;, 10% phosphorus, 4% nutriment. Glow: 10%&lt;br /&gt;
|Bioluminescence, Fungal Vitality&lt;br /&gt;
|[[MegaSeed Servitor]] (hacked)&lt;br /&gt;
|[[#Glowcap|Glowcap]]&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Glowcap}}Glowcap&lt;br /&gt;
|Mushroom ||[[File:Glowcapseed.png]]||[[File:Glowcapplant.png]]||[[File:Glowcapshroom.png]]&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Shocks&amp;quot;&amp;gt;10% teslium&amp;lt;/span&amp;gt;. Glow: 10%.&lt;br /&gt;
|Electrical Activity, Red Electrical Glow, Fungal Vitality&lt;br /&gt;
|Mutate [[#Glowshroom|Glowshroom]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Gold apple}}Gold apple&lt;br /&gt;
| Normal||[[File:Goldappleseed.png]]||[[File:Goldappletree.png]]||[[File:Goldapple.png]]&lt;br /&gt;
|10% nutriment, 20% gold, &amp;lt;span title=&amp;quot;Take them&amp;quot;&amp;gt;4% vitamin&amp;lt;/span&amp;gt;&lt;br /&gt;
|Perennial Growth&lt;br /&gt;
|Mutate [[#Apple|Apple]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Grapes}}Grapes&lt;br /&gt;
|Normal||[[File:Grapesseed.png]]||[[File:Grapeplant.png]]||[[File:Grapes.png]]&lt;br /&gt;
|10% nutriment, 10% sugar, &amp;lt;span title=&amp;quot;Take them&amp;quot;&amp;gt;4% vitamin&amp;lt;/span&amp;gt;. [[Guide_to_hydroponics#Fermentation_Barrel|Fermentation]]: [[Guide_to_food_and_drinks#Wine|Wine]]&lt;br /&gt;
|Perennial Growth&lt;br /&gt;
|[[MegaSeed Servitor]]&lt;br /&gt;
|[[#Green grapes|Green grapes]]&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Grass}}Grass&lt;br /&gt;
|Normal||[[File:Grassseed.png]]||[[File:Growngrass.png]]|| [[File:grass.png]]&lt;br /&gt;
|2% nutriment, 5% hydrogen&lt;br /&gt;
|Perennial Growth&lt;br /&gt;
|[[MegaSeed Servitor]]&lt;br /&gt;
|[[#Carpet|Carpet]], [[#Fairy Grass|Fairy Grass]], [[#Shamrock|Shamrock]]&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Green grapes}}Green grapes&lt;br /&gt;
|Normal||[[File:Greengrapesseed.png]]|| [[File:Greengrapeplant.png]]||[[File:Greengrapes.png]]&lt;br /&gt;
|10% nutriment, &amp;lt;span title=&amp;quot;Heals burn damage&amp;quot;&amp;gt;20% kelotane&amp;lt;/span&amp;gt;, 10% sugar, &amp;lt;span title=&amp;quot;Take them&amp;quot;&amp;gt;4% vitamin&amp;lt;/span&amp;gt;. [[Guide_to_hydroponics#Fermentation_Barrel|Fermentation]]: [[Guide_to_food_and_drinks#Cognac|Cognac]]&lt;br /&gt;
|&lt;br /&gt;
|Mutate [[#Grapes|Grapes]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Harebell}}Harebell&lt;br /&gt;
|Weed||[[File:Harebellseed.png]]||[[File:Harebellplant.png]]||[[File:Harebell.png]]&lt;br /&gt;
|4% nutriment. [[Guide_to_hydroponics#Fermentation_Barrel|Fermentation]]: [[Guide_to_food_and_drinks#Vermouth|Vermouth]]&lt;br /&gt;
|Weed Adaptation&lt;br /&gt;
|Can overtake a a tray&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Holymelon}}Holymelon &lt;br /&gt;
|Normal||[[File:Holymelonseed.png]]||[[File:Holymelonplant.png]]||[[File:Holymelon.png]]&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Wards off evil entities&amp;quot;&amp;gt;20% holy water&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Take them&amp;quot;&amp;gt;4% vitamin&amp;lt;/span&amp;gt;, 10% nutriment. Has anti-magic properties when held in hand. Has limited anti-magic charges. Will block 1 spell per 20 potency.&lt;br /&gt;
|Perennial Growth, Yellow Bioluminescence&lt;br /&gt;
|Mutate [[#Watermelon|Watermelon]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Ice Pepper}}Ice Pepper&lt;br /&gt;
| Normal||[[File:Icepepperseed.png]]||[[File:Icepepperplant.png]]||[[File:Icepepper.png]]&lt;br /&gt;
|2% nutriment, &amp;lt;span title=&amp;quot;Cools down&amp;quot;&amp;gt;25% frost oil&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Take them&amp;quot;&amp;gt;2% vitamin&amp;lt;/span&amp;gt;&lt;br /&gt;
|Perennial Growth&lt;br /&gt;
|Mutate [[#Chili|Chili]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Inocybe Mushroom}}Inocybe Mushroom&lt;br /&gt;
|Normal||[[File:Mycelium-inocybe.png]]||[[File:Inocybe-grow3.png]]||[[File:Mushroom_cap.png]]&lt;br /&gt;
|4% mindbreaker toxin, 8% entropic polypnium, 4% mushroom hallucinogen&lt;br /&gt;
|Fungal Metabolism, Fire Resistance&lt;br /&gt;
|Lavaland&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Jupiter Cup}}Jupiter Cup&lt;br /&gt;
|Normal||[[File:jupiter cupmycelium.png]]||[[File:jupiter cupplant.png]]||[[File:Jupiter cup.png]]&lt;br /&gt;
|10% Nutriment, 10% Liquid Electricity (Un-extractable Gene)&lt;br /&gt;
|Obligate Carnivory (Un-removable gene)&lt;br /&gt;
|Mutate [[#Chanterelle|Chanterelle]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Killer tomato}}Killer tomato&lt;br /&gt;
|Normal||[[File:Killertomatoseed.png]]||[[File:Killertomatoplant.png]]||[[File:Killertomato.png]]&lt;br /&gt;
|10% nutriment, &amp;lt;span title=&amp;quot;Take them&amp;quot;&amp;gt;4% vitamin&amp;lt;/span&amp;gt;, [[Critters|can be awoken]]. [[Guide_to_hydroponics#Fermentation_Barrel|Fermentation]]: [[Guide_to_food_and_drinks#Demons_Blood|Demon&#039;s Blood]]&lt;br /&gt;
|Liquid Contents&lt;br /&gt;
| Mutate [[#Tomato|Tomato]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Koibean}}Koibean&lt;br /&gt;
| Normal||[[File:Koibeanseed.png]]||[[File:Koibeanplant.png]]||[[File:Koibeans.png]]&lt;br /&gt;
|5% nutriment, 10% &amp;lt;span title=&amp;quot;Very rare ingredient, used to make zombie powder or rezadone&amp;quot;&amp;gt;carpotoxin&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Take them&amp;quot;&amp;gt;4% vitamin&amp;lt;/span&amp;gt;&lt;br /&gt;
|Perennial Growth&lt;br /&gt;
|Mutate [[#Soybean|Soybean]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Kudzu2}}Kudzu&lt;br /&gt;
|Weed ||[[File:Kudzuseed.png]]||[[File:Kudzuplant.png]]||[[File:Kudzu.png]]&lt;br /&gt;
|2% nutriment, &amp;lt;span title=&amp;quot;Heals toxin damage&amp;quot;&amp;gt;4% charcoal&amp;lt;/span&amp;gt;&lt;br /&gt;
|Perennial Growth, Weed Adaptation&lt;br /&gt;
|Mutagen weed mutation&lt;br /&gt;
|Special, see [[Guide_to_hydroponics#Kudzu|this.]]&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Lemon}}Lemon&lt;br /&gt;
|Normal ||[[File:lemonseed.png]]|| [[File:Lemontree.png]]||[[File:lemon.png]]&lt;br /&gt;
|5% nutriment, &amp;lt;span title=&amp;quot;Take them&amp;quot;&amp;gt;4% vitamin&amp;lt;/span&amp;gt;&lt;br /&gt;
|Perennial Growth&lt;br /&gt;
|[[MegaSeed Servitor]]&lt;br /&gt;
|[[#Combustible Lemon|Combustible Lemon]]&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Liberty-cap}}Liberty-cap&lt;br /&gt;
|Mushroom ||[[File:libertycapseed.png]]||[[File:libertycapplant.png]]||[[File:libertycap.png]]&lt;br /&gt;
|2% nutriment, &amp;lt;span title=&amp;quot;Makes you stutter, makes you dizzy, makes screen trippy&amp;quot;&amp;gt;25% mushroom hallucinogen&amp;lt;/span&amp;gt;&lt;br /&gt;
|Fungal Vitality&lt;br /&gt;
|[[MegaSeed Servitor]] (hacked), [[Exotic Seeds Crate]], weed mutation&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Lifeweed}}Lifeweed&lt;br /&gt;
|Normal||[[File:Lifeweedseed.png]]||[[File:Lifeweedplant.png]]||[[File:Lifeweed.png]]&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Heals all damage&amp;quot;&amp;gt;35% omnizine&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Makes your screen trippy&amp;quot;&amp;gt;15% space drugs&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Makes you hungry&amp;quot;&amp;gt;15% lipolicide&amp;lt;/span&amp;gt;&lt;br /&gt;
|Perennial Growth&lt;br /&gt;
|Mutate [[#Cannabis|Cannabis]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Lily}}Lily &lt;br /&gt;
|Normal||[[File:Lilyseed.png]]||[[File:Lilyplant.png]]||[[File:Lily.png]]&lt;br /&gt;
|5% nutriment, &amp;lt;span title=&amp;quot;Heals brute damage&amp;quot;&amp;gt;20% bicardine&amp;lt;/span&amp;gt;&lt;br /&gt;
|Perennial Growth&lt;br /&gt;
|Mutate [[#Poppy|Poppy]]&lt;br /&gt;
|[[#Spaceman&#039;s_Trumpet_Plant|Spaceman&#039;s Trumpet Plant]]&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Lime}}Lime&lt;br /&gt;
|Normal||[[File:Limeseed.png]]||[[File:Limetree.png]]||[[File:lime.png]]&lt;br /&gt;
|5% nutriment, &amp;lt;span title=&amp;quot;Take them&amp;quot;&amp;gt;4% vitamin&amp;lt;/span&amp;gt;&lt;br /&gt;
|Perennial Growth&lt;br /&gt;
|[[MegaSeed Servitor]], mutate [[#Orange|Orange]]&lt;br /&gt;
|[[#Orange|Orange]]&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Meatwheat}}Meatwheat&lt;br /&gt;
|Normal||[[File:Meatwheatseeds.png]]||[[File:Meatwheatplant.png]]||[[File:Meatwheat.png]]&lt;br /&gt;
|5% nutriment, &amp;lt;span title=&amp;quot;Take them&amp;quot;&amp;gt;4% vitamin&amp;lt;/span&amp;gt;. When harvested, you can get &amp;quot;meat&amp;quot; from this by using it in hand.&lt;br /&gt;
|&lt;br /&gt;
|Mutate [[#Wheat|Wheat]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Mimana}}Mimana&lt;br /&gt;
|Normal ||[[File:Minanaseed.png]]||[[File:Minanatree.png]]||[[File:Minana.png]]&lt;br /&gt;
|10% nothing, &amp;lt;span title=&amp;quot;Prevents speaking&amp;quot;&amp;gt;10% mute toxin&amp;lt;/span&amp;gt;, 2% nutriment. [[Guide_to_hydroponics#Fermentation_Barrel|Fermentation]]: [[Guide_to_food_and_drinks#Silencer|Silencer]]&lt;br /&gt;
|Slippery Skin, Perennial Growth&lt;br /&gt;
|[[Exotic Seeds Crate]], Mutate [[#Banana|Banana]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Moonflower}}Moonflower&lt;br /&gt;
|Normal||[[File:Moonflowerseed.png]]||[[File:Moonflowerplant.png]]||[[File:Moonflower.png]]&lt;br /&gt;
|2% nutriment, &amp;lt;span title=&amp;quot;Take them&amp;quot;&amp;gt;2% vitamin&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Alcoholic drink&amp;quot;&amp;gt;20% moonshine, 8% acetone&amp;lt;/span&amp;gt;. [[Guide_to_hydroponics#Fermentation_Barrel|Fermentation]]: [[Guide_to_food_and_drinks#Absinthe|Absinthe]]&lt;br /&gt;
|Purple Bioluminescence&lt;br /&gt;
|Mutate [[#Sunflower|Sunflower]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Nettle}}Nettle&lt;br /&gt;
|Weed||[[File:Nettleseed.png]]||[[File:Nettleplant.png]]||[[File:Nettle.png]]&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Acid&amp;quot;&amp;gt;25% sulfuric acid&amp;lt;/span&amp;gt;&lt;br /&gt;
|Perennial Growth, Weed Adaptation&lt;br /&gt;
|[[MegaSeed Servitor]] (hacked), [[Exotic Seeds Crate]], can overtake a tray&lt;br /&gt;
|[[#Death nettle|Death nettle]]&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Novaflower}}Novaflower&lt;br /&gt;
|Normal||[[File:Novaflowerseed.png]]||[[File:Novaflowerplant.png]]||[[File:Novaflower.png]]&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Pepper spray&amp;quot;&amp;gt;25% condensed capsaicin&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Heats up&amp;quot;&amp;gt;30% capsaicin&amp;lt;/span&amp;gt;, 4% nutriment&lt;br /&gt;
|&lt;br /&gt;
|Mutate [[#Sunflower|Sunflower]]&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Oat}}Oat&lt;br /&gt;
|Normal||[[File:oatseed.png]]||[[File:Oatplant.png]]||[[File:oat.png]]&lt;br /&gt;
|4% nutrient. [[Guide_to_hydroponics#Fermentation_Barrel|Fermentation]]: [[Guide_to_food_and_drinks#Ale|Ale]]&lt;br /&gt;
|&lt;br /&gt;
|Mutate [[#Wheat|Wheat]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Omega weed}}Omega weed&lt;br /&gt;
|Normal||[[File:Omegaweedseed.png]]|| [[File:Omegaweedplant.gif]]||[[File:Omegaweed.gif]]&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Makes your screen trippy&amp;quot;&amp;gt;30% space drugs&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Makes you hallucinate&amp;quot;&amp;gt;30% mindbreaker toxin&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Deals toxin damage&amp;quot;&amp;gt;15% mercury&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Causes random movement&amp;quot;&amp;gt;15% lithium&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Rapidly heals damage when in crit&amp;quot;&amp;gt;15% atropine&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Removes drugs and their effects&amp;quot;&amp;gt;15% haloperidol&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Makes you VERY fast, reduces stuns, deals brain damage&amp;quot;&amp;gt;15% methamphetamine&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Heats up&amp;quot;&amp;gt;15% capsaicin&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Grows your hair&amp;quot;&amp;gt;15% barber&#039;s aid&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Reduces stuns, makes you lose motor control, deals brain damage&amp;quot;&amp;gt;15% bath salts&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Makes you itch&amp;quot;&amp;gt;15% itching powder&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Reduces stuns&amp;quot;&amp;gt;15% crank&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Gives peaceful messages&amp;quot;&amp;gt;15% krokodil&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Causes brute and eye damage&amp;quot;&amp;gt;15% histamine&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Makes you hungry&amp;quot;&amp;gt;15% lipolicide&amp;lt;/span&amp;gt;&lt;br /&gt;
|Green Bioluminescence, Perennial Growth&lt;br /&gt;
|Mutate [[#Cannabis|Cannabis]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Onion Sprouts}}Onion Sprouts&lt;br /&gt;
|Normal||[[File:Seed-onion.png]]||[[File:Onion-harvest.png]]||[[File:Onion.png]]&lt;br /&gt;
|4% vitamin, 10% nutriment&lt;br /&gt;
|&lt;br /&gt;
|[[MegaSeed Servitor]]&lt;br /&gt;
|[[#Red Onion Sprouts|Red Onion Sprouts]]&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Orange}}Orange&lt;br /&gt;
|Normal||[[File:orangeseed.png]]||[[File:Orangetree.png]]||[[File:orange.png]]&lt;br /&gt;
|5% nutriment, &amp;lt;span title=&amp;quot;Take them&amp;quot;&amp;gt;4% vitamin&amp;lt;/span&amp;gt;. [[Guide_to_hydroponics#Fermentation_Barrel|Fermentation]]: [[Guide_to_food_and_drinks#Triple_Sec|Triple Sec]]&lt;br /&gt;
|Perennial Growth&lt;br /&gt;
|[[MegaSeed Servitor]], mutate [[#Lime|Lime]]&lt;br /&gt;
|[[#Lime|Lime]], [[Guide to hydroponics#Extradimensional Orange|Extradimensional orange]]&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Parsnip}}Parsnip&lt;br /&gt;
|Normal||[[File:Parsnipseed.png]]|| [[File:Parsnipplant.png]]||[[File:Parsnip.png]]&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Take them&amp;quot;&amp;gt;5% vitamin&amp;lt;/span&amp;gt;, 5% nutriment&lt;br /&gt;
|&lt;br /&gt;
|Mutate [[#Carrot|Carrot]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Plump helmet}}Plump helmet&lt;br /&gt;
| Mushroom||[[File:plumphelmetseed.png]]||[[File:plumphelmetplant.png]]||[[File:plumphelmet.png]]&lt;br /&gt;
|10% nutriment, &amp;lt;span title=&amp;quot;Take them&amp;quot;&amp;gt;4% vitamin&amp;lt;/span&amp;gt;. [[Guide_to_hydroponics#Fermentation_Barrel|Fermentation]]: [[Guide_to_food_and_drinks#The_Manly_Dorf|Manly Dorf]]&lt;br /&gt;
|Fungal Vitality&lt;br /&gt;
|[[MegaSeed Servitor]] (hacked), [[Exotic Seeds Crate]], can overtake a tray&lt;br /&gt;
|[[#Walking mushroom|Walking mushroom]]&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Pineapple}}Pineapple&lt;br /&gt;
|Normal||[[File:Pineappleseeds.png]]||[[File:Pineappleharvest.png]]||[[File:Pineapple.png]]&lt;br /&gt;
|20% nutriment, 4% water, &amp;lt;span title=&amp;quot;Take them&amp;quot;&amp;gt;2% vitamin&amp;lt;/span&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|[[MegaSeed Servitor]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Poison-berry}}Poison-berry&lt;br /&gt;
|Normal||[[File:poisonberryseed.png]]||[[File:Poisonberrytree.png]]||[[File:poisonberries.png]]&lt;br /&gt;
|10% nutriment, &amp;lt;span title=&amp;quot;Deals toxin and oxygen damage&amp;quot;&amp;gt;15% cyanide&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Deals stamina damage&amp;quot;&amp;gt;20% tirizene&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Take them&amp;quot;&amp;gt;4% vitamin&amp;lt;/span&amp;gt;&lt;br /&gt;
|Perennial Growth&lt;br /&gt;
|Mutate [[#Berry|Berry]]&lt;br /&gt;
|[[#Death berry|Death berry]]&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Poisoned apple}}Poisoned apple&lt;br /&gt;
|Normal||[[File:appleseed.png]]||[[File:Appletree.png]]||[[File:apple.png]]&lt;br /&gt;
|50% cyanide, &amp;lt;span title=&amp;quot;Take them&amp;quot;&amp;gt;4% vitamin&amp;lt;/span&amp;gt;, 1% nutriment&lt;br /&gt;
|&lt;br /&gt;
|Xenobiology&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Polypore Mushroom}}Polypore Mushroom&lt;br /&gt;
| Normal||[[File:Mycelium-polypore.png]]||[[File:Polypore-grow3.png]]||[[File:Mushroom_shavings.png]]&lt;br /&gt;
|6% sugar, 4% ethanol, 6% stabilizing agent, 2% mint. You can craft mushroom bowls from this.&lt;br /&gt;
|Fungal Metabolism, Fire Resistance&lt;br /&gt;
|Lavaland&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Poppy}}Poppy&lt;br /&gt;
|Normal||[[File:Poppyseed.png]]||[[File:Poppyplant.png]]||[[File:Poppy.png]]&lt;br /&gt;
|5% nutriment, &amp;lt;span title=&amp;quot;Heals brute damage&amp;quot;&amp;gt;20% bicardine, 15% morphine&amp;lt;/span&amp;gt;. [[Guide_to_hydroponics#Fermentation_Barrel|Fermentation]]: [[Guide_to_food_and_drinks#Vermouth|Vermouth]]&lt;br /&gt;
|&lt;br /&gt;
|[[MegaSeed Servitor]]&lt;br /&gt;
|[[#Geranium|Geranium]], [[#Lily|Lily]]&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Porcini Mushroom}}Porcini Mushroom&lt;br /&gt;
|Normal||[[File:Mycelium-porcini.png]]||[[File:Porcini-grow3.png]]||[[File:Mushroom_leaf.png]]&lt;br /&gt;
|6% nutriment, 4% vitrium froth, 4% nicotine&lt;br /&gt;
|Fungal Metabolism, Fire Resistance&lt;br /&gt;
| Lavaland&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Potato}}Potato&lt;br /&gt;
|Normal||[[File:potatoseed.png]]||[[File:potatoplant.png]]||[[File:potato.png]]&lt;br /&gt;
|10% nutriment, &amp;lt;span title=&amp;quot;Take them&amp;quot;&amp;gt;4% vitamin&amp;lt;/span&amp;gt;. Can be turned into a potato battery by using [[Engineering_items#Cable_Coil|cable coil]] [[File:CableCoils.png]] on it. Increase potency and add the Electrical Activity [[#Traits|trait]] for higher capacity. [[Guide_to_hydroponics#Fermentation_Barrel|Fermentation]]: [[Guide_to_food_and_drinks#Vodka|Vodka]]&lt;br /&gt;
|Capacitive Cell Production&lt;br /&gt;
|[[MegaSeed Servitor]], [[Seeds Crate]]&lt;br /&gt;
|[[#Sweet Potato|Sweet Potato]]&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Pumpkin}}Pumpkin&lt;br /&gt;
|Normal||[[File:Pumpkinseed.png]]||[[File:Pumpkinplant.png]]||[[File:Pumpkin.png]]&lt;br /&gt;
|20% nutriment, &amp;lt;span title=&amp;quot;Take them&amp;quot;&amp;gt;4% vitamin&amp;lt;/span&amp;gt;&lt;br /&gt;
|Perennial Growth&lt;br /&gt;
|[[MegaSeed Servitor]]&lt;br /&gt;
|[[#Blumpkin|Blumpkin]]&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Rainbow weed}}Rainbow flower&lt;br /&gt;
|Normal&lt;br /&gt;
|[[File:Rainbow Bunch Seed.png]]&lt;br /&gt;
|[[File:Rainbowharvest.png]]&lt;br /&gt;
|[[File:Rainbowbunchtray.png]]&lt;br /&gt;
|5% nutriment, 3% color powder (fixed)&lt;br /&gt;
|Perennial Growth&lt;br /&gt;
|[[Seeds Crate]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Rainbow weed}}Rainbow weed&lt;br /&gt;
|Normal||[[File:Rainbowweedseed.png]]|| [[File:Rainbowweedplant.gif]]||[[File:Rainbowweed.gif]]&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Causes hallucinations&amp;quot;&amp;gt;15% mindbreaker toxin&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Makes you hungry&amp;quot;&amp;gt;35% lipolicide&amp;lt;/span&amp;gt;&lt;br /&gt;
|Perennial Growth&lt;br /&gt;
|Mutate [[#Cannabis|Cannabis]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Redbeet}}Redbeet&lt;br /&gt;
|Normal||[[File:Redbeetseed.png]]||[[File:Redbeetplant.png]]||[[File:Redbeet.png]]&lt;br /&gt;
|5% nutriment, &amp;lt;span title=&amp;quot;Take them&amp;quot;&amp;gt;5% vitamin, 2% sodium&amp;lt;/span&amp;gt;&lt;br /&gt;
|Densified Chemicals&lt;br /&gt;
|Mutate [[#Whitebeet|Whitebeet]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Red Onion Sprouts}}Red Onion Sprouts &lt;br /&gt;
|Normal||[[File:Seed-onionred.png]]||[[File:Onion_red-harvest.png]]||[[File:Onion_red.png]]&lt;br /&gt;
|4% vitamin, 10% nutriment, &amp;lt;span title=&amp;quot;Blurs your vision and makes you cry&amp;quot;&amp;gt;5% tear juice&amp;lt;/span&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|Mutate [[#Onion Sprouts|Onion Sprouts]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Rice}}Rice&lt;br /&gt;
|Normal||[[File:Riceseed.png]]||[[File:Riceplant.png]]||[[File:Rice.png]]&lt;br /&gt;
|4% nutriment, 10% rice. [[Guide_to_hydroponics#Fermentation_Barrel|Fermentation]]: [[Guide_to_food_and_drinks#Sake|Sake]]&lt;br /&gt;
|&lt;br /&gt;
|[[MegaSeed Servitor]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Reishi}}Reishi&lt;br /&gt;
|Mushroom||[[File:Reishiseeds.png]]||[[File:Reishiplant.png]]||[[File:Reishi.png]]&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Heals toxic damage and removes chemicals from body&amp;quot;&amp;gt;35% charcoal&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Prevents slowdown, makes you sleepy&amp;quot;&amp;gt;35% morphine, 4% nutriment&amp;lt;/span&amp;gt;&lt;br /&gt;
|Fungal Vitality&lt;br /&gt;
|[[MegaSeed Servitor]] (hacked), can overtake a tray&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Replica pod}}Diona pod&lt;br /&gt;
|Normal ||[[File:Diona seed.png|center|frameless]]||[[File:Diona plant.png|center|frameless]]||&lt;br /&gt;
|[[Guide_to_hydroponics#Replica_Pod_Cloning|Special]]&lt;br /&gt;
|&lt;br /&gt;
|[[MegaSeed Servitor]], [[Exotic Seeds Crate]], Mutate [[#Cabbage|Cabbage]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Shadowshroom}}Shadowshroom &lt;br /&gt;
|Normal||[[File:Mycelium-shadowshroom.png]]||[[File:Shadowshroom-grow4.png]]||[[File:Shadowshroom.png]]&lt;br /&gt;
|20% radium, 4% nutriment&lt;br /&gt;
|Shadow Emission, Fungal Metabolism&lt;br /&gt;
|Mutate [[#Glowshroom|Glowshrooms]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Shamrock}}Shamrock&lt;br /&gt;
|Normal||[[File:Shamrockseed.png]]||[[File:Shamrocktray.png]]||[[File:Shamrockharvest.png]]&lt;br /&gt;
|2% nutriment, 10% nitrogen. &amp;lt;span title=&amp;quot;0.001%&amp;quot;&amp;gt;Small&amp;lt;/span&amp;gt; chance to get a 4 leaf clover.&lt;br /&gt;
| Perennial Growth&lt;br /&gt;
|Mutate [[#Grass|Grass]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Snapcorn}}Snapcorn&lt;br /&gt;
|Normal||[[File:Snapcornseed.png]]||[[File:SnapcornPlant.png]]||[[File:Snapcorn.png]]&lt;br /&gt;
|10% nutriment, 20% corn oil, &amp;lt;span title=&amp;quot;Take them&amp;quot;&amp;gt;4% vitamin&amp;lt;/span&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|Mutate [[#Corn|Corn]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Soybean}}Soybean&lt;br /&gt;
|Normal||[[File:Soybeanseeds.png]]|| [[File:Soybeansplant.png]]||[[File:Soybeans.png]]&lt;br /&gt;
|5% nutriment, &amp;lt;span title=&amp;quot;Take them&amp;quot;&amp;gt;4% vitamin,&amp;lt;/span&amp;gt; 3% cooking oil&lt;br /&gt;
|Perennial Growth&lt;br /&gt;
|[[MegaSeed Servitor]], [[Seeds Crate]]&lt;br /&gt;
|[[#Koibean|Koibean]]&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Space tobacco}}Space tobacco&lt;br /&gt;
|Normal||[[File:Spacetobaccoseed.png]]||[[File:SpacetobaccoTree.png]]||[[File:Spacetobacco.png]]&lt;br /&gt;
|3% nutriment, &amp;lt;span title=&amp;quot;Slightly reduces stuns&amp;quot;&amp;gt;8% nicotine&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Heals oxygen damage&amp;quot;&amp;gt;5% salbutamol&amp;lt;/span&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|Mutate [[#Tobacco|Tobacco]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Spaceman&#039;s Trumpet Plant}}Spaceman&#039;s Trumpet Plant&lt;br /&gt;
|Normal||[[File:Spacemantrumpetseed.png]]||[[File:Spacemantrumpetplant.png]]||[[File:Spacemantrumpet.png]]&lt;br /&gt;
|5% nutriment, 15% [[Guide_to_chemistry#Polypyrylium_Oligomers|Polypyrylium Oligomers]] (unextractable gene)&lt;br /&gt;
|&lt;br /&gt;
|Mutate [[#Lily|Lily]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Starthistle}}Starthistle&lt;br /&gt;
|Weed||[[File:Starthistleseed.png]]||[[File:Weedsplant.png]]||[[File:Starthistleseed.png]]&lt;br /&gt;
|None&lt;br /&gt;
|Weed Adaptation&lt;br /&gt;
|Can overtake a tray&lt;br /&gt;
|[[#Galaxythistle|Galaxythistle]]&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Steelcap}}Steelcap&lt;br /&gt;
|Mushroom||[[File:Steelcapseed.png]]||[[File:Steelcapplant.png]]||[[File:Steelcap.png]]&lt;br /&gt;
|20% Iron. You can harvest metal rods from this using a sharp object.&lt;br /&gt;
|Fungal Vitality&lt;br /&gt;
|Mutate [[#Towercap|Towercap]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Strange seeds}}Strange seeds&lt;br /&gt;
|Normal||[[File:Seed-x.png]]||[[File:Strangeharvest.png]]||[[File:Strangefruit.png]]&lt;br /&gt;
|[[Guide_to_hydroponics#Strange seeds|Random, read this]]. [[Guide_to_hydroponics#Fermentation_Barrel|Fermentation]]: Wine with 10-150 boozepower, and tiny chance of 200.&lt;br /&gt;
|Random&lt;br /&gt;
|Hacked vending machine, cargo crates&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Sugarcane}}Sugarcane&lt;br /&gt;
|Normal||[[File:Sugarcaneseed.png]]||[[File:Sugarcaneplant.png]]||[[File:sugarcane.png]]&lt;br /&gt;
|25% sugar. [[Guide_to_hydroponics#Fermentation_Barrel|Fermentation]]: [[Guide_to_food_and_drinks#Rum|Rum]]&lt;br /&gt;
|Perennial Growth&lt;br /&gt;
|[[MegaSeed Servitor]], [[Seeds Crate]]&lt;br /&gt;
|[[#Bamboo|Bamboo]]&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Sunflower}}Sunflower&lt;br /&gt;
|Normal||[[File:Sunflowerseed.png]]||[[File:Sunflowerplant.png]]||[[File:Sunflower.png]]&lt;br /&gt;
|8% corn oil, 4% nutriment&lt;br /&gt;
|&lt;br /&gt;
|[[MegaSeed Servitor]], [[Seeds Crate]]&lt;br /&gt;
|[[#Moonflower|Moonflower]], [[#Novaflower|Novaflower]]&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Sweet Potato}}Sweet Potato&lt;br /&gt;
|Normal||[[File:Sweetpotatoseed.png]]||[[File:Sweetpotatoplant.png]]||[[File:Sweetpotato.png]]&lt;br /&gt;
|10% nutriment, 10% sugar, &amp;lt;span title=&amp;quot;Take them&amp;quot;&amp;gt;10% vitamin&amp;lt;/span&amp;gt;. [[Guide_to_hydroponics#Fermentation_Barrel|Fermentation]]: [[Guide_to_food_and_drinks#Sbiten|Sbiten]]&lt;br /&gt;
|&lt;br /&gt;
|Mutate [[#Potato|Potato]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Tea aspera}}Tea aspera&lt;br /&gt;
|Normal||[[File:Teaasperaseed.png]]||[[File:TeaasperaTree.png]]||[[File:Teaaspera.png]]&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Weak toxin&amp;quot;&amp;gt;10% tea powder&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Take them&amp;quot;&amp;gt;4% vitamin, 2% fluorine&amp;lt;/span&amp;gt;&lt;br /&gt;
|Perennial Growth&lt;br /&gt;
|[[MegaSeed Servitor]]&lt;br /&gt;
|[[#Tea astra|Tea astra]]&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Tea astra}}Tea astra&lt;br /&gt;
|Normal||[[File:Teaastraseed.png]]||[[File:TeaastraTree.png]]||[[File:Teaastra.png]]&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Weak toxin&amp;quot;&amp;gt;10% tea powder&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Heals confusion and stuns&amp;quot;&amp;gt;10% synaptizine&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Take them&amp;quot;&amp;gt;4% vitamin, 2% fluorine&amp;lt;/span&amp;gt;&lt;br /&gt;
|Perennial Growth&lt;br /&gt;
|Mutate [[#Tea aspera|Tea aspera]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Tobacco}}Tobacco&lt;br /&gt;
|Normal||[[File:Tobaccoseed.png]]||[[File:TobaccoTree.png]]||[[File:Tobacco.png]]&lt;br /&gt;
| &amp;lt;span title=&amp;quot;Slightly reduces stuns&amp;quot;&amp;gt;3% nicotine&amp;lt;/span&amp;gt;, 3% nutriment. [[Guide_to_hydroponics#Fermentation_Barrel|Fermentation]]: [[Guide_to_food_and_drinks#Creme_de_Menthe|Creme de Menthe]]&lt;br /&gt;
|&lt;br /&gt;
|[[MegaSeed Servitor]]&lt;br /&gt;
|[[#Space tobacco|Space tobacco]]&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Tomato}}Tomato&lt;br /&gt;
|Normal||[[File:Tomatoseeds.png]]||[[File:Tomatoplant.png]]||[[File:Tomato.png]]&lt;br /&gt;
|10% nutriment, &amp;lt;span title=&amp;quot;Take them&amp;quot;&amp;gt;4% vitamin&amp;lt;/span&amp;gt;. [[Guide_to_hydroponics#Fermentation_Barrel|Fermentation]]: [[Guide_to_food_and_drinks#Enzyme|Enzyme]]&lt;br /&gt;
|Liquid Content, Perennial Growth&lt;br /&gt;
|[[MegaSeed Servitor]], [[Seeds Crate]]&lt;br /&gt;
|[[#Blood tomato|Blood]], [[#Blue tomato|Blue]] or [[#Killer tomato|Killer]] tomato&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Towercap}}Towercap&lt;br /&gt;
|Mushroom||[[File:Towercapseed.png]]||[[File:Towercapplant.png]]||[[File:Towercap.png]]&lt;br /&gt;
|50% Carbon. You can harvest wood from this using a sharp object.&lt;br /&gt;
|Fungal Vitality&lt;br /&gt;
|[[MegaSeed Servitor]], can overtake a tray&lt;br /&gt;
|[[#Steelcap|Steelcap]]&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Vanilla}}Vanilla&lt;br /&gt;
|Normal||[[File:Vanillaseed.png]]||[[File:Vanillaplant.png]]||[[File:Vanilla.png]]&lt;br /&gt;
|25% vanilla, 10% nutriment. [[Guide_to_hydroponics#Fermentation_Barrel|Fermentation]]: Vanilla&lt;br /&gt;
|Perennial Growth&lt;br /&gt;
|Mutate [[#Cocoa|Cocoa]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Walking mushroom}}Walking mushroom&lt;br /&gt;
|Mushroom||[[File:Walkingmushroomseed.png]]||[[File:Walkingmushroomplant.png]]||[[File:Walkingmushroom.png]]&lt;br /&gt;
|15% nutriment, &amp;lt;span title=&amp;quot;Take them&amp;quot;&amp;gt;5% vitamin&amp;lt;/span&amp;gt;&lt;br /&gt;
|Fungal Vitality&lt;br /&gt;
|Mutate [[#Plump helmet|Plump helmet]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Watermelon}}Watermelon&lt;br /&gt;
|Normal||[[File:Watermelonseed.png]]||[[File:Watermelonplant.png]]||[[File:watermelon.png]]&lt;br /&gt;
|20% nutriment, 20% water, &amp;lt;span title=&amp;quot;Take them&amp;quot;&amp;gt;4% vitamin&amp;lt;/span&amp;gt;&lt;br /&gt;
|Perennial Growth&lt;br /&gt;
|[[MegaSeed Servitor]]&lt;br /&gt;
|[[#Holymelon|Holymelon]], [[#Ballolon|Ballolon]]&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Wheat}}Wheat&lt;br /&gt;
|Normal ||[[File:Wheatseeds.png]]||[[File:Wheatplant.png]]||[[File:Wheat.png]]&lt;br /&gt;
|4% nutriment. [[Guide_to_hydroponics#Fermentation_Barrel|Fermentation]]: [[Guide_to_food_and_drinks#Beer|Beer]]&lt;br /&gt;
|&lt;br /&gt;
|[[MegaSeed Servitor]], [[Seeds Crate]]&lt;br /&gt;
|[[#Oat|Oat]], [[#Meatwheat|Meatwheat]]&lt;br /&gt;
|-&lt;br /&gt;
!{{anchor|Whitebeet}}Whitebeet &lt;br /&gt;
|Normal|| [[File:Whitebeetseed.png]]||[[File:Whitebeetplant.png]]||[[File:whitebeet.png]]&lt;br /&gt;
| 5% nutriment, 20% sugar, &amp;lt;span title=&amp;quot;Take them&amp;quot;&amp;gt;4% vitamin&amp;lt;/span&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| [[MegaSeed Servitor]]&lt;br /&gt;
| [[#Redbeet|Redbeet]]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==[[File:Vendnutri.gif]] Chemicals==&lt;br /&gt;
A lot of chemicals influence plants - get these from the vending machine, [[Chemistry]] or by growing your own!&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-uncollapsed&amp;quot;&amp;gt;&lt;br /&gt;
Click expand to see a list of chemicals:&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
===Fertilizers===&lt;br /&gt;
*Nutriment: A fertilizer that adds 1 nutrient to the tray and heals the plant 0.5 health per unit added. You can get it by putting your plants and regular food in the grinder.&lt;br /&gt;
*[[Ammonia]]: Similar to nutriment, but also increases yield (100u to increase 1 yield). Get it from the [[Chemist]] or hack the Nutri-Vend to get this.&lt;br /&gt;
*[[Diethylamine]]: Adds 2 nutrient to the tray, heals the plant 1 health per unit added and increases yield (50u to increase 1 yield). Also kills pests. Get it the same way you get Ammonia.&lt;br /&gt;
*Saltpetre: Heals your plant, increases potency and decreases production time. Doesn&#039;t add nutrient to the tray.&lt;br /&gt;
*Robust Harvest: Adds 1 nutrient to the tray per unit, and permanently increases plant yield of the tray 30% (without mutating the plant). Doesn&#039;t work on plants with 0 yield. A tray can only have the modifiers of one of the three special fertilizers at a time (Robust Harvest, E-Z-Nutrient and Left 4 Zed).&lt;br /&gt;
===Pest Removal ===&lt;br /&gt;
*Pest Killer: Kills pests, and adds a small amount of toxicity.&lt;br /&gt;
*Weed Killer: Same as above, but for Weeds.&lt;br /&gt;
=== Mutation===&lt;br /&gt;
*E-Z-Nutrient: Makes your plant mutate once every time it&#039;s ready for harvesting, and resets the tray&#039;s yield modifier to x1 (if another special fertilizer had previously been used on the tray). A tray can only have the modifiers of one of the three special fertilizers at a time (Robust Harvest, E-Z-Nutrient and Left 4 Zed).&lt;br /&gt;
*Left 4 Zed: Makes your plant mutate twice, but the yield will permanently be 1 at best. If the plant&#039;s yield is 0, then nothing is produced! You&#039;ll have to use another mutagen to harvest the normal yield of the plant. A tray can only have the modifiers of one of the three special fertilizers at a time (Robust Harvest, E-Z-Nutrient and Left 4 Zed).&lt;br /&gt;
*[[Unstable Mutagen]]: Used to randomly mutate plants - 5u for a chance to change the plant type, 1u/2u to only change stats.&lt;br /&gt;
*Radium and Uranium: Also usable for mutation (10u for plant type, 2u/5u for stats), but damages plants and adds toxicity. Radium is more damaging.&lt;br /&gt;
*[[Guide to chemistry#Colorful Reagent|Colorful Reagent]] : Adding 1u or more will add or swap an already existing [[Guide to hydroponics#Bioluminescence|Bioluminescence]] trait for a new one&lt;br /&gt;
===Plant Meds ===&lt;br /&gt;
*[[Ash]]: Adds 0.5 nutrient to the tray, heals the plant 0.25 health per unit added and kills weeds.&lt;br /&gt;
*[[Guide_to_chemistry#Multiver|charcoal]]: Makes your plant less toxic. You can get it by whining to anyone who works in [[Medbay]].&lt;br /&gt;
*[[Cryoxadone]]: Heals your plant, via &amp;lt;s&amp;gt;miracles&amp;lt;/s&amp;gt; science. Also lowers toxicity. Don&#039;t expect the [[Chemist]] to give this to you, but the medbay probably has extra beakers of this.&lt;br /&gt;
*Holy water: If you can get the [[Chaplain]]&#039;s attention and make him bless your water, it will heal your plant a bit.&lt;br /&gt;
===Unorthodox chemicals===&lt;br /&gt;
*Soda Water: Mostly adds water, but also heals the plant and adds nutrient to the tray by a tiny amount.&lt;br /&gt;
* Milk: Adds some water and a tiny but of nutrient to the tray.&lt;br /&gt;
*Beer: Adds a bit of water and nutrient to the tray, but damages the plant a little.&lt;br /&gt;
*Blood: Feeds both your plant and pests.&lt;br /&gt;
*Virus Food: Adds nutrient to the tray while damaging the plant.&lt;br /&gt;
* Nicotine: Kills pests while adding toxicity.&lt;br /&gt;
===The bad stuff===&lt;br /&gt;
*Sugar: Makes pests and weeds grow stronger. Unless you [[Traitor|plan to use unstable mutagen to unleash giant spiders or Kudzu upon the station]], it&#039;s of no use.&lt;br /&gt;
*Toxin: Increases toxicity. Good job!&lt;br /&gt;
*Plant-B-Gone, Sulfuric Acid, Fluorosulfuric Acid: Damages the plant, adds toxicity and kills weeds. What do you think would happen?&lt;br /&gt;
*Fluorine, Chlorine: Same as above, but also drains water.&lt;br /&gt;
*Phosphorus: Same as Flourine/Chlorine, but adds nutrients to the tray instead of toxicity. Just use a spade.&lt;br /&gt;
*Napalm: Kills weeds, hurts plant and adds toxicity. This is just going downhill. Unless your plant has the fireproof [[#Traits|trait]], you might as well space the whole tray. On fireproof plants it will just kill weeds.&lt;br /&gt;
*[[Guide_to_chemistry#Strange_Reagent|Strange Reagent]]: Is supposed to spawn hostile plant creatures but currently doesn&#039;t work.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
==[[File:Apiary.png|Beekeeping]] [[Beekeeping]]==&lt;br /&gt;
Bees greatly increase plant yield, potency and the probability of you getting lynched. Great stuff, and very useful even if you&#039;re no traitor!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;[[File:Bee.gif]] [[Beekeeping|For more info, click here for the guide on beepeeking.]] [[File:Bee.gif]]&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Advanced Botany==&lt;br /&gt;
This is where you get to PLAY GOD and mess with the stats, reagents and [[#Traits|traits]] of plants.&amp;lt;br&amp;gt;&lt;br /&gt;
===Using the DNA manipulator===&lt;br /&gt;
1. Go to the locker in the back and take out the box of plant data disks.&amp;lt;br&amp;gt;&lt;br /&gt;
2. Load a disk into the machine along with any seed of choice.&amp;lt;br&amp;gt;&lt;br /&gt;
3. Extract any gene, this will destroy the seed and save it to the disk.&amp;lt;br&amp;gt;&lt;br /&gt;
4. Put in another seed.&amp;lt;br&amp;gt;&lt;br /&gt;
5. You can now modify the seed&#039;s stats and genes based on what&#039;s on the plant data disk.&amp;lt;br&amp;gt;&lt;br /&gt;
Obviously, this can be quite powerful in the right hands, and even for more basic tasks it can be a major boon.&lt;br /&gt;
&lt;br /&gt;
It is worth noting, however, that the DNA manipulator has an upper limit on how high a stat can be when you try to extract it and save it to disk, and any stats higher than that will be brought down to that cap. Though these caps can be lowered or eliminated if you can get RnD to upgrade your machine, at round-start the caps are very bad, with certain stats like production speed being capped at a level worse than what nearly every plant has initially. [[#Traits|Traits]], on the other hand, can be extracted just fine no matter what parts are used. &lt;br /&gt;
&lt;br /&gt;
Useful genes from default seeds:&lt;br /&gt;
*Wheat has a production speed of 1, the fastest possible.&lt;br /&gt;
*Tower-caps have very long lifespans (around 80), as well as potency and endurance stats of 50.&lt;br /&gt;
* Tobacco plants have a yield of 10, the cap for that stat.&lt;br /&gt;
*Apples have the perennial growth [[#Traits|trait]], which allows for you to get multiple harvests from a single plant.&lt;br /&gt;
*Watermelon has an endurance nearly on par with tower-caps, making it a good substitute when starting out so you can avoid using up all of your starting tower-cap seeds.&lt;br /&gt;
Some genes are unextractable.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Mutations===&lt;br /&gt;
You can mutate plants to A) change stats or B) mutate them into a different subspecies. To do this in a timely manner, you&#039;ll need to work with the [[Chemistry]] department. &lt;br /&gt;
*The agonizingly slow way is using &#039;&#039;&#039;E-Z Nutriment&#039;&#039;&#039; to make the plant mutate once every time it&#039;s ready to harvest. &#039;&#039;&#039;Left 4 Zed&#039;&#039;&#039; makes it mutate twice, but kills the yield!&lt;br /&gt;
&lt;br /&gt;
*You can speed up the process to bearable levels by asking your local [[Chemist]] for a few bottles of &#039;&#039;&#039;[[Guide_to_chemistry#Unstable Mutagen|Unstable Mutagen]]&#039;&#039;&#039;.&amp;lt;br&amp;gt;&lt;br /&gt;
Pour 5 units on your plant and prepare for...&lt;br /&gt;
*10% chance of &#039;&#039;&#039;mutation into a related species&#039;&#039;&#039;. This destroys the old plant and plants a new one. See the [[Guide_to_hydroponics#Plant reference chart|Plant reference chart]] for information on these mutations.&lt;br /&gt;
*10% chance of the &#039;&#039;&#039;plant losing lots of health instantly&#039;&#039;&#039;. The plant can die because of this&lt;br /&gt;
* 15% chance of &#039;&#039;&#039;heavy stat mutation&#039;&#039;&#039; with a 3% chance of a new [[#Traits|trait]] appearing.&lt;br /&gt;
* 15% chance of &#039;&#039;&#039;normal stat mutation&#039;&#039;&#039;.&lt;br /&gt;
*20% chance of &#039;&#039;&#039;nothing&#039;&#039;&#039;. You get a message when this happens.&lt;br /&gt;
*10% chance of &#039;&#039;&#039;weeds mutating&#039;&#039;&#039;. If weed level is less than 5, nothing happens, otherwise you get a random, special mutated weed (Kudzu, Deathnettle, Destroying Angel, Liberty Cap).&lt;br /&gt;
*10% chance of &#039;&#039;&#039;pests mutating&#039;&#039;&#039;. Again, if pest level is less than 5, nothing happens. Otherwise, spiderlings are spawned.&lt;br /&gt;
**This is &#039;&#039;&#039;bad&#039;&#039;&#039;. If the spiderlings escape, they&#039;ll grow big and you&#039;ll likely get lynched.&lt;br /&gt;
Or, if you don&#039;t want to bother with species mutation, pour 2 units for a guaranteed heavy stat mutation with a 3% chance of a new [[#Traits|trait]] appearing, or even 1 for a guaranteed normal stat mutation. This method is safe even if you don&#039;t have backup seeds, and you can use a bottle for it.&lt;br /&gt;
*You can use &#039;&#039;&#039;radium&#039;&#039;&#039; and &#039;&#039;&#039;uranium&#039;&#039;&#039;, but they cause ill effects, and if you can get radium, you can get mutagen.&lt;br /&gt;
&lt;br /&gt;
*R&amp;amp;D can also research a wonderful thing called a &#039;&#039;&#039;Floral Somatoray&#039;&#039;&#039;. It has two options: increase yield and mutate the plant. In yield more mode, every time you fire it at the plant, there is a chance the yield will increase. The chance becomes very small when you reach high levels, but it&#039;s very useful for low-yield plants. It can even raise yield from zero! In mutation mode, it will always induce a normal stat mutation.&lt;br /&gt;
===Fixing awful stats===&lt;br /&gt;
Mutating plants has a chance of really ruining stats. Luckily, there are a few ways to fix them: &lt;br /&gt;
*Unstable Mutagen. Using 1u slightly changes stats, 2u has more drastic effects.&lt;br /&gt;
*Saltpetre. Increases potency and decreases production time.&lt;br /&gt;
*Ammonia. Increases yield.&lt;br /&gt;
* Floral Somatoray. Increases yield and works as a substitute for Unstable Mutagen.&lt;br /&gt;
===Dude weeds===&lt;br /&gt;
Trays, whether empty or occupied by plants, can be occasionally overtaken by a weed if their level is 5 or more. In that case the old plant is destroyed, and a new one will sprout in its place. &lt;br /&gt;
&lt;br /&gt;
Possible plants include: &lt;br /&gt;
*1/6 chance for Reishi/Starshittle.&lt;br /&gt;
*1/9 chance for Nettle/Harebell/Amanita/Chanterelle/Tower Cap/Plump Helmets&lt;br /&gt;
Using 5u of unstable mutagen on high weed level trays results in different plants: &lt;br /&gt;
* Kudzu, Deathnettle, Destroying Angel, Liberty Cap&lt;br /&gt;
==Other Notes==&lt;br /&gt;
===[[file:Bottle.png]] Growing your own mutagen===&lt;br /&gt;
Don&#039;t have access to a botanical chem dispenser? Try this. &lt;br /&gt;
*First, plant pumpkins and mutate them into blumpkins.&lt;br /&gt;
*Now, insert their Chlorine production [[#Traits|trait]] into glowshrooms and remove the Nutriment one.&lt;br /&gt;
*That&#039;s it! You now have a plant that grows unstable mutagen - just pop the produce into the grinder.&lt;br /&gt;
*You might want to add Perennial Growth to optimize your harvest.&lt;br /&gt;
===[[file:Ambrosia_gaia.png]] Upgrading plant trays===&lt;br /&gt;
Composting enough plants that contain Earthsblood (20 units from plants like [[#Ambrosia gaia|Ambrosia Gaia]]) into a tray will give it a golden shine. Now it will no longer require water, fertilizer or weed/pest removal.&lt;br /&gt;
&lt;br /&gt;
This is great in combination with plants that have the Perennial Growth [[#Traits|trait]]! A lot of Botanists will upgrade their trays before getting started with actual hydroponics.&lt;br /&gt;
&lt;br /&gt;
Upgraded trays permanently contain the last fertilizer you used before the upgrade. Robust Harvest is usually the best choice.&lt;br /&gt;
&lt;br /&gt;
Instead of keeping the original Gaia plant that most likely has gimped stats - insert the Earthsblood production [[#Traits|trait]] into a more robust plant.&lt;br /&gt;
&lt;br /&gt;
If your DNA extractor hasn&#039;t been upgraded yet: Wheat has a production speed of 1 and good overall stats. If you&#039;re lucky, your station will have 50 potency Wheat bushels just lying around at roundstart.&lt;br /&gt;
&lt;br /&gt;
You can speed up the process by removing all contents but Earthsblood production and adding the Densified Chemicals (Redbeet) [[#Traits|trait]].&lt;br /&gt;
===[[File:Diona plant.png|frameless]] Dionae Growing===&lt;br /&gt;
Diona pods can be used to grow dead diona nymphs back to life. &lt;br /&gt;
&lt;br /&gt;
To grow a dead nymph, follow these simple steps:&lt;br /&gt;
* Take the dead nymph,&lt;br /&gt;
*Plant them.&lt;br /&gt;
*Let them grow and then harvest it.&lt;br /&gt;
*If the ghost of the nymph is still online, and did not turn on &amp;quot;Do not Resuscitate&amp;quot;, that person will be returned to life.&lt;br /&gt;
*If there was no ghost available, the resulting harvest will simply produce an NPC diona nymph that ghosts can take over.&lt;br /&gt;
Cabbage can be mutated into Dionae seeds.&lt;br /&gt;
===Strange Seeds===&lt;br /&gt;
Strange seeds (from hacked vendors or cargo crates) have completely random reagents and [[#Traits|traits]]. &lt;br /&gt;
&lt;br /&gt;
Notable examples are: &lt;br /&gt;
*Gaseous Decomposition&lt;br /&gt;
*Nitroglycerin&lt;br /&gt;
*Microbes (Fungal Tuberculosis)&lt;br /&gt;
*Any drink, like Gin Tonic or Beepsky Smash&lt;br /&gt;
*Glitter&lt;br /&gt;
*Plasmaman Mutation Toxin&lt;br /&gt;
*Hell Water&lt;br /&gt;
Of course, this is pretty gimmicky and unreliable.&lt;br /&gt;
===[[file:Kudzuplant.png]] Kudzu {{anchor|Kudzu}}===&lt;br /&gt;
Kudzu is a weed that can appear when adding 5u [[Guide_to_chemistry#Unstable Mutagen|Unstable Mutagen]] to a tray with a weed level of 5 or above. The tray version of kudzu will grow normally in its tray. When harvested it will produce kudzu pods [[File:Kudzu.png]]. The kudzu pod is like any other fruit/vegetable and can be eaten or grinded. To create wild-spreading kudzu, you must put a kudzu pod into a seed extractor, which will create packs of kudzu seeds [[File:Kudzuseed.png]]. Then activate a kudzu seed in your hand to start planting wild-spreading kudzu on the floor. &amp;lt;br&amp;gt;&lt;br /&gt;
Some plant stats will affect the wild-spreading version of kudzu in specific ways:&lt;br /&gt;
* Potency of the seed will make kudzu mutate more on spread, the chance to mutate on each new piece is &#039;&#039;&#039;[potency / 10]&#039;&#039;&#039;&lt;br /&gt;
*Production will affect how fast the kudzu can spread, usual kudzu spreads at a rate of 20% of the amount of pieces per tick but no more than 30, production changes the cap &#039;&#039;&#039;[30 * production / 50]&#039;&#039;&#039; and the percent of processed pieces per tick &#039;&#039;&#039;[20 * (production / 50)]&#039;&#039;&#039;&lt;br /&gt;
Killing the last piece of kudzu will create a kudzu seed in its place with all the ackumulated mutations saved in the seed. So if you reactivate it, the new kudzu on the floor will have all the same mutations the seed had, and will spread it to all its progenitors. You can examine a wild kudzu to see what mutations it has. When mutating it typically changes color. &amp;lt;br&amp;gt;&lt;br /&gt;
Kudzu can gain mutations only on spread, here is the list of all of them:&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
Click expand to see Kudzu [[#Traits|traits]] and mutations:&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;CO2 consumption&#039;&#039;&#039; - &#039;&#039;positive&#039;&#039; mutation, consumes CO2 from the air&lt;br /&gt;
*&amp;lt;s&amp;gt;&#039;&#039;&#039;Space covering&#039;&#039;&#039; - &#039;&#039;positive&#039;&#039; mutation, makes vines grow vine floors over space&amp;lt;/s&amp;gt; Removed as of August 23 2017.&lt;br /&gt;
*&#039;&#039;&#039;Light&#039;&#039;&#039; - &#039;&#039;positive&#039;&#039; mutation, about 40% of the vines with this mutation emit light slightly more powerful than PDA&lt;br /&gt;
*&#039;&#039;&#039;Transparency&#039;&#039;&#039; - &#039;&#039;positive&#039;&#039; mutation, makes vines look-through&lt;br /&gt;
*&#039;&#039;&#039;Toxins consumption&#039;&#039;&#039; - &#039;&#039;positive&#039;&#039; mutation, absorbs plasma from the air&lt;br /&gt;
*&amp;lt;s&amp;gt;&#039;&#039;&#039;Bluespace vines&#039;&#039;&#039; - &#039;&#039;minor negative&#039;&#039; mutation, makes vines be able to grow through anything&amp;lt;/s&amp;gt; Removed as of August 23 2017.&lt;br /&gt;
*&#039;&#039;&#039;Explosive&#039;&#039;&#039; - &#039;&#039;minor negative&#039;&#039; mutation, on death vines with this mutation explode with 0,0,2 power, so clusters of this vine will chain-explode one after another&lt;br /&gt;
*&#039;&#039;&#039;Fire resistant&#039;&#039;&#039; - &#039;&#039;minor negative&#039;&#039; mutation, makes vines ignore fire damage, be it plasma fires or welders&lt;br /&gt;
*&#039;&#039;&#039;Vine eating&#039;&#039;&#039; - &#039;&#039;minor negative&#039;&#039; mutation, vines with this mutation will eat vines without it&lt;br /&gt;
*&#039;&#039;&#039;Toxicity&#039;&#039;&#039; - &#039;&#039;negative&#039;&#039; mutation, eating vine with this mutation or walking thought it will cause you toxin damage&lt;br /&gt;
*&#039;&#039;&#039;Aggressive spreading&#039;&#039;&#039; - &#039;&#039;negative&#039;&#039; mutation, on spreading vines will cause effect of mini-explosion on the tile they spread to, mobs buckled by this vine will also experience effects akin to minor explosion&lt;br /&gt;
*&#039;&#039;&#039;O2 consumption&#039;&#039;&#039; - &#039;&#039;negative&#039;&#039; mutation, absorbs O2 from the air around&lt;br /&gt;
*&#039;&#039;&#039;N2 consumption&#039;&#039;&#039; - &#039;&#039;negative&#039;&#039; mutation, absorbs N2 from the air&lt;br /&gt;
*&#039;&#039;&#039;Thorns&#039;&#039;&#039; - &#039;&#039;negative&#039;&#039; mutation, makes mobs touching or going through vines recieve physical damage&lt;br /&gt;
*&#039;&#039;&#039;Hardening&#039;&#039;&#039; - &#039;&#039;negative&#039;&#039; mutation, makes vines not die fast from sharp objects, but makes non-sharp objects(hands included) be more effective agaisnt them, on the full maturation block the passage&lt;br /&gt;
*&#039;&#039;&#039;Flowering&#039;&#039;&#039; - &#039;&#039;negative&#039;&#039; mutation, makes vines very entangly and spawns harmful flowers occasionally, flowers after destruction spawn flower mob that is agressive and attacks&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Adding special chemicals to the tray when the seeds are growing will affect the specific kudzu mutations:&lt;br /&gt;
*Adding &#039;&#039;5u&#039;&#039; of &#039;&#039;&#039;welding fuel&#039;&#039;&#039; will remove random &#039;&#039;positive&#039;&#039; mutation with a &#039;&#039;20%&#039;&#039; probability&lt;br /&gt;
* Adding &#039;&#039;5u&#039;&#039; of &#039;&#039;&#039;phenol&#039;&#039;&#039; will remove a random &#039;&#039;minor negative&#039;&#039; mutation with a &#039;&#039;20%&#039;&#039; probability&lt;br /&gt;
*Adding &#039;&#039;5u&#039;&#039; of &#039;&#039;&#039;sterilizine&#039;&#039;&#039; will remove a random &#039;&#039;negative&#039;&#039; mutation with a &#039;&#039;20%&#039;&#039; probability&lt;br /&gt;
*Adding &#039;&#039;15u&#039;&#039; of &#039;&#039;&#039;blood&#039;&#039;&#039; will change the production value of the seeds by a random number in the range from &#039;&#039;-5 to +15&#039;&#039;&lt;br /&gt;
*Adding &#039;&#039;5u&#039;&#039; of &#039;&#039;&#039;amatoxin&#039;&#039;&#039; will change the production value of the seeds by a random number in the range from &#039;&#039;-15 to +5&#039;&#039;&lt;br /&gt;
*Adding &#039;&#039;5u&#039;&#039; of &#039;&#039;&#039;plasma&#039;&#039;&#039; will change the potency value of the seeds by a random number in the range from &#039;&#039;-15 to +5&#039;&#039;&lt;br /&gt;
*Adding &#039;&#039;10u&#039;&#039; of &#039;&#039;&#039;holy water&#039;&#039;&#039; will change a potency value of the seeds by a random number in the range from &#039;&#039;-5 to +15&#039;&#039;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
=== Sandstone and Soil===&lt;br /&gt;
If you pick up the grass and use it (click on it in your hand), you will prepare astroturf. Get a crowbar and remove some floor tiles, then place astroturf in their place. In addition to looking nice, it can be used to get some sand. Just dig it with your spade and you&#039;ll get two piles. Now, pick up the sand and use it; you will make a sandstone brick. Using three bricks, you can make a soil plot, which is like a tray, except you can walk over it and there are no lights. You can also build a sandstone door with 10 bricks.&lt;br /&gt;
&lt;br /&gt;
Science can [[Guide_to_advanced_construction#Hydroponics_Tray|build]] hydroponics trays. They can also upgrade them by replacing the matter bins, and this increases the water and nutrient capacity of the tray.&lt;br /&gt;
===Wood and Drying Racks===&lt;br /&gt;
First you need to get some tower-caps, grow them and harvest them. You can then use hatchet (and some other things, but it&#039;s not important) on the logs to chop some planks. They have many uses: you can make chairs, tables, wooden floors and so on. A unique thing here is a drying rack. You can use it to dry a plant, and then smoke it. First, build a rack with 10 planks. Then, grab a plant you want to dry and put it in the rack. Click on the rack and toggle drying so that the red arrows light up. Give it a few seconds and it&#039;s done.&lt;br /&gt;
&lt;br /&gt;
Note: you can dry &#039;&#039;any&#039;&#039; plant, and smoking it will give you all chemicals that were in it. You can smoke dried apples if you want, and get nutriment from them.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===[[File:Wooden_barrel.png]] Fermentation Barrel===&lt;br /&gt;
You can craft wooden barrels with the crafting menu (under primal), which requires 30 wood planks [[File:Planks.png]]. Clicking it will toggle it between open and closed. When open you can insert plants or liquid. When closed you can draw liquid by using a container on it. &amp;lt;br&amp;gt;&lt;br /&gt;
Inserting a plant into the barrel will ferment the plant after a few seconds (even if not closing it). This will grind the plant, adding all the plant&#039;s contained reagents to the barrel. But it can also add an additional reagent depending on plant used. Most plants will create a special [[Guide_to_food_and_drinks#Wine|wine]] with varied boozepower depending on plant used. Some plants will create other reagents than wine, and some plants will not work at all.&lt;br /&gt;
===Things You Can Make Out of Your Plants===&lt;br /&gt;
*Add some cable to a potato to make a potato battery. Botany cells have potential to be better than bluespace cells.&lt;br /&gt;
*Glowberries and glowshrooms, as the name suggests, glow.&lt;br /&gt;
*You can carve a pumpkin with a hatchet. Carved pumpkins can be worn and you can toggle them to emit a weak light.&lt;br /&gt;
*You can make a cob-pipe out of a corn cob.&lt;br /&gt;
*You can carve a carrot with a hatchet to make a shiv. It&#039;s not very strong but it&#039;s good at slicing things.&lt;br /&gt;
*Flowers and ambrosia can be worn on your head.&lt;br /&gt;
*Add dried ambrosia, wheat, tea aspera tips or tobacco leaves to a tower cap log to make a torch.&lt;br /&gt;
*Dried ambrosia, tobacco or any mutations of those are able to be smoked from wrapping paper, found in smoking vending machines. You can also grind them and put the liquid in an e-cig.&lt;br /&gt;
==Todo list for this guide==&lt;br /&gt;
*Add missing/fix outdated entries in the plant reference chart&lt;br /&gt;
*Add some icons and pictures to break up the wall of text&lt;br /&gt;
==Another guide==&lt;br /&gt;
Since Botany is relatively easy to learn but hard to master, here is an extra guide that focuses on a more practical, step-by-step point of view.&lt;br /&gt;
Also includes a lot of extra &amp;quot;recipes&amp;quot; for what you can turn your plants into.&lt;br /&gt;
&lt;br /&gt;
[[https://pastebin.com/GpmZekc0 Click here for that long ass bonus guide.]]&lt;br /&gt;
(its old as hell though, and addition of grey bull helps you not need gloves)&lt;br /&gt;
&lt;br /&gt;
If you&#039;re a pro player you can read Kidso Bundo&#039;s Guide coming out on 9/18/19 mark your calenders&lt;br /&gt;
[[Category:Guides]]&lt;/div&gt;</summary>
		<author><name>Schizocat</name></author>
	</entry>
	<entry>
		<id>https://wiki.beestation13.com/w/index.php?title=Virologist&amp;diff=38627</id>
		<title>Virologist</title>
		<link rel="alternate" type="text/html" href="https://wiki.beestation13.com/w/index.php?title=Virologist&amp;diff=38627"/>
		<updated>2025-04-01T12:14:14Z</updated>

		<summary type="html">&lt;p&gt;Schizocat: Added the warning from the virology guide to remind people the job isn&amp;#039;t a thing anymore.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{JobPageHeader&lt;br /&gt;
|headerbgcolor = #22aa22&lt;br /&gt;
|headerfontcolor = black&lt;br /&gt;
|stafftype = MEDICAL&lt;br /&gt;
|imagebgcolor = #eeeeff&lt;br /&gt;
|img_generic = Generic_virologist.png&lt;br /&gt;
|img = virologist.png&lt;br /&gt;
|jobtitle = Virologist&lt;br /&gt;
|access = [[Virology]], [[Medbay]], Mineral Storage&lt;br /&gt;
|additional = [[Genetics|Genetics Lab]], [[Morgue]], [[Operating Theatre]], [[Chemistry]], [[Guide_to_genetics#Cloning|Cloning Lab]]&lt;br /&gt;
|difficulty = Medium&lt;br /&gt;
|superior = [[Chief Medical Officer]]&lt;br /&gt;
|duties = Study the effects of various diseases and synthesize a vaccine for them. Engineer beneficial viruses.&lt;br /&gt;
|guides = [[Infections|Virology 101]], [[Guide to chemistry#Virology Recipes|Virology Recipes]], [[Guide to medicine]]&lt;br /&gt;
|quote = But it&#039;s a &#039;&#039;&#039;beneficial&#039;&#039;&#039; virus. I swear!&lt;br /&gt;
}}&lt;br /&gt;
{{Box|&#039;&#039;&#039;SUPER IMPORTANT ANNOUNCEMENT:&#039;&#039;&#039; &#039;&#039;&#039;Beestation server has disabled most virology contents by server configuration. The content described here may not work as written up to our server configuration.&#039;&#039;&#039;}}&lt;br /&gt;
&lt;br /&gt;
As a research station, there are a lot of departments of research; the study of space viruses is one of those research departments! Congratulations doctor, you have been selected to study and treat various types of viruses, and create valuable vaccines. So grab your [[latex gloves]] and get your [[breath mask]] on and hole yourself up in [[Virology]], it is time to perform some disease research.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Bare minimum requirements:&#039;&#039;&#039; If an epidemic breaks out aboard the station, don&#039;t be the source of it.&lt;br /&gt;
[[File:Virology.png|300px|thumb|alt=Virology|link=http://puu.sh/3EFaf.png|[[Virology|ERP Fortress]]]]&amp;lt;br&amp;gt;&lt;br /&gt;
==Welcome Doctor==&lt;br /&gt;
Unlike Robert Nevile, you will not have a huge kick-ass adventure while making diseases. You will sit in your lab and likely fuck up constantly. Just make sure the [[Chemist]] or the [[Chief Medical Officer]] are around (and attentive) or you won&#039;t be able to cure uncommon diseases and might have an outbreak. Curing diseases is typically first done by [[Chemist|chemists]], but it&#039;s your job to turn cured blood into a vaccine, which is a much more effective treatment. &lt;br /&gt;
===[[Infections|Infecting]] Monkeys===&lt;br /&gt;
On paper, this is your job. Make a virus, inject a monkey, and record the results. Then cure the monkey.&lt;br /&gt;
&lt;br /&gt;
If you&#039;re concerned about the monkeys and don&#039;t want to have a pen full of contagion conveniently sitting around, move a single monkey to one of your isolation rooms and treat/infect them there. &lt;br /&gt;
&lt;br /&gt;
How to create vaccines: &lt;br /&gt;
# Take a blood sample from a cured subject. &lt;br /&gt;
# Inject the blood into any beaker. &lt;br /&gt;
# Insert the beaker into the Pandemic 2000.&lt;br /&gt;
# Select &amp;quot;create vaccine&amp;quot;. &lt;br /&gt;
This gives you a bottle containing a few units of vaccine against that particular disease. As [[Chemistry]] to turn it into 0.5u pills, or do it yourself in the [[Holodeck]]. &lt;br /&gt;
&lt;br /&gt;
You can also see the cure to a disease using your Pandemic machine (even if the virus has 2+ stealth), and reproduce it if there is an active culture in the blood, for [[Traitor#Advanced_Methods_of_Murder| whatever reason.]]&lt;br /&gt;
===A MAN IN BRAZIL IS COUGHING!===&lt;br /&gt;
Viruses can get loose on the station in many ways: [[random events]], [[traitor]]ous activity, and the most common way of all: your own incompetence. If you accidentally infect someone with a harmful virus, well, there is not much you can do except quarantine, treat, and ensure they aren&#039;t infectious before releasing them. Make sure only people that know [[Beyond the impossible|exactly what they&#039;re doing]] can enter your room. Warn people beforehand that you&#039;re conducting experiments and remember to vaccinate yourself once you research a disease.&lt;br /&gt;
==== Symbiosis ====&lt;br /&gt;
Viruses don&#039;t always have to be something to be avoided. With a bit of work, you can engineer friendly viruses that come with a number of beneficial symptoms, such as eliminating the need to breathe, or even one that lets the body regenerate its own health when badly hurt. Just make sure you clear it with the [[CMO]] and let the station know what your friendly virus does before releasing it, or you might find yourself at the end of a pitchfork. Read [[Infections#Advanced_Diseases|this]] for a guide!&lt;br /&gt;
==Tips==&lt;br /&gt;
* Do not use sneeze or cough symptoms in beneficial viruses without neutering them. These are annoying and people will rush medbay to have it cured. They also make the virus appear negative on medical huds. &lt;br /&gt;
* A perfectly made virus blend from virology can heal you under certain conditions at a decent rate. &lt;br /&gt;
* A person can only be infected by one advanced virus at a time but can have up to six symptoms. In terms of beneficial viruses, there are several symptoms.&lt;br /&gt;
* If you actually do manage to make a beneficial virus and want to distribute it, have a superior vet it and ask them to announce it to the station via their desk.&lt;br /&gt;
* If you get a virus with unwanted symptoms, use your dropper set to transfer one unit of [[Synaptizine]] to your virus. Your 30 unit bottle will be good for a full 30 uses. &lt;br /&gt;
{{Jobs}}&lt;br /&gt;
[[Category: Jobs]]&lt;/div&gt;</summary>
		<author><name>Schizocat</name></author>
	</entry>
	<entry>
		<id>https://wiki.beestation13.com/w/index.php?title=Infections&amp;diff=38626</id>
		<title>Infections</title>
		<link rel="alternate" type="text/html" href="https://wiki.beestation13.com/w/index.php?title=Infections&amp;diff=38626"/>
		<updated>2025-04-01T12:13:23Z</updated>

		<summary type="html">&lt;p&gt;Schizocat: removed redundant warnings and made the text bold&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Box|&#039;&#039;&#039;SUPER IMPORTANT ANNOUNCEMENT:&#039;&#039;&#039; &#039;&#039;&#039;Beestation server has disabled most virology contents by server configuration. The content described here may not work as written up to our server configuration.&#039;&#039;&#039;}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Virology for the Layperson: Preventing Diseases=&lt;br /&gt;
[[File:Virology.png|500px|thumb|alt=Virology|link=http://puu.sh/3EFaf.png|[[Virology]] is sealed from the rest of the station. You are not on the disposals network, nor do you share the same atmos system]]&lt;br /&gt;
Diseases can be an annoyance to cure and prevent. However, if everyone does their part, an outbreak can be easy to deal with. If a disease is spreading, it&#039;s up to you to prevent yourself from getting it, or, if you&#039;re infected, preventing yourself from spreading it before you&#039;re cured.&lt;br /&gt;
===Methods of Infection===&lt;br /&gt;
The following are the methods by which a disease spreads. A virus in one of these tiers spreads as if by all tiers below it, unless it&#039;s in the Special tier. Each has listed the means to prevent spread, and are listed when getting a medical scan of the virus:&lt;br /&gt;
* Airborne - The most dangerous and quick spreading, if you are anywhere within the breathing area of the infected crew member, you have a chance to be infected. &lt;br /&gt;
* Contact - The infection infests the skin of the host. Merely touching, or bumping into them, is enough to catch the infection. If infected with a Contact virus, isolate yourself from high traffic areas. Wearing bio-protective clothes will protect from contact infection&lt;br /&gt;
* Fluids - The infection spreads through fluids, and is susceptible to mutation, if it&#039;s an advanced disease. Diseases which spread through fluids infect through vomit, blood, and similar floor splatters- wear bandages if infected and bleeding. White Shoes are sufficient to protect from most sources of Fluid spread disease. &lt;br /&gt;
* Blood - The infection will typically only spread through injection, bites, ingestion and other methods which must usually be intentional. Bloodborne viruses are of minimal concern- if infected, you can safely visit Medical for treatment. Blood transmission diseases can also be spread by sharing syringes- exercise extreme caution!&lt;br /&gt;
* Special - The disease is not normally contagious and the affected crewman has been infected by a non-human vector source. You can work with the infected without risk yourself unless they expose you to the same vector source that infected them.&lt;br /&gt;
====Hunger====&lt;br /&gt;
Being hungry makes it easier for you to transmit and catch diseases. Eat well, stay healthy!&lt;br /&gt;
====Isolation====&lt;br /&gt;
If you&#039;re infected with a virus, avoid contact with other crew! if the virus is deadly, try finding an alternate route into medical- don&#039;t give everyone in the lobby viral supertuberculosis!&lt;br /&gt;
====Sterilization====&lt;br /&gt;
Cleaning blood spills from the ground will prevent contact contamination. Make sure blood is cleaned from the floor at all times; any blood splatter out there could hold a dreaded space infection. Contact a [[janitor]] if you see blood on the floor, do not interact with the blood if you suspect possible infection chance. Any object or floor that has infected blood on it can infect anyone who handles or touches it.&lt;br /&gt;
====Spaceacillin====&lt;br /&gt;
Spaceacillin prevents diseases from spreading when injected into a host. use it to prevent further spread!&lt;br /&gt;
====Biohazard PPE====&lt;br /&gt;
The following PPE, or, personal protective equipment, all serves to slow the spread of disease, whether you are or are not infected:&lt;br /&gt;
* Wearing a full biosuit, and some EVA suits, will protect you entirely from Contact and Fluid based infections. This equipment does not protect from airborne illness- wear your internals!&lt;br /&gt;
* A virologist, CMO, geneticist, chemist, doctor, nurse suit, scrubs or Research Director jumpsuit provides some biological protection&lt;br /&gt;
* Wearing a labcoat also provides rudimentary protection from contact infection&lt;br /&gt;
* [[Latex Gloves]] (and nitrile gloves) provide some degree of protection from biohazards, though most gloves offer at least a partial degree. If you must pick up a biohazardous object, wear latex or nitrile gloves!&lt;br /&gt;
* Sterile masks offer some biohazard protection&lt;br /&gt;
* [[Shoes]] (White shoes and [[Galoshes]] are the best) will protect you from diseases transmitted from puddles on the floor to some degree, with White Shoes providing the most protection&lt;br /&gt;
* [[Internals]] are a foolproof way to protect yourself from airborne pathogen&lt;br /&gt;
====Mutations====&lt;br /&gt;
Some viruses mutate when spread. This may change their cure. However, they&#039;re still susceptible to the same vaccine! If a virus is shown to mutate, make sure to produce vaccines.&lt;br /&gt;
===Curing an infection===&lt;br /&gt;
Most infections have a chemical cure, which can be administered to remove the infection. Generally, 5 to 10 units are sufficient to cure an infection. However, once you are cured, you should take a blood sample and give it to the virologist!&lt;br /&gt;
====Vaccination====&lt;br /&gt;
A vaccine is a special reagent that the virologist can create using the blood of a person who has been cured of a disease. Unlike a Cure, only one tenth of a unit of a vaccine is necessary to cure a disease, and it has no side effects, unlike some cures&lt;br /&gt;
====Creating Vaccines====&lt;br /&gt;
The Virologist has access to a machine called the [[File:Pandm.gif|32px]]PanD.E.M.I.C 2200. This machine has the capability to produce a Vaccine when given blood containing antibodies- IE, blood of a cured person. Simply put a beaker containing this blood into the machine, select an infection to synthesize a vaccine for, and you&#039;ll have a bottle full of 15 units of vaccine!&lt;br /&gt;
===Simple Diseases===&lt;br /&gt;
Thankfully, humanity has managed to cure and eliminate almost all of the diseases that plagued its infancy. However, the vast reaches of space have been found to harbor new illnesses that can affect the unprepared staff on Nanotrasen research stations. The following diseases and afflictions aren&#039;t necessarily even diseases- some of them lack vaccines. If a disease can&#039;t be vaccinated, curing it is not within the domain of the virologist&#039;s job.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;background-color:#EAFDE6&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Disease Name || Vector Name || Source || Description || Spread || Cure &lt;br /&gt;
|-&lt;br /&gt;
| Alien Parasite || Xenomorph || [[Alien]] || A facehugger has implanted an embryo inside of the body of the victim, which will grow until it kills and destroys the body while spawning a [[Aliens#Larva|larva]]. There is no vaccine for alien parasites. || Special || [[Surgery]]&lt;br /&gt;
|-&lt;br /&gt;
| Zombie Infection || Romerol || [[Syndicate_Items#Romerol|Syndicate Uplink]] ||  A rare infection, which lies dormant in the victim. If the victim dies before it is cured, it will rise as an aggressive [[Guide_to_races#Romerol_Zombies|zombie]], who will then transfer the infection to anyone it manages to scratch. The infection consists in a tumor located inside the head. There is no vaccine for Zombie Infection. || Special || [[Surgery]]&lt;br /&gt;
|-&lt;br /&gt;
| Brain Rot || Cryptococcus Cosmosis || Virus crate, random events || An infection that causes mental degradation. || Contact || [[Mannitol]]&lt;br /&gt;
|-&lt;br /&gt;
| Cold || XY-Rhinovirus || Virology, random events || Still around since the dawn of man, this disease is relatively harmless, causing fatigue and a runny nose. Will progress to the Flu when untreated. || Airborne || Rest and [[Spaceacillin]]&lt;br /&gt;
|-&lt;br /&gt;
| Cold 9 || ICE9-Rhinovirus || Admin fuckery || A rare disease that will progressively lower the victim&#039;s body [[temperature]] in addition to respiratory symptoms. || Contact || [[Spaceacillin]] &lt;br /&gt;
|-&lt;br /&gt;
| Flu || H13N1 Flu Viron || Virology, random events || A common illness, causes fatigue, high fever, and muscle toxicity. Rarely fatal, quickly spread. || Airborne || [[Spaceacillin]]&lt;br /&gt;
|-&lt;br /&gt;
| Anxiety || Excess Lepidopticides || Virus crate || Will cause feelings of anxiety and cause the victim to cough butterflies. || Contact || [[Ethanol]]&lt;br /&gt;
|-&lt;br /&gt;
| GBS || Gravitokinetic Bipotential SADS+ || Admin fuckery || An extremely dangerous illness caused by contagious micro-singularities that will cause the human body to be torn apart from the inside. The initial phase begins in the lungs and mimics flu symptoms. || Contact || Sulfur and [[Synaptizine]] &lt;br /&gt;
|-&lt;br /&gt;
| Jungle Fever || Kongey Vibrion M-909 || Admin fuckery || One of the most feared diseases in the galaxy, this is a disease carried by primates. A single bite or scratch is enough to fully infect a human. The result is spontaneous genetic reversion, and the affected individual will also become a monkey. There is no vaccine for Jungle Fever. || Special || Bananas, [[Death Squad]] &lt;br /&gt;
|-&lt;br /&gt;
| Magnitis || Fukkos Miracos || Virus crate, random events ||  An infection of magnetic bacteria that build up in the body. As the disease progresses any metallic items not bolted down near the infected person will be pulled toward them, even objects as large as canisters. Ingested iron will draw the bacteria to it and allow them to be excreted normally. || Contact || [[Iron]]&lt;br /&gt;
|-&lt;br /&gt;
| Pierrot&#039;s Throat || H0NI&amp;lt;42 Virus || Virus crate, random events || A brain disease that was brought back with the original explorers of Clown Planet that damages the basal ganglia, victims will have an uncontrollable urge to HONK. || Airborne || Bananas &lt;br /&gt;
|-&lt;br /&gt;
| Retrovirus || N/A || Admin fuckery || A DNA-altering retrovirus that will constantly mutate the genetic code of the host. Symptoms vary wildly from blindness to incredible fits of strength and green skin. || Contact || Rest or [[Mutadone]] &lt;br /&gt;
|-&lt;br /&gt;
| Space Retrovirus || S4E1 Retrovirus || Random events || A DNA-altering retrovirus that will copy the DNA of the first infected and apply it to every other infected. || Contact || Mutadone&lt;br /&gt;
|-&lt;br /&gt;
| Robotic Transformation || R2D2 Nanomachines || Roburgers, odd pizzas || A rare infection that slowly transforms the infected into a cyborg. || Special || Copper&lt;br /&gt;
|-&lt;br /&gt;
| Spanish Flu || 1nqu1s1t10n Flu Viron || Admin fuckery ||  A rare and deadly form of flu that causes an incredibly high fever. Those infected will die of internal burns without treatment or religious conversion. || Airborne || [[Spaceacillin]]&lt;br /&gt;
|-&lt;br /&gt;
| Wizarditis || Rincewindus Vulgaris || Hacked MagiVend || A rare illness, causes spontaneous robe growth, randomly speaking incantations, and finally random teleportation. || Airborne || [[Guide to food and drinks#The Manly Dorf|Manly Dorf]]&lt;br /&gt;
|-&lt;br /&gt;
| Xenomorphic Transformation || Rip-LEY Alien Microbes || Admin fuckery || A rare infection caused by xeno-microbes, changing the infected&#039;s DNA to that of a [[Aliens|xenomorph]]. Symptoms include severe pain and progressive insanity.  || Special || [[Glycerol]] and [[Spaceacillin]]&lt;br /&gt;
|-&lt;br /&gt;
| Heart Disease || N/A || Random event || The game categorizes it as a virus, and it progresses in stages, like a virus, so it&#039;s listed here. There is no vaccine for Heart Disease. || N/A || [[Guide to chemistry#Corazone|Corazone]], Electric Shocks, [[Surgery#Organ Manipulation|Heart Replacement Surgery]]&lt;br /&gt;
|-&lt;br /&gt;
| Fungal Tuberculosis || Fungal Tubercle bacillus Cosmosis || [[Syndicate_Items#Fungal_Tuberculosis_Grenade|Nuke Ops Uplink]] || A rare highly transmittable virulent virus. Few samples exist, rumoured to be carefully grown and cultured by [[Nuclear Operative|clandestine]] [[Syndicate|bio-weapon specialists]]. Causes fever, vomiting, lung damage, weight loss, and fatigue.  || Airborne || [[Salbutamol]] and [[Spaceacillin]]&lt;br /&gt;
|-&lt;br /&gt;
| Gondola Transformation || Tranquility || Raw Gondola meat || Consuming the flesh of a Gondola comes at a terrible price. Produces [[Guide to chemistry#Pax|Pax]] within the victims body resulting in pacifism, lessened motor control of the arms, and eventually turning the victim into a Gondola. || Special || [[Condensed Capsaicin]] &lt;br /&gt;
|-&lt;br /&gt;
|The Rhumba Beat&lt;br /&gt;
|Unknown&lt;br /&gt;
|Random events&lt;br /&gt;
|Causes the infected to take burn damage, be lit on fire, and finally: start exploding when it reaches the last stage. Chick Chicky Boom!&lt;br /&gt;
|Contact&lt;br /&gt;
|[[Plasma]]&lt;br /&gt;
|}&lt;br /&gt;
[[Category:Guides]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=[[virologist|Virology]] 101: Advanced Diseases=&lt;br /&gt;
{{Box|&#039;&#039;&#039;SUPER IMPORTANT ANNOUNCEMENT:&#039;&#039;&#039; Beestation server has disabled most virology contents by server configuration. The content described here may not work as written up to our server configuration.}}&lt;br /&gt;
&amp;lt;!-- Spamming to make people read this shit --&amp;gt;&lt;br /&gt;
{{Speech&lt;br /&gt;
|name= [SULFUR IV], the Virologist&lt;br /&gt;
|text= &amp;lt;span title=&amp;quot;Editors note: I don&#039;t get paid enough for this&amp;quot;&amp;gt;[Greetings, loyal Nanotrasen employee! I am Sulfur IV], NANOTRASEN&#039;S TOP VIROLOGIST. I HAVE [PHDs in biochemistry, epidemiology, genetics, philosophy, bioengineering, and software engineering, and multiple awards for my achievements in virology and related fields], AND I&#039;M GOING TO [educate the next generation of promising young doctors on] EXACTLY HOW TO CREATE [safe and beneficial viral agents]! LISTEN WELL, AS [you may replay this recording as many times as you need to in order to understand the material]&amp;lt;/span&amp;gt;&lt;br /&gt;
|image=[[File:Viro action.png|64px|right]]&lt;br /&gt;
}}&lt;br /&gt;
==Tools of the Trade==&lt;br /&gt;
===[[File:Pandm.gif|64px]]PanD.E.M.I.C 2200===&lt;br /&gt;
The Pandemic 2200 is a stationary, versatile machine used for Virology. When you place a beaker, bottle, or other container that holds blood that contains a virus, the Pandemic will scan it. It will give you the virus&#039; precise stats, transmission type, cure, and full explanations on each of its symptoms, and their thresholds, regardless of the virus&#039; stealth.&lt;br /&gt;
====Creating a Culture====&lt;br /&gt;
The pandemic can be used to create a culture of a virus, on a small cooldown. This creates a bottle of 20 units of synthblood that contains a copy of the virus within the extrapolator. This function alone makes the Pandemic an essential tool for a virologist&lt;br /&gt;
====Vaccination====&lt;br /&gt;
When a virus is cured, that person&#039;s blood will contain antibodies. On a much longer cooldown than creating a culture, a Vaccine can be created for any cured viruses in a blood sample.&lt;br /&gt;
===[[File:Explorator_scan.gif|64px]]Viral Extrapolator===&lt;br /&gt;
The viral extrapolator is a bulky, slow, but portable device, used to scan and extract diseases on the go. It has two modes, which can be toggled by using it in-hand. Using an extrapolator on any target that has any sort of viral contamination will preform a special interaction, depending on what mode it&#039;s in&lt;br /&gt;
&amp;lt;B&amp;gt;Scan&amp;lt;/B&amp;gt; [[File:Explorator_scan.gif|32px]] tells you what diseases are held within the target, if any, what symptoms they have, and what stage they are at. An extrapolator will not tell you the cure. If a virus is too stealthy, it will show you that the virus is there, but will not tell you any more information&lt;br /&gt;
&amp;lt;B&amp;gt;Extract&amp;lt;/B&amp;gt; [[File:Explorator_sample.gif|32px]] can be used to harvest an advance disease from the target. If used on a culture bottle, it can be used to isolate a single symptom. The extrapolator takes twenty seconds to extract a disease, and one minute to isolate a symptom. There is a two minute cooldown before the extrapolator can be reused. It cannot isolate symptoms of a level higher than seven. &lt;br /&gt;
====Upgrading the extrapolator====&lt;br /&gt;
By using a screwdriver on the extrapolator, you can remove its scanning module. Replacing it with a higher tier scanning module significantly lowers its cooldown and use times, as well as allowing isolation of higher level symptoms. You can print out more scanning modules in the medical lathe- these are very important if you want to get higher level symptoms!&lt;br /&gt;
====Symptom Isolation====&lt;br /&gt;
The viral extrapolator has a second, very potent use: by using it on a virus culture bottle whilst it is in [[File:Explorator_sample.gif|32px]]Extract mode, you can isolate symptoms, depending on the extrapolator&#039;s scanner level- a tier 2 or higher scanner is required for level 8 symptoms, and a tier 3 or higher scanner is required for level 9 symptoms. Isolating a symptom creates a culture bottle containing nothing but that symptom. &lt;br /&gt;
===Other Useful Tools===&lt;br /&gt;
* Dropper: All virus recipes only need one unit of chemical, so a dropper is absolutely essential for transferring the smaller amounts&lt;br /&gt;
* Bio-bag: You will likely isolate many symptoms, and find many diseases with your extrapolator, and you can keep all of those cultures in a handy biobag! you can find these in biohazard lockers&lt;br /&gt;
* Medical belt: A medical belt can hold your bulky extrapolator, biobags, droppers, etc. You can find one in medbay storage&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Advanced Diseases: an explanation==&lt;br /&gt;
An Advanced Disease is a special kind of virus, which has special Stats and Symptoms, which control its effects and attributes&lt;br /&gt;
===Understanding stats===&lt;br /&gt;
Outside of symptom thresholds, stats are somewhat simple to understand&lt;br /&gt;
====Stealth====&lt;br /&gt;
If stealth is above two, medical scanners and medical HUDs cannot detect it. More higher stealth needs higher tier scanning module, but even T4 scanning module wouldn&#039;t be able to detect an extremely high stat stealth virus. &lt;br /&gt;
====Stage Speed====&lt;br /&gt;
Stage speed influences a viruses incubation period, or Stage. A virus has five stages, with a probability equal to its Stage Speed (or 2, if stage speed drops below 2) each disease tick to progress to the next stage- more stage speed makes a virus progress faster. Note : virus food increases the progression speed by tenfold while in the bloodstream. &lt;br /&gt;
====Resistance====&lt;br /&gt;
Resistance determines how hard a virus is to cure- the higher the resistance, the longer a cure will take to cure a virus. Resistance also determines what cure a virus will use, and is determined by subtracting half of the virus&#039; symptom count from its resistance. Check the following table for the resistance value a 6 symptom virus would use for its cure. Only one cure will be picked from the list!&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;11&amp;quot; |Resistance required at 6 symptoms&lt;br /&gt;
|-&lt;br /&gt;
|4 or less||5||6||7||8||9||10||11||12||13||14 or more&lt;br /&gt;
|-&lt;br /&gt;
|Water, Nutriment, Ash, Iron||Ethanol, Radium, Potassium, Lithium, Oil||Table Salt, Nicotine, Space drugs||Saline-Glucose Solution, Antihol, Welding fuel, Space Cleaner||Spaceacillin, Mindbreaker Toxin, Itching Powder, Cryoxadone, Epinephrene||Miner&#039;s Salve, Oxandrolone, Atropine||Leporazine, Holy Water, Neurine||Concentrated Barber&#039;s Aid, Happiness, Pentetic Acid||Haloperidol, Pax, Black Powder, Diphenhydramine||Lipolicide, Ketamine, Methamphetamine||Krokodil, Quantum Hair Dye, Modafinil&lt;br /&gt;
|}&lt;br /&gt;
====Transmission====&lt;br /&gt;
Transmission determines the vector by which a virus spreads. A virus has each vector of lower transmission than its own type, as well as its own type. Advanced diseases cannot have Airborne transmission, though some symptoms can spread a virus more effectively&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; |Transmission required for a spread type&lt;br /&gt;
|-&lt;br /&gt;
|5 or less&lt;br /&gt;
|6 to 10&lt;br /&gt;
|11 or higher&lt;br /&gt;
|-&lt;br /&gt;
|Blood&lt;br /&gt;
|Fluids&lt;br /&gt;
|Contact&lt;br /&gt;
|}&lt;br /&gt;
====Severity====&lt;br /&gt;
Severity is a special stat. it is added up in a special order, depending on the symptom. Severity affects disease mutation, which disease slot it occupies within a host, and how the disease appears on a medical HUD. The process to determine severity is detailed below&lt;br /&gt;
#Neutered symptoms have no effect on severity&lt;br /&gt;
#Symptoms with 5 or higher severity are added. If severity is greater than 5 already, add that symptom&#039;s severity minus three instead&lt;br /&gt;
#If severity is less than 5, symptoms with severity of 1-2 are added, to a maximum of 3 severity&lt;br /&gt;
#If severity is less than 5, symptoms with a severity of 3-4 are added, to a maximum of 4 severity&lt;br /&gt;
#Symptoms with a severity of 0 or less are added&lt;br /&gt;
Example) If you add -1 severity to a 5 severity symptom, it becomes 4 severity, locking it to a maximum of 4 severity. So, you need another 5 severity symptom to get 3rd slot.&lt;br /&gt;
===Advanced Disease Slots===&lt;br /&gt;
Every host has five special advanced disease slots, each of which can have a different disease. If a disease tries to infect the same slot as another disease, its transmission must be at least twice the resistance of the disease occupying the slot, in which case, it pushes the occupying disease out, but doesnt cause immunity. Simple diseases do not occupy disease slots. This mechanic may be exploited by a virologist to stack multiple diseases- typically, no more than three.&lt;br /&gt;
#The first slot is occupied by diseases with &#039;&#039;&#039;0 or lower severity&#039;&#039;&#039;&lt;br /&gt;
#The second slot is occupied by diseases with &#039;&#039;&#039;1 to 4 severity&#039;&#039;&#039;&lt;br /&gt;
#The third slot is occupied by diseases with &#039;&#039;&#039;5 or higher severity&#039;&#039;&#039;&lt;br /&gt;
#{{Strikethrough|The fourth slot is occupied by &#039;&#039;&#039;Sentient&#039;&#039;&#039; diseases}} Sentient disease was removed from beestation since 2022 March. (Reason: Nobody maintains it here.)&lt;br /&gt;
#The fourth slot is occupied by &#039;&#039;&#039;Dormant&#039;&#039;&#039; diseases. there is no limit to diseases in this slot, but none of them do anything&lt;br /&gt;
===Symptoms===&lt;br /&gt;
A Symptom is a single effect a virus causes. A virus can have up to 6 symptoms. Symptoms each have their own stats, which are added to the virus&#039; stats (except severity, which is calculated differently). Symptoms go from levels 0-9. &lt;br /&gt;
====Symptom Levels====&lt;br /&gt;
* &#039;&#039;&#039;Level 0&#039;&#039;&#039; symptoms are wacky symptoms that could fit within levels 1-6, outside of the fact they&#039;re ridiculous. Can only be obtained from Anomalous Virus Food, or mutant clown and mime viruses&lt;br /&gt;
* &#039;&#039;&#039;Levels 1 and 2&#039;&#039;&#039; are mundane virus symptoms you could expect to see on an everyday virus&lt;br /&gt;
* &#039;&#039;&#039;Level 3&#039;&#039;&#039; symptoms are lower grade negative symptoms that are merely debilitating.&lt;br /&gt;
* &#039;&#039;&#039;Level 4&#039;&#039;&#039; symptoms alter how a virus itself acts&lt;br /&gt;
* &#039;&#039;&#039;Level 5&#039;&#039;&#039; symptoms are odd symptoms that are primarily useful for stat boosts&lt;br /&gt;
* &#039;&#039;&#039;Level 6&#039;&#039;&#039; symptoms are low-tier beneficial symptoms and neutral symptoms with unique effects&lt;br /&gt;
* &#039;&#039;&#039;Level 7&#039;&#039;&#039; symptoms are potentially lethal negative symptoms&lt;br /&gt;
* &#039;&#039;&#039;Level 8&#039;&#039;&#039; symptoms are beneficial symptoms that are more universally useful than level 6 symptoms&lt;br /&gt;
* &#039;&#039;&#039;Level 9&#039;&#039;&#039; symptoms are the most powerful symptoms. They arent reliably obtainable, and would fit into any other level besides being generally more powerful than most other symptoms in some way&lt;br /&gt;
====Thresholds====&lt;br /&gt;
Most symptoms have Stat Thresholds. If the virus they are included in meets a threshold, they gain a new and interesting effect. &amp;lt;big&amp;gt;&#039;&#039;&#039;Thresholds are one of the most important parts of being a robust virologist. Use them!&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Disease chemicals and modification===&lt;br /&gt;
{{Box|&#039;&#039;&#039;SUPER IMPORTANT ANNOUNCEMENT:&#039;&#039;&#039; Beestation server has disabled most virology contents by server configuration. The content described here may not work as written up to our server configuration.}}&lt;br /&gt;
&amp;lt;!-- Spamming to make people read this shit --&amp;gt;&lt;br /&gt;
====Combining diseases====&lt;br /&gt;
If you mix two disease cultures, the viruses will be combined, mixing their symptoms. this is useful if you have been isolating symptoms with an extrapolator.&lt;br /&gt;
====[[Guide_to_chemistry#Synaptizine|Synaptizine]]====&lt;br /&gt;
Synaptizine, aside from being a base chemical, will remove one random symptom to any virus it comes in contact with. It isn&#039;t as useful as it used to be, but you may find some niche uses for it, especially if you lack an extrapolator&lt;br /&gt;
====[[Guide_to_chemistry#Spaceacillin|Spaceacillin]]====&lt;br /&gt;
Spaceacillin will &amp;quot;Falter&amp;quot; a disease, making it unable to spread by any method but injection, and some symptoms like Macrophage. Good for personal diseases, or if you wanna meet a transmission threshold without spreading the disease. &lt;br /&gt;
====[[Guide_to_chemistry#Cryostylane|Cryostylane]]====&lt;br /&gt;
Cryostylane will Preserve a disease, making it unable to be mutated any further. If you finish a disease, you should Preserve it so it can&#039;t be edited. A Preserved disease won&#039;t evolve while spreading- if you make a spreading beneficial disease, you should definitely preserve it.&lt;br /&gt;
====[[Guide_to_chemistry#Formaldehyde|Formaldehyde]]====&lt;br /&gt;
Formaldehyde will neuter one random symptom when mixed with a virus. This disables its effects while keeping the attributes intact. This is useful for meeting threshold values without making the virus deadly. You should always neuter stat symptoms with mechanical effects, such as Sneezing, Ducatopod, etc. &#039;&#039;&#039;Neutering a symptom sets its severity to 0&#039;&#039;&#039;&lt;br /&gt;
===Virus Evolution===&lt;br /&gt;
When a virus that has not been preserved through Cryostylane that can spread via the &#039;&#039;&#039;Fluids&#039;&#039;&#039; vector infects a target, and is not the &amp;quot;master copy&amp;quot; of a virus, it has a chance to Evolve. &lt;br /&gt;
====Evolution chance====&lt;br /&gt;
Viruses have a 35% chance to evolve when transmitted. subtract the virus&#039; net Stealth and Resistance from this score (this cannot increase mutation chance above 50) to get the base evolution chance of a virus&lt;br /&gt;
====Evolution Level====&lt;br /&gt;
Viruses do not evolve equally. When a virus evolves, the level of the symptom it evolves to is determined by its &#039;&#039;&#039;Severity&#039;&#039;&#039;&lt;br /&gt;
*The minimum level of this symptom is between 1 and 6, determined by subtracting three from the virus&#039; severity&lt;br /&gt;
*The maximum level of this symptom is equal to the virus&#039; severity plus 4, though it cannot exceed nine&lt;br /&gt;
*Exceedingly rarely, or if the target is a Clown or a Mime, the virus may evolve a level 0 symptom instead. If the conditions to do this are met, it can just spawn a lower level symptom instead, however&lt;br /&gt;
====Curing a mutant virus====&lt;br /&gt;
Viruses change cures when they mutate. However, immunity to one is immunity to all strains! Additionally, a vaccine for one strain works for all strains of the virus!&lt;br /&gt;
=Making a virus=&lt;br /&gt;
{{Speech&lt;br /&gt;
|name= [SULFUR IV], the Virologist&lt;br /&gt;
|text= &amp;lt;span title=&amp;quot;Editors note: Fuck you.&amp;quot;&amp;gt;And we come to the meat of why I was the one hired to write this boring textbook of a guide that my corporate editor is no doubt going to [do their job and maintain a professional tone on]. I&#039;m going to teach you exactly how a pro designs a virus. According to my contract, I don&#039;t have to tell you any procedure as far as it comes to actually doing the nitty-gritty of it, so I won&#039;t- you gotta find out the technique yourself. Good luck, [soon-to-be qualified individual]&amp;lt;/span&amp;gt;&lt;br /&gt;
|image=[[File:Viro action.png|64px|right]]&lt;br /&gt;
}}&lt;br /&gt;
==Creating a virus recipe==&lt;br /&gt;
{{Box|&#039;&#039;&#039;SUPER IMPORTANT ANNOUNCEMENT:&#039;&#039;&#039; Beestation server has disabled most virology contents by server configuration. The content described here may not work as written up to our server configuration.}}&lt;br /&gt;
&amp;lt;!-- Spamming to make people read this shit --&amp;gt;&lt;br /&gt;
This is the first step to designing your virus, and it&#039;s the most important one. Before you even start, you need a game plan- what kind of virus are you going to make? do you want it to be just for yourself? for the crew? &amp;lt;span title=&amp;quot;Editors note: The fact we still keep this disloyal scum around baffles me.&amp;quot;&amp;gt;[Are you designing a proof-of-concept virulent agent for the purpose of a Nanotrasen-signed military arms contract]?&amp;lt;/span&amp;gt;. After that, choose your symptoms, calculate their totals, and take thresholds into account. &lt;br /&gt;
*Most viruses for impersonal use are designed on a single virus, due to the fact that spreading multiple diseases at once presents unforeseen challenges, and that most people who would accept a normal beneficial disease do not want to deal with the inconveniences of higher-severity symptoms&lt;br /&gt;
*If you&#039;re creating a virus for yourself, however? try to make a virus that uses all three disease channels available to you. Remember that most deadly symptoms can, in some way, be inhibited by a beneficial symptom or two.&lt;br /&gt;
==Obtaining Symptoms==&lt;br /&gt;
The first thing a virologist needs to do once they have a recipe is hunt down the symptoms they need to make that recipe. This is what a virologist will spend most of their shift doing! Use one of the methods detailed below to find the symptoms you need&lt;br /&gt;
===Symptom Hunting===&lt;br /&gt;
The Viral Extrapolator can be used to extract diseases from several sources. Clicking a valid source with the extrapolator in &amp;lt;B&amp;gt;Scan&amp;lt;/B&amp;gt; [[File:Explorator_scan.gif|32px]] mode will determine if it has a disease, and, if the disease is not too stealthy, what symptoms it has. Otherwise, clicking a valid source with the extrapolator in &amp;lt;B&amp;gt;Extract&amp;lt;/B&amp;gt; [[File:Explorator_sample.gif|32px]] mode will extract the disease from the target. The following sources are the most common sources of viruses, usually found in maintenance:&lt;br /&gt;
* Bloodstains. Only dried blood or old gibs will spawn with diseases.&lt;br /&gt;
* Vomit. Only crusty, dried vomit will spawn with diseases.&lt;br /&gt;
* Syringes. Only used syringes, found in maint, will spawn with diseases. These will spread their disease when used! be careful.&lt;br /&gt;
* Mice and rats. These will also spread their disease when eaten- be careful&lt;br /&gt;
* Vector, the virologist&#039;s pet hamster, always has an extractable disease.&lt;br /&gt;
====Dormant Diseases====&lt;br /&gt;
Dormant Diseases are an inactive disease on a station employee. Employees of some jobs are likelier to have diseases than others, and some races are less or more likely to have diseases. Experiment!&lt;br /&gt;
A dormant disease can be obtained like any other hunted disease, or you may take a blood sample of the affected employee. Dormant diseases are special in that they are &amp;lt;b&amp;gt;unsuited for modification&amp;lt;/b&amp;gt;- you must isolate their symptoms for use&lt;br /&gt;
===Mutagenic Chemicals===&lt;br /&gt;
{{Box|&#039;&#039;&#039;SUPER IMPORTANT ANNOUNCEMENT:&#039;&#039;&#039; Beestation server has disabled most virology contents by server configuration. The content described here may not work as written up to our server configuration.}}&lt;br /&gt;
&amp;lt;!-- Spamming to make people read this shit --&amp;gt;&lt;br /&gt;
[[Guide_to_chemistry#Virology_Recipes|Virological Reagents]] are used to obtain a symptom from a specific symptom level. This is generally less efficient than other methods of obtaining symptoms, and cannot obtain level 9 symptoms. Generally, the most efficient way to obtain a symptom via mutagenic chemicals is dumping one unit of the chemical into a culture with one symptom until you find the symptom you want, without clearing the bottle. After you find the desired symptom, use the extrapolator to isolate it. &lt;br /&gt;
* &#039;&#039;&#039;[[Guide_to_chemistry#Anomalous Virus Food|Anomalous Virus Food]]&#039;&#039;&#039;: Discovered when an intern spilt their banana milkshake in one of my cultures, Anomalous Virus Food can be used to mutate your disease and give it a level 0 symptom. It is made by combining ten units of pure Laughter (made by mixing banana juice and sugar) with virus food. This is the only way to obtain level 0 symptoms on a reliable basis- so if you wish to use one, you are required to use anomalous virus food.&lt;br /&gt;
* &#039;&#039;&#039;[[Virus Food]]&#039;&#039;&#039;: You can make virus food with Water and Milk. Virology lab has its own Virus Food Dispenser. Mixing this with a disease will give that disease a symptom of level 1 to 2. Pure virus food is the only way to get level 2 symptoms, so, unlike plasma and mutagen, it is useful alone. &lt;br /&gt;
* &#039;&#039;&#039;[[Unstable Mutagen]]&#039;&#039;&#039;: You can use mutagen to mutate your disease and give it a symptom of level 2 to 4. Virology starts with a 30u bottle of mutagen.&lt;br /&gt;
* &#039;&#039;&#039;[[Plasma|Liquid Plasma]]&#039;&#039;&#039;: Plasma can be used to mutate your disease to give it a symptom of level 4 to 6. Plasma in liquid form is generally in very limited supply, unless mining and chemistry cooperates with you. Virology starts with a 30u bottle of liquid plasma, and in some station layouts with extra plasma bars.&lt;br /&gt;
* &#039;&#039;&#039;[[Guide_to_chemistry#Virus Rations|Virus rations]]&#039;&#039;&#039;: Virus rations can be used to mutate your disease and give it a level 1 symptom. It is made by depleting Virus food with Synaptizine. Level 1 symptoms almost universally boost stats, but have very little effect. Level 2 symptoms tend to be a bit better, so it&#039;s wise to leave virus food as-is.&lt;br /&gt;
* &#039;&#039;&#039;[[Guide_to_chemistry#Mutagenic Agar|Mutagenic Agar]]&#039;&#039;&#039;: Mutagenic agar can be used to mutate your disease to give it a level 3 symptom. It is made by mixing Unstable mutagen and virus food together. Level three symptoms tend to be either decent stat-boosters, or subpar active symptoms.&lt;br /&gt;
* &#039;&#039;&#039;[[Guide_to_chemistry#Sucrose Agar|Sucrose Agar]]&#039;&#039;&#039;: Sucrose agar can be used to mutate your disease to give it a level 4 symptom. It is made by mixing Sugar or Saline Glucose Solution and Mutagenic agar together. Level four symptoms are quite weak, so there is very little point to mixing this.&lt;br /&gt;
* &#039;&#039;&#039;[[Guide_to_chemistry#Weakened Virus Plasma|Weakened Virus Plasma]]&#039;&#039;&#039;: Weakened virus plasma can be used to mutate your disease and give it a level 5 symptom. It is made by weakening virus plasma using Synaptizine. Level 5 symptoms tend to be some of the strongest stat symptoms&lt;br /&gt;
* &#039;&#039;&#039;[[Guide_to_chemistry#Virus Plasma|Virus Plasma]]&#039;&#039;&#039;: Virus plasma can be used to mutate your disease and give it a level 6 symptom. It is made by mixing liquid plasma with virus food. Level 6 symptoms are the strongest active symptoms available without uranium or Highly Unstable Virus Food&lt;br /&gt;
* &#039;&#039;&#039;[[Guide_to_chemistry#Decaying Uranium Gel|Decaying Uranium Gel]]&#039;&#039;&#039;: Decaying Uranium Gel can be used to mutate your disease and give it a level 6 or 7 symptom. It is made by combining 1 virus food with 1 liquid Uranium. Efficient compared to Unstable gel, but slower to use.&lt;br /&gt;
* &#039;&#039;&#039;[[Guide_to_chemistry#Unstable Uranium Gel|Unstable Uranium Gel]]&#039;&#039;&#039;: Unstable Uranium Gel can be used to mutate your disease and give it a level 7 symptom. It is made by combining 1 virus plasma with 5 liquid Uranium. Level 7 symptoms contain potent stat symptoms, and several esoteric symptoms. &lt;br /&gt;
* &#039;&#039;&#039;[[Guide_to_chemistry#Stable Uranium Gel|Stable Uranium Gel]]&#039;&#039;&#039;: Stable Uranium Gel can be used to mutate your disease and give it a level 8 symptom. It is made by combining 1 plasma with 10 parts liquid Uranium and 10 parts liquid silver or gold. Level 8 symptoms contain some of the most potent healing symptoms, as well as some very difficult to deal with deadly symptoms.&lt;br /&gt;
===Viral Evolution===&lt;br /&gt;
Viral evolution is the slowest and least efficient way to obtain symptoms. However, it&#039;s also the only way to reliably obtain level 9 symptoms. The lower a viruses cumulative resistance and stealth are, the likelier a virus is to mutate when it is transmitted. Viruses do not mutate when first injected, nor do they mutate if they cannot spread by fluid transmission. If a virus mutates, it will gain a new symptom. This symptom&#039;s level depends on the viruses severity- the lowest possible level is the lower of severity-3, or 6. The highest possible level is severity +4, or 9. The best way to obtain new symptoms through viral evolution is testing a transmittable, deadly disease on monkeys, and curing it when monkeys dont get what you want, that you may reuse them. Follow biohazard protocol whilst doing so!&lt;br /&gt;
====Biohazard Protocol====&lt;br /&gt;
Testing and evolving a virus is very dangerous. Make sure to warn all visitors and medical personnel when experimenting with a virus. Wear proper protective gear, so as not to expose yourself to the virus. If you get infected, do not leave your laboratory! call for help, so as not to spread the virus!&lt;br /&gt;
==Finalizing your virus==&lt;br /&gt;
{{Box|&#039;&#039;&#039;SUPER IMPORTANT ANNOUNCEMENT:&#039;&#039;&#039; Beestation server has disabled most virology contents by server configuration. The content described here may not work as written up to our server configuration.}}&lt;br /&gt;
&amp;lt;!-- Spamming to make people read this shit --&amp;gt;&lt;br /&gt;
When you have found all your symptoms, it&#039;s a simple manner of isolating them, combining them, making cultures, and then doing a few final steps, depending on the virus&lt;br /&gt;
*If your virus is transmittable by Fluids, consider adding &#039;&#039;&#039;Cryostylane&#039;&#039;&#039; to the mix. This will prevent it from mutating!&lt;br /&gt;
*If your virus is transmittable at all, you must get the approval of the Chief Medical Officer and the Captain before using it outside of your laboratory. &lt;br /&gt;
*If you plan to distribute a virus to the public, get the approval of the Chief Medical Officer&lt;br /&gt;
*If your virus does not have a symptom that will transmit it regardless of its transmission vector, adding &#039;&#039;&#039;Spaceacillin&#039;&#039;&#039; will Falter it, and prevent it from spreading.&lt;br /&gt;
*If you are a race that isn&#039;t virus immune, but can&#039;t gain a disease by normal means, whether due to being unable to drink, or being unable to inject a virus, you can have an infected monkey bite you. If no monkeys are available, you can use a Cryotube- placing the culture in the tube will infect you&lt;br /&gt;
=Symptoms Table=&lt;br /&gt;
{{Speech&lt;br /&gt;
|name= [SULFUR IV], the Virologist&lt;br /&gt;
|text= Alright, here’s the good part: As follows is a complete list of symptoms we are currently equipped to pick up on our equipment. I’ve taken the liberty of categorizing symptoms by how *angry* people will get when they’re injected with the symptom! I’ve also color coded the thresholds, if they’ll change which category a symptom will fall into! The colors of my genius grade system are based on what they look like on your handy-dandy little medical heads-up-devices.&lt;br /&gt;
&lt;br /&gt;
And- Do please note, being of a scary color doesnt mean a symptom can&#039;t be used beneficially. Experiment!&lt;br /&gt;
|image=[[File:Viro action.png|64px|right]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Blue Grade==&lt;br /&gt;
These symptoms have very few, if any, side effects. People will generally not notice these, or be grateful for them. Neutered symptoms generally fall into this category&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot;; || style=&amp;quot;text-align: center; background: #abe6ff;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Symptom&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Stealth&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Resistance&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Stage speed&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Transmission &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Severity&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Level &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; | Effect&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Threshold (hover mouse over for details)&lt;br /&gt;
|-&lt;br /&gt;
!Aptotic Culling&lt;br /&gt;
| 1 || 1 || 1 || -2 || 0 || 8 || The virus converts radiation to brute damage.|| &amp;lt;span title=&amp;quot;The virus converts toxin damage to brute damage. -1 severity.&amp;quot; style=&amp;quot;color:#13b00e;&amp;quot;&amp;gt;&#039;&#039;&#039;Stage Speed 6&#039;&#039;&#039;&amp;lt;/span&amp;gt;, &amp;lt;span title = &amp;quot;The virus converts cellular damage to burn damage. -1 severity.&amp;quot; style=&amp;quot;color:#13b00e;&amp;quot;&amp;gt;&#039;&#039;&#039;Resistance 12&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Biometallic Replication&lt;br /&gt;
| 0 || 1 || 4 || -1 || 0 || 9 || The virus becomes able to infect robotic species, such as IPCS. The virus also allows inorganic hosts to use nanites.|| &amp;lt;span title=&amp;quot;Slowly replaces the host&#039;s organic organs with clockwork versions of themselves, which offer no inherent advantage. +1 severity.&amp;quot; style=&amp;quot;color:#ffc832;&amp;quot;&amp;gt;&#039;&#039;&#039;Stage Speed 4&#039;&#039;&#039;&amp;lt;/span&amp;gt;, &amp;lt;span title = &amp;quot;Slowly turns the host&#039;s body into that of a clockwork automaton. This offers no inherent advantage. +1 severity.&amp;quot; style=&amp;quot;color:#ffc832;&amp;quot;&amp;gt;&#039;&#039;&#039;Resistance 4&#039;&#039;&#039;&amp;lt;/span&amp;gt;, &amp;lt;Span title = &amp;quot;Most of the new organs and bodyparts gain inherent advantages, though most aren&#039;t as good as those obtained in Robotics. -3 Severity&amp;quot; style=&amp;quot;color:#13b00e;&amp;quot;&amp;gt;&#039;&#039;&#039;Stage Speed 12&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Eternal Youth&lt;br /&gt;
|3 || 4 || 4 || -4 || 0 || 5 || The host’s physical age reverts to, and never exceeds, 18 years old.||None&lt;br /&gt;
|-&lt;br /&gt;
!Inorganic Biology&lt;br /&gt;
| -1 || 4 || -2 || 3 || 0 || 4 || The virus becomes able to affect inorganic species, such as [[Golem]]s or [[Plasmamen]]. || None&lt;br /&gt;
|-&lt;br /&gt;
!Mind Restoration&lt;br /&gt;
| -1 || -2 || 1 || -3 || -1 || 6 || The virus heals the host of brain damage || &amp;lt;span title=&amp;quot;Heals minor brain traumas&amp;quot;&amp;gt;Resistance 6&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Heals severe brain traumas, even those that would normally require a lobotomy. The obsession (psychotic schizophrenic delusions) and hypnosis (looping thought pattern) traumas are NOT affected by this, however.&amp;quot;&amp;gt;Resistance 9&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Purges alcohol in the bloodstream&amp;quot;&amp;gt;Transmission 8&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Nano-symbiosis&lt;br /&gt;
| 0 || 2 || 2 || -1 || 0 || 6 || The virus multiplies metal and silicate structure, enhancing nanite replication and healing the host&#039;s mechanical bodyparts of brute and burn damage. This can cause some unpredictable nanite activation.||&amp;lt;span title=&amp;quot;Increases the replication boost and heal speed.&amp;quot;&amp;gt;Stage Speed 7&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Increases the virus&#039; growth rate while nanites are present.&amp;quot;&amp;gt;Transmission 5&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Necrotic Metabolism&lt;br /&gt;
| 2 || 2 || 2 || 0 || 0 || 4 || The virus can affect the undead. It also continues to function when the host is dead.|| None&lt;br /&gt;
|-&lt;br /&gt;
!Organ Restoration&lt;br /&gt;
| 2 || 3 || -2 || -1 || -1 || 6 || The virus heals damage to most organs.||&amp;lt;span title=&amp;quot;The host will slowly regenerate missing organs. -1 Severity.&amp;quot; style=&amp;quot;color:#13b00e;&amp;gt;&#039;&#039;&#039;Stealth 4&#039;&#039;&#039;&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;The host will become immune to appendicitis and heart disease.&amp;quot;&amp;gt;Stage speed 10&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Self-Respiration&lt;br /&gt;
| 1 || -3 || -3 || -4 || -1 || 8 || The host no longer needs to breath, and, if they somehow take oxygen damage, it will quickly be healed || &amp;lt;span title=&amp;quot;Additionally regenerates lost blood&amp;quot;&amp;gt;Resistance 8&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Sensory Restoration&lt;br /&gt;
| 0 || 1 || -2 || 2 || -1 || 4 || Restores mob&#039;s senses by fixing eye and ear damage and curing hallucinations.||None&lt;br /&gt;
|-&lt;br /&gt;
!Superficial healing&lt;br /&gt;
| -1 || -2 || -2 || 0 || -1 || 8 || Heals brute and burn damage passively, if you have under 15 of either|| &amp;lt;span title=&amp;quot;Threshold increases to 30&amp;quot;&amp;gt;Resistance 10&amp;lt;/span&amp;gt; &amp;lt;span title=&amp;quot;The virus&#039;s healing speed is doubled&amp;quot;&amp;gt;Stage Speed 8&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Viral Aggressive Metabolism&lt;br /&gt;
| 1 || 1 || 3 || -4 || 0 || 4 || The disease starts at level 5, but cures itself over time||&amp;lt;span title=&amp;quot;The virus cures itself half as fast&amp;quot;&amp;gt;Stealth 4&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Viral Evolutionary Acceleration&lt;br /&gt;
| -2 || -3 || 5 || 3 || 0 || 4 || Doubles the virus’ chance of mutation||None&lt;br /&gt;
|-&lt;br /&gt;
!Viral Self-Adaptation&lt;br /&gt;
| 3 || 5 || -3 || 0 || 0 || 4 || Halves the virus’ chance of mutation||None&lt;br /&gt;
|-&lt;br /&gt;
!Viral Suspended Animation&lt;br /&gt;
| 4 || -2 || -2 || 1 || 0 || 4 || The virus does nothing until it reaches its final stage||None&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==Green Grade==&lt;br /&gt;
These symptoms have noticeable, but minor side effects. Don’t expect people to be grateful for diseases like this.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;text-align: center; background:#c7edbe;&amp;quot; ; ||&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Symptom&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Stealth&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Resistance&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Stage speed&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Transmission &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Severity&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Level &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; | Effect&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Threshold (hover mouse over for details)&lt;br /&gt;
|-&lt;br /&gt;
!Alopecia&lt;br /&gt;
| 0 || 3 || 2 || 2 || 0 || 5 || Causes rapid hair loss.|| None&lt;br /&gt;
|-&lt;br /&gt;
!Coughing&lt;br /&gt;
| -1 || 3 || 1 || 2 || 0 || 1 || The host coughs occasionally||&amp;lt;span title=&amp;quot;The host drops items when coughing. +1 Severity &amp;quot; style=&amp;quot;color:#ffc832;&amp;quot;&amp;gt;&#039;&#039;&#039;Resistance 3&#039;&#039;&#039;&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;occasionally stuns the host. +1 Severity&amp;quot; style=&amp;quot;color:#ffc832;&amp;quot;&amp;gt;&#039;&#039;&#039;Resistance 10&#039;&#039;&#039;&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;The host coughs more&amp;quot; &amp;gt;Stage Speed 6&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;symptom hidden till active&amp;quot;&amp;gt;Stealth 4&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;The host may spread the virus as if it were airborne when coughing&amp;quot;&amp;gt;Transmission 11&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Dermagraphic Ovulogenesis&lt;br /&gt;
| -3 || 1 || 0 || 2 || -1 || 8 || The virus causes the host to grow egg-like nodules on their skin, which periodically fall off and contain the disease and some healing chemicals. || &amp;lt;span title=&amp;quot;Eggs and Egg Sacs contain all diseases on the host, instead of just the disease containing the symptom. +1 Severity &amp;quot; style=&amp;quot;color:#ffc832;&amp;quot;&amp;gt;&#039;&#039;&#039;Transmission 12&#039;&#039;&#039;&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Egg Sacs will &#039;explode&#039; into eggs after a period of time, covering a larger area with infectious matter. +1 Severity&amp;quot; style=&amp;quot;color:#ffc832;&amp;quot;&amp;gt;&#039;&#039;&#039;Transmission 16&#039;&#039;&#039;&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot; Eggs and Egg Sacs contain more healing chems. -1 Severity&amp;quot; style=&amp;quot;color:#13b00e;&amp;quot;&amp;gt;&#039;&#039;&#039;Resistance 10&#039;&#039;&#039;&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Eggs and Egg Sacs become nearly transparent, making them more difficult to see. +1 Severity&amp;quot; style=&amp;quot;color:#ffc832;&amp;quot;&amp;gt;&#039;&#039;&#039;Stealth 6&#039;&#039;&#039;&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Egg Sacs fall off the host more frequently.&amp;quot;&amp;gt;Stage Speed 10&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Facial Hypertrichosis&lt;br /&gt;
| 1 || 3 || 3 || 1 || 0 || 5 || Makes you grow a massive beard, regardless of gender.||None&lt;br /&gt;
|-&lt;br /&gt;
!Fever&lt;br /&gt;
| -1 || 3 || 3 || 2 || 0 || 2 || Heats up your body. Will not reach damaging levels of heat unless resistance thresholds are met.||&amp;lt;span title=&amp;quot;Increases fever intensity, fever can overheat and harm the host. +1 Severity&amp;quot; style=&amp;quot;color:#ffc832;&amp;quot;&amp;gt;&#039;&#039;&#039;Resistance 5&#039;&#039;&#039;&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Further increases fever intensity. +1 Severity&amp;quot; style=&amp;quot;color:#ffc832;&amp;quot;&amp;gt;&#039;&#039;&#039;Resistance 10&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Hallucigen&lt;br /&gt;
| 1 || -1 || 1 || 1 || 1 || 3 || Makes the affected mob have hallucinations for short periods of time. Available in [[Supply_crates#Virus_crate|Virus Crates]].||&amp;lt;span title=&amp;quot;Increases the amount of hallucinations. +1 Severity&amp;quot; style=&amp;quot;color:#ffc832;&amp;quot;&amp;gt;&#039;&#039;&#039;Stage Speed 7&#039;&#039;&#039;&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;The virus mimics positive symptoms&amp;quot;&amp;gt;Stealth 2&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Headache&lt;br /&gt;
| -1 || 4 || 2 || 0 || 0 || 1 || Displays an annoying message! Should be used for buffing your disease.||&amp;lt;span title=&amp;quot;Headaches will cause severe pain, which weakens the host. +1 Severity&amp;quot; style=&amp;quot;color:#ffc832;&amp;quot;&amp;gt;&#039;&#039;&#039;Stage Speed 6&#039;&#039;&#039;&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Headaches become less frequent but far more intense, preventing any action from the host. +1 Severity. &amp;quot; style=&amp;quot;color:#ffc832;&amp;quot;&amp;gt;&#039;&#039;&#039;Stage Speed 9&#039;&#039;&#039;&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Reduces headache frequency until later stages&amp;quot;&amp;gt;Stealth 4&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Hemetophagy&lt;br /&gt;
| 1 || -2 || 1 || 2 || 0 || 9 || The host becomes able to consume blood from any source, even by standing on blood pools on the floor. However, their blood volume is slowly consumed by the virus||&amp;lt;span title=&amp;quot;Consumed blood will slowly heal the host. -1 severity&amp;quot; style=&amp;quot;color:#13b00e;&amp;quot;&amp;gt;&#039;&#039;&#039;Transmission 4&#039;&#039;&#039;&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;The virus assimilates consumed blood into the host’s body at a faster rate, but also drains the host’s blood faster&amp;quot;&amp;gt;Stage Speed 7&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;The virus becomes somewhat more aggressive, consuming blood from a greater range, and from open wounds in creatures in close contact with the host&amp;quot;&amp;gt;Transmission 6 &amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Hyperactivity&lt;br /&gt;
| -4 || 0 || 2 || -3 || 1 || 8 || Causes the host to become hyperactive, making them need to eat more often, and making them regenerate .||&amp;lt;span title=&amp;quot;The virus can cause starvation, but increases stamina regeneration. -1 severity&amp;quot; style=&amp;quot;color:#13b00e;&amp;quot;&amp;gt;&#039;&#039;&#039;Resistance 8&#039;&#039;&#039;&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;The virus causes extreme nervousness and paranoia, resulting in bad mood and hallucinations. However, it also allows the host to shake stuns faster. -1 severity.&amp;quot; style=&amp;quot;color:#13b00e;&amp;quot;&amp;gt;&#039;&#039;&#039;Stage Speed 8&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Hyperperspiration&lt;br /&gt;
| 1 || -1 || 0 || 1 || 1 || 6 || Causes the host to sweat, lowering firestacks by a small amount and sometimes leaving a puddle of water.||&amp;lt;span title=&amp;quot;The host sweats like a fire extinguisher, spreading water in a 2 tile radius&amp;quot;&amp;gt;Transmission 4&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Heals toxin damage, and the host will sweat out all reagents in the same two tile radius as the previous threshold. -1 Severity &amp;quot; style=&amp;quot;color:#13b00e;&amp;quot;&amp;gt;&#039;&#039;&#039;Transmission 6&#039;&#039;&#039;&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Sweat will clean surrounding tiles, and the symptom no longer leaves puddles&amp;quot;&amp;gt;Stage Speed 6&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Hysteria&lt;br /&gt;
| 1 || 1 || -1 || 3 || 0 || 9 || All hosts of the virus will fixate on a random action, and will do it at random. When a host sees another host perform the action, they will do so as well, unless mindshielded.|| &amp;lt;span title=&amp;quot;The disease spreads memetically-. If someone sees the host perform the action, they will have a chance to become infected as well, unless they have a mindshield or a tinfoil hat.&amp;quot; style=&amp;quot;color:#ffc832;&amp;quot;&amp;gt;&#039;&#039;&#039;Transmission 14&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Itching &lt;br /&gt;
|0|| 3||3||1 || 0||1||Displays an annoying message. Should be used for buffing your disease. Can do slight brute damage if the stage speed threshold is met.||&amp;lt;span title=&amp;quot;Increases frequency of itching&amp;quot;&amp;gt;Transmission 6&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;The host will scratch themselves when itching, causing superficial damage&amp;quot;&amp;gt;Stage Speed 7&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Metabolic Boost &lt;br /&gt;
| -1||-2||2||1|| 0||8 ||Doubles the host&#039;s metabolism speed, making them process chems much faster than normal, with twice the effect, but also increasing their hunger tenfold.||&amp;lt;span title=&amp;quot;Reduces hunger rate&amp;quot;&amp;gt;Stealth 3&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Chemical metabolization is tripled instead of doubled&amp;quot;&amp;gt;Stage Speed 10&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! Necropolis Seed&lt;br /&gt;
|0||3 ||-10||-3||-1||9||Makes the host do more damage with their punches, become immune to piercing take less damage, and slows them down.|| &amp;lt;span title=&amp;quot;Gibs the host on death and drops a tendril chest. +2 Severity. &amp;quot; style=&amp;quot;color:#ff0000;&amp;quot;&amp;gt;&#039;&#039;&#039;Stealth 8&#039;&#039;&#039;,&amp;lt;/span&amp;gt; &amp;lt;span title=&amp;quot;Creates tendrils around the host like an ancient goliath&amp;quot;&amp;gt;Resistance 15&amp;lt;/span&amp;gt;, &amp;lt;Span title=&amp;quot;Make the host fire and lava Proof. -1 Severity&amp;quot; style=&amp;quot;color:#13b00e;&amp;quot;&amp;gt;&#039;&#039;&#039;Resistance 20&#039;&#039;&#039;&amp;lt;/Span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Photosensitive Muscle Condensation&lt;br /&gt;
|0 || 2 || -3||0||-2 || 8||When the host is surrounded by light, their maximum health increases, and their speed decreases. In the darkness, the host’s speed increases, and their health decreases||&amp;lt;span title=&amp;quot;The difference between light and dark conditions becomes twice as pronounced. -1 severity.&amp;quot; style=&amp;quot;color:#13b00e;&amp;quot;&amp;gt;&#039;&#039;&#039;Stealth 3&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Pierrot&#039;s Throat&lt;br /&gt;
| -1|| 3||1||2||0||0|| style=&amp;quot;color:#ff69ed&amp;quot; |The host honks occasionally||&amp;lt;span title=&amp;quot;The host occasionally spreads the disease by honking&amp;quot;&amp;gt;Transmission 10&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;The host grows a clown mask. +1 Severity&amp;quot; style=&amp;quot;color:#ffc832;&amp;quot;&amp;gt;&#039;&#039;&#039;Resistance 10&#039;&#039;&#039;&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;The host becomes clumsy, like a clown. +2 Severity&amp;quot; style=&amp;quot;color:#ffc832;&amp;quot;&amp;gt;&#039;&#039;&#039;Resistance 15&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Polyvitiligo&lt;br /&gt;
| 0|| 1||4||1||0||0|| style=&amp;quot;color:#ff69ed&amp;quot; |The host changes color randomly.||None&lt;br /&gt;
|-&lt;br /&gt;
!Regenerative Coma &lt;br /&gt;
| 0||2||-3||-3|| -2||8 ||Causes the host to fall into a death-like coma when heavily damaged, then rapidly cures their wounds.||&amp;lt;span title=&amp;quot;Host appears to die when falling into a coma. This activates symptoms that normally only activate on death&amp;quot;&amp;gt;Stealth 2&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Stabilizes the host when in a critical condition&amp;quot;&amp;gt;Resistance 4&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Increases healing speed&amp;quot;&amp;gt;Stage Speed 7&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! Revitiligo&lt;br /&gt;
| 1|| 2||1||2||0||5|| Makes the host black. Every virologist&#039;s first joke plague. No one finds it funny anymore.||None&lt;br /&gt;
|-&lt;br /&gt;
!SBG Syndrome &lt;br /&gt;
|1|| 2||3||1||0||0|| style=&amp;quot;color:#ff69ed&amp;quot; |Makes cockroaches crawl from the user&#039;s face. Should be used for buffing your disease.||&amp;lt;span title=&amp;quot;The host will create more roaches&amp;quot;&amp;gt;Transmission 8&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;The host will spawn 1-5 roaches on death&amp;quot;&amp;gt;Stage Speed 8&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! Pituitary Disruption&lt;br /&gt;
| -3 || -2||1||-2||1||8 ||Causes the host to grow, with size scaling with stage speed. Has brute healing thresholds.||&amp;lt;span title=&amp;quot;Passively heals brute damage, and causes the host to occasionally (harmlessly) vomit organs and blood. -1 Severity&amp;quot; style=&amp;quot;color:#13b00e;&amp;quot;&amp;gt;&#039;&#039;&#039;Stage Speed 6&#039;&#039;&#039;&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Triples healing speed and grants limb regeneration, but causes cell damage over time. +3 Severity&amp;quot; style=&amp;quot;color:#ffc832;&amp;quot;&amp;gt;&#039;&#039;&#039;Stage Speed 12&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! Shivering &lt;br /&gt;
|0|| 2||2||2||0||2|| Cools down your body. Won&#039;t reach damaging levels unless thresholds are met.||&amp;lt;span title=&amp;quot;Increases cooling speed; the host can fall below safe temperature levels. +1 Severity.&amp;quot; style=&amp;quot;color:#ffc832;&amp;quot;&amp;gt;&#039;&#039;&#039;Stage Speed 5&#039;&#039;&#039;&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Further increases cooling speed. +1 Severity.&amp;quot; style=&amp;quot;color:#ffc832;&amp;quot;&amp;gt;&#039;&#039;&#039;Stage Speed 10&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Silicolysis&lt;br /&gt;
|0||4||-1 ||1||0|| 6||The virus reacts to nanites in the host&#039;s bloodstream by attacking and consuming them, which also causes them to go haywire as they die. The virus&#039; silicon-eating will also severely damage mechanical bodyparts.||&amp;lt;span title=&amp;quot;Increases the virus&#039; growth rate while nanites are present.&amp;quot;&amp;gt;Stage Speed 5&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Severely increases the rate at which the nanites are destroyed, and increases the damage on mechanical parts&amp;quot;&amp;gt;Resistance 7&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Sneezing&lt;br /&gt;
| -2|| 3||0|| 4||0||1||Causes the mob to occasionally sneeze.||&amp;lt;span title=&amp;quot;The symptom remains hidden until active&amp;quot;&amp;gt;Stealth 4&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;When sneezing, the host spreads the virus as if it were airborne, with long range&amp;quot;&amp;gt;Transmission 12&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Thermal Retrostable Displacement &lt;br /&gt;
| 1 || 2 || -2 ||-3|| 0|| 8||If the host gets too hot or too cold, they will teleport to a location where they were at a safe temperature previously. The temperature the area is NOW doesn&#039;t matter, though. Has burn healing thresholds.||&amp;lt;span title=&amp;quot;The symptom works on a smaller scale, effectively healing burn damage, and causing the effect if the host takes over 75 burn damage. -1 Severity&amp;quot; style=&amp;quot;color:#13b00e;&amp;quot;&amp;gt;&#039;&#039;&#039;Resistance 6&#039;&#039;&#039;&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;The effect now works on a hair trigger, having lowered thresholds for teleportation. If the burn healing threshold is met, the speed is doubled. -1 Severity&amp;quot; style=&amp;quot;color:#13b00e;&amp;quot;&amp;gt;&#039;&#039;&#039;Transmission 8&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! Toxolysis &lt;br /&gt;
| 0 || -2||2||-2||0||6||Purges all chemicals at a fast rate from the bloodstream.||&amp;lt;span title=&amp;quot;Increases chem removal speed&amp;quot;&amp;gt;Resistance 7&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Consumed chemicals nourish the host&amp;quot;&amp;gt;Stage Speed 6&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! Vitiligo&lt;br /&gt;
| 2|| 0||3||1||0 ||5 ||Makes the mob lose skin pigmentation.||None&lt;br /&gt;
|-&lt;br /&gt;
!Wizarditis&lt;br /&gt;
|1||-2 || -3||-1||0||0|| style=&amp;quot;color:#ff69ed&amp;quot; |The host believes themselves to be a wizard||&amp;lt;span title=&amp;quot;The host may occasionally teleport around! +1 Severity&amp;quot; style=&amp;quot;color:#ffc832;&amp;quot;&amp;gt;&#039;&#039;&#039;Transmission 8&#039;&#039;&#039;&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;The host grows a set of wizard robes, +1 Severity&amp;quot; style=&amp;quot;color:#ffc832;&amp;quot;&amp;gt;&#039;&#039;&#039;Stage Speed 7&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Xenobiological Symbiosis&lt;br /&gt;
|1||2||2||-1|| 1||8 ||The disease causes slime-devouring grubs to gestate within the host. This symptom is nearly harmless for most people, causing mere slowdown, but it’s invariably lethal for slime people. The grubs can be butchered for toxic, infectious meat that, when cooked, heals hosts quickly||&amp;lt;span title=&amp;quot;The grubs will devour toxins in the host’s bloodstream. -2 severity&amp;quot; style=&amp;quot;color:#13b00e;&amp;quot;&amp;gt;&#039;&#039;&#039;Stealth 2&#039;&#039;&#039;&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;More grubs gestate, at a faster rate. Doubles severity&amp;quot; style=&amp;quot;color:#ffc832;&amp;quot;&amp;gt;&#039;&#039;&#039;Stage Speed 6&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==Yellow Grade ==&lt;br /&gt;
These symptoms are nonlethal, or very slightly lethal, but they’re usually somewhat annoying to be afflicted with. &lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;text-align: center; background: #fffd7a;&amp;quot; ; ||&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Symptom&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Stealth&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; |Resistance&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; |Stage speed&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; |Transmission&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; |Severity&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; |Level&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; |Effect&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; |Threshold (hover mouse over for details)&lt;br /&gt;
|-&lt;br /&gt;
! Autobrewery Syndrome&lt;br /&gt;
| -1 || -2||3||-1||1|| 6||The virus causes persistent drunkenness.||&amp;lt;span title=&amp;quot;The drunkenness of the virus is lowered, to only just a pleasant buzz. -1 severity&amp;quot; style=&amp;quot;color:#13b00e;&amp;quot;&amp;gt;&#039;&#039;&#039;Stealth 3&#039;&#039;&#039;&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;The virus becomes severe enough to cause lethal alcohol poisoning, if the stealth is below 3. +3 Severity&amp;quot; style=&amp;quot;color:#ff0000;&amp;quot;&amp;gt;&#039;&#039;&#039;Speed 6&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Bee Infestation&lt;br /&gt;
| -2|| 2||1||1|| 2||0 ||Infests the host&#039;s stomach with bees, causing minor toxin damage and bee-filled coughs.||&amp;lt;span title=&amp;quot;Host synthesizes honey instead of toxins, bees now sting with honey instead of toxin, healing and fattening the host and those nearby. Synthesizes insulin, making the host immune to hyperglycemic shock. -4 Severity&amp;quot; style=&amp;quot;color:#13b00e;&amp;quot;&amp;gt;&#039;&#039;&#039;Resistance 12&#039;&#039;&#039;&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;The bees spawn with a random toxin, unless the resistance threshold is met. +2 Severity&amp;quot; style=&amp;quot;color:#ff0000;&amp;quot;&amp;gt;&#039;&#039;&#039;Transmission 10&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Blob Spores&lt;br /&gt;
|1||6||-2 ||1 ||3||9||The host produces blob spores, causing them to pop on death, spawning a blob tile and releasing blob spores.||&amp;lt;span title=&amp;quot;The blob tile will be a strong blob&amp;quot;&amp;gt;Resistance 8&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;The blob tile may be a factory blob&amp;quot;&amp;gt;Resistance 11&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;The blob tile may be a blob node. +1 severity&amp;quot; style=&amp;quot;color:#ff0000;&amp;quot;&amp;gt;&#039;&#039;&#039;Resistance 14&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! Cornu Cutaneum &lt;br /&gt;
| -3||3||-3 ||0 ||1|| 8||The host damages anyone who touches them||&amp;lt;span title=&amp;quot;The host gains some armor. -1 Severity&amp;quot; style=&amp;quot;color:#13b00e;&amp;quot;&amp;gt;&#039;&#039;&#039;Resistance 6&#039;&#039;&#039;&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;The disease damages creatures more often&amp;quot;&amp;gt;Transmission 6&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Confusion&lt;br /&gt;
|1 || -1||-3||0||2||3 ||Makes the affected mob be confused for short periods of time, making them walk in random directions.||&amp;lt;span title=&amp;quot;Causes brain damage over time. +1 Severity.&amp;quot; style=&amp;quot;color:#ffc832;&amp;quot;&amp;gt;&#039;&#039;&#039;Resistance 6&#039;&#039;&#039;&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Increases confusion duration&amp;quot;&amp;gt;Transmission 6&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;The symptom remains hidden until active&amp;quot;&amp;gt;Stealth 4&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! Deafness&lt;br /&gt;
| -1 || -1||1||-3||2||3||Causes intermittent loss of hearing.||&amp;lt;span title=&amp;quot;Causes permanent deafness, instead of intermittent. +1 Severity.&amp;quot; style=&amp;quot;color:#ffc832;&amp;quot;&amp;gt;&#039;&#039;&#039;Resistance 9&#039;&#039;&#039;&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;The symptom remains hidden until active&amp;quot;&amp;gt;Stealth 4&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Deoxyribonucleic Acid Saboteur&lt;br /&gt;
| -2 || -3||0|| -3||3||3||Gives a random disability. The disabilities are cured when the disease is cured.||&amp;lt;span title=&amp;quot;Increases mutation frequency&amp;quot;&amp;gt;Stage Speed 10&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Causes two harmful mutations at once. Severity +1&amp;quot; style=&amp;quot;color:#ff0000;&amp;quot;&amp;gt;&#039;&#039;&#039;Resistance 8&#039;&#039;&#039;&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;The mutations persist even if the virus is cured&amp;quot;&amp;gt;Stealth 5&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Ducatopod&lt;br /&gt;
|0||2||5||-2||2||9|| style=&amp;quot;color:#ff69ed&amp;quot; |Causes the host to secrete industrial grade lubricant from their feet.||&amp;lt;span title=&amp;quot;Doubles lube frequency. +1 Severity.&amp;quot; style=&amp;quot;color:#ffc832;&amp;quot;&amp;gt;&#039;&#039;&#039;Transmission 10&#039;&#039;&#039;&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;The host&#039;s feet turn into a pair of clown shoes.&amp;quot;&amp;gt;Resistance 14&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Hyphema&lt;br /&gt;
| -1||-3 || -4||-2 ||3||3||Inflicts eye damage over time. Causes blindness if left unchecked.||&amp;lt;span title=&amp;quot;Weakens extraocular muscles, eventually leading to complete detachment of the eyes. +1 Severity.&amp;quot; style=&amp;quot;color:#ff0000;&amp;quot;&amp;gt;&#039;&#039;&#039;Resistance 12&#039;&#039;&#039;&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;The symptom remains hidden until active&amp;quot;&amp;gt;Stealth 4&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Narcolepsy&lt;br /&gt;
|1||-1 || -2|| -2||3||3|| Makes the host drowsy and prone to falling asleep randomly.||&amp;lt;span title=&amp;quot;Also relaxes the muscles, weakening and slowing the host&amp;quot;&amp;gt;Transmission 7&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Causes narcolepsy more often, increasing the chance of the host falling asleep. +1 Severity.&amp;quot; style=&amp;quot;color:#ff0000;&amp;quot;&amp;gt;&#039;&#039;&#039;Resistance 10&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! Neural Decay&lt;br /&gt;
|1||-2 || -3||-1||3|| 7||The host&#039;s brain begins to die, dealing high brain damage||&amp;lt;span title=&amp;quot;Host&#039;s brain develops even more traumas than normal.&amp;quot; style=&amp;quot;color:#ffc832;&amp;quot;&amp;gt;&#039;&#039;&#039;Stage Speed 9&#039;&#039;&#039;&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Allows the disease to do lethal damage. +1 Severity&amp;quot; style=&amp;quot;color:#ff0000;&amp;quot;&amp;gt;&#039;&#039;&#039;Transmission 12&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Organic Flux Induction&lt;br /&gt;
|0||-1 ||-1||-2||2||6|| Causes EMPs on the host occasionally. Has a cell damage healing threshold. ||&amp;lt;span title=&amp;quot;Quickly heals cell damage and mutations. -1 Severity&amp;quot; style=&amp;quot;color:#13b00e;&amp;quot;&amp;gt;&#039;&#039;&#039;Stealth 2&#039;&#039;&#039;&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;EMPs now affect the area immediately around the host. +1 Severity.&amp;quot; style=&amp;quot;color:#ffc832;&amp;quot;&amp;gt;&#039;&#039;&#039;Transmission 8&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Voice Change&lt;br /&gt;
| -1||-2||-2||2||2|| 3||Changes the voice of the affected mob. Causing confusion in communication. Available in [[Supply_crates#Virus_crate|Virus Crates]].||&amp;lt;span title=&amp;quot;The host&#039;s language center of the brain is damaged, leading to complete inability to speak or understand any language, permanently. +1 Severity&amp;quot; style=&amp;quot;color:#ffc832;&amp;quot;&amp;gt;&#039;&#039;&#039;Transmission 10&#039;&#039;&#039;&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Changes voice more often&amp;quot;&amp;gt;Stage Speed 7&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;The symptom remains hidden until active&amp;quot;&amp;gt;Stealth 3&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Vomiting&lt;br /&gt;
| -2||0||1||2|| 1||3|| Forces the affected mob to vomit! Makes the affected mob lose nutrition and heal toxin damage. Vomit can transmit the virus to people stepping on it.||&amp;lt;span title=&amp;quot;Host will vomit blood, causing internal damage&amp;quot;&amp;gt;Stage Speed 5&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Host will projectile vomit, increasing vomiting range&amp;quot;&amp;gt;Transmission 6&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;The symptom remains hidden until active&amp;quot;&amp;gt;Stealth 4&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Weight Loss&lt;br /&gt;
|0||2||-2||1||2||3|| The virus mutates the host&#039;s metabolism, making it almost unable to gain nutrition from food.||&amp;lt;span title=&amp;quot;The symptom is less noticeable, and only cleanses obesity- it no longer causes starvation. -3 Severity.&amp;quot; style=&amp;quot;color:#13b00e;&amp;quot;&amp;gt;&#039;&#039;&#039;Stealth 2&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==Red Grade==&lt;br /&gt;
Red grade symptoms are usually extremely debilitating or downright lethal. However, they can usually be cured before they kill the host.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;text-align: center; background: #ffaaa6;&amp;quot; ; ||&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; |Symptom&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; |Stealth&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; |Resistance&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; |Stage speed&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Transmission&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; |Severity&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; |Level&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; |Effect&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; |Threshold (hover mouse over for details)&lt;br /&gt;
|-&lt;br /&gt;
!Bubonic Infection&lt;br /&gt;
| -1||-2||3||2|| 3||7||The host develops festering pustules, dealing toxin and brute damage.||&amp;lt;span title=&amp;quot;The pustules on the host will occasionally burst, usually when the host is hit, shooting out toxic, damaging pus. +1 severity&amp;quot; style=&amp;quot;color:#ffc832;&amp;quot;&amp;gt;&#039;&#039;&#039;Transmission 4&#039;&#039;&#039;&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;The host develops pustules faster&amp;quot;&amp;gt;Transmission 6&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Hemorrhaging Fasciitis&lt;br /&gt;
| -3||-2|| 0||-1||4||7||Host experiences severe bleeding, which will become lethal.||&amp;lt;span title=&amp;quot;Host will take brute damage as their flesh bursts open&amp;quot;&amp;gt;Resistance 10&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Host sprays infected blood everywhere, and bleeding becomes far deadlier&amp;quot;&amp;gt;Transmission 8&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Irradiant Cells&lt;br /&gt;
| -1||2||-1||2||3||7||The host&#039;s cells destabilize, causing them to become radioactive and take radiation damage||&amp;lt;span title=&amp;quot;The host takes radiation damage more frequently. +1 Severity&amp;quot; style=&amp;quot;color:#ffc832;&amp;quot;&amp;gt;&#039;&#039;&#039;Stage Speed 8&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Macrophage&lt;br /&gt;
| -4||1||-2||2||2||9||The virus grows within the host, ceasing to be microscopic and causing severe bodily harm. These Phages will seek out, attack, and infect more viable hosts.||&amp;lt;span title=&amp;quot;The higher the resistance, the more health phages will have, and the more damage they will do.&amp;quot;&amp;gt;Resistance N&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;The higher the stage speed, the more frequently phages will burst from the host.&amp;quot;&amp;gt;Stage Speed N&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Phages can be larger, more aggressive, and able to pierce thick clothing, with some effort. +2 severity&amp;quot; style=&amp;quot;color:#ffc832;&amp;quot;&amp;gt;&#039;&#039;&#039;Transmission 10&#039;&#039;&#039;&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Phages will carry all diseases within the host, instead of only diseases containing their own symptom.&amp;quot;&amp;gt;Transmission 12&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Spontaneous Combustion&lt;br /&gt;
|1||-1||-2||-1 ||4||7|| Sets your body on fire periodically, with amount of stacks based on stage speed, minus stealth. Fire intensity is doubled if the host is fat.||&amp;lt;span title=&amp;quot;Increases the intensity of the flames&amp;quot;&amp;gt;Stage Speed 4&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Further increases flame intensity&amp;quot;&amp;gt;Stage Speed 8&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Host will spread the virus through skin flakes when bursting into flame&amp;quot;&amp;gt;Transmission 8&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;The symptom remains hidden until active&amp;quot;&amp;gt;Stealth 4&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==Crimson Grade==&lt;br /&gt;
Crimson grade symptoms are invariably extremely lethal, often killing hosts before they can be cured, or even faster than a cure can take effect &lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;text-align: center; background: #de9a97;&amp;quot; ; ||&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; |Symptom&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; |Stealth&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; |Resistance&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; |Stage speed&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; |Transmission&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; |Severity&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; |Level&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; |Effect&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; |Threshold (hover mouse over for details)&lt;br /&gt;
|-&lt;br /&gt;
!Acute Respiratory Distress Syndrome&lt;br /&gt;
| -2||0|| -1||-2||5||9||Causes heavy suffocation damage, while giving a small chance of heart attacks. Becomes even more lethal if the mob has more than 120 suffocation damage. Has no effect if the host does not need to breath||&amp;lt;span title=&amp;quot;Causes paralysis and heart attacks when the host is suffocating&amp;quot;&amp;gt;Stage Speed 8&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Doubles the damage done by the symptom. +1 Severity&amp;quot; style=&amp;quot;color:#ffc832;&amp;quot;&amp;gt;&#039;&#039;&#039;Transmission 8&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Alkali perspiration&lt;br /&gt;
|2||-2|| -2||-2||5|| 9||Causes the affected mob to burst into flames periodically. Makes victims explode on contact with water.||&amp;lt;span title=&amp;quot;Doubles the intensity of the effect, but reduces its frequency. +1 severity.&amp;quot; style=&amp;quot;color:#ffc832;&amp;quot;&amp;gt;&#039;&#039;&#039;Stealth 3&#039;&#039;&#039;&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Increases explosion radius when the host is wet. +2 severity.&amp;quot; style=&amp;quot;color:#ffc832;&amp;quot;&amp;gt;&#039;&#039;&#039;Stage Speed 8&#039;&#039;&#039;&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Additionally synthesizes chlorine trifluoride and napalm inside the host.&amp;quot;&amp;gt;Resistance 8&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Autophageocytosis Necrosis&lt;br /&gt;
| -2||-2||1||-2||5||9||Causes the mob&#039;s cells to decay rapidly, causing brute damage, constant bleeding and elevated hunger. Thought to be a precursor to the active viral component of Romerol. This is supported by the fact that it has no effect on the undead.||&amp;lt;span title=&amp;quot;Synthesizes Heparin and Lipolicide inside the host, causing increased bleeding and hunger&amp;quot;&amp;gt;Stage Speed 7&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;The symptom remains hidden until active&amp;quot;&amp;gt;Stealth 5&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Heart Disease&lt;br /&gt;
|2||1||-6||-2||5||9||Causes the affected mob to have a heart attack. Usually takes a very long time to occur even after reaching stage 5, and provides a large bold red text warning.||&amp;lt;span title=&amp;quot;The disease&#039;s warnings have small text, instead of large red text&amp;quot;&amp;gt;Stealth 2&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Instead of having a heart attack, the host&#039;s heart will burst from their chest and attack! +1 Severity&amp;quot; style=&amp;quot;color:#ffc832;&amp;quot;&amp;gt;&#039;&#039;&#039;Transmission 10&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==Lavender Grade==&lt;br /&gt;
These symptoms exist in the code, and are obtainable through adminbus, but are not generally available for player use&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;text-align: center; background: #eab8ff;&amp;quot; ; ||&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; |Symptom&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; |Stealth&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; |Resistance&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; |Stage speed&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Transmission&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; |Severity&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; |Level&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; |Effect&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; |Threshold (hover mouse over for details)&lt;br /&gt;
|-&lt;br /&gt;
!Toxoplasmosis Sapiens&lt;br /&gt;
|1||-2 ||-3||1||-1||-1|| The host feels slightly happier around cats||&amp;lt;span title=&amp;quot;The virus causes intense damage to the host’s language center, causing them to slur their speech in an infuriating manner. +2 severity&amp;quot; style=&amp;quot;color:#ffe852;&amp;quot;&amp;gt;&#039;&#039;&#039;Transmission 4&#039;&#039;&#039;&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;The virus&#039;s causes a dysmorphic mania, leading to sour mood, violent outbursts, and, in extreme cases, spontaneous organ mutation. +3 severity&amp;quot; style=&amp;quot;color:#ff0000;&amp;quot;&amp;gt;&#039;&#039;&#039;Stealth 4&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!Viral Power Multiplier&lt;br /&gt;
|2||2||2||2||0||-1||The virus’ symptoms have their power levels increase. This symptom is impossible to obtain, however.||&amp;lt;span title=&amp;quot;The virus constantly scrambles its total power among its symptoms&amp;quot;&amp;gt;Transmission 8&amp;lt;/span&amp;gt;, &amp;lt;span title=&amp;quot;Doubles the power boost from this symptom&amp;quot;&amp;gt;Stage Speed 8&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
[[Category:Guides]]&lt;/div&gt;</summary>
		<author><name>Schizocat</name></author>
	</entry>
	<entry>
		<id>https://wiki.beestation13.com/w/index.php?title=Guide_to_races&amp;diff=38625</id>
		<title>Guide to races</title>
		<link rel="alternate" type="text/html" href="https://wiki.beestation13.com/w/index.php?title=Guide_to_races&amp;diff=38625"/>
		<updated>2025-03-30T15:30:51Z</updated>

		<summary type="html">&lt;p&gt;Schizocat: /* Psyphoza */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Needs revision&lt;br /&gt;
|reason = The imagery on this page is not up-to-date, resulting in inaccurate depictions and the broken bottle being used as a placeholder in some cases.&lt;br /&gt;
}}&lt;br /&gt;
During your time on station you may find yourself face to face (or face to mirror) with the not quite human. Be they aliens, mutated humans, or self aware constructs you&#039;re expected to try and coexist on this deathtrap&amp;lt;br&amp;gt;&lt;br /&gt;
Learning their quirks can be key to knowing how to keep them amicable in times of peace, and easy to put down in times of strife.&lt;br /&gt;
=Roundstart Races=&lt;br /&gt;
On Beestation, these are the races allowed to be chosen at round start. Because they are freely available, you should expect to deal with them nearly every round.&lt;br /&gt;
==={{anchor|Humans}}[[Humans]]===&lt;br /&gt;
[[File:humans.png]]&lt;br /&gt;
&lt;br /&gt;
On the station humans enjoy a degree of superiority over other races, everyone you meet in a position of power will generally be a human.&amp;lt;br&amp;gt;&lt;br /&gt;
Formerly, the [[AI]] would apply the protections of its laws ONLY to humans, nowadays however the AI&#039;s law protect &amp;quot;Crew&amp;quot; instead of humans. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Gameplay&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Behave like the dominant species you are. Beat skulls in with a toolbox and remind everyone that you are essentially a bald ape. Get leg-dropped by a wrestler and watch as your leg actually falls off.&amp;lt;br&amp;gt; Set up industrial-sized bugzappers in the main hall to deal with [[Mothpeople|the pests]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Diet&#039;&#039;&#039;&lt;br /&gt;
*Likes: Fried food and junkfood, often combined into a heavenly form known as fast food.&lt;br /&gt;
*Dislikes: Raw food.&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Strength in numbers.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*None at all.&lt;br /&gt;
==={{anchor|Lizardperson}}[[Lizardperson|Lizardpeople]]===&lt;br /&gt;
[[File:lizardpeople.png]]&lt;br /&gt;
&lt;br /&gt;
Second class citizens, lizards are generally relegated to lower level work.&amp;lt;br&amp;gt;&lt;br /&gt;
Within a department a lizard staff member may enjoy anywhere from almost equal standing to obvious racism and disrespect, depending on their coworkers. They enjoy no advantages beyond their striking appearance.&amp;lt;br&amp;gt;&lt;br /&gt;
Their appearance and naming conventions are loosely derived from the Argonians, of Skyrim.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Gameplay&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Name yourself Does-The-Gimmick. Set all your accessory slots and become an unrecognizable blob of pixels. &amp;lt;br&amp;gt; Make it hard to understand a word you say by hissing frequently. Get discriminated against for being a snowflake race.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Diet&#039;&#039;&#039;&lt;br /&gt;
*Likes: Meat and disgusting things like small creatures that run around on four legs famous for disease&lt;br /&gt;
*Dislikes: Grain and dairy, what kind of creature would hate pizza or cake?!&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Memorable appearance.&lt;br /&gt;
*Solidarity with lizards staffmates.&lt;br /&gt;
*Lizardpeople take one third less heat damage.&lt;br /&gt;
*Lizard tails and hides can be used to craft sought after items like lizard wine, the Liz O&#039; Nine Tails and lizard cloche hats.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Likely target of racism.&lt;br /&gt;
* Noticeable lisssp.&lt;br /&gt;
* 50% more cold damage.&lt;br /&gt;
*&#039;&#039;Your&#039;&#039; lizard tail and hide can be used to craft sought-after items.&lt;br /&gt;
==={{anchor|Plasmaman}}[[Plasmaman]]===&lt;br /&gt;
[[File:Plasmaman.png|120px]]&lt;br /&gt;
&lt;br /&gt;
A recently discovered race that inhabits orbital bodies with high concentrations of Plasma.&amp;lt;br&amp;gt;&lt;br /&gt;
Plasmamen have a hard time living on oxygen based space stations as they breathe pure Plasma as their air supply, thus they wear special environmental suits to protect them.&amp;lt;br&amp;gt;&lt;br /&gt;
They have almost no advantages mechanics wise, and must rely on their skill and respect to get by.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Gameplay&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Light the entirety of the station on fire. Be immune to cold environments, die in seconds to hot ones. Claim that you&#039;re a space beast that&#039;s come to kill everything, ever.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Diet&#039;&#039;&#039;&lt;br /&gt;
* Likes: Vegetables.&lt;br /&gt;
*Dislikes: Fruit, only the flesh is weak to scurvy.&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Bang-proof and space-proof helmet with welding screen.&lt;br /&gt;
*Immune to cold, (most) viruses, and radiation.&lt;br /&gt;
*Can&#039;t bleed.&lt;br /&gt;
*Does not need to eat.&lt;br /&gt;
*Internals last very long and belt tanks at a standard pressure of 1013kPa last about 1.5 hours.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*They rely on a constant source of Plasma air to survive.&lt;br /&gt;
*If exposed to Oxygen their body will catch on fire (unless in stasis).&lt;br /&gt;
*150% damage from brute, heat and fire.&lt;br /&gt;
*Takes longer for body temperature to stabilize.&lt;br /&gt;
*They are stuck inside an environment suit. [Replaceable by Hardsuit, EVA spacesuit or ghetto envirosuit you can craft]&lt;br /&gt;
*Have to take off helmet and eat a few bites very quickly then extinguish in order to eat something.&lt;br /&gt;
*No easy ability to hide their identity.&lt;br /&gt;
*Can be cloned, but incompetent medical staff will always fuck it up.&lt;br /&gt;
*Cannot be defibrillated, as they lack a heart.&lt;br /&gt;
==={{anchor|Mothpeople}}[[Mothpeople]]===&lt;br /&gt;
[[File:Moths.gif|90px]]&lt;br /&gt;
&lt;br /&gt;
White-faced insect people with wings and antannae. Be the Mary Sue you were always meant to be with a shitload of color &#039;themes&#039; to choose from.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Gameplay&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Get everything unique about you as a species removed by deranged people, but manage to sneak past a free infinite jetpack that never activates when you need it to. Turn into toothpaste when you hack a door wrong.&amp;lt;br&amp;gt; Be slightly more tolerated by humans than other alien species.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Diet&#039;&#039;&#039;&lt;br /&gt;
*Likes: Vegetables, Dairy &amp;amp; Clothes.&lt;br /&gt;
*Dislikes: Fruit.&lt;br /&gt;
*Toxic: Raw meat, cooked meat, just don&#039;t eat something that moved and made noises.&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
* If your wings haven&#039;t been crisped, you can flutter around once gravity goes out.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Your eyes are extra sensitive to light. Welding needs both goggles plus a mask and flashbangs REALLY hurt, even with sunglasses on.&lt;br /&gt;
* Badly hurt by fly swatters. [10x damage]&lt;br /&gt;
*Vulnerable to pest spray. [3x damage]&lt;br /&gt;
*Fire will burn your wings off, disabling its benefits and making the moth sad.&lt;br /&gt;
*Nonsensical &#039;fluttering&#039; speech tag.&lt;br /&gt;
==={{anchor|Ethereals}}[[Ethereals]]===&lt;br /&gt;
[[File:Ethereal race.png]]&lt;br /&gt;
&lt;br /&gt;
Walking lightbulbs that are named after celestial bodies.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Gameplay&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Die in one hit because you forgot to recharge. Steal all the station&#039;s power. Get harassed by moths.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Diet&#039;&#039;&#039;&lt;br /&gt;
*Likes: Snowflake Ethereal food (High-power energy bars, [[Food#Burgers|empowered burgers]]). Electricity, whether through [[Cyborg]] rechargers, electric shocks or indirectly through lightbulbs.&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*They&#039;re walking flashlights.&lt;br /&gt;
*Enter a temporary &#039;&#039;&#039;&#039;&#039;Disco-mode&#039;&#039;&#039;&#039;&#039; when emagged.&lt;br /&gt;
*Deal burn damage instead of brute damage when punching things.&lt;br /&gt;
*Slightly resistant to electricity (0.5 siemens coefficient).&lt;br /&gt;
*Can recharge apcs by using grab intent.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*They&#039;re walking flashlights.&lt;br /&gt;
*Can only regain nutrition by entering a cyborg recharger, by touching lightbulbs, using apcs on harm intent, using a battery, or through special Ethereal food.&lt;br /&gt;
*Slowly take toxin damage when out of charge.&lt;br /&gt;
*Take 1.25 to 2x brute damage depending on lack of charge.&lt;br /&gt;
==={{anchor|IPC}}[[IPC|IPC]]===&lt;br /&gt;
[[File:IPC.png]]&lt;br /&gt;
&lt;br /&gt;
Integrated positronic chassis, also known as TV heads. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Aesthetic TV head capable of changing looks, you stand out.&lt;br /&gt;
*They can heal brute damage with a welder and burn with a cable coil.&lt;br /&gt;
*Can be field revived with a welder and cable coils.&lt;br /&gt;
*They stand out due to their TV head.&lt;br /&gt;
*They do not require a head to live due to their brain being located in their torso&lt;br /&gt;
*No need for eating.&lt;br /&gt;
*Immune to cold and do not need to breathe.&lt;br /&gt;
* Cannot process any reagents except special IPC reagent (but secretly can with a E-ciggerate).&lt;br /&gt;
*Immune to most diseases.&lt;br /&gt;
*Bleed Oil (litterly just recoloured blood codewise)&lt;br /&gt;
*Bleed out 10 times slower than every other spiecies&lt;br /&gt;
*Immune to heart attacks&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
* Cannot perform CPR due to lack of breathing.&lt;br /&gt;
*Cannot be cloned, incompetent Roboticists will borg you instead of reviving you.&lt;br /&gt;
*Take almost 2x burn damage, capable of being critted in 4 welder hits, along with having a 1.3 brute modifier.&lt;br /&gt;
*You stand out without a helmet.&lt;br /&gt;
* Cannot process any reagents except special IPC reagents.&lt;br /&gt;
* EMPs will deal 20 - 60 brute damage and stun you for 10 - 20 seconds while dislocating random limbs (including your head).&lt;br /&gt;
*Need to stand still for a few seconds to heal with a cable coil or welder.&lt;br /&gt;
* Heal slowly unless someone else is healing them.&lt;br /&gt;
*You will be killed by most conversion antags due to the difficulty of keeping you around.&lt;br /&gt;
*Revenants can EMP you and kill you.&lt;br /&gt;
*Requires Oil for blood&lt;br /&gt;
==={{anchor|Apid}}[[Apids|Apid]]===&lt;br /&gt;
[[File:Apid.png|alt=|64x64px]]&lt;br /&gt;
&lt;br /&gt;
Bee people! An exceedingly rare sight to see. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Diet&#039;&#039;&#039;&lt;br /&gt;
*Likes fruits and vegetables&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Shockingly, bees like you.&lt;br /&gt;
*Improved vision in dark (barely noticeable).&lt;br /&gt;
*Superior lungs require less oxygen. (8 kPa min, humans require 16 kPa.)&lt;br /&gt;
*Able to dash short distances using their wings which works very well with no gravity but needs an atmosphere.&lt;br /&gt;
*Can craft [[Guide to food and drinks#Honeycomb|honeycombs]] which contain 25 units of honey for 50 units of sugar.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Takes 1.5x burn and toxin, and 1.25x stamina damage.&lt;br /&gt;
*Passes out instantly in smoke, and after some time in the cold.&lt;br /&gt;
*Takes 30x damage from flyswatters, 3x damage from pest-killer.&lt;br /&gt;
==={{anchor|Oozeling}}[[Oozeling]]===&lt;br /&gt;
[[File:Rainbow_slime.gif]]&lt;br /&gt;
&lt;br /&gt;
Slimes that have taken a humanoid form, these share a lot of the same biological traits that simple slimes do&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Cannot ignite when exposed to flames&lt;br /&gt;
*Anything that would deal toxin damage (for example, Plasma) will heal toxin damage instead.&lt;br /&gt;
*50% reduced burn damage from high heat, but not burn damage from other sources.&lt;br /&gt;
*Able to speak the slime language, and wild slimes do not see them as a food source.&lt;br /&gt;
*Able to regenerate their limbs.&lt;br /&gt;
*Has slime lungs, &amp;quot;Vacuole&amp;quot;, which will regenerate blood (ooze) volume when breathing plasma, You still need oxygen though&lt;br /&gt;
*Has Slime Jelly as their blood, which can be extracted for use by chemists&lt;br /&gt;
*Has no food preferences despite their gluttonous nature, so no major mood buffs or debuffs from eating.&lt;br /&gt;
*Rapidly metabolize food when overfed, converting it into extra blood volume.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Lose limbs when &amp;quot;blood&amp;quot; volume gets too low, restoring some of it.&lt;br /&gt;
*Lose &amp;quot;blood&amp;quot; volume rapidly when exposed to water, water vapor, fire extinguishers, and showers.&lt;br /&gt;
*Lose &amp;quot;blood&amp;quot; volume rapidly and take toxin damage when processing chemicals which would heal toxin damage in other races.&lt;br /&gt;
*Lose &amp;quot;blood&amp;quot; volume gradually when hungry, and rapidly when starving.&lt;br /&gt;
*300% increased burn damage from cold temperature exposure&lt;br /&gt;
&lt;br /&gt;
==={{anchor|Podman}}[[Dionae]]===&lt;br /&gt;
[[File:Dionaeplusnymphspecies.png|frameless|125x125px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Gradually heals and gains nutrition in well lit areas.&lt;br /&gt;
*Heals when irradiated&lt;br /&gt;
* Completely immune to space exposure&lt;br /&gt;
* Can produce an extra nymph every five minutes, and botany can grow more from seeds or dead nymphs&lt;br /&gt;
* Nymphs may combine to form a new dionae colony&lt;br /&gt;
* My willingly split into a bunch of nymphs again, though this will kill one of the colony!&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Major burn damage weakness&lt;br /&gt;
*Extremely flammable; will burst into flames when shot with lethal lasers or even if just tapped by a lighter&lt;br /&gt;
*Will starve to death in the dark&lt;br /&gt;
*If limbs take enough damage to disable, they fall off as a dead nymph&lt;br /&gt;
*Effectively &amp;quot;dies&amp;quot; when reaching crit, the dionae will split apart into nymphs&lt;br /&gt;
&lt;br /&gt;
=== [[Psyphoza|{{anchor|Psyphoza}}Psyphoza]] ===&lt;br /&gt;
[[File:PsyphozaTwo.png]]&amp;lt;br /&amp;gt;&lt;br /&gt;
Blind psychic mushroom-folk, somewhat niche but can be a fun (albeit dangerous) detective.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Incredibly forgiving diet and healed by drugs. (Only &#039;no&#039; food is milk &amp;amp; dairy)&lt;br /&gt;
* Particularly useful race-specific language, similar to telepathy.&lt;br /&gt;
* In-depth psychic &#039;sight&#039; and perception mechanics that allows the character to identify individuals regardless of physical appearance as well as track their movements &amp;amp; activity.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Blind, perception is incredibly difficult to get used to and may cause problems in cluttered spaces.&lt;br /&gt;
* Weak to fire damage.&lt;br /&gt;
* Susceptible to &#039;Shroom who cried wolf&#039; effect, as nobody can really corroborate what you see with your psychic powers.&lt;br /&gt;
&lt;br /&gt;
= Human Mutants=&lt;br /&gt;
Over the course of a shift, you or someone you know may lose their humanity. These races are not born, but made.&amp;lt;br&amp;gt;&lt;br /&gt;
These players are less likely to be the targets of racism, as many may simply acknowledge their former humanity, but are none the less NOT human anymore.&lt;br /&gt;
==={{anchor|Flyperson}}[[Flyperson|Flypeople]]===&lt;br /&gt;
[[File:flypeople.png]]&lt;br /&gt;
&lt;br /&gt;
Technically, a roundstart race now. But realistically you only see these during teleporter malfunctions. A truly sorry state to be in. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Gameplay&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Annoy the chef for his cheese, vomit on his food and kill Pete because &amp;lt;strike&amp;gt;you need barf fuel&amp;lt;/strike&amp;gt; muh self defense. Start getting voices in your head when you read the bee movie script over the radio.&amp;lt;br&amp;gt; Get lynched for attacking the botanist using pest spray, and get gibbed by the chef for &#039;no reason&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Diet&#039;&#039;&#039;&lt;br /&gt;
* Likes: Gross things, such as vomit. Get your crewmates sick and never go hungry again!&lt;br /&gt;
* Dislikes: Anything with nutriment... the first time.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
* Buz-zz-zing lisp.&lt;br /&gt;
* Grotesque appearance.&lt;br /&gt;
* Takes 30x damage from flyswatters, 3x damage from pest-killer.&lt;br /&gt;
* Slower than normal people&lt;br /&gt;
* Can&#039;t handle alcohol very well&lt;br /&gt;
* 1.4x burn and brute damage, because of course you can&#039;t have anything.&lt;br /&gt;
*0.7 speed modifier why would you play this.&lt;br /&gt;
==={{anchor|Felinids}}[[Felinids]]===&lt;br /&gt;
[[File:Catpeople.png]]&lt;br /&gt;
&lt;br /&gt;
Effectively human if not for their ears and tail. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Diet&#039;&#039;&#039;&lt;br /&gt;
*Similar to normal humans.&lt;br /&gt;
*Dislikes: Vegetables, Sugar, COCO.&lt;br /&gt;
&#039;&#039;&#039;Gameplay&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
At the start of the shift, put on clothes that look like they&#039;re from one of those Chinese cartoons you&#039;re always watching. &amp;lt;s&amp;gt;Have quality interactions with the crew&amp;lt;/s&amp;gt; behave like a poorly-written female character created by a sweaty dude who&#039;s never actually spoken to a woman except for his mother (and a fast food cashier that one time.) &amp;lt;s&amp;gt;NYAAA at the crew&amp;lt;/s&amp;gt; don&#039;t because that&#039;s cringe. Become an entertaining electrical conductor for silicons. &amp;lt;br&amp;gt; Metafriend every other catperson, every single round. Get lynched in the hallways by a mob while [[the authorities]] point and laugh from a distance. When in danger, [[Rules#Main Rules - read these if nothing else|get saved by backup suspiciously fast.]] Ahelp every transgression people do to you.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
* N/A&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Hit harder by flashbangs.&lt;br /&gt;
*Are below beast races because they abandoned their humanity, as opposed to never having it in the first place.&lt;br /&gt;
=={{anchor|Jelly and Slime Mutants}}Oozeling and Slime Mutants ==&lt;br /&gt;
These races are created in Xenobiology by ingesting mutation toxin, and all three variants share the same basic characteristics of oozelings.&amp;lt;br&amp;gt;&lt;br /&gt;
Further ingestion has a chance to mutate a slimeperson into a Stargazer or Luminescent.&lt;br /&gt;
==={{anchor|Slimepeople}}Slimepeople ===&lt;br /&gt;
[[File:slimepeople.png]]&amp;lt;br&amp;gt;&lt;br /&gt;
Like slimes, they can split into multiple bodies, while retaining the same mind.&lt;br /&gt;
====Powers====&lt;br /&gt;
*Can split themselves to create spare bodies if they have enough blood volume.&lt;br /&gt;
** Reaching 1100 volume will let them split once, and reset them to 600.&lt;br /&gt;
**Just like oozelings, they can regenerate their &amp;quot;blood&amp;quot; by eating, breathing plasma or consuming things which would be toxic to other races.&lt;br /&gt;
** They can swap between bodies at will; dying in their current body will send them to another body if they have one.&lt;br /&gt;
&#039;&#039;&#039;Where to find them:&#039;&#039;&#039;&lt;br /&gt;
*[[Xenobiology]].&lt;br /&gt;
===Stargazers ===&lt;br /&gt;
[[File:jellypeople.png]]&lt;br /&gt;
&lt;br /&gt;
Stargazers are the telepathic branch of oozelings, able to project psychic messages and to link minds with participants.&lt;br /&gt;
====Powers====&lt;br /&gt;
*Can privately and anonymously &amp;quot;send thoughts&amp;quot; to any target they see.&lt;br /&gt;
* Can form slimelinks with any living being.&lt;br /&gt;
**To form a slimelink, they must aggressively grab their target, then use the Link Minds ability.&lt;br /&gt;
**Everyone in the slimelink will be able to communicate in it and hear each other.&lt;br /&gt;
**Slimelink communication also works while unconscious or muted.&lt;br /&gt;
**Slimelinks are broken by death; killing the Stargazer supporting it, or changing its species will unlink everyone.&lt;br /&gt;
&#039;&#039;&#039;Where to find them:&#039;&#039;&#039;&lt;br /&gt;
*[[Xenobiology]].&lt;br /&gt;
==={{anchor|Luminescents}}Luminescents===&lt;br /&gt;
[[File:Brokenbottle.png]]&lt;br /&gt;
&lt;br /&gt;
Luminescents are versatile; they gain powers by consuming cores and activating them with their peculiar biology.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Emit a faint glow.&lt;br /&gt;
==== Powers====&lt;br /&gt;
*Can absorb slime cores to gain special abilities. (You can find the various effects [[Guide_to_xenobiology#Formulas|here]])&lt;br /&gt;
**Each core has a minor and a major ability.&lt;br /&gt;
**Activating them has a cooldown instead of using up the core. Cores can be ejected and reused.&lt;br /&gt;
**You can only have one core absorbed at once.&lt;br /&gt;
&#039;&#039;&#039;Where to find them:&#039;&#039;&#039;&lt;br /&gt;
*[[Xenobiology]].&lt;br /&gt;
=Exotic Races=&lt;br /&gt;
These races have very few ways to come about, and often rely on very rare situations to exist at all.&amp;lt;br&amp;gt;&lt;br /&gt;
Golems aside, you will almost never have to deal with them, but should be aware of them all the same for when the time comes.&lt;br /&gt;
==={{anchor|Golem}}[[Golem]]s===&lt;br /&gt;
[[File:agolem.png|96px]][[File:Iron_golem.png|96px]][[File:Silver_golem.png|96px]][[File:Gold_golem.png|96px]][[File:Plasma_golem.png|96px]][[File:Uranium_golem.png|96px]][[File:Diamond_golem.png|96px]]&lt;br /&gt;
&lt;br /&gt;
Lumbering people of shining stone, golems are born into the servitude of their creators. While some will immediately gift these golems with freedom others will keep them close as assistants, bodyguards, or attack dogs. Golems do not have a will of their own unless granted one by their creator, and are not directly responsible for their actions if commanded.&lt;br /&gt;
Free golems found on [[Lavaland]] function equivalently to their station-born counterparts; however, they are not compelled to serve anyone.&lt;br /&gt;
&lt;br /&gt;
Golems have unique benefits and drawbacks, depending on the type of mineral they&#039;re made of.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Gameplay&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Act like dumb ogre, smash the fleshy idiot humies and trigger gods. Escalate conflicts to deadchat with your ogre fists. Dish out justice with your ogre squad.&amp;lt;br&amp;gt; Kill people with your flashy radiation, and get banned for &amp;lt;s&amp;gt;card&amp;lt;/s&amp;gt; golem counting.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Spaceworthy, can&#039;t be dismembered and don&#039;t bleed out.&lt;br /&gt;
*Immune to the effects of radiation and viruses.&lt;br /&gt;
*Most golems punch hard and are highly resistant to brute damage, with some exceptions.&lt;br /&gt;
*Have pocket-slots without wearing a jumpsuit.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Bound to will of creator unless freed.&lt;br /&gt;
*Most are much slower than humans.&lt;br /&gt;
*Immune to injections and cryogenic drugs, can&#039;t give or receive CPR&lt;br /&gt;
*Can&#039;t equip most clothing. Not really a drawback, since golems already have pockets.&lt;br /&gt;
*The only guns they can use are Kinetic Accelerators with modified trigger guards.&lt;br /&gt;
*Often prejudiced against and slain without mercy by [[Shitcurity|the station]] at first sign of trouble.&lt;br /&gt;
For mineral specific benefits and drawbacks, see: [[Golem#Types_of_Golems|Types of Golems]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Where to find them:&#039;&#039;&#039;&lt;br /&gt;
*[[Xenobiology]].&lt;br /&gt;
*[[Lavaland]].&lt;br /&gt;
===={{anchor|Romerol Zombies}}Romerol Zombies====&lt;br /&gt;
[[File:zombies.png]]&lt;br /&gt;
&lt;br /&gt;
Rotted remains of former humans, brought way less back to life. Unlike the zombies you find in Xenobiology, Romerol zombies aren&#039;t just a human mutation.&amp;lt;br&amp;gt;&lt;br /&gt;
They are aggressive by nature, and spread an infection when hitting other humanoids, causing them to turn into Romerol zombies on death.&lt;br /&gt;
&lt;br /&gt;
They also won&#039;t stay dead as long as the infection is active and their head is intact: to stop them permanently, the body must be destroyed or beheaded, or the infection must be surgically removed.&amp;lt;br&amp;gt;&lt;br /&gt;
If this does not happen, the zombie will revive at full health after some time.&lt;br /&gt;
&lt;br /&gt;
The infection is concentrated in a tumor located in the brain. Should this tumor be removed surgically, the body will revert to a normal corpse, which can then be cloned.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
* Same as regular zombies.&lt;br /&gt;
* Strong claws that can even punch through airlocks.&lt;br /&gt;
*Revives after death unless decapitated or gibbed.&lt;br /&gt;
*Quickly heals wounds.&lt;br /&gt;
*Can see in the dark.&lt;br /&gt;
*Turn other species into romerol zombies on death.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Slow movement.&lt;br /&gt;
*Can only use claws to smash.&lt;br /&gt;
* (Rightfully) feared and hunted by crewmembers.&lt;br /&gt;
&#039;&#039;&#039;Where to find them:&#039;&#039;&#039;&lt;br /&gt;
*On the station, after traitors team up to buy [[Syndicate_Items#Romerol|Romerol]], get lucky with a [[Syndicate_Items#Syndicate_Surplus_Crate|surplus crate]] or a cunning virologist finds out how to make them.&lt;br /&gt;
==={{anchor|Androids}}Androids===&lt;br /&gt;
[[File:Androids.png|96px]]&lt;br /&gt;
&lt;br /&gt;
Human-like robots, distant cousins of synths. While visually identical to a fully augmented human, it has some additional perks.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Does not need to breathe, immune to gases and viruses.&lt;br /&gt;
*Immunity to pressure, cold and heat, can&#039;t be set on fire.&lt;br /&gt;
*Does not bleed.&lt;br /&gt;
*Does not need to eat.&lt;br /&gt;
*Cannot be pierced by syringes or glass.&lt;br /&gt;
*Can repair brute damage with welding and burn damage by replacing wires.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
* Cannot heal brute and burn damage with conventional means.&lt;br /&gt;
*Paralyzed and heavily damaged by EMPs.&lt;br /&gt;
&#039;&#039;&#039;Where to find them:&#039;&#039;&#039;&lt;br /&gt;
*A technophile chapel &lt;br /&gt;
==={{anchor|Abductor}}[[Abductor]]s===&lt;br /&gt;
[[File:Abductor_base.png|96px]]&lt;br /&gt;
&lt;br /&gt;
Alien beings sent here to probe the station&#039;s crew. They cannot speak normally, but instead use a special frequency tuned to their mothership: different abductor teams have separate channels. Abductors created in different ways share a common abductor channel instead, and cannot hear natural abductors.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
* Does not bleed.&lt;br /&gt;
*Does not need to breathe.&lt;br /&gt;
* Is immune to viruses.&lt;br /&gt;
*Can use abductor-specific equipment.&lt;br /&gt;
*Can see in the dark for short ranges.&lt;br /&gt;
*Can communicate without restrictions with fellow abductors.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Can&#039;t use guns, except the one they start with.&lt;br /&gt;
*Cannot be heard by non-abductors when speaking.&lt;br /&gt;
&#039;&#039;&#039;Where to find them:&#039;&#039;&#039;&lt;br /&gt;
*[[Abductor]] ships&lt;br /&gt;
[[Category:Guides]]&lt;br /&gt;
==Halloween Races==&lt;br /&gt;
These are races that are found as roundstart races during the days near Halloween but can sometimes, rarely be found otherwise&lt;br /&gt;
==={{anchor|Shadowpeople}}Shadowpeople===&lt;br /&gt;
[[File:shadowpeople.png]]&lt;br /&gt;
&lt;br /&gt;
Cursed beings of darkness, shadows that cannot exist for long in the light. They skulk in darkened maintenance corridors or in workplaces with intentionally destroyed lighting. They are not intrinsically evil, but still invoke an understandable level of mistrust in pretty much everyone.&lt;br /&gt;
&lt;br /&gt;
They share many of the passive effects of [[Shadowling]]s, but none of their innate spells or abilities. They are far less a threat.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Gradually heals in the dark.&lt;br /&gt;
*Don&#039;t need to breathe.&lt;br /&gt;
*Have no blood to lose.&lt;br /&gt;
*Are immune to the effects of radiation.&lt;br /&gt;
*Can see far in the dark.&lt;br /&gt;
*Immune to viruses.&lt;br /&gt;
*Won&#039;t get attacked by &#039;&#039;Faithless&#039;&#039; mobs.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Will perish in the light.&lt;br /&gt;
*Generally impossible to maintain a normal life on the station.&lt;br /&gt;
&#039;&#039;&#039;Where to find them&#039;&#039;&#039;&lt;br /&gt;
* on the station during halloween&lt;br /&gt;
* rarely in xenobio&lt;br /&gt;
==={{anchor|Skeletons}}Skeletons===&lt;br /&gt;
[[File:skeletons.png]]&lt;br /&gt;
&lt;br /&gt;
The skeleton within, unleashed! Somehow still alive, a skeleton is just a sack of stark white bones.&amp;lt;br&amp;gt;&lt;br /&gt;
Clattering spooks, due to their supernatural qualities they&#039;re almost always associated with wizards.&amp;lt;br&amp;gt;&lt;br /&gt;
Skeletons enjoy a wide selection of useful immunities, just don&#039;t expect the crew to ever enjoy looking at you ever again.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Don&#039;t need to breathe.&lt;br /&gt;
*Aren&#039;t bothered by extreme temperatures and pressure.&lt;br /&gt;
* Have no blood to lose.&lt;br /&gt;
*Are immune to the effects of radiation, as well as viruses.&lt;br /&gt;
*Immune to item embedding and chemical injections.&lt;br /&gt;
*Do not need to eat.&lt;br /&gt;
*Can attach limbs from the ground without surgery.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Loses limbs easily.&lt;br /&gt;
*Too spooky for most to tolerate.&lt;br /&gt;
*Immune to medical injections&lt;br /&gt;
&#039;&#039;&#039;Where to find them:&#039;&#039;&#039;&lt;br /&gt;
* Space pirate ships, with [[wizard|wizards]], on the station on Halloween.&lt;br /&gt;
==={{anchor|High-functioning Zombies}}High-functioning Zombies===&lt;br /&gt;
[[File:zombies.png]]&lt;br /&gt;
&lt;br /&gt;
Unlike the zombies you find in movies, these high-functioning zombies don&#039;t crave your brains (despite what they might be compelled to say sometimes).&amp;lt;br&amp;gt;&lt;br /&gt;
It&#039;s perfectly possible to coexist with these zombies, though understanding their slurring speech might drive some to wish it wasn&#039;t.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Don&#039;t need to breathe.&lt;br /&gt;
*Can survive in extreme pressures.&lt;br /&gt;
*Immune to cold.&lt;br /&gt;
*Have no blood to lose.&lt;br /&gt;
*Are immune to the effects of radiation.&lt;br /&gt;
* Can attach limbs from the ground without surgery.&lt;br /&gt;
*Immune to [[Changeling]] transmutation stings.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Loses limbs easily.&lt;br /&gt;
*Hard to understand.&lt;br /&gt;
*Ugly.&lt;br /&gt;
*Tends to be confused with the infectious kind of zombie.&lt;br /&gt;
&#039;&#039;&#039;Where to find them:&#039;&#039;&#039;&lt;br /&gt;
*With [[wizard|wizards]], on the station on Halloween.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==={{anchor|Vampires}}Vampires===&lt;br /&gt;
[[File:bat.gif]]&lt;br /&gt;
&lt;br /&gt;
that goth from the club wasn&#039;t as clean as she said and now you are eternally cursed with vampirism, atleast it has its upsides &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
* You can turn into a bat &lt;br /&gt;
* That bat can crawl into vents&lt;br /&gt;
* You can suck peoples blood&lt;br /&gt;
* You heal while inside of a coffin&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
* You constantly need blood&lt;br /&gt;
* If you run out of blood you turn into dust&lt;br /&gt;
* You will always be pale&lt;br /&gt;
* You will burst into flames if you enter the chapel&lt;br /&gt;
* If the chaplain picks the whip nullrod, it will deal double damage to you&lt;br /&gt;
*&lt;/div&gt;</summary>
		<author><name>Schizocat</name></author>
	</entry>
	<entry>
		<id>https://wiki.beestation13.com/w/index.php?title=Guide_to_races&amp;diff=38624</id>
		<title>Guide to races</title>
		<link rel="alternate" type="text/html" href="https://wiki.beestation13.com/w/index.php?title=Guide_to_races&amp;diff=38624"/>
		<updated>2025-03-30T12:47:28Z</updated>

		<summary type="html">&lt;p&gt;Schizocat: /* Dionae */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Needs revision&lt;br /&gt;
|reason = The imagery on this page is not up-to-date, resulting in inaccurate depictions and the broken bottle being used as a placeholder in some cases.&lt;br /&gt;
}}&lt;br /&gt;
During your time on station you may find yourself face to face (or face to mirror) with the not quite human. Be they aliens, mutated humans, or self aware constructs you&#039;re expected to try and coexist on this deathtrap&amp;lt;br&amp;gt;&lt;br /&gt;
Learning their quirks can be key to knowing how to keep them amicable in times of peace, and easy to put down in times of strife.&lt;br /&gt;
=Roundstart Races=&lt;br /&gt;
On Beestation, these are the races allowed to be chosen at round start. Because they are freely available, you should expect to deal with them nearly every round.&lt;br /&gt;
==={{anchor|Humans}}[[Humans]]===&lt;br /&gt;
[[File:humans.png]]&lt;br /&gt;
&lt;br /&gt;
On the station humans enjoy a degree of superiority over other races, everyone you meet in a position of power will generally be a human.&amp;lt;br&amp;gt;&lt;br /&gt;
Formerly, the [[AI]] would apply the protections of its laws ONLY to humans, nowadays however the AI&#039;s law protect &amp;quot;Crew&amp;quot; instead of humans. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Gameplay&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Behave like the dominant species you are. Beat skulls in with a toolbox and remind everyone that you are essentially a bald ape. Get leg-dropped by a wrestler and watch as your leg actually falls off.&amp;lt;br&amp;gt; Set up industrial-sized bugzappers in the main hall to deal with [[Mothpeople|the pests]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Diet&#039;&#039;&#039;&lt;br /&gt;
*Likes: Fried food and junkfood, often combined into a heavenly form known as fast food.&lt;br /&gt;
*Dislikes: Raw food.&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Strength in numbers.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*None at all.&lt;br /&gt;
==={{anchor|Lizardperson}}[[Lizardperson|Lizardpeople]]===&lt;br /&gt;
[[File:lizardpeople.png]]&lt;br /&gt;
&lt;br /&gt;
Second class citizens, lizards are generally relegated to lower level work.&amp;lt;br&amp;gt;&lt;br /&gt;
Within a department a lizard staff member may enjoy anywhere from almost equal standing to obvious racism and disrespect, depending on their coworkers. They enjoy no advantages beyond their striking appearance.&amp;lt;br&amp;gt;&lt;br /&gt;
Their appearance and naming conventions are loosely derived from the Argonians, of Skyrim.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Gameplay&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Name yourself Does-The-Gimmick. Set all your accessory slots and become an unrecognizable blob of pixels. &amp;lt;br&amp;gt; Make it hard to understand a word you say by hissing frequently. Get discriminated against for being a snowflake race.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Diet&#039;&#039;&#039;&lt;br /&gt;
*Likes: Meat and disgusting things like small creatures that run around on four legs famous for disease&lt;br /&gt;
*Dislikes: Grain and dairy, what kind of creature would hate pizza or cake?!&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Memorable appearance.&lt;br /&gt;
*Solidarity with lizards staffmates.&lt;br /&gt;
*Lizardpeople take one third less heat damage.&lt;br /&gt;
*Lizard tails and hides can be used to craft sought after items like lizard wine, the Liz O&#039; Nine Tails and lizard cloche hats.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Likely target of racism.&lt;br /&gt;
* Noticeable lisssp.&lt;br /&gt;
* 50% more cold damage.&lt;br /&gt;
*&#039;&#039;Your&#039;&#039; lizard tail and hide can be used to craft sought-after items.&lt;br /&gt;
==={{anchor|Plasmaman}}[[Plasmaman]]===&lt;br /&gt;
[[File:Plasmaman.png|120px]]&lt;br /&gt;
&lt;br /&gt;
A recently discovered race that inhabits orbital bodies with high concentrations of Plasma.&amp;lt;br&amp;gt;&lt;br /&gt;
Plasmamen have a hard time living on oxygen based space stations as they breathe pure Plasma as their air supply, thus they wear special environmental suits to protect them.&amp;lt;br&amp;gt;&lt;br /&gt;
They have almost no advantages mechanics wise, and must rely on their skill and respect to get by.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Gameplay&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Light the entirety of the station on fire. Be immune to cold environments, die in seconds to hot ones. Claim that you&#039;re a space beast that&#039;s come to kill everything, ever.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Diet&#039;&#039;&#039;&lt;br /&gt;
* Likes: Vegetables.&lt;br /&gt;
*Dislikes: Fruit, only the flesh is weak to scurvy.&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Bang-proof and space-proof helmet with welding screen.&lt;br /&gt;
*Immune to cold, (most) viruses, and radiation.&lt;br /&gt;
*Can&#039;t bleed.&lt;br /&gt;
*Does not need to eat.&lt;br /&gt;
*Internals last very long and belt tanks at a standard pressure of 1013kPa last about 1.5 hours.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*They rely on a constant source of Plasma air to survive.&lt;br /&gt;
*If exposed to Oxygen their body will catch on fire (unless in stasis).&lt;br /&gt;
*150% damage from brute, heat and fire.&lt;br /&gt;
*Takes longer for body temperature to stabilize.&lt;br /&gt;
*They are stuck inside an environment suit. [Replaceable by Hardsuit, EVA spacesuit or ghetto envirosuit you can craft]&lt;br /&gt;
*Have to take off helmet and eat a few bites very quickly then extinguish in order to eat something.&lt;br /&gt;
*No easy ability to hide their identity.&lt;br /&gt;
*Can be cloned, but incompetent medical staff will always fuck it up.&lt;br /&gt;
*Cannot be defibrillated, as they lack a heart.&lt;br /&gt;
==={{anchor|Mothpeople}}[[Mothpeople]]===&lt;br /&gt;
[[File:Moths.gif|90px]]&lt;br /&gt;
&lt;br /&gt;
White-faced insect people with wings and antannae. Be the Mary Sue you were always meant to be with a shitload of color &#039;themes&#039; to choose from.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Gameplay&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Get everything unique about you as a species removed by deranged people, but manage to sneak past a free infinite jetpack that never activates when you need it to. Turn into toothpaste when you hack a door wrong.&amp;lt;br&amp;gt; Be slightly more tolerated by humans than other alien species.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Diet&#039;&#039;&#039;&lt;br /&gt;
*Likes: Vegetables, Dairy &amp;amp; Clothes.&lt;br /&gt;
*Dislikes: Fruit.&lt;br /&gt;
*Toxic: Raw meat, cooked meat, just don&#039;t eat something that moved and made noises.&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
* If your wings haven&#039;t been crisped, you can flutter around once gravity goes out.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Your eyes are extra sensitive to light. Welding needs both goggles plus a mask and flashbangs REALLY hurt, even with sunglasses on.&lt;br /&gt;
* Badly hurt by fly swatters. [10x damage]&lt;br /&gt;
*Vulnerable to pest spray. [3x damage]&lt;br /&gt;
*Fire will burn your wings off, disabling its benefits and making the moth sad.&lt;br /&gt;
*Nonsensical &#039;fluttering&#039; speech tag.&lt;br /&gt;
==={{anchor|Ethereals}}[[Ethereals]]===&lt;br /&gt;
[[File:Ethereal race.png]]&lt;br /&gt;
&lt;br /&gt;
Walking lightbulbs that are named after celestial bodies.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Gameplay&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Die in one hit because you forgot to recharge. Steal all the station&#039;s power. Get harassed by moths.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Diet&#039;&#039;&#039;&lt;br /&gt;
*Likes: Snowflake Ethereal food (High-power energy bars, [[Food#Burgers|empowered burgers]]). Electricity, whether through [[Cyborg]] rechargers, electric shocks or indirectly through lightbulbs.&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*They&#039;re walking flashlights.&lt;br /&gt;
*Enter a temporary &#039;&#039;&#039;&#039;&#039;Disco-mode&#039;&#039;&#039;&#039;&#039; when emagged.&lt;br /&gt;
*Deal burn damage instead of brute damage when punching things.&lt;br /&gt;
*Slightly resistant to electricity (0.5 siemens coefficient).&lt;br /&gt;
*Can recharge apcs by using grab intent.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*They&#039;re walking flashlights.&lt;br /&gt;
*Can only regain nutrition by entering a cyborg recharger, by touching lightbulbs, using apcs on harm intent, using a battery, or through special Ethereal food.&lt;br /&gt;
*Slowly take toxin damage when out of charge.&lt;br /&gt;
*Take 1.25 to 2x brute damage depending on lack of charge.&lt;br /&gt;
==={{anchor|IPC}}[[IPC|IPC]]===&lt;br /&gt;
[[File:IPC.png]]&lt;br /&gt;
&lt;br /&gt;
Integrated positronic chassis, also known as TV heads. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Aesthetic TV head capable of changing looks, you stand out.&lt;br /&gt;
*They can heal brute damage with a welder and burn with a cable coil.&lt;br /&gt;
*Can be field revived with a welder and cable coils.&lt;br /&gt;
*They stand out due to their TV head.&lt;br /&gt;
*They do not require a head to live due to their brain being located in their torso&lt;br /&gt;
*No need for eating.&lt;br /&gt;
*Immune to cold and do not need to breathe.&lt;br /&gt;
* Cannot process any reagents except special IPC reagent (but secretly can with a E-ciggerate).&lt;br /&gt;
*Immune to most diseases.&lt;br /&gt;
*Bleed Oil (litterly just recoloured blood codewise)&lt;br /&gt;
*Bleed out 10 times slower than every other spiecies&lt;br /&gt;
*Immune to heart attacks&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
* Cannot perform CPR due to lack of breathing.&lt;br /&gt;
*Cannot be cloned, incompetent Roboticists will borg you instead of reviving you.&lt;br /&gt;
*Take almost 2x burn damage, capable of being critted in 4 welder hits, along with having a 1.3 brute modifier.&lt;br /&gt;
*You stand out without a helmet.&lt;br /&gt;
* Cannot process any reagents except special IPC reagents.&lt;br /&gt;
* EMPs will deal 20 - 60 brute damage and stun you for 10 - 20 seconds while dislocating random limbs (including your head).&lt;br /&gt;
*Need to stand still for a few seconds to heal with a cable coil or welder.&lt;br /&gt;
* Heal slowly unless someone else is healing them.&lt;br /&gt;
*You will be killed by most conversion antags due to the difficulty of keeping you around.&lt;br /&gt;
*Revenants can EMP you and kill you.&lt;br /&gt;
*Requires Oil for blood&lt;br /&gt;
==={{anchor|Apid}}[[Apids|Apid]]===&lt;br /&gt;
[[File:Apid.png|alt=|64x64px]]&lt;br /&gt;
&lt;br /&gt;
Bee people! An exceedingly rare sight to see. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Diet&#039;&#039;&#039;&lt;br /&gt;
*Likes fruits and vegetables&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Shockingly, bees like you.&lt;br /&gt;
*Improved vision in dark (barely noticeable).&lt;br /&gt;
*Superior lungs require less oxygen. (8 kPa min, humans require 16 kPa.)&lt;br /&gt;
*Able to dash short distances using their wings which works very well with no gravity but needs an atmosphere.&lt;br /&gt;
*Can craft [[Guide to food and drinks#Honeycomb|honeycombs]] which contain 25 units of honey for 50 units of sugar.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Takes 1.5x burn and toxin, and 1.25x stamina damage.&lt;br /&gt;
*Passes out instantly in smoke, and after some time in the cold.&lt;br /&gt;
*Takes 30x damage from flyswatters, 3x damage from pest-killer.&lt;br /&gt;
==={{anchor|Oozeling}}[[Oozeling]]===&lt;br /&gt;
[[File:Rainbow_slime.gif]]&lt;br /&gt;
&lt;br /&gt;
Slimes that have taken a humanoid form, these share a lot of the same biological traits that simple slimes do&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Cannot ignite when exposed to flames&lt;br /&gt;
*Anything that would deal toxin damage (for example, Plasma) will heal toxin damage instead.&lt;br /&gt;
*50% reduced burn damage from high heat, but not burn damage from other sources.&lt;br /&gt;
*Able to speak the slime language, and wild slimes do not see them as a food source.&lt;br /&gt;
*Able to regenerate their limbs.&lt;br /&gt;
*Has slime lungs, &amp;quot;Vacuole&amp;quot;, which will regenerate blood (ooze) volume when breathing plasma, You still need oxygen though&lt;br /&gt;
*Has Slime Jelly as their blood, which can be extracted for use by chemists&lt;br /&gt;
*Has no food preferences despite their gluttonous nature, so no major mood buffs or debuffs from eating.&lt;br /&gt;
*Rapidly metabolize food when overfed, converting it into extra blood volume.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Lose limbs when &amp;quot;blood&amp;quot; volume gets too low, restoring some of it.&lt;br /&gt;
*Lose &amp;quot;blood&amp;quot; volume rapidly when exposed to water, water vapor, fire extinguishers, and showers.&lt;br /&gt;
*Lose &amp;quot;blood&amp;quot; volume rapidly and take toxin damage when processing chemicals which would heal toxin damage in other races.&lt;br /&gt;
*Lose &amp;quot;blood&amp;quot; volume gradually when hungry, and rapidly when starving.&lt;br /&gt;
*300% increased burn damage from cold temperature exposure&lt;br /&gt;
&lt;br /&gt;
==={{anchor|Podman}}[[Dionae]]===&lt;br /&gt;
[[File:Dionaeplusnymphspecies.png|frameless|125x125px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Gradually heals and gains nutrition in well lit areas.&lt;br /&gt;
*Heals when irradiated&lt;br /&gt;
* Completely immune to space exposure&lt;br /&gt;
* Can produce an extra nymph every five minutes, and botany can grow more from seeds or dead nymphs&lt;br /&gt;
* Nymphs may combine to form a new dionae colony&lt;br /&gt;
* My willingly split into a bunch of nymphs again, though this will kill one of the colony!&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Major burn damage weakness&lt;br /&gt;
*Extremely flammable; will burst into flames when shot with lethal lasers or even if just tapped by a lighter&lt;br /&gt;
*Will starve to death in the dark&lt;br /&gt;
*If limbs take enough damage to disable, they fall off as a dead nymph&lt;br /&gt;
*Effectively &amp;quot;dies&amp;quot; when reaching crit, the dionae will split apart into nymphs&lt;br /&gt;
&lt;br /&gt;
=== [[Psyphoza|{{anchor|Psyphoza}}Psyphoza]] ===&lt;br /&gt;
[[File:PsyphozaTwo.png]]&amp;lt;br /&amp;gt;&lt;br /&gt;
Blind psychic mushroom-folk, incredibly niche but can be a fun (albeit dangerous) detective.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Incredibly forgiving diet and healed by drugs.&lt;br /&gt;
* Particularly useful race-specific language, similar to telepathy.&lt;br /&gt;
* Incredibly in-depth sight and perception that allows the character to identify individuals regardless of physical appearance as well as track their movements &amp;amp; activity.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Blind, perception is incredibly difficult to get used to and may cause problems in cluttered spaces.&lt;br /&gt;
* Weak to fire damage.&lt;br /&gt;
* Susceptible to &#039;Shroom who cried wolf&#039; effect, as nobody can really corroborate what you see with your psychic powers.&lt;br /&gt;
&lt;br /&gt;
= Human Mutants=&lt;br /&gt;
Over the course of a shift, you or someone you know may lose their humanity. These races are not born, but made.&amp;lt;br&amp;gt;&lt;br /&gt;
These players are less likely to be the targets of racism, as many may simply acknowledge their former humanity, but are none the less NOT human anymore.&lt;br /&gt;
==={{anchor|Flyperson}}[[Flyperson|Flypeople]]===&lt;br /&gt;
[[File:flypeople.png]]&lt;br /&gt;
&lt;br /&gt;
Technically, a roundstart race now. But realistically you only see these during teleporter malfunctions. A truly sorry state to be in. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Gameplay&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Annoy the chef for his cheese, vomit on his food and kill Pete because &amp;lt;strike&amp;gt;you need barf fuel&amp;lt;/strike&amp;gt; muh self defense. Start getting voices in your head when you read the bee movie script over the radio.&amp;lt;br&amp;gt; Get lynched for attacking the botanist using pest spray, and get gibbed by the chef for &#039;no reason&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Diet&#039;&#039;&#039;&lt;br /&gt;
* Likes: Gross things, such as vomit. Get your crewmates sick and never go hungry again!&lt;br /&gt;
* Dislikes: Anything with nutriment... the first time.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
* Buz-zz-zing lisp.&lt;br /&gt;
* Grotesque appearance.&lt;br /&gt;
* Takes 30x damage from flyswatters, 3x damage from pest-killer.&lt;br /&gt;
* Slower than normal people&lt;br /&gt;
* Can&#039;t handle alcohol very well&lt;br /&gt;
* 1.4x burn and brute damage, because of course you can&#039;t have anything.&lt;br /&gt;
*0.7 speed modifier why would you play this.&lt;br /&gt;
==={{anchor|Felinids}}[[Felinids]]===&lt;br /&gt;
[[File:Catpeople.png]]&lt;br /&gt;
&lt;br /&gt;
Effectively human if not for their ears and tail. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Diet&#039;&#039;&#039;&lt;br /&gt;
*Similar to normal humans.&lt;br /&gt;
*Dislikes: Vegetables, Sugar, COCO.&lt;br /&gt;
&#039;&#039;&#039;Gameplay&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
At the start of the shift, put on clothes that look like they&#039;re from one of those Chinese cartoons you&#039;re always watching. &amp;lt;s&amp;gt;Have quality interactions with the crew&amp;lt;/s&amp;gt; behave like a poorly-written female character created by a sweaty dude who&#039;s never actually spoken to a woman except for his mother (and a fast food cashier that one time.) &amp;lt;s&amp;gt;NYAAA at the crew&amp;lt;/s&amp;gt; don&#039;t because that&#039;s cringe. Become an entertaining electrical conductor for silicons. &amp;lt;br&amp;gt; Metafriend every other catperson, every single round. Get lynched in the hallways by a mob while [[the authorities]] point and laugh from a distance. When in danger, [[Rules#Main Rules - read these if nothing else|get saved by backup suspiciously fast.]] Ahelp every transgression people do to you.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
* N/A&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Hit harder by flashbangs.&lt;br /&gt;
*Are below beast races because they abandoned their humanity, as opposed to never having it in the first place.&lt;br /&gt;
=={{anchor|Jelly and Slime Mutants}}Oozeling and Slime Mutants ==&lt;br /&gt;
These races are created in Xenobiology by ingesting mutation toxin, and all three variants share the same basic characteristics of oozelings.&amp;lt;br&amp;gt;&lt;br /&gt;
Further ingestion has a chance to mutate a slimeperson into a Stargazer or Luminescent.&lt;br /&gt;
==={{anchor|Slimepeople}}Slimepeople ===&lt;br /&gt;
[[File:slimepeople.png]]&amp;lt;br&amp;gt;&lt;br /&gt;
Like slimes, they can split into multiple bodies, while retaining the same mind.&lt;br /&gt;
====Powers====&lt;br /&gt;
*Can split themselves to create spare bodies if they have enough blood volume.&lt;br /&gt;
** Reaching 1100 volume will let them split once, and reset them to 600.&lt;br /&gt;
**Just like oozelings, they can regenerate their &amp;quot;blood&amp;quot; by eating, breathing plasma or consuming things which would be toxic to other races.&lt;br /&gt;
** They can swap between bodies at will; dying in their current body will send them to another body if they have one.&lt;br /&gt;
&#039;&#039;&#039;Where to find them:&#039;&#039;&#039;&lt;br /&gt;
*[[Xenobiology]].&lt;br /&gt;
===Stargazers ===&lt;br /&gt;
[[File:jellypeople.png]]&lt;br /&gt;
&lt;br /&gt;
Stargazers are the telepathic branch of oozelings, able to project psychic messages and to link minds with participants.&lt;br /&gt;
====Powers====&lt;br /&gt;
*Can privately and anonymously &amp;quot;send thoughts&amp;quot; to any target they see.&lt;br /&gt;
* Can form slimelinks with any living being.&lt;br /&gt;
**To form a slimelink, they must aggressively grab their target, then use the Link Minds ability.&lt;br /&gt;
**Everyone in the slimelink will be able to communicate in it and hear each other.&lt;br /&gt;
**Slimelink communication also works while unconscious or muted.&lt;br /&gt;
**Slimelinks are broken by death; killing the Stargazer supporting it, or changing its species will unlink everyone.&lt;br /&gt;
&#039;&#039;&#039;Where to find them:&#039;&#039;&#039;&lt;br /&gt;
*[[Xenobiology]].&lt;br /&gt;
==={{anchor|Luminescents}}Luminescents===&lt;br /&gt;
[[File:Brokenbottle.png]]&lt;br /&gt;
&lt;br /&gt;
Luminescents are versatile; they gain powers by consuming cores and activating them with their peculiar biology.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Emit a faint glow.&lt;br /&gt;
==== Powers====&lt;br /&gt;
*Can absorb slime cores to gain special abilities. (You can find the various effects [[Guide_to_xenobiology#Formulas|here]])&lt;br /&gt;
**Each core has a minor and a major ability.&lt;br /&gt;
**Activating them has a cooldown instead of using up the core. Cores can be ejected and reused.&lt;br /&gt;
**You can only have one core absorbed at once.&lt;br /&gt;
&#039;&#039;&#039;Where to find them:&#039;&#039;&#039;&lt;br /&gt;
*[[Xenobiology]].&lt;br /&gt;
=Exotic Races=&lt;br /&gt;
These races have very few ways to come about, and often rely on very rare situations to exist at all.&amp;lt;br&amp;gt;&lt;br /&gt;
Golems aside, you will almost never have to deal with them, but should be aware of them all the same for when the time comes.&lt;br /&gt;
==={{anchor|Golem}}[[Golem]]s===&lt;br /&gt;
[[File:agolem.png|96px]][[File:Iron_golem.png|96px]][[File:Silver_golem.png|96px]][[File:Gold_golem.png|96px]][[File:Plasma_golem.png|96px]][[File:Uranium_golem.png|96px]][[File:Diamond_golem.png|96px]]&lt;br /&gt;
&lt;br /&gt;
Lumbering people of shining stone, golems are born into the servitude of their creators. While some will immediately gift these golems with freedom others will keep them close as assistants, bodyguards, or attack dogs. Golems do not have a will of their own unless granted one by their creator, and are not directly responsible for their actions if commanded.&lt;br /&gt;
Free golems found on [[Lavaland]] function equivalently to their station-born counterparts; however, they are not compelled to serve anyone.&lt;br /&gt;
&lt;br /&gt;
Golems have unique benefits and drawbacks, depending on the type of mineral they&#039;re made of.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Gameplay&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Act like dumb ogre, smash the fleshy idiot humies and trigger gods. Escalate conflicts to deadchat with your ogre fists. Dish out justice with your ogre squad.&amp;lt;br&amp;gt; Kill people with your flashy radiation, and get banned for &amp;lt;s&amp;gt;card&amp;lt;/s&amp;gt; golem counting.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Spaceworthy, can&#039;t be dismembered and don&#039;t bleed out.&lt;br /&gt;
*Immune to the effects of radiation and viruses.&lt;br /&gt;
*Most golems punch hard and are highly resistant to brute damage, with some exceptions.&lt;br /&gt;
*Have pocket-slots without wearing a jumpsuit.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Bound to will of creator unless freed.&lt;br /&gt;
*Most are much slower than humans.&lt;br /&gt;
*Immune to injections and cryogenic drugs, can&#039;t give or receive CPR&lt;br /&gt;
*Can&#039;t equip most clothing. Not really a drawback, since golems already have pockets.&lt;br /&gt;
*The only guns they can use are Kinetic Accelerators with modified trigger guards.&lt;br /&gt;
*Often prejudiced against and slain without mercy by [[Shitcurity|the station]] at first sign of trouble.&lt;br /&gt;
For mineral specific benefits and drawbacks, see: [[Golem#Types_of_Golems|Types of Golems]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Where to find them:&#039;&#039;&#039;&lt;br /&gt;
*[[Xenobiology]].&lt;br /&gt;
*[[Lavaland]].&lt;br /&gt;
===={{anchor|Romerol Zombies}}Romerol Zombies====&lt;br /&gt;
[[File:zombies.png]]&lt;br /&gt;
&lt;br /&gt;
Rotted remains of former humans, brought way less back to life. Unlike the zombies you find in Xenobiology, Romerol zombies aren&#039;t just a human mutation.&amp;lt;br&amp;gt;&lt;br /&gt;
They are aggressive by nature, and spread an infection when hitting other humanoids, causing them to turn into Romerol zombies on death.&lt;br /&gt;
&lt;br /&gt;
They also won&#039;t stay dead as long as the infection is active and their head is intact: to stop them permanently, the body must be destroyed or beheaded, or the infection must be surgically removed.&amp;lt;br&amp;gt;&lt;br /&gt;
If this does not happen, the zombie will revive at full health after some time.&lt;br /&gt;
&lt;br /&gt;
The infection is concentrated in a tumor located in the brain. Should this tumor be removed surgically, the body will revert to a normal corpse, which can then be cloned.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
* Same as regular zombies.&lt;br /&gt;
* Strong claws that can even punch through airlocks.&lt;br /&gt;
*Revives after death unless decapitated or gibbed.&lt;br /&gt;
*Quickly heals wounds.&lt;br /&gt;
*Can see in the dark.&lt;br /&gt;
*Turn other species into romerol zombies on death.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Slow movement.&lt;br /&gt;
*Can only use claws to smash.&lt;br /&gt;
* (Rightfully) feared and hunted by crewmembers.&lt;br /&gt;
&#039;&#039;&#039;Where to find them:&#039;&#039;&#039;&lt;br /&gt;
*On the station, after traitors team up to buy [[Syndicate_Items#Romerol|Romerol]], get lucky with a [[Syndicate_Items#Syndicate_Surplus_Crate|surplus crate]] or a cunning virologist finds out how to make them.&lt;br /&gt;
==={{anchor|Androids}}Androids===&lt;br /&gt;
[[File:Androids.png|96px]]&lt;br /&gt;
&lt;br /&gt;
Human-like robots, distant cousins of synths. While visually identical to a fully augmented human, it has some additional perks.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Does not need to breathe, immune to gases and viruses.&lt;br /&gt;
*Immunity to pressure, cold and heat, can&#039;t be set on fire.&lt;br /&gt;
*Does not bleed.&lt;br /&gt;
*Does not need to eat.&lt;br /&gt;
*Cannot be pierced by syringes or glass.&lt;br /&gt;
*Can repair brute damage with welding and burn damage by replacing wires.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
* Cannot heal brute and burn damage with conventional means.&lt;br /&gt;
*Paralyzed and heavily damaged by EMPs.&lt;br /&gt;
&#039;&#039;&#039;Where to find them:&#039;&#039;&#039;&lt;br /&gt;
*A technophile chapel &lt;br /&gt;
==={{anchor|Abductor}}[[Abductor]]s===&lt;br /&gt;
[[File:Abductor_base.png|96px]]&lt;br /&gt;
&lt;br /&gt;
Alien beings sent here to probe the station&#039;s crew. They cannot speak normally, but instead use a special frequency tuned to their mothership: different abductor teams have separate channels. Abductors created in different ways share a common abductor channel instead, and cannot hear natural abductors.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
* Does not bleed.&lt;br /&gt;
*Does not need to breathe.&lt;br /&gt;
* Is immune to viruses.&lt;br /&gt;
*Can use abductor-specific equipment.&lt;br /&gt;
*Can see in the dark for short ranges.&lt;br /&gt;
*Can communicate without restrictions with fellow abductors.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Can&#039;t use guns, except the one they start with.&lt;br /&gt;
*Cannot be heard by non-abductors when speaking.&lt;br /&gt;
&#039;&#039;&#039;Where to find them:&#039;&#039;&#039;&lt;br /&gt;
*[[Abductor]] ships&lt;br /&gt;
[[Category:Guides]]&lt;br /&gt;
==Halloween Races==&lt;br /&gt;
These are races that are found as roundstart races during the days near Halloween but can sometimes, rarely be found otherwise&lt;br /&gt;
==={{anchor|Shadowpeople}}Shadowpeople===&lt;br /&gt;
[[File:shadowpeople.png]]&lt;br /&gt;
&lt;br /&gt;
Cursed beings of darkness, shadows that cannot exist for long in the light. They skulk in darkened maintenance corridors or in workplaces with intentionally destroyed lighting. They are not intrinsically evil, but still invoke an understandable level of mistrust in pretty much everyone.&lt;br /&gt;
&lt;br /&gt;
They share many of the passive effects of [[Shadowling]]s, but none of their innate spells or abilities. They are far less a threat.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Gradually heals in the dark.&lt;br /&gt;
*Don&#039;t need to breathe.&lt;br /&gt;
*Have no blood to lose.&lt;br /&gt;
*Are immune to the effects of radiation.&lt;br /&gt;
*Can see far in the dark.&lt;br /&gt;
*Immune to viruses.&lt;br /&gt;
*Won&#039;t get attacked by &#039;&#039;Faithless&#039;&#039; mobs.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Will perish in the light.&lt;br /&gt;
*Generally impossible to maintain a normal life on the station.&lt;br /&gt;
&#039;&#039;&#039;Where to find them&#039;&#039;&#039;&lt;br /&gt;
* on the station during halloween&lt;br /&gt;
* rarely in xenobio&lt;br /&gt;
==={{anchor|Skeletons}}Skeletons===&lt;br /&gt;
[[File:skeletons.png]]&lt;br /&gt;
&lt;br /&gt;
The skeleton within, unleashed! Somehow still alive, a skeleton is just a sack of stark white bones.&amp;lt;br&amp;gt;&lt;br /&gt;
Clattering spooks, due to their supernatural qualities they&#039;re almost always associated with wizards.&amp;lt;br&amp;gt;&lt;br /&gt;
Skeletons enjoy a wide selection of useful immunities, just don&#039;t expect the crew to ever enjoy looking at you ever again.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Don&#039;t need to breathe.&lt;br /&gt;
*Aren&#039;t bothered by extreme temperatures and pressure.&lt;br /&gt;
* Have no blood to lose.&lt;br /&gt;
*Are immune to the effects of radiation, as well as viruses.&lt;br /&gt;
*Immune to item embedding and chemical injections.&lt;br /&gt;
*Do not need to eat.&lt;br /&gt;
*Can attach limbs from the ground without surgery.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Loses limbs easily.&lt;br /&gt;
*Too spooky for most to tolerate.&lt;br /&gt;
*Immune to medical injections&lt;br /&gt;
&#039;&#039;&#039;Where to find them:&#039;&#039;&#039;&lt;br /&gt;
* Space pirate ships, with [[wizard|wizards]], on the station on Halloween.&lt;br /&gt;
==={{anchor|High-functioning Zombies}}High-functioning Zombies===&lt;br /&gt;
[[File:zombies.png]]&lt;br /&gt;
&lt;br /&gt;
Unlike the zombies you find in movies, these high-functioning zombies don&#039;t crave your brains (despite what they might be compelled to say sometimes).&amp;lt;br&amp;gt;&lt;br /&gt;
It&#039;s perfectly possible to coexist with these zombies, though understanding their slurring speech might drive some to wish it wasn&#039;t.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Don&#039;t need to breathe.&lt;br /&gt;
*Can survive in extreme pressures.&lt;br /&gt;
*Immune to cold.&lt;br /&gt;
*Have no blood to lose.&lt;br /&gt;
*Are immune to the effects of radiation.&lt;br /&gt;
* Can attach limbs from the ground without surgery.&lt;br /&gt;
*Immune to [[Changeling]] transmutation stings.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Loses limbs easily.&lt;br /&gt;
*Hard to understand.&lt;br /&gt;
*Ugly.&lt;br /&gt;
*Tends to be confused with the infectious kind of zombie.&lt;br /&gt;
&#039;&#039;&#039;Where to find them:&#039;&#039;&#039;&lt;br /&gt;
*With [[wizard|wizards]], on the station on Halloween.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==={{anchor|Vampires}}Vampires===&lt;br /&gt;
[[File:bat.gif]]&lt;br /&gt;
&lt;br /&gt;
that goth from the club wasn&#039;t as clean as she said and now you are eternally cursed with vampirism, atleast it has its upsides &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
* You can turn into a bat &lt;br /&gt;
* That bat can crawl into vents&lt;br /&gt;
* You can suck peoples blood&lt;br /&gt;
* You heal while inside of a coffin&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
* You constantly need blood&lt;br /&gt;
* If you run out of blood you turn into dust&lt;br /&gt;
* You will always be pale&lt;br /&gt;
* You will burst into flames if you enter the chapel&lt;br /&gt;
* If the chaplain picks the whip nullrod, it will deal double damage to you&lt;br /&gt;
*&lt;/div&gt;</summary>
		<author><name>Schizocat</name></author>
	</entry>
	<entry>
		<id>https://wiki.beestation13.com/w/index.php?title=Guide_to_races&amp;diff=38623</id>
		<title>Guide to races</title>
		<link rel="alternate" type="text/html" href="https://wiki.beestation13.com/w/index.php?title=Guide_to_races&amp;diff=38623"/>
		<updated>2025-03-30T12:47:06Z</updated>

		<summary type="html">&lt;p&gt;Schizocat: Fixes to layout and images having wrapping text&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Needs revision&lt;br /&gt;
|reason = The imagery on this page is not up-to-date, resulting in inaccurate depictions and the broken bottle being used as a placeholder in some cases.&lt;br /&gt;
}}&lt;br /&gt;
During your time on station you may find yourself face to face (or face to mirror) with the not quite human. Be they aliens, mutated humans, or self aware constructs you&#039;re expected to try and coexist on this deathtrap&amp;lt;br&amp;gt;&lt;br /&gt;
Learning their quirks can be key to knowing how to keep them amicable in times of peace, and easy to put down in times of strife.&lt;br /&gt;
=Roundstart Races=&lt;br /&gt;
On Beestation, these are the races allowed to be chosen at round start. Because they are freely available, you should expect to deal with them nearly every round.&lt;br /&gt;
==={{anchor|Humans}}[[Humans]]===&lt;br /&gt;
[[File:humans.png]]&lt;br /&gt;
&lt;br /&gt;
On the station humans enjoy a degree of superiority over other races, everyone you meet in a position of power will generally be a human.&amp;lt;br&amp;gt;&lt;br /&gt;
Formerly, the [[AI]] would apply the protections of its laws ONLY to humans, nowadays however the AI&#039;s law protect &amp;quot;Crew&amp;quot; instead of humans. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Gameplay&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Behave like the dominant species you are. Beat skulls in with a toolbox and remind everyone that you are essentially a bald ape. Get leg-dropped by a wrestler and watch as your leg actually falls off.&amp;lt;br&amp;gt; Set up industrial-sized bugzappers in the main hall to deal with [[Mothpeople|the pests]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Diet&#039;&#039;&#039;&lt;br /&gt;
*Likes: Fried food and junkfood, often combined into a heavenly form known as fast food.&lt;br /&gt;
*Dislikes: Raw food.&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Strength in numbers.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*None at all.&lt;br /&gt;
==={{anchor|Lizardperson}}[[Lizardperson|Lizardpeople]]===&lt;br /&gt;
[[File:lizardpeople.png]]&lt;br /&gt;
&lt;br /&gt;
Second class citizens, lizards are generally relegated to lower level work.&amp;lt;br&amp;gt;&lt;br /&gt;
Within a department a lizard staff member may enjoy anywhere from almost equal standing to obvious racism and disrespect, depending on their coworkers. They enjoy no advantages beyond their striking appearance.&amp;lt;br&amp;gt;&lt;br /&gt;
Their appearance and naming conventions are loosely derived from the Argonians, of Skyrim.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Gameplay&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Name yourself Does-The-Gimmick. Set all your accessory slots and become an unrecognizable blob of pixels. &amp;lt;br&amp;gt; Make it hard to understand a word you say by hissing frequently. Get discriminated against for being a snowflake race.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Diet&#039;&#039;&#039;&lt;br /&gt;
*Likes: Meat and disgusting things like small creatures that run around on four legs famous for disease&lt;br /&gt;
*Dislikes: Grain and dairy, what kind of creature would hate pizza or cake?!&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Memorable appearance.&lt;br /&gt;
*Solidarity with lizards staffmates.&lt;br /&gt;
*Lizardpeople take one third less heat damage.&lt;br /&gt;
*Lizard tails and hides can be used to craft sought after items like lizard wine, the Liz O&#039; Nine Tails and lizard cloche hats.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Likely target of racism.&lt;br /&gt;
* Noticeable lisssp.&lt;br /&gt;
* 50% more cold damage.&lt;br /&gt;
*&#039;&#039;Your&#039;&#039; lizard tail and hide can be used to craft sought-after items.&lt;br /&gt;
==={{anchor|Plasmaman}}[[Plasmaman]]===&lt;br /&gt;
[[File:Plasmaman.png|120px]]&lt;br /&gt;
&lt;br /&gt;
A recently discovered race that inhabits orbital bodies with high concentrations of Plasma.&amp;lt;br&amp;gt;&lt;br /&gt;
Plasmamen have a hard time living on oxygen based space stations as they breathe pure Plasma as their air supply, thus they wear special environmental suits to protect them.&amp;lt;br&amp;gt;&lt;br /&gt;
They have almost no advantages mechanics wise, and must rely on their skill and respect to get by.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Gameplay&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Light the entirety of the station on fire. Be immune to cold environments, die in seconds to hot ones. Claim that you&#039;re a space beast that&#039;s come to kill everything, ever.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Diet&#039;&#039;&#039;&lt;br /&gt;
* Likes: Vegetables.&lt;br /&gt;
*Dislikes: Fruit, only the flesh is weak to scurvy.&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Bang-proof and space-proof helmet with welding screen.&lt;br /&gt;
*Immune to cold, (most) viruses, and radiation.&lt;br /&gt;
*Can&#039;t bleed.&lt;br /&gt;
*Does not need to eat.&lt;br /&gt;
*Internals last very long and belt tanks at a standard pressure of 1013kPa last about 1.5 hours.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*They rely on a constant source of Plasma air to survive.&lt;br /&gt;
*If exposed to Oxygen their body will catch on fire (unless in stasis).&lt;br /&gt;
*150% damage from brute, heat and fire.&lt;br /&gt;
*Takes longer for body temperature to stabilize.&lt;br /&gt;
*They are stuck inside an environment suit. [Replaceable by Hardsuit, EVA spacesuit or ghetto envirosuit you can craft]&lt;br /&gt;
*Have to take off helmet and eat a few bites very quickly then extinguish in order to eat something.&lt;br /&gt;
*No easy ability to hide their identity.&lt;br /&gt;
*Can be cloned, but incompetent medical staff will always fuck it up.&lt;br /&gt;
*Cannot be defibrillated, as they lack a heart.&lt;br /&gt;
==={{anchor|Mothpeople}}[[Mothpeople]]===&lt;br /&gt;
[[File:Moths.gif|90px]]&lt;br /&gt;
&lt;br /&gt;
White-faced insect people with wings and antannae. Be the Mary Sue you were always meant to be with a shitload of color &#039;themes&#039; to choose from.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Gameplay&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Get everything unique about you as a species removed by deranged people, but manage to sneak past a free infinite jetpack that never activates when you need it to. Turn into toothpaste when you hack a door wrong.&amp;lt;br&amp;gt; Be slightly more tolerated by humans than other alien species.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Diet&#039;&#039;&#039;&lt;br /&gt;
*Likes: Vegetables, Dairy &amp;amp; Clothes.&lt;br /&gt;
*Dislikes: Fruit.&lt;br /&gt;
*Toxic: Raw meat, cooked meat, just don&#039;t eat something that moved and made noises.&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
* If your wings haven&#039;t been crisped, you can flutter around once gravity goes out.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Your eyes are extra sensitive to light. Welding needs both goggles plus a mask and flashbangs REALLY hurt, even with sunglasses on.&lt;br /&gt;
* Badly hurt by fly swatters. [10x damage]&lt;br /&gt;
*Vulnerable to pest spray. [3x damage]&lt;br /&gt;
*Fire will burn your wings off, disabling its benefits and making the moth sad.&lt;br /&gt;
*Nonsensical &#039;fluttering&#039; speech tag.&lt;br /&gt;
==={{anchor|Ethereals}}[[Ethereals]]===&lt;br /&gt;
[[File:Ethereal race.png]]&lt;br /&gt;
&lt;br /&gt;
Walking lightbulbs that are named after celestial bodies.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Gameplay&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Die in one hit because you forgot to recharge. Steal all the station&#039;s power. Get harassed by moths.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Diet&#039;&#039;&#039;&lt;br /&gt;
*Likes: Snowflake Ethereal food (High-power energy bars, [[Food#Burgers|empowered burgers]]). Electricity, whether through [[Cyborg]] rechargers, electric shocks or indirectly through lightbulbs.&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*They&#039;re walking flashlights.&lt;br /&gt;
*Enter a temporary &#039;&#039;&#039;&#039;&#039;Disco-mode&#039;&#039;&#039;&#039;&#039; when emagged.&lt;br /&gt;
*Deal burn damage instead of brute damage when punching things.&lt;br /&gt;
*Slightly resistant to electricity (0.5 siemens coefficient).&lt;br /&gt;
*Can recharge apcs by using grab intent.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*They&#039;re walking flashlights.&lt;br /&gt;
*Can only regain nutrition by entering a cyborg recharger, by touching lightbulbs, using apcs on harm intent, using a battery, or through special Ethereal food.&lt;br /&gt;
*Slowly take toxin damage when out of charge.&lt;br /&gt;
*Take 1.25 to 2x brute damage depending on lack of charge.&lt;br /&gt;
==={{anchor|IPC}}[[IPC|IPC]]===&lt;br /&gt;
[[File:IPC.png]]&lt;br /&gt;
&lt;br /&gt;
Integrated positronic chassis, also known as TV heads. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Aesthetic TV head capable of changing looks, you stand out.&lt;br /&gt;
*They can heal brute damage with a welder and burn with a cable coil.&lt;br /&gt;
*Can be field revived with a welder and cable coils.&lt;br /&gt;
*They stand out due to their TV head.&lt;br /&gt;
*They do not require a head to live due to their brain being located in their torso&lt;br /&gt;
*No need for eating.&lt;br /&gt;
*Immune to cold and do not need to breathe.&lt;br /&gt;
* Cannot process any reagents except special IPC reagent (but secretly can with a E-ciggerate).&lt;br /&gt;
*Immune to most diseases.&lt;br /&gt;
*Bleed Oil (litterly just recoloured blood codewise)&lt;br /&gt;
*Bleed out 10 times slower than every other spiecies&lt;br /&gt;
*Immune to heart attacks&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
* Cannot perform CPR due to lack of breathing.&lt;br /&gt;
*Cannot be cloned, incompetent Roboticists will borg you instead of reviving you.&lt;br /&gt;
*Take almost 2x burn damage, capable of being critted in 4 welder hits, along with having a 1.3 brute modifier.&lt;br /&gt;
*You stand out without a helmet.&lt;br /&gt;
* Cannot process any reagents except special IPC reagents.&lt;br /&gt;
* EMPs will deal 20 - 60 brute damage and stun you for 10 - 20 seconds while dislocating random limbs (including your head).&lt;br /&gt;
*Need to stand still for a few seconds to heal with a cable coil or welder.&lt;br /&gt;
* Heal slowly unless someone else is healing them.&lt;br /&gt;
*You will be killed by most conversion antags due to the difficulty of keeping you around.&lt;br /&gt;
*Revenants can EMP you and kill you.&lt;br /&gt;
*Requires Oil for blood&lt;br /&gt;
==={{anchor|Apid}}[[Apids|Apid]]===&lt;br /&gt;
[[File:Apid.png|alt=|64x64px]]&lt;br /&gt;
&lt;br /&gt;
Bee people! An exceedingly rare sight to see. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Diet&#039;&#039;&#039;&lt;br /&gt;
*Likes fruits and vegetables&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Shockingly, bees like you.&lt;br /&gt;
*Improved vision in dark (barely noticeable).&lt;br /&gt;
*Superior lungs require less oxygen. (8 kPa min, humans require 16 kPa.)&lt;br /&gt;
*Able to dash short distances using their wings which works very well with no gravity but needs an atmosphere.&lt;br /&gt;
*Can craft [[Guide to food and drinks#Honeycomb|honeycombs]] which contain 25 units of honey for 50 units of sugar.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Takes 1.5x burn and toxin, and 1.25x stamina damage.&lt;br /&gt;
*Passes out instantly in smoke, and after some time in the cold.&lt;br /&gt;
*Takes 30x damage from flyswatters, 3x damage from pest-killer.&lt;br /&gt;
==={{anchor|Oozeling}}[[Oozeling]]===&lt;br /&gt;
[[File:Rainbow_slime.gif]]&lt;br /&gt;
&lt;br /&gt;
Slimes that have taken a humanoid form, these share a lot of the same biological traits that simple slimes do&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Cannot ignite when exposed to flames&lt;br /&gt;
*Anything that would deal toxin damage (for example, Plasma) will heal toxin damage instead.&lt;br /&gt;
*50% reduced burn damage from high heat, but not burn damage from other sources.&lt;br /&gt;
*Able to speak the slime language, and wild slimes do not see them as a food source.&lt;br /&gt;
*Able to regenerate their limbs.&lt;br /&gt;
*Has slime lungs, &amp;quot;Vacuole&amp;quot;, which will regenerate blood (ooze) volume when breathing plasma, You still need oxygen though&lt;br /&gt;
*Has Slime Jelly as their blood, which can be extracted for use by chemists&lt;br /&gt;
*Has no food preferences despite their gluttonous nature, so no major mood buffs or debuffs from eating.&lt;br /&gt;
*Rapidly metabolize food when overfed, converting it into extra blood volume.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Lose limbs when &amp;quot;blood&amp;quot; volume gets too low, restoring some of it.&lt;br /&gt;
*Lose &amp;quot;blood&amp;quot; volume rapidly when exposed to water, water vapor, fire extinguishers, and showers.&lt;br /&gt;
*Lose &amp;quot;blood&amp;quot; volume rapidly and take toxin damage when processing chemicals which would heal toxin damage in other races.&lt;br /&gt;
*Lose &amp;quot;blood&amp;quot; volume gradually when hungry, and rapidly when starving.&lt;br /&gt;
*300% increased burn damage from cold temperature exposure&lt;br /&gt;
&lt;br /&gt;
==={{anchor|Podman}}[[Dionae]]===&lt;br /&gt;
[[File:Dionaeplusnymphspecies.png|frameless|125x125px]]&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Gradually heals and gains nutrition in well lit areas.&lt;br /&gt;
*Heals when irradiated&lt;br /&gt;
* Completely immune to space exposure&lt;br /&gt;
* Can produce an extra nymph every five minutes, and botany can grow more from seeds or dead nymphs&lt;br /&gt;
* Nymphs may combine to form a new dionae colony&lt;br /&gt;
* My willingly split into a bunch of nymphs again, though this will kill one of the colony!&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Major burn damage weakness&lt;br /&gt;
*Extremely flammable; will burst into flames when shot with lethal lasers or even if just tapped by a lighter&lt;br /&gt;
*Will starve to death in the dark&lt;br /&gt;
*If limbs take enough damage to disable, they fall off as a dead nymph&lt;br /&gt;
*Effectively &amp;quot;dies&amp;quot; when reaching crit, the dionae will split apart into nymphs&lt;br /&gt;
&lt;br /&gt;
=== [[Psyphoza|{{anchor|Psyphoza}}Psyphoza]] ===&lt;br /&gt;
[[File:PsyphozaTwo.png]]&amp;lt;br /&amp;gt;&lt;br /&gt;
Blind psychic mushroom-folk, incredibly niche but can be a fun (albeit dangerous) detective.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Incredibly forgiving diet and healed by drugs.&lt;br /&gt;
* Particularly useful race-specific language, similar to telepathy.&lt;br /&gt;
* Incredibly in-depth sight and perception that allows the character to identify individuals regardless of physical appearance as well as track their movements &amp;amp; activity.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Blind, perception is incredibly difficult to get used to and may cause problems in cluttered spaces.&lt;br /&gt;
* Weak to fire damage.&lt;br /&gt;
* Susceptible to &#039;Shroom who cried wolf&#039; effect, as nobody can really corroborate what you see with your psychic powers.&lt;br /&gt;
&lt;br /&gt;
= Human Mutants=&lt;br /&gt;
Over the course of a shift, you or someone you know may lose their humanity. These races are not born, but made.&amp;lt;br&amp;gt;&lt;br /&gt;
These players are less likely to be the targets of racism, as many may simply acknowledge their former humanity, but are none the less NOT human anymore.&lt;br /&gt;
==={{anchor|Flyperson}}[[Flyperson|Flypeople]]===&lt;br /&gt;
[[File:flypeople.png]]&lt;br /&gt;
&lt;br /&gt;
Technically, a roundstart race now. But realistically you only see these during teleporter malfunctions. A truly sorry state to be in. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Gameplay&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Annoy the chef for his cheese, vomit on his food and kill Pete because &amp;lt;strike&amp;gt;you need barf fuel&amp;lt;/strike&amp;gt; muh self defense. Start getting voices in your head when you read the bee movie script over the radio.&amp;lt;br&amp;gt; Get lynched for attacking the botanist using pest spray, and get gibbed by the chef for &#039;no reason&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Diet&#039;&#039;&#039;&lt;br /&gt;
* Likes: Gross things, such as vomit. Get your crewmates sick and never go hungry again!&lt;br /&gt;
* Dislikes: Anything with nutriment... the first time.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
* Buz-zz-zing lisp.&lt;br /&gt;
* Grotesque appearance.&lt;br /&gt;
* Takes 30x damage from flyswatters, 3x damage from pest-killer.&lt;br /&gt;
* Slower than normal people&lt;br /&gt;
* Can&#039;t handle alcohol very well&lt;br /&gt;
* 1.4x burn and brute damage, because of course you can&#039;t have anything.&lt;br /&gt;
*0.7 speed modifier why would you play this.&lt;br /&gt;
==={{anchor|Felinids}}[[Felinids]]===&lt;br /&gt;
[[File:Catpeople.png]]&lt;br /&gt;
&lt;br /&gt;
Effectively human if not for their ears and tail. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Diet&#039;&#039;&#039;&lt;br /&gt;
*Similar to normal humans.&lt;br /&gt;
*Dislikes: Vegetables, Sugar, COCO.&lt;br /&gt;
&#039;&#039;&#039;Gameplay&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
At the start of the shift, put on clothes that look like they&#039;re from one of those Chinese cartoons you&#039;re always watching. &amp;lt;s&amp;gt;Have quality interactions with the crew&amp;lt;/s&amp;gt; behave like a poorly-written female character created by a sweaty dude who&#039;s never actually spoken to a woman except for his mother (and a fast food cashier that one time.) &amp;lt;s&amp;gt;NYAAA at the crew&amp;lt;/s&amp;gt; don&#039;t because that&#039;s cringe. Become an entertaining electrical conductor for silicons. &amp;lt;br&amp;gt; Metafriend every other catperson, every single round. Get lynched in the hallways by a mob while [[the authorities]] point and laugh from a distance. When in danger, [[Rules#Main Rules - read these if nothing else|get saved by backup suspiciously fast.]] Ahelp every transgression people do to you.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
* N/A&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Hit harder by flashbangs.&lt;br /&gt;
*Are below beast races because they abandoned their humanity, as opposed to never having it in the first place.&lt;br /&gt;
=={{anchor|Jelly and Slime Mutants}}Oozeling and Slime Mutants ==&lt;br /&gt;
These races are created in Xenobiology by ingesting mutation toxin, and all three variants share the same basic characteristics of oozelings.&amp;lt;br&amp;gt;&lt;br /&gt;
Further ingestion has a chance to mutate a slimeperson into a Stargazer or Luminescent.&lt;br /&gt;
==={{anchor|Slimepeople}}Slimepeople ===&lt;br /&gt;
[[File:slimepeople.png]]&amp;lt;br&amp;gt;&lt;br /&gt;
Like slimes, they can split into multiple bodies, while retaining the same mind.&lt;br /&gt;
====Powers====&lt;br /&gt;
*Can split themselves to create spare bodies if they have enough blood volume.&lt;br /&gt;
** Reaching 1100 volume will let them split once, and reset them to 600.&lt;br /&gt;
**Just like oozelings, they can regenerate their &amp;quot;blood&amp;quot; by eating, breathing plasma or consuming things which would be toxic to other races.&lt;br /&gt;
** They can swap between bodies at will; dying in their current body will send them to another body if they have one.&lt;br /&gt;
&#039;&#039;&#039;Where to find them:&#039;&#039;&#039;&lt;br /&gt;
*[[Xenobiology]].&lt;br /&gt;
===Stargazers ===&lt;br /&gt;
[[File:jellypeople.png]]&lt;br /&gt;
&lt;br /&gt;
Stargazers are the telepathic branch of oozelings, able to project psychic messages and to link minds with participants.&lt;br /&gt;
====Powers====&lt;br /&gt;
*Can privately and anonymously &amp;quot;send thoughts&amp;quot; to any target they see.&lt;br /&gt;
* Can form slimelinks with any living being.&lt;br /&gt;
**To form a slimelink, they must aggressively grab their target, then use the Link Minds ability.&lt;br /&gt;
**Everyone in the slimelink will be able to communicate in it and hear each other.&lt;br /&gt;
**Slimelink communication also works while unconscious or muted.&lt;br /&gt;
**Slimelinks are broken by death; killing the Stargazer supporting it, or changing its species will unlink everyone.&lt;br /&gt;
&#039;&#039;&#039;Where to find them:&#039;&#039;&#039;&lt;br /&gt;
*[[Xenobiology]].&lt;br /&gt;
==={{anchor|Luminescents}}Luminescents===&lt;br /&gt;
[[File:Brokenbottle.png]]&lt;br /&gt;
&lt;br /&gt;
Luminescents are versatile; they gain powers by consuming cores and activating them with their peculiar biology.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Emit a faint glow.&lt;br /&gt;
==== Powers====&lt;br /&gt;
*Can absorb slime cores to gain special abilities. (You can find the various effects [[Guide_to_xenobiology#Formulas|here]])&lt;br /&gt;
**Each core has a minor and a major ability.&lt;br /&gt;
**Activating them has a cooldown instead of using up the core. Cores can be ejected and reused.&lt;br /&gt;
**You can only have one core absorbed at once.&lt;br /&gt;
&#039;&#039;&#039;Where to find them:&#039;&#039;&#039;&lt;br /&gt;
*[[Xenobiology]].&lt;br /&gt;
=Exotic Races=&lt;br /&gt;
These races have very few ways to come about, and often rely on very rare situations to exist at all.&amp;lt;br&amp;gt;&lt;br /&gt;
Golems aside, you will almost never have to deal with them, but should be aware of them all the same for when the time comes.&lt;br /&gt;
==={{anchor|Golem}}[[Golem]]s===&lt;br /&gt;
[[File:agolem.png|96px]][[File:Iron_golem.png|96px]][[File:Silver_golem.png|96px]][[File:Gold_golem.png|96px]][[File:Plasma_golem.png|96px]][[File:Uranium_golem.png|96px]][[File:Diamond_golem.png|96px]]&lt;br /&gt;
&lt;br /&gt;
Lumbering people of shining stone, golems are born into the servitude of their creators. While some will immediately gift these golems with freedom others will keep them close as assistants, bodyguards, or attack dogs. Golems do not have a will of their own unless granted one by their creator, and are not directly responsible for their actions if commanded.&lt;br /&gt;
Free golems found on [[Lavaland]] function equivalently to their station-born counterparts; however, they are not compelled to serve anyone.&lt;br /&gt;
&lt;br /&gt;
Golems have unique benefits and drawbacks, depending on the type of mineral they&#039;re made of.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Gameplay&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Act like dumb ogre, smash the fleshy idiot humies and trigger gods. Escalate conflicts to deadchat with your ogre fists. Dish out justice with your ogre squad.&amp;lt;br&amp;gt; Kill people with your flashy radiation, and get banned for &amp;lt;s&amp;gt;card&amp;lt;/s&amp;gt; golem counting.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Spaceworthy, can&#039;t be dismembered and don&#039;t bleed out.&lt;br /&gt;
*Immune to the effects of radiation and viruses.&lt;br /&gt;
*Most golems punch hard and are highly resistant to brute damage, with some exceptions.&lt;br /&gt;
*Have pocket-slots without wearing a jumpsuit.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Bound to will of creator unless freed.&lt;br /&gt;
*Most are much slower than humans.&lt;br /&gt;
*Immune to injections and cryogenic drugs, can&#039;t give or receive CPR&lt;br /&gt;
*Can&#039;t equip most clothing. Not really a drawback, since golems already have pockets.&lt;br /&gt;
*The only guns they can use are Kinetic Accelerators with modified trigger guards.&lt;br /&gt;
*Often prejudiced against and slain without mercy by [[Shitcurity|the station]] at first sign of trouble.&lt;br /&gt;
For mineral specific benefits and drawbacks, see: [[Golem#Types_of_Golems|Types of Golems]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Where to find them:&#039;&#039;&#039;&lt;br /&gt;
*[[Xenobiology]].&lt;br /&gt;
*[[Lavaland]].&lt;br /&gt;
===={{anchor|Romerol Zombies}}Romerol Zombies====&lt;br /&gt;
[[File:zombies.png]]&lt;br /&gt;
&lt;br /&gt;
Rotted remains of former humans, brought way less back to life. Unlike the zombies you find in Xenobiology, Romerol zombies aren&#039;t just a human mutation.&amp;lt;br&amp;gt;&lt;br /&gt;
They are aggressive by nature, and spread an infection when hitting other humanoids, causing them to turn into Romerol zombies on death.&lt;br /&gt;
&lt;br /&gt;
They also won&#039;t stay dead as long as the infection is active and their head is intact: to stop them permanently, the body must be destroyed or beheaded, or the infection must be surgically removed.&amp;lt;br&amp;gt;&lt;br /&gt;
If this does not happen, the zombie will revive at full health after some time.&lt;br /&gt;
&lt;br /&gt;
The infection is concentrated in a tumor located in the brain. Should this tumor be removed surgically, the body will revert to a normal corpse, which can then be cloned.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
* Same as regular zombies.&lt;br /&gt;
* Strong claws that can even punch through airlocks.&lt;br /&gt;
*Revives after death unless decapitated or gibbed.&lt;br /&gt;
*Quickly heals wounds.&lt;br /&gt;
*Can see in the dark.&lt;br /&gt;
*Turn other species into romerol zombies on death.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Slow movement.&lt;br /&gt;
*Can only use claws to smash.&lt;br /&gt;
* (Rightfully) feared and hunted by crewmembers.&lt;br /&gt;
&#039;&#039;&#039;Where to find them:&#039;&#039;&#039;&lt;br /&gt;
*On the station, after traitors team up to buy [[Syndicate_Items#Romerol|Romerol]], get lucky with a [[Syndicate_Items#Syndicate_Surplus_Crate|surplus crate]] or a cunning virologist finds out how to make them.&lt;br /&gt;
==={{anchor|Androids}}Androids===&lt;br /&gt;
[[File:Androids.png|96px]]&lt;br /&gt;
&lt;br /&gt;
Human-like robots, distant cousins of synths. While visually identical to a fully augmented human, it has some additional perks.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Does not need to breathe, immune to gases and viruses.&lt;br /&gt;
*Immunity to pressure, cold and heat, can&#039;t be set on fire.&lt;br /&gt;
*Does not bleed.&lt;br /&gt;
*Does not need to eat.&lt;br /&gt;
*Cannot be pierced by syringes or glass.&lt;br /&gt;
*Can repair brute damage with welding and burn damage by replacing wires.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
* Cannot heal brute and burn damage with conventional means.&lt;br /&gt;
*Paralyzed and heavily damaged by EMPs.&lt;br /&gt;
&#039;&#039;&#039;Where to find them:&#039;&#039;&#039;&lt;br /&gt;
*A technophile chapel &lt;br /&gt;
==={{anchor|Abductor}}[[Abductor]]s===&lt;br /&gt;
[[File:Abductor_base.png|96px]]&lt;br /&gt;
&lt;br /&gt;
Alien beings sent here to probe the station&#039;s crew. They cannot speak normally, but instead use a special frequency tuned to their mothership: different abductor teams have separate channels. Abductors created in different ways share a common abductor channel instead, and cannot hear natural abductors.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
* Does not bleed.&lt;br /&gt;
*Does not need to breathe.&lt;br /&gt;
* Is immune to viruses.&lt;br /&gt;
*Can use abductor-specific equipment.&lt;br /&gt;
*Can see in the dark for short ranges.&lt;br /&gt;
*Can communicate without restrictions with fellow abductors.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Can&#039;t use guns, except the one they start with.&lt;br /&gt;
*Cannot be heard by non-abductors when speaking.&lt;br /&gt;
&#039;&#039;&#039;Where to find them:&#039;&#039;&#039;&lt;br /&gt;
*[[Abductor]] ships&lt;br /&gt;
[[Category:Guides]]&lt;br /&gt;
==Halloween Races==&lt;br /&gt;
These are races that are found as roundstart races during the days near Halloween but can sometimes, rarely be found otherwise&lt;br /&gt;
==={{anchor|Shadowpeople}}Shadowpeople===&lt;br /&gt;
[[File:shadowpeople.png]]&lt;br /&gt;
&lt;br /&gt;
Cursed beings of darkness, shadows that cannot exist for long in the light. They skulk in darkened maintenance corridors or in workplaces with intentionally destroyed lighting. They are not intrinsically evil, but still invoke an understandable level of mistrust in pretty much everyone.&lt;br /&gt;
&lt;br /&gt;
They share many of the passive effects of [[Shadowling]]s, but none of their innate spells or abilities. They are far less a threat.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Gradually heals in the dark.&lt;br /&gt;
*Don&#039;t need to breathe.&lt;br /&gt;
*Have no blood to lose.&lt;br /&gt;
*Are immune to the effects of radiation.&lt;br /&gt;
*Can see far in the dark.&lt;br /&gt;
*Immune to viruses.&lt;br /&gt;
*Won&#039;t get attacked by &#039;&#039;Faithless&#039;&#039; mobs.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Will perish in the light.&lt;br /&gt;
*Generally impossible to maintain a normal life on the station.&lt;br /&gt;
&#039;&#039;&#039;Where to find them&#039;&#039;&#039;&lt;br /&gt;
* on the station during halloween&lt;br /&gt;
* rarely in xenobio&lt;br /&gt;
==={{anchor|Skeletons}}Skeletons===&lt;br /&gt;
[[File:skeletons.png]]&lt;br /&gt;
&lt;br /&gt;
The skeleton within, unleashed! Somehow still alive, a skeleton is just a sack of stark white bones.&amp;lt;br&amp;gt;&lt;br /&gt;
Clattering spooks, due to their supernatural qualities they&#039;re almost always associated with wizards.&amp;lt;br&amp;gt;&lt;br /&gt;
Skeletons enjoy a wide selection of useful immunities, just don&#039;t expect the crew to ever enjoy looking at you ever again.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Don&#039;t need to breathe.&lt;br /&gt;
*Aren&#039;t bothered by extreme temperatures and pressure.&lt;br /&gt;
* Have no blood to lose.&lt;br /&gt;
*Are immune to the effects of radiation, as well as viruses.&lt;br /&gt;
*Immune to item embedding and chemical injections.&lt;br /&gt;
*Do not need to eat.&lt;br /&gt;
*Can attach limbs from the ground without surgery.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Loses limbs easily.&lt;br /&gt;
*Too spooky for most to tolerate.&lt;br /&gt;
*Immune to medical injections&lt;br /&gt;
&#039;&#039;&#039;Where to find them:&#039;&#039;&#039;&lt;br /&gt;
* Space pirate ships, with [[wizard|wizards]], on the station on Halloween.&lt;br /&gt;
==={{anchor|High-functioning Zombies}}High-functioning Zombies===&lt;br /&gt;
[[File:zombies.png]]&lt;br /&gt;
&lt;br /&gt;
Unlike the zombies you find in movies, these high-functioning zombies don&#039;t crave your brains (despite what they might be compelled to say sometimes).&amp;lt;br&amp;gt;&lt;br /&gt;
It&#039;s perfectly possible to coexist with these zombies, though understanding their slurring speech might drive some to wish it wasn&#039;t.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Don&#039;t need to breathe.&lt;br /&gt;
*Can survive in extreme pressures.&lt;br /&gt;
*Immune to cold.&lt;br /&gt;
*Have no blood to lose.&lt;br /&gt;
*Are immune to the effects of radiation.&lt;br /&gt;
* Can attach limbs from the ground without surgery.&lt;br /&gt;
*Immune to [[Changeling]] transmutation stings.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Loses limbs easily.&lt;br /&gt;
*Hard to understand.&lt;br /&gt;
*Ugly.&lt;br /&gt;
*Tends to be confused with the infectious kind of zombie.&lt;br /&gt;
&#039;&#039;&#039;Where to find them:&#039;&#039;&#039;&lt;br /&gt;
*With [[wizard|wizards]], on the station on Halloween.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==={{anchor|Vampires}}Vampires===&lt;br /&gt;
[[File:bat.gif]]&lt;br /&gt;
&lt;br /&gt;
that goth from the club wasn&#039;t as clean as she said and now you are eternally cursed with vampirism, atleast it has its upsides &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
* You can turn into a bat &lt;br /&gt;
* That bat can crawl into vents&lt;br /&gt;
* You can suck peoples blood&lt;br /&gt;
* You heal while inside of a coffin&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
* You constantly need blood&lt;br /&gt;
* If you run out of blood you turn into dust&lt;br /&gt;
* You will always be pale&lt;br /&gt;
* You will burst into flames if you enter the chapel&lt;br /&gt;
* If the chaplain picks the whip nullrod, it will deal double damage to you&lt;br /&gt;
*&lt;/div&gt;</summary>
		<author><name>Schizocat</name></author>
	</entry>
	<entry>
		<id>https://wiki.beestation13.com/w/index.php?title=Guide_to_races&amp;diff=38622</id>
		<title>Guide to races</title>
		<link rel="alternate" type="text/html" href="https://wiki.beestation13.com/w/index.php?title=Guide_to_races&amp;diff=38622"/>
		<updated>2025-03-30T12:37:50Z</updated>

		<summary type="html">&lt;p&gt;Schizocat: /* Psyphoza */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Needs revision&lt;br /&gt;
|reason = The imagery on this page is not up-to-date, resulting in inaccurate depictions and the broken bottle being used as a placeholder in some cases.&lt;br /&gt;
}}&lt;br /&gt;
During your time on station you may find yourself face to face (or face to mirror) with the not quite human. Be they aliens, mutated humans, or self aware constructs you&#039;re expected to try and coexist on this deathtrap&amp;lt;br&amp;gt;&lt;br /&gt;
Learning their quirks can be key to knowing how to keep them amicable in times of peace, and easy to put down in times of strife.&lt;br /&gt;
=Roundstart Races=&lt;br /&gt;
On Beestation, these are the races allowed to be chosen at round start. Because they are freely available, you should expect to deal with them nearly every round.&lt;br /&gt;
==={{anchor|Humans}}[[Humans]]===&lt;br /&gt;
[[File:humans.png]]&lt;br /&gt;
&lt;br /&gt;
On the station humans enjoy a degree of superiority over other races, everyone you meet in a position of power will generally be a human.&amp;lt;br&amp;gt;&lt;br /&gt;
Formerly, the [[AI]] would apply the protections of its laws ONLY to humans, nowadays however the AI&#039;s law protect &amp;quot;Crew&amp;quot; instead of humans. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Gameplay&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Behave like the dominant species you are. Beat skulls in with a toolbox and remind everyone that you are essentially a bald ape. Get leg-dropped by a wrestler and watch as your leg actually falls off.&amp;lt;br&amp;gt; Set up industrial-sized bugzappers in the main hall to deal with [[Mothpeople|the pests]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Diet&#039;&#039;&#039;&lt;br /&gt;
*Likes: Fried food and junkfood, often combined into a heavenly form known as fast food.&lt;br /&gt;
*Dislikes: Raw food.&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Strength in numbers.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*None at all.&lt;br /&gt;
==={{anchor|Lizardperson}}[[Lizardperson|Lizardpeople]]===&lt;br /&gt;
[[File:lizardpeople.png]]&lt;br /&gt;
&lt;br /&gt;
Second class citizens, lizards are generally relegated to lower level work.&amp;lt;br&amp;gt;&lt;br /&gt;
Within a department a lizard staff member may enjoy anywhere from almost equal standing to obvious racism and disrespect, depending on their coworkers. They enjoy no advantages beyond their striking appearance.&amp;lt;br&amp;gt;&lt;br /&gt;
Their appearance and naming conventions are loosely derived from the Argonians, of Skyrim.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Gameplay&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Name yourself Does-The-Gimmick. Set all your accessory slots and become an unrecognizable blob of pixels. &amp;lt;br&amp;gt; Make it hard to understand a word you say by hissing frequently. Get discriminated against for being a snowflake race.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Diet&#039;&#039;&#039;&lt;br /&gt;
*Likes: Meat and disgusting things like small creatures that run around on four legs famous for disease&lt;br /&gt;
*Dislikes: Grain and dairy, what kind of creature would hate pizza or cake?!&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Memorable appearance.&lt;br /&gt;
*Solidarity with lizards staffmates.&lt;br /&gt;
*Lizardpeople take one third less heat damage.&lt;br /&gt;
*Lizard tails and hides can be used to craft sought after items like lizard wine, the Liz O&#039; Nine Tails and lizard cloche hats.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Likely target of racism.&lt;br /&gt;
* Noticeable lisssp.&lt;br /&gt;
* 50% more cold damage.&lt;br /&gt;
*&#039;&#039;Your&#039;&#039; lizard tail and hide can be used to craft sought-after items.&lt;br /&gt;
==={{anchor|Plasmaman}}[[Plasmaman]]===&lt;br /&gt;
[[File:Plasmaman.png|120px]]&lt;br /&gt;
&lt;br /&gt;
A recently discovered race that inhabits orbital bodies with high concentrations of Plasma.&amp;lt;br&amp;gt;&lt;br /&gt;
Plasmamen have a hard time living on oxygen based space stations as they breathe pure Plasma as their air supply, thus they wear special environmental suits to protect them.&amp;lt;br&amp;gt;&lt;br /&gt;
They have almost no advantages mechanics wise, and must rely on their skill and respect to get by.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Gameplay&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Light the entirety of the station on fire. Be immune to cold environments, die in seconds to hot ones. Claim that you&#039;re a space beast that&#039;s come to kill everything, ever.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Diet&#039;&#039;&#039;&lt;br /&gt;
* Likes: Vegetables.&lt;br /&gt;
*Dislikes: Fruit, only the flesh is weak to scurvy.&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Bang-proof and space-proof helmet with welding screen.&lt;br /&gt;
*Immune to cold, (most) viruses, and radiation.&lt;br /&gt;
*Can&#039;t bleed.&lt;br /&gt;
*Does not need to eat.&lt;br /&gt;
*Internals last very long and belt tanks at a standard pressure of 1013kPa last about 1.5 hours.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*They rely on a constant source of Plasma air to survive.&lt;br /&gt;
*If exposed to Oxygen their body will catch on fire (unless in stasis).&lt;br /&gt;
*150% damage from brute, heat and fire.&lt;br /&gt;
*Takes longer for body temperature to stabilize.&lt;br /&gt;
*They are stuck inside an environment suit. [Replaceable by Hardsuit, EVA spacesuit or ghetto envirosuit you can craft]&lt;br /&gt;
*Have to take off helmet and eat a few bites very quickly then extinguish in order to eat something.&lt;br /&gt;
*No easy ability to hide their identity.&lt;br /&gt;
*Can be cloned, but incompetent medical staff will always fuck it up.&lt;br /&gt;
*Cannot be defibrillated, as they lack a heart.&lt;br /&gt;
==={{anchor|Mothpeople}}[[Mothpeople]]===&lt;br /&gt;
[[File:Moths.gif|90px]]&lt;br /&gt;
&lt;br /&gt;
White-faced insect people with wings and antannae. Be the Mary Sue you were always meant to be with a shitload of color &#039;themes&#039; to choose from.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Gameplay&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Get everything unique about you as a species removed by deranged people, but manage to sneak past a free infinite jetpack that never activates when you need it to. Turn into toothpaste when you hack a door wrong.&amp;lt;br&amp;gt; Be slightly more tolerated by humans than other alien species.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Diet&#039;&#039;&#039;&lt;br /&gt;
*Likes: Vegetables, Dairy &amp;amp; Clothes.&lt;br /&gt;
*Dislikes: Fruit.&lt;br /&gt;
*Toxic: Raw meat, cooked meat, just don&#039;t eat something that moved and made noises.&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
* If your wings haven&#039;t been crisped, you can flutter around once gravity goes out.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Your eyes are extra sensitive to light. Welding needs both goggles plus a mask and flashbangs REALLY hurt, even with sunglasses on.&lt;br /&gt;
* Badly hurt by fly swatters. [10x damage]&lt;br /&gt;
*Vulnerable to pest spray. [3x damage]&lt;br /&gt;
*Fire will burn your wings off, disabling its benefits and making the moth sad.&lt;br /&gt;
*Nonsensical &#039;fluttering&#039; speech tag.&lt;br /&gt;
==={{anchor|Ethereals}}[[Ethereals]]===&lt;br /&gt;
[[File:Ethereal race.png]]&lt;br /&gt;
&lt;br /&gt;
Walking lightbulbs that are named after celestial bodies.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Gameplay&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Die in one hit because you forgot to recharge. Steal all the station&#039;s power. Get harassed by moths.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Diet&#039;&#039;&#039;&lt;br /&gt;
*Likes: Snowflake Ethereal food (High-power energy bars, [[Food#Burgers|empowered burgers]]). Electricity, whether through [[Cyborg]] rechargers, electric shocks or indirectly through lightbulbs.&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*They&#039;re walking flashlights.&lt;br /&gt;
*Enter a temporary &#039;&#039;&#039;&#039;&#039;Disco-mode&#039;&#039;&#039;&#039;&#039; when emagged.&lt;br /&gt;
*Deal burn damage instead of brute damage when punching things.&lt;br /&gt;
*Slightly resistant to electricity (0.5 siemens coefficient).&lt;br /&gt;
*Can recharge apcs by using grab intent.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*They&#039;re walking flashlights.&lt;br /&gt;
*Can only regain nutrition by entering a cyborg recharger, by touching lightbulbs, using apcs on harm intent, using a battery, or through special Ethereal food.&lt;br /&gt;
*Slowly take toxin damage when out of charge.&lt;br /&gt;
*Take 1.25 to 2x brute damage depending on lack of charge.&lt;br /&gt;
==={{anchor|IPC}}[[IPC|IPC]]===&lt;br /&gt;
[[File:IPC.png]]&lt;br /&gt;
&lt;br /&gt;
Integrated positronic chassis, also known as TV heads. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Aesthetic TV head capable of changing looks, you stand out.&lt;br /&gt;
*They can heal brute damage with a welder and burn with a cable coil.&lt;br /&gt;
*Can be field revived with a welder and cable coils.&lt;br /&gt;
*They stand out due to their TV head.&lt;br /&gt;
*They do not require a head to live due to their brain being located in their torso&lt;br /&gt;
*No need for eating.&lt;br /&gt;
*Immune to cold and do not need to breathe.&lt;br /&gt;
* Cannot process any reagents except special IPC reagent (but secretly can with a E-ciggerate).&lt;br /&gt;
*Immune to most diseases.&lt;br /&gt;
*Bleed Oil (litterly just recoloured blood codewise)&lt;br /&gt;
*Bleed out 10 times slower than every other spiecies&lt;br /&gt;
*Immune to heart attacks&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
* Cannot perform CPR due to lack of breathing.&lt;br /&gt;
*Cannot be cloned, incompetent Roboticists will borg you instead of reviving you.&lt;br /&gt;
*Take almost 2x burn damage, capable of being critted in 4 welder hits, along with having a 1.3 brute modifier.&lt;br /&gt;
*You stand out without a helmet.&lt;br /&gt;
* Cannot process any reagents except special IPC reagents.&lt;br /&gt;
* EMPs will deal 20 - 60 brute damage and stun you for 10 - 20 seconds while dislocating random limbs (including your head).&lt;br /&gt;
*Need to stand still for a few seconds to heal with a cable coil or welder.&lt;br /&gt;
* Heal slowly unless someone else is healing them.&lt;br /&gt;
*You will be killed by most conversion antags due to the difficulty of keeping you around.&lt;br /&gt;
*Revenants can EMP you and kill you.&lt;br /&gt;
*Requires Oil for blood&lt;br /&gt;
==={{anchor|Apid}}[[Apids|Apid]]===&lt;br /&gt;
[[File:Apid.png|alt=|64x64px]]&lt;br /&gt;
&lt;br /&gt;
Bee people! An exceedingly rare sight to see. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Diet&#039;&#039;&#039;&lt;br /&gt;
*Likes fruits and vegetables&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Shockingly, bees like you.&lt;br /&gt;
*Improved vision in dark (barely noticeable).&lt;br /&gt;
*Superior lungs require less oxygen. (8 kPa min, humans require 16 kPa.)&lt;br /&gt;
*Able to dash short distances using their wings which works very well with no gravity but needs an atmosphere.&lt;br /&gt;
*Can craft [[Guide to food and drinks#Honeycomb|honeycombs]] which contain 25 units of honey for 50 units of sugar.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Takes 1.5x burn and toxin, and 1.25x stamina damage.&lt;br /&gt;
*Passes out instantly in smoke, and after some time in the cold.&lt;br /&gt;
*Takes 30x damage from flyswatters, 3x damage from pest-killer.&lt;br /&gt;
==={{anchor|Oozeling}}[[Oozeling]]===&lt;br /&gt;
[[File:Rainbow_slime.gif]]&lt;br /&gt;
&lt;br /&gt;
Slimes that have taken a humanoid form, these share a lot of the same biological traits that simple slimes do&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Cannot ignite when exposed to flames&lt;br /&gt;
*Anything that would deal toxin damage (for example, Plasma) will heal toxin damage instead.&lt;br /&gt;
*50% reduced burn damage from high heat, but not burn damage from other sources.&lt;br /&gt;
*Able to speak the slime language, and wild slimes do not see them as a food source.&lt;br /&gt;
*Able to regenerate their limbs.&lt;br /&gt;
*Has slime lungs, &amp;quot;Vacuole&amp;quot;, which will regenerate blood (ooze) volume when breathing plasma, You still need oxygen though&lt;br /&gt;
*Has Slime Jelly as their blood, which can be extracted for use by chemists&lt;br /&gt;
*Has no food preferences despite their gluttonous nature, so no major mood buffs or debuffs from eating.&lt;br /&gt;
*Rapidly metabolize food when overfed, converting it into extra blood volume.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Lose limbs when &amp;quot;blood&amp;quot; volume gets too low, restoring some of it.&lt;br /&gt;
*Lose &amp;quot;blood&amp;quot; volume rapidly when exposed to water, water vapor, fire extinguishers, and showers.&lt;br /&gt;
*Lose &amp;quot;blood&amp;quot; volume rapidly and take toxin damage when processing chemicals which would heal toxin damage in other races.&lt;br /&gt;
*Lose &amp;quot;blood&amp;quot; volume gradually when hungry, and rapidly when starving.&lt;br /&gt;
*300% increased burn damage from cold temperature exposure&lt;br /&gt;
&lt;br /&gt;
==={{anchor|Podman}}[[Dionae]]===&lt;br /&gt;
[[File:Dionaeplusnymphspecies.png|left|frameless|125x125px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Gradually heals and gains nutrition in well lit areas.&lt;br /&gt;
*Heals when irradiated&lt;br /&gt;
* Completely immune to space exposure&lt;br /&gt;
* Can produce an extra nymph every five minutes, and botany can grow more from seeds or dead nymphs&lt;br /&gt;
* Nymphs may combine to form a new dionae colony&lt;br /&gt;
* My willingly split into a bunch of nymphs again, though this will kill one of the colony!&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Major burn damage weakness&lt;br /&gt;
*Extremely flammable; will burst into flames when shot with lethal lasers or even if just tapped by a lighter&lt;br /&gt;
*Will starve to death in the dark&lt;br /&gt;
*If limbs take enough damage to disable, they fall off as a dead nymph&lt;br /&gt;
*Effectively &amp;quot;dies&amp;quot; when reaching crit, the dionae will split apart into nymphs&lt;br /&gt;
&lt;br /&gt;
=== [[Psyphoza|{{anchor|Psyphoza}}Psyphoza]] ===&lt;br /&gt;
[[File:PsyphozaTwo.png|left]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Blind psychic mushroom-folk, incredibly niche but can be a fun (albeit dangerous) detective.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Incredibly forgiving diet and healed by drugs.&lt;br /&gt;
* Particularly useful race-specific language, similar to telepathy.&lt;br /&gt;
* Incredibly in-depth sight and perception that allows the character to identify individuals regardless of physical appearance as well as track their movements &amp;amp; activity.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Blind, perception is incredibly difficult to get used to and may cause problems in cluttered spaces.&lt;br /&gt;
* Weak to fire damage.&lt;br /&gt;
* Susceptible to &#039;Shroom who cried wolf&#039; effect, as nobody can really corroborate what you see with your psychic powers.&lt;br /&gt;
&lt;br /&gt;
= Human Mutants=&lt;br /&gt;
Over the course of a shift, you or someone you know may lose their humanity. These races are not born, but made.&amp;lt;br&amp;gt;&lt;br /&gt;
These players are less likely to be the targets of racism, as many may simply acknowledge their former humanity, but are none the less NOT human anymore.&lt;br /&gt;
==={{anchor|Flyperson}}[[Flyperson|Flypeople]]===&lt;br /&gt;
[[File:flypeople.png]]&lt;br /&gt;
&lt;br /&gt;
Technically, a roundstart race now. But realistically you only see these during teleporter malfunctions. A truly sorry state to be in. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Gameplay&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Annoy the chef for his cheese, vomit on his food and kill Pete because &amp;lt;strike&amp;gt;you need barf fuel&amp;lt;/strike&amp;gt; muh self defense. Start getting voices in your head when you read the bee movie script over the radio.&amp;lt;br&amp;gt; Get lynched for attacking the botanist using pest spray, and get gibbed by the chef for &#039;no reason&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Diet&#039;&#039;&#039;&lt;br /&gt;
* Likes: Gross things, such as vomit. Get your crewmates sick and never go hungry again!&lt;br /&gt;
* Dislikes: Anything with nutriment... the first time.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
* Buz-zz-zing lisp.&lt;br /&gt;
* Grotesque appearance.&lt;br /&gt;
* Takes 30x damage from flyswatters, 3x damage from pest-killer.&lt;br /&gt;
* Slower than normal people&lt;br /&gt;
* Can&#039;t handle alcohol very well&lt;br /&gt;
* 1.4x burn and brute damage, because of course you can&#039;t have anything.&lt;br /&gt;
*0.7 speed modifier why would you play this.&lt;br /&gt;
==={{anchor|Felinids}}[[Felinids]]===&lt;br /&gt;
[[File:Catpeople.png]]&lt;br /&gt;
&lt;br /&gt;
Effectively human if not for their ears and tail. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Diet&#039;&#039;&#039;&lt;br /&gt;
*Similar to normal humans.&lt;br /&gt;
*Dislikes: Vegetables, Sugar, COCO.&lt;br /&gt;
&#039;&#039;&#039;Gameplay&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
At the start of the shift, put on clothes that look like they&#039;re from one of those Chinese cartoons you&#039;re always watching. &amp;lt;s&amp;gt;Have quality interactions with the crew&amp;lt;/s&amp;gt; behave like a poorly-written female character created by a sweaty dude who&#039;s never actually spoken to a woman except for his mother (and a fast food cashier that one time.) &amp;lt;s&amp;gt;NYAAA at the crew&amp;lt;/s&amp;gt; don&#039;t because that&#039;s cringe. Become an entertaining electrical conductor for silicons. &amp;lt;br&amp;gt; Metafriend every other catperson, every single round. Get lynched in the hallways by a mob while [[the authorities]] point and laugh from a distance. When in danger, [[Rules#Main Rules - read these if nothing else|get saved by backup suspiciously fast.]] Ahelp every transgression people do to you.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
* N/A&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Hit harder by flashbangs.&lt;br /&gt;
*Are below beast races because they abandoned their humanity, as opposed to never having it in the first place.&lt;br /&gt;
=={{anchor|Jelly and Slime Mutants}}Oozeling and Slime Mutants ==&lt;br /&gt;
These races are created in Xenobiology by ingesting mutation toxin, and all three variants share the same basic characteristics of oozelings.&amp;lt;br&amp;gt;&lt;br /&gt;
Further ingestion has a chance to mutate a slimeperson into a Stargazer or Luminescent.&lt;br /&gt;
==={{anchor|Slimepeople}}Slimepeople ===&lt;br /&gt;
[[File:slimepeople.png]]&amp;lt;br&amp;gt;&lt;br /&gt;
Like slimes, they can split into multiple bodies, while retaining the same mind.&lt;br /&gt;
====Powers====&lt;br /&gt;
*Can split themselves to create spare bodies if they have enough blood volume.&lt;br /&gt;
** Reaching 1100 volume will let them split once, and reset them to 600.&lt;br /&gt;
**Just like oozelings, they can regenerate their &amp;quot;blood&amp;quot; by eating, breathing plasma or consuming things which would be toxic to other races.&lt;br /&gt;
** They can swap between bodies at will; dying in their current body will send them to another body if they have one.&lt;br /&gt;
&#039;&#039;&#039;Where to find them:&#039;&#039;&#039;&lt;br /&gt;
*[[Xenobiology]].&lt;br /&gt;
===Stargazers ===&lt;br /&gt;
[[File:jellypeople.png]]&lt;br /&gt;
&lt;br /&gt;
Stargazers are the telepathic branch of oozelings, able to project psychic messages and to link minds with participants.&lt;br /&gt;
====Powers====&lt;br /&gt;
*Can privately and anonymously &amp;quot;send thoughts&amp;quot; to any target they see.&lt;br /&gt;
* Can form slimelinks with any living being.&lt;br /&gt;
**To form a slimelink, they must aggressively grab their target, then use the Link Minds ability.&lt;br /&gt;
**Everyone in the slimelink will be able to communicate in it and hear each other.&lt;br /&gt;
**Slimelink communication also works while unconscious or muted.&lt;br /&gt;
**Slimelinks are broken by death; killing the Stargazer supporting it, or changing its species will unlink everyone.&lt;br /&gt;
&#039;&#039;&#039;Where to find them:&#039;&#039;&#039;&lt;br /&gt;
*[[Xenobiology]].&lt;br /&gt;
==={{anchor|Luminescents}}Luminescents===&lt;br /&gt;
[[File:Brokenbottle.png]]&lt;br /&gt;
&lt;br /&gt;
Luminescents are versatile; they gain powers by consuming cores and activating them with their peculiar biology.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Emit a faint glow.&lt;br /&gt;
==== Powers====&lt;br /&gt;
*Can absorb slime cores to gain special abilities. (You can find the various effects [[Guide_to_xenobiology#Formulas|here]])&lt;br /&gt;
**Each core has a minor and a major ability.&lt;br /&gt;
**Activating them has a cooldown instead of using up the core. Cores can be ejected and reused.&lt;br /&gt;
**You can only have one core absorbed at once.&lt;br /&gt;
&#039;&#039;&#039;Where to find them:&#039;&#039;&#039;&lt;br /&gt;
*[[Xenobiology]].&lt;br /&gt;
=Exotic Races=&lt;br /&gt;
These races have very few ways to come about, and often rely on very rare situations to exist at all.&amp;lt;br&amp;gt;&lt;br /&gt;
Golems aside, you will almost never have to deal with them, but should be aware of them all the same for when the time comes.&lt;br /&gt;
==={{anchor|Golem}}[[Golem]]s===&lt;br /&gt;
[[File:agolem.png|96px]][[File:Iron_golem.png|96px]][[File:Silver_golem.png|96px]][[File:Gold_golem.png|96px]][[File:Plasma_golem.png|96px]][[File:Uranium_golem.png|96px]][[File:Diamond_golem.png|96px]]&lt;br /&gt;
&lt;br /&gt;
Lumbering people of shining stone, golems are born into the servitude of their creators. While some will immediately gift these golems with freedom others will keep them close as assistants, bodyguards, or attack dogs. Golems do not have a will of their own unless granted one by their creator, and are not directly responsible for their actions if commanded.&lt;br /&gt;
Free golems found on [[Lavaland]] function equivalently to their station-born counterparts; however, they are not compelled to serve anyone.&lt;br /&gt;
&lt;br /&gt;
Golems have unique benefits and drawbacks, depending on the type of mineral they&#039;re made of.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Gameplay&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Act like dumb ogre, smash the fleshy idiot humies and trigger gods. Escalate conflicts to deadchat with your ogre fists. Dish out justice with your ogre squad.&amp;lt;br&amp;gt; Kill people with your flashy radiation, and get banned for &amp;lt;s&amp;gt;card&amp;lt;/s&amp;gt; golem counting.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Spaceworthy, can&#039;t be dismembered and don&#039;t bleed out.&lt;br /&gt;
*Immune to the effects of radiation and viruses.&lt;br /&gt;
*Most golems punch hard and are highly resistant to brute damage, with some exceptions.&lt;br /&gt;
*Have pocket-slots without wearing a jumpsuit.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Bound to will of creator unless freed.&lt;br /&gt;
*Most are much slower than humans.&lt;br /&gt;
*Immune to injections and cryogenic drugs, can&#039;t give or receive CPR&lt;br /&gt;
*Can&#039;t equip most clothing. Not really a drawback, since golems already have pockets.&lt;br /&gt;
*The only guns they can use are Kinetic Accelerators with modified trigger guards.&lt;br /&gt;
*Often prejudiced against and slain without mercy by [[Shitcurity|the station]] at first sign of trouble.&lt;br /&gt;
For mineral specific benefits and drawbacks, see: [[Golem#Types_of_Golems|Types of Golems]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Where to find them:&#039;&#039;&#039;&lt;br /&gt;
*[[Xenobiology]].&lt;br /&gt;
*[[Lavaland]].&lt;br /&gt;
===={{anchor|Romerol Zombies}}Romerol Zombies====&lt;br /&gt;
[[File:zombies.png]]&lt;br /&gt;
&lt;br /&gt;
Rotted remains of former humans, brought way less back to life. Unlike the zombies you find in Xenobiology, Romerol zombies aren&#039;t just a human mutation.&amp;lt;br&amp;gt;&lt;br /&gt;
They are aggressive by nature, and spread an infection when hitting other humanoids, causing them to turn into Romerol zombies on death.&lt;br /&gt;
&lt;br /&gt;
They also won&#039;t stay dead as long as the infection is active and their head is intact: to stop them permanently, the body must be destroyed or beheaded, or the infection must be surgically removed.&amp;lt;br&amp;gt;&lt;br /&gt;
If this does not happen, the zombie will revive at full health after some time.&lt;br /&gt;
&lt;br /&gt;
The infection is concentrated in a tumor located in the brain. Should this tumor be removed surgically, the body will revert to a normal corpse, which can then be cloned.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
* Same as regular zombies.&lt;br /&gt;
* Strong claws that can even punch through airlocks.&lt;br /&gt;
*Revives after death unless decapitated or gibbed.&lt;br /&gt;
*Quickly heals wounds.&lt;br /&gt;
*Can see in the dark.&lt;br /&gt;
*Turn other species into romerol zombies on death.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Slow movement.&lt;br /&gt;
*Can only use claws to smash.&lt;br /&gt;
* (Rightfully) feared and hunted by crewmembers.&lt;br /&gt;
&#039;&#039;&#039;Where to find them:&#039;&#039;&#039;&lt;br /&gt;
*On the station, after traitors team up to buy [[Syndicate_Items#Romerol|Romerol]], get lucky with a [[Syndicate_Items#Syndicate_Surplus_Crate|surplus crate]] or a cunning virologist finds out how to make them.&lt;br /&gt;
==={{anchor|Androids}}Androids===&lt;br /&gt;
[[File:Androids.png|96px]]&lt;br /&gt;
&lt;br /&gt;
Human-like robots, distant cousins of synths. While visually identical to a fully augmented human, it has some additional perks.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Does not need to breathe, immune to gases and viruses.&lt;br /&gt;
*Immunity to pressure, cold and heat, can&#039;t be set on fire.&lt;br /&gt;
*Does not bleed.&lt;br /&gt;
*Does not need to eat.&lt;br /&gt;
*Cannot be pierced by syringes or glass.&lt;br /&gt;
*Can repair brute damage with welding and burn damage by replacing wires.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
* Cannot heal brute and burn damage with conventional means.&lt;br /&gt;
*Paralyzed and heavily damaged by EMPs.&lt;br /&gt;
&#039;&#039;&#039;Where to find them:&#039;&#039;&#039;&lt;br /&gt;
*A technophile chapel &lt;br /&gt;
==={{anchor|Abductor}}[[Abductor]]s===&lt;br /&gt;
[[File:Abductor_base.png|96px]]&lt;br /&gt;
&lt;br /&gt;
Alien beings sent here to probe the station&#039;s crew. They cannot speak normally, but instead use a special frequency tuned to their mothership: different abductor teams have separate channels. Abductors created in different ways share a common abductor channel instead, and cannot hear natural abductors.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
* Does not bleed.&lt;br /&gt;
*Does not need to breathe.&lt;br /&gt;
* Is immune to viruses.&lt;br /&gt;
*Can use abductor-specific equipment.&lt;br /&gt;
*Can see in the dark for short ranges.&lt;br /&gt;
*Can communicate without restrictions with fellow abductors.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Can&#039;t use guns, except the one they start with.&lt;br /&gt;
*Cannot be heard by non-abductors when speaking.&lt;br /&gt;
&#039;&#039;&#039;Where to find them:&#039;&#039;&#039;&lt;br /&gt;
*[[Abductor]] ships&lt;br /&gt;
[[Category:Guides]]&lt;br /&gt;
==Halloween Races==&lt;br /&gt;
These are races that are found as roundstart races during the days near Halloween but can sometimes, rarely be found otherwise&lt;br /&gt;
==={{anchor|Shadowpeople}}Shadowpeople===&lt;br /&gt;
[[File:shadowpeople.png]]&lt;br /&gt;
&lt;br /&gt;
Cursed beings of darkness, shadows that cannot exist for long in the light. They skulk in darkened maintenance corridors or in workplaces with intentionally destroyed lighting. They are not intrinsically evil, but still invoke an understandable level of mistrust in pretty much everyone.&lt;br /&gt;
&lt;br /&gt;
They share many of the passive effects of [[Shadowling]]s, but none of their innate spells or abilities. They are far less a threat.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Gradually heals in the dark.&lt;br /&gt;
*Don&#039;t need to breathe.&lt;br /&gt;
*Have no blood to lose.&lt;br /&gt;
*Are immune to the effects of radiation.&lt;br /&gt;
*Can see far in the dark.&lt;br /&gt;
*Immune to viruses.&lt;br /&gt;
*Won&#039;t get attacked by &#039;&#039;Faithless&#039;&#039; mobs.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Will perish in the light.&lt;br /&gt;
*Generally impossible to maintain a normal life on the station.&lt;br /&gt;
&#039;&#039;&#039;Where to find them&#039;&#039;&#039;&lt;br /&gt;
* on the station during halloween&lt;br /&gt;
* rarely in xenobio&lt;br /&gt;
==={{anchor|Skeletons}}Skeletons===&lt;br /&gt;
[[File:skeletons.png]]&lt;br /&gt;
&lt;br /&gt;
The skeleton within, unleashed! Somehow still alive, a skeleton is just a sack of stark white bones.&amp;lt;br&amp;gt;&lt;br /&gt;
Clattering spooks, due to their supernatural qualities they&#039;re almost always associated with wizards.&amp;lt;br&amp;gt;&lt;br /&gt;
Skeletons enjoy a wide selection of useful immunities, just don&#039;t expect the crew to ever enjoy looking at you ever again.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Don&#039;t need to breathe.&lt;br /&gt;
*Aren&#039;t bothered by extreme temperatures and pressure.&lt;br /&gt;
* Have no blood to lose.&lt;br /&gt;
*Are immune to the effects of radiation, as well as viruses.&lt;br /&gt;
*Immune to item embedding and chemical injections.&lt;br /&gt;
*Do not need to eat.&lt;br /&gt;
*Can attach limbs from the ground without surgery.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Loses limbs easily.&lt;br /&gt;
*Too spooky for most to tolerate.&lt;br /&gt;
*Immune to medical injections&lt;br /&gt;
&#039;&#039;&#039;Where to find them:&#039;&#039;&#039;&lt;br /&gt;
* Space pirate ships, with [[wizard|wizards]], on the station on Halloween.&lt;br /&gt;
==={{anchor|High-functioning Zombies}}High-functioning Zombies===&lt;br /&gt;
[[File:zombies.png]]&lt;br /&gt;
&lt;br /&gt;
Unlike the zombies you find in movies, these high-functioning zombies don&#039;t crave your brains (despite what they might be compelled to say sometimes).&amp;lt;br&amp;gt;&lt;br /&gt;
It&#039;s perfectly possible to coexist with these zombies, though understanding their slurring speech might drive some to wish it wasn&#039;t.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Don&#039;t need to breathe.&lt;br /&gt;
*Can survive in extreme pressures.&lt;br /&gt;
*Immune to cold.&lt;br /&gt;
*Have no blood to lose.&lt;br /&gt;
*Are immune to the effects of radiation.&lt;br /&gt;
* Can attach limbs from the ground without surgery.&lt;br /&gt;
*Immune to [[Changeling]] transmutation stings.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Loses limbs easily.&lt;br /&gt;
*Hard to understand.&lt;br /&gt;
*Ugly.&lt;br /&gt;
*Tends to be confused with the infectious kind of zombie.&lt;br /&gt;
&#039;&#039;&#039;Where to find them:&#039;&#039;&#039;&lt;br /&gt;
*With [[wizard|wizards]], on the station on Halloween.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==={{anchor|Vampires}}Vampires===&lt;br /&gt;
[[File:bat.gif]]&lt;br /&gt;
&lt;br /&gt;
that goth from the club wasn&#039;t as clean as she said and now you are eternally cursed with vampirism, atleast it has its upsides &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
* You can turn into a bat &lt;br /&gt;
* That bat can crawl into vents&lt;br /&gt;
* You can suck peoples blood&lt;br /&gt;
* You heal while inside of a coffin&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
* You constantly need blood&lt;br /&gt;
* If you run out of blood you turn into dust&lt;br /&gt;
* You will always be pale&lt;br /&gt;
* You will burst into flames if you enter the chapel&lt;br /&gt;
* If the chaplain picks the whip nullrod, it will deal double damage to you&lt;br /&gt;
*&lt;/div&gt;</summary>
		<author><name>Schizocat</name></author>
	</entry>
	<entry>
		<id>https://wiki.beestation13.com/w/index.php?title=Guide_to_races&amp;diff=38621</id>
		<title>Guide to races</title>
		<link rel="alternate" type="text/html" href="https://wiki.beestation13.com/w/index.php?title=Guide_to_races&amp;diff=38621"/>
		<updated>2025-03-30T12:37:11Z</updated>

		<summary type="html">&lt;p&gt;Schizocat: /* Psyphoza */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Needs revision&lt;br /&gt;
|reason = The imagery on this page is not up-to-date, resulting in inaccurate depictions and the broken bottle being used as a placeholder in some cases.&lt;br /&gt;
}}&lt;br /&gt;
During your time on station you may find yourself face to face (or face to mirror) with the not quite human. Be they aliens, mutated humans, or self aware constructs you&#039;re expected to try and coexist on this deathtrap&amp;lt;br&amp;gt;&lt;br /&gt;
Learning their quirks can be key to knowing how to keep them amicable in times of peace, and easy to put down in times of strife.&lt;br /&gt;
=Roundstart Races=&lt;br /&gt;
On Beestation, these are the races allowed to be chosen at round start. Because they are freely available, you should expect to deal with them nearly every round.&lt;br /&gt;
==={{anchor|Humans}}[[Humans]]===&lt;br /&gt;
[[File:humans.png]]&lt;br /&gt;
&lt;br /&gt;
On the station humans enjoy a degree of superiority over other races, everyone you meet in a position of power will generally be a human.&amp;lt;br&amp;gt;&lt;br /&gt;
Formerly, the [[AI]] would apply the protections of its laws ONLY to humans, nowadays however the AI&#039;s law protect &amp;quot;Crew&amp;quot; instead of humans. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Gameplay&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Behave like the dominant species you are. Beat skulls in with a toolbox and remind everyone that you are essentially a bald ape. Get leg-dropped by a wrestler and watch as your leg actually falls off.&amp;lt;br&amp;gt; Set up industrial-sized bugzappers in the main hall to deal with [[Mothpeople|the pests]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Diet&#039;&#039;&#039;&lt;br /&gt;
*Likes: Fried food and junkfood, often combined into a heavenly form known as fast food.&lt;br /&gt;
*Dislikes: Raw food.&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Strength in numbers.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*None at all.&lt;br /&gt;
==={{anchor|Lizardperson}}[[Lizardperson|Lizardpeople]]===&lt;br /&gt;
[[File:lizardpeople.png]]&lt;br /&gt;
&lt;br /&gt;
Second class citizens, lizards are generally relegated to lower level work.&amp;lt;br&amp;gt;&lt;br /&gt;
Within a department a lizard staff member may enjoy anywhere from almost equal standing to obvious racism and disrespect, depending on their coworkers. They enjoy no advantages beyond their striking appearance.&amp;lt;br&amp;gt;&lt;br /&gt;
Their appearance and naming conventions are loosely derived from the Argonians, of Skyrim.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Gameplay&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Name yourself Does-The-Gimmick. Set all your accessory slots and become an unrecognizable blob of pixels. &amp;lt;br&amp;gt; Make it hard to understand a word you say by hissing frequently. Get discriminated against for being a snowflake race.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Diet&#039;&#039;&#039;&lt;br /&gt;
*Likes: Meat and disgusting things like small creatures that run around on four legs famous for disease&lt;br /&gt;
*Dislikes: Grain and dairy, what kind of creature would hate pizza or cake?!&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Memorable appearance.&lt;br /&gt;
*Solidarity with lizards staffmates.&lt;br /&gt;
*Lizardpeople take one third less heat damage.&lt;br /&gt;
*Lizard tails and hides can be used to craft sought after items like lizard wine, the Liz O&#039; Nine Tails and lizard cloche hats.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Likely target of racism.&lt;br /&gt;
* Noticeable lisssp.&lt;br /&gt;
* 50% more cold damage.&lt;br /&gt;
*&#039;&#039;Your&#039;&#039; lizard tail and hide can be used to craft sought-after items.&lt;br /&gt;
==={{anchor|Plasmaman}}[[Plasmaman]]===&lt;br /&gt;
[[File:Plasmaman.png|120px]]&lt;br /&gt;
&lt;br /&gt;
A recently discovered race that inhabits orbital bodies with high concentrations of Plasma.&amp;lt;br&amp;gt;&lt;br /&gt;
Plasmamen have a hard time living on oxygen based space stations as they breathe pure Plasma as their air supply, thus they wear special environmental suits to protect them.&amp;lt;br&amp;gt;&lt;br /&gt;
They have almost no advantages mechanics wise, and must rely on their skill and respect to get by.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Gameplay&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Light the entirety of the station on fire. Be immune to cold environments, die in seconds to hot ones. Claim that you&#039;re a space beast that&#039;s come to kill everything, ever.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Diet&#039;&#039;&#039;&lt;br /&gt;
* Likes: Vegetables.&lt;br /&gt;
*Dislikes: Fruit, only the flesh is weak to scurvy.&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Bang-proof and space-proof helmet with welding screen.&lt;br /&gt;
*Immune to cold, (most) viruses, and radiation.&lt;br /&gt;
*Can&#039;t bleed.&lt;br /&gt;
*Does not need to eat.&lt;br /&gt;
*Internals last very long and belt tanks at a standard pressure of 1013kPa last about 1.5 hours.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*They rely on a constant source of Plasma air to survive.&lt;br /&gt;
*If exposed to Oxygen their body will catch on fire (unless in stasis).&lt;br /&gt;
*150% damage from brute, heat and fire.&lt;br /&gt;
*Takes longer for body temperature to stabilize.&lt;br /&gt;
*They are stuck inside an environment suit. [Replaceable by Hardsuit, EVA spacesuit or ghetto envirosuit you can craft]&lt;br /&gt;
*Have to take off helmet and eat a few bites very quickly then extinguish in order to eat something.&lt;br /&gt;
*No easy ability to hide their identity.&lt;br /&gt;
*Can be cloned, but incompetent medical staff will always fuck it up.&lt;br /&gt;
*Cannot be defibrillated, as they lack a heart.&lt;br /&gt;
==={{anchor|Mothpeople}}[[Mothpeople]]===&lt;br /&gt;
[[File:Moths.gif|90px]]&lt;br /&gt;
&lt;br /&gt;
White-faced insect people with wings and antannae. Be the Mary Sue you were always meant to be with a shitload of color &#039;themes&#039; to choose from.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Gameplay&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Get everything unique about you as a species removed by deranged people, but manage to sneak past a free infinite jetpack that never activates when you need it to. Turn into toothpaste when you hack a door wrong.&amp;lt;br&amp;gt; Be slightly more tolerated by humans than other alien species.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Diet&#039;&#039;&#039;&lt;br /&gt;
*Likes: Vegetables, Dairy &amp;amp; Clothes.&lt;br /&gt;
*Dislikes: Fruit.&lt;br /&gt;
*Toxic: Raw meat, cooked meat, just don&#039;t eat something that moved and made noises.&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
* If your wings haven&#039;t been crisped, you can flutter around once gravity goes out.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Your eyes are extra sensitive to light. Welding needs both goggles plus a mask and flashbangs REALLY hurt, even with sunglasses on.&lt;br /&gt;
* Badly hurt by fly swatters. [10x damage]&lt;br /&gt;
*Vulnerable to pest spray. [3x damage]&lt;br /&gt;
*Fire will burn your wings off, disabling its benefits and making the moth sad.&lt;br /&gt;
*Nonsensical &#039;fluttering&#039; speech tag.&lt;br /&gt;
==={{anchor|Ethereals}}[[Ethereals]]===&lt;br /&gt;
[[File:Ethereal race.png]]&lt;br /&gt;
&lt;br /&gt;
Walking lightbulbs that are named after celestial bodies.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Gameplay&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Die in one hit because you forgot to recharge. Steal all the station&#039;s power. Get harassed by moths.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Diet&#039;&#039;&#039;&lt;br /&gt;
*Likes: Snowflake Ethereal food (High-power energy bars, [[Food#Burgers|empowered burgers]]). Electricity, whether through [[Cyborg]] rechargers, electric shocks or indirectly through lightbulbs.&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*They&#039;re walking flashlights.&lt;br /&gt;
*Enter a temporary &#039;&#039;&#039;&#039;&#039;Disco-mode&#039;&#039;&#039;&#039;&#039; when emagged.&lt;br /&gt;
*Deal burn damage instead of brute damage when punching things.&lt;br /&gt;
*Slightly resistant to electricity (0.5 siemens coefficient).&lt;br /&gt;
*Can recharge apcs by using grab intent.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*They&#039;re walking flashlights.&lt;br /&gt;
*Can only regain nutrition by entering a cyborg recharger, by touching lightbulbs, using apcs on harm intent, using a battery, or through special Ethereal food.&lt;br /&gt;
*Slowly take toxin damage when out of charge.&lt;br /&gt;
*Take 1.25 to 2x brute damage depending on lack of charge.&lt;br /&gt;
==={{anchor|IPC}}[[IPC|IPC]]===&lt;br /&gt;
[[File:IPC.png]]&lt;br /&gt;
&lt;br /&gt;
Integrated positronic chassis, also known as TV heads. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Aesthetic TV head capable of changing looks, you stand out.&lt;br /&gt;
*They can heal brute damage with a welder and burn with a cable coil.&lt;br /&gt;
*Can be field revived with a welder and cable coils.&lt;br /&gt;
*They stand out due to their TV head.&lt;br /&gt;
*They do not require a head to live due to their brain being located in their torso&lt;br /&gt;
*No need for eating.&lt;br /&gt;
*Immune to cold and do not need to breathe.&lt;br /&gt;
* Cannot process any reagents except special IPC reagent (but secretly can with a E-ciggerate).&lt;br /&gt;
*Immune to most diseases.&lt;br /&gt;
*Bleed Oil (litterly just recoloured blood codewise)&lt;br /&gt;
*Bleed out 10 times slower than every other spiecies&lt;br /&gt;
*Immune to heart attacks&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
* Cannot perform CPR due to lack of breathing.&lt;br /&gt;
*Cannot be cloned, incompetent Roboticists will borg you instead of reviving you.&lt;br /&gt;
*Take almost 2x burn damage, capable of being critted in 4 welder hits, along with having a 1.3 brute modifier.&lt;br /&gt;
*You stand out without a helmet.&lt;br /&gt;
* Cannot process any reagents except special IPC reagents.&lt;br /&gt;
* EMPs will deal 20 - 60 brute damage and stun you for 10 - 20 seconds while dislocating random limbs (including your head).&lt;br /&gt;
*Need to stand still for a few seconds to heal with a cable coil or welder.&lt;br /&gt;
* Heal slowly unless someone else is healing them.&lt;br /&gt;
*You will be killed by most conversion antags due to the difficulty of keeping you around.&lt;br /&gt;
*Revenants can EMP you and kill you.&lt;br /&gt;
*Requires Oil for blood&lt;br /&gt;
==={{anchor|Apid}}[[Apids|Apid]]===&lt;br /&gt;
[[File:Apid.png|alt=|64x64px]]&lt;br /&gt;
&lt;br /&gt;
Bee people! An exceedingly rare sight to see. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Diet&#039;&#039;&#039;&lt;br /&gt;
*Likes fruits and vegetables&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Shockingly, bees like you.&lt;br /&gt;
*Improved vision in dark (barely noticeable).&lt;br /&gt;
*Superior lungs require less oxygen. (8 kPa min, humans require 16 kPa.)&lt;br /&gt;
*Able to dash short distances using their wings which works very well with no gravity but needs an atmosphere.&lt;br /&gt;
*Can craft [[Guide to food and drinks#Honeycomb|honeycombs]] which contain 25 units of honey for 50 units of sugar.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Takes 1.5x burn and toxin, and 1.25x stamina damage.&lt;br /&gt;
*Passes out instantly in smoke, and after some time in the cold.&lt;br /&gt;
*Takes 30x damage from flyswatters, 3x damage from pest-killer.&lt;br /&gt;
==={{anchor|Oozeling}}[[Oozeling]]===&lt;br /&gt;
[[File:Rainbow_slime.gif]]&lt;br /&gt;
&lt;br /&gt;
Slimes that have taken a humanoid form, these share a lot of the same biological traits that simple slimes do&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Cannot ignite when exposed to flames&lt;br /&gt;
*Anything that would deal toxin damage (for example, Plasma) will heal toxin damage instead.&lt;br /&gt;
*50% reduced burn damage from high heat, but not burn damage from other sources.&lt;br /&gt;
*Able to speak the slime language, and wild slimes do not see them as a food source.&lt;br /&gt;
*Able to regenerate their limbs.&lt;br /&gt;
*Has slime lungs, &amp;quot;Vacuole&amp;quot;, which will regenerate blood (ooze) volume when breathing plasma, You still need oxygen though&lt;br /&gt;
*Has Slime Jelly as their blood, which can be extracted for use by chemists&lt;br /&gt;
*Has no food preferences despite their gluttonous nature, so no major mood buffs or debuffs from eating.&lt;br /&gt;
*Rapidly metabolize food when overfed, converting it into extra blood volume.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Lose limbs when &amp;quot;blood&amp;quot; volume gets too low, restoring some of it.&lt;br /&gt;
*Lose &amp;quot;blood&amp;quot; volume rapidly when exposed to water, water vapor, fire extinguishers, and showers.&lt;br /&gt;
*Lose &amp;quot;blood&amp;quot; volume rapidly and take toxin damage when processing chemicals which would heal toxin damage in other races.&lt;br /&gt;
*Lose &amp;quot;blood&amp;quot; volume gradually when hungry, and rapidly when starving.&lt;br /&gt;
*300% increased burn damage from cold temperature exposure&lt;br /&gt;
&lt;br /&gt;
==={{anchor|Podman}}[[Dionae]]===&lt;br /&gt;
[[File:Dionaeplusnymphspecies.png|left|frameless|125x125px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Gradually heals and gains nutrition in well lit areas.&lt;br /&gt;
*Heals when irradiated&lt;br /&gt;
* Completely immune to space exposure&lt;br /&gt;
* Can produce an extra nymph every five minutes, and botany can grow more from seeds or dead nymphs&lt;br /&gt;
* Nymphs may combine to form a new dionae colony&lt;br /&gt;
* My willingly split into a bunch of nymphs again, though this will kill one of the colony!&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Major burn damage weakness&lt;br /&gt;
*Extremely flammable; will burst into flames when shot with lethal lasers or even if just tapped by a lighter&lt;br /&gt;
*Will starve to death in the dark&lt;br /&gt;
*If limbs take enough damage to disable, they fall off as a dead nymph&lt;br /&gt;
*Effectively &amp;quot;dies&amp;quot; when reaching crit, the dionae will split apart into nymphs&lt;br /&gt;
&lt;br /&gt;
=== [[Psyphoza|{{anchor|Psyphoza}}Psyphoza]] ===&lt;br /&gt;
[[File:PsyphozaTwo.png|left]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Blind psychic mushroom-folk, incredibly niche but can be a fun (albeit dangerous) detective.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Incredibly forgiving diet and healed by drugs.&lt;br /&gt;
* Particularly useful race-specific language, similar to telepathy.&lt;br /&gt;
* Incredibly in-depth sight and perception that allows the character to identify individuals regardless of physical appearance as well as track their movements &amp;amp; activity.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Blind, perception is incredibly difficult to get used to and may cause problems in cluttered spaces.&lt;br /&gt;
* Weak to fire damage.&lt;br /&gt;
* Susceptible to &#039;Shroom who cried wolf&#039; effect, as nobody can really corroborate what you see with your psychic powers.&lt;br /&gt;
&lt;br /&gt;
= Human Mutants=&lt;br /&gt;
Over the course of a shift, you or someone you know may lose their humanity. These races are not born, but made.&amp;lt;br&amp;gt;&lt;br /&gt;
These players are less likely to be the targets of racism, as many may simply acknowledge their former humanity, but are none the less NOT human anymore.&lt;br /&gt;
==={{anchor|Flyperson}}[[Flyperson|Flypeople]]===&lt;br /&gt;
[[File:flypeople.png]]&lt;br /&gt;
&lt;br /&gt;
Technically, a roundstart race now. But realistically you only see these during teleporter malfunctions. A truly sorry state to be in. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Gameplay&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Annoy the chef for his cheese, vomit on his food and kill Pete because &amp;lt;strike&amp;gt;you need barf fuel&amp;lt;/strike&amp;gt; muh self defense. Start getting voices in your head when you read the bee movie script over the radio.&amp;lt;br&amp;gt; Get lynched for attacking the botanist using pest spray, and get gibbed by the chef for &#039;no reason&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Diet&#039;&#039;&#039;&lt;br /&gt;
* Likes: Gross things, such as vomit. Get your crewmates sick and never go hungry again!&lt;br /&gt;
* Dislikes: Anything with nutriment... the first time.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
* Buz-zz-zing lisp.&lt;br /&gt;
* Grotesque appearance.&lt;br /&gt;
* Takes 30x damage from flyswatters, 3x damage from pest-killer.&lt;br /&gt;
* Slower than normal people&lt;br /&gt;
* Can&#039;t handle alcohol very well&lt;br /&gt;
* 1.4x burn and brute damage, because of course you can&#039;t have anything.&lt;br /&gt;
*0.7 speed modifier why would you play this.&lt;br /&gt;
==={{anchor|Felinids}}[[Felinids]]===&lt;br /&gt;
[[File:Catpeople.png]]&lt;br /&gt;
&lt;br /&gt;
Effectively human if not for their ears and tail. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Diet&#039;&#039;&#039;&lt;br /&gt;
*Similar to normal humans.&lt;br /&gt;
*Dislikes: Vegetables, Sugar, COCO.&lt;br /&gt;
&#039;&#039;&#039;Gameplay&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
At the start of the shift, put on clothes that look like they&#039;re from one of those Chinese cartoons you&#039;re always watching. &amp;lt;s&amp;gt;Have quality interactions with the crew&amp;lt;/s&amp;gt; behave like a poorly-written female character created by a sweaty dude who&#039;s never actually spoken to a woman except for his mother (and a fast food cashier that one time.) &amp;lt;s&amp;gt;NYAAA at the crew&amp;lt;/s&amp;gt; don&#039;t because that&#039;s cringe. Become an entertaining electrical conductor for silicons. &amp;lt;br&amp;gt; Metafriend every other catperson, every single round. Get lynched in the hallways by a mob while [[the authorities]] point and laugh from a distance. When in danger, [[Rules#Main Rules - read these if nothing else|get saved by backup suspiciously fast.]] Ahelp every transgression people do to you.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
* N/A&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Hit harder by flashbangs.&lt;br /&gt;
*Are below beast races because they abandoned their humanity, as opposed to never having it in the first place.&lt;br /&gt;
=={{anchor|Jelly and Slime Mutants}}Oozeling and Slime Mutants ==&lt;br /&gt;
These races are created in Xenobiology by ingesting mutation toxin, and all three variants share the same basic characteristics of oozelings.&amp;lt;br&amp;gt;&lt;br /&gt;
Further ingestion has a chance to mutate a slimeperson into a Stargazer or Luminescent.&lt;br /&gt;
==={{anchor|Slimepeople}}Slimepeople ===&lt;br /&gt;
[[File:slimepeople.png]]&amp;lt;br&amp;gt;&lt;br /&gt;
Like slimes, they can split into multiple bodies, while retaining the same mind.&lt;br /&gt;
====Powers====&lt;br /&gt;
*Can split themselves to create spare bodies if they have enough blood volume.&lt;br /&gt;
** Reaching 1100 volume will let them split once, and reset them to 600.&lt;br /&gt;
**Just like oozelings, they can regenerate their &amp;quot;blood&amp;quot; by eating, breathing plasma or consuming things which would be toxic to other races.&lt;br /&gt;
** They can swap between bodies at will; dying in their current body will send them to another body if they have one.&lt;br /&gt;
&#039;&#039;&#039;Where to find them:&#039;&#039;&#039;&lt;br /&gt;
*[[Xenobiology]].&lt;br /&gt;
===Stargazers ===&lt;br /&gt;
[[File:jellypeople.png]]&lt;br /&gt;
&lt;br /&gt;
Stargazers are the telepathic branch of oozelings, able to project psychic messages and to link minds with participants.&lt;br /&gt;
====Powers====&lt;br /&gt;
*Can privately and anonymously &amp;quot;send thoughts&amp;quot; to any target they see.&lt;br /&gt;
* Can form slimelinks with any living being.&lt;br /&gt;
**To form a slimelink, they must aggressively grab their target, then use the Link Minds ability.&lt;br /&gt;
**Everyone in the slimelink will be able to communicate in it and hear each other.&lt;br /&gt;
**Slimelink communication also works while unconscious or muted.&lt;br /&gt;
**Slimelinks are broken by death; killing the Stargazer supporting it, or changing its species will unlink everyone.&lt;br /&gt;
&#039;&#039;&#039;Where to find them:&#039;&#039;&#039;&lt;br /&gt;
*[[Xenobiology]].&lt;br /&gt;
==={{anchor|Luminescents}}Luminescents===&lt;br /&gt;
[[File:Brokenbottle.png]]&lt;br /&gt;
&lt;br /&gt;
Luminescents are versatile; they gain powers by consuming cores and activating them with their peculiar biology.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Emit a faint glow.&lt;br /&gt;
==== Powers====&lt;br /&gt;
*Can absorb slime cores to gain special abilities. (You can find the various effects [[Guide_to_xenobiology#Formulas|here]])&lt;br /&gt;
**Each core has a minor and a major ability.&lt;br /&gt;
**Activating them has a cooldown instead of using up the core. Cores can be ejected and reused.&lt;br /&gt;
**You can only have one core absorbed at once.&lt;br /&gt;
&#039;&#039;&#039;Where to find them:&#039;&#039;&#039;&lt;br /&gt;
*[[Xenobiology]].&lt;br /&gt;
=Exotic Races=&lt;br /&gt;
These races have very few ways to come about, and often rely on very rare situations to exist at all.&amp;lt;br&amp;gt;&lt;br /&gt;
Golems aside, you will almost never have to deal with them, but should be aware of them all the same for when the time comes.&lt;br /&gt;
==={{anchor|Golem}}[[Golem]]s===&lt;br /&gt;
[[File:agolem.png|96px]][[File:Iron_golem.png|96px]][[File:Silver_golem.png|96px]][[File:Gold_golem.png|96px]][[File:Plasma_golem.png|96px]][[File:Uranium_golem.png|96px]][[File:Diamond_golem.png|96px]]&lt;br /&gt;
&lt;br /&gt;
Lumbering people of shining stone, golems are born into the servitude of their creators. While some will immediately gift these golems with freedom others will keep them close as assistants, bodyguards, or attack dogs. Golems do not have a will of their own unless granted one by their creator, and are not directly responsible for their actions if commanded.&lt;br /&gt;
Free golems found on [[Lavaland]] function equivalently to their station-born counterparts; however, they are not compelled to serve anyone.&lt;br /&gt;
&lt;br /&gt;
Golems have unique benefits and drawbacks, depending on the type of mineral they&#039;re made of.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Gameplay&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Act like dumb ogre, smash the fleshy idiot humies and trigger gods. Escalate conflicts to deadchat with your ogre fists. Dish out justice with your ogre squad.&amp;lt;br&amp;gt; Kill people with your flashy radiation, and get banned for &amp;lt;s&amp;gt;card&amp;lt;/s&amp;gt; golem counting.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Spaceworthy, can&#039;t be dismembered and don&#039;t bleed out.&lt;br /&gt;
*Immune to the effects of radiation and viruses.&lt;br /&gt;
*Most golems punch hard and are highly resistant to brute damage, with some exceptions.&lt;br /&gt;
*Have pocket-slots without wearing a jumpsuit.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Bound to will of creator unless freed.&lt;br /&gt;
*Most are much slower than humans.&lt;br /&gt;
*Immune to injections and cryogenic drugs, can&#039;t give or receive CPR&lt;br /&gt;
*Can&#039;t equip most clothing. Not really a drawback, since golems already have pockets.&lt;br /&gt;
*The only guns they can use are Kinetic Accelerators with modified trigger guards.&lt;br /&gt;
*Often prejudiced against and slain without mercy by [[Shitcurity|the station]] at first sign of trouble.&lt;br /&gt;
For mineral specific benefits and drawbacks, see: [[Golem#Types_of_Golems|Types of Golems]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Where to find them:&#039;&#039;&#039;&lt;br /&gt;
*[[Xenobiology]].&lt;br /&gt;
*[[Lavaland]].&lt;br /&gt;
===={{anchor|Romerol Zombies}}Romerol Zombies====&lt;br /&gt;
[[File:zombies.png]]&lt;br /&gt;
&lt;br /&gt;
Rotted remains of former humans, brought way less back to life. Unlike the zombies you find in Xenobiology, Romerol zombies aren&#039;t just a human mutation.&amp;lt;br&amp;gt;&lt;br /&gt;
They are aggressive by nature, and spread an infection when hitting other humanoids, causing them to turn into Romerol zombies on death.&lt;br /&gt;
&lt;br /&gt;
They also won&#039;t stay dead as long as the infection is active and their head is intact: to stop them permanently, the body must be destroyed or beheaded, or the infection must be surgically removed.&amp;lt;br&amp;gt;&lt;br /&gt;
If this does not happen, the zombie will revive at full health after some time.&lt;br /&gt;
&lt;br /&gt;
The infection is concentrated in a tumor located in the brain. Should this tumor be removed surgically, the body will revert to a normal corpse, which can then be cloned.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
* Same as regular zombies.&lt;br /&gt;
* Strong claws that can even punch through airlocks.&lt;br /&gt;
*Revives after death unless decapitated or gibbed.&lt;br /&gt;
*Quickly heals wounds.&lt;br /&gt;
*Can see in the dark.&lt;br /&gt;
*Turn other species into romerol zombies on death.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Slow movement.&lt;br /&gt;
*Can only use claws to smash.&lt;br /&gt;
* (Rightfully) feared and hunted by crewmembers.&lt;br /&gt;
&#039;&#039;&#039;Where to find them:&#039;&#039;&#039;&lt;br /&gt;
*On the station, after traitors team up to buy [[Syndicate_Items#Romerol|Romerol]], get lucky with a [[Syndicate_Items#Syndicate_Surplus_Crate|surplus crate]] or a cunning virologist finds out how to make them.&lt;br /&gt;
==={{anchor|Androids}}Androids===&lt;br /&gt;
[[File:Androids.png|96px]]&lt;br /&gt;
&lt;br /&gt;
Human-like robots, distant cousins of synths. While visually identical to a fully augmented human, it has some additional perks.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Does not need to breathe, immune to gases and viruses.&lt;br /&gt;
*Immunity to pressure, cold and heat, can&#039;t be set on fire.&lt;br /&gt;
*Does not bleed.&lt;br /&gt;
*Does not need to eat.&lt;br /&gt;
*Cannot be pierced by syringes or glass.&lt;br /&gt;
*Can repair brute damage with welding and burn damage by replacing wires.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
* Cannot heal brute and burn damage with conventional means.&lt;br /&gt;
*Paralyzed and heavily damaged by EMPs.&lt;br /&gt;
&#039;&#039;&#039;Where to find them:&#039;&#039;&#039;&lt;br /&gt;
*A technophile chapel &lt;br /&gt;
==={{anchor|Abductor}}[[Abductor]]s===&lt;br /&gt;
[[File:Abductor_base.png|96px]]&lt;br /&gt;
&lt;br /&gt;
Alien beings sent here to probe the station&#039;s crew. They cannot speak normally, but instead use a special frequency tuned to their mothership: different abductor teams have separate channels. Abductors created in different ways share a common abductor channel instead, and cannot hear natural abductors.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
* Does not bleed.&lt;br /&gt;
*Does not need to breathe.&lt;br /&gt;
* Is immune to viruses.&lt;br /&gt;
*Can use abductor-specific equipment.&lt;br /&gt;
*Can see in the dark for short ranges.&lt;br /&gt;
*Can communicate without restrictions with fellow abductors.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Can&#039;t use guns, except the one they start with.&lt;br /&gt;
*Cannot be heard by non-abductors when speaking.&lt;br /&gt;
&#039;&#039;&#039;Where to find them:&#039;&#039;&#039;&lt;br /&gt;
*[[Abductor]] ships&lt;br /&gt;
[[Category:Guides]]&lt;br /&gt;
==Halloween Races==&lt;br /&gt;
These are races that are found as roundstart races during the days near Halloween but can sometimes, rarely be found otherwise&lt;br /&gt;
==={{anchor|Shadowpeople}}Shadowpeople===&lt;br /&gt;
[[File:shadowpeople.png]]&lt;br /&gt;
&lt;br /&gt;
Cursed beings of darkness, shadows that cannot exist for long in the light. They skulk in darkened maintenance corridors or in workplaces with intentionally destroyed lighting. They are not intrinsically evil, but still invoke an understandable level of mistrust in pretty much everyone.&lt;br /&gt;
&lt;br /&gt;
They share many of the passive effects of [[Shadowling]]s, but none of their innate spells or abilities. They are far less a threat.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Gradually heals in the dark.&lt;br /&gt;
*Don&#039;t need to breathe.&lt;br /&gt;
*Have no blood to lose.&lt;br /&gt;
*Are immune to the effects of radiation.&lt;br /&gt;
*Can see far in the dark.&lt;br /&gt;
*Immune to viruses.&lt;br /&gt;
*Won&#039;t get attacked by &#039;&#039;Faithless&#039;&#039; mobs.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Will perish in the light.&lt;br /&gt;
*Generally impossible to maintain a normal life on the station.&lt;br /&gt;
&#039;&#039;&#039;Where to find them&#039;&#039;&#039;&lt;br /&gt;
* on the station during halloween&lt;br /&gt;
* rarely in xenobio&lt;br /&gt;
==={{anchor|Skeletons}}Skeletons===&lt;br /&gt;
[[File:skeletons.png]]&lt;br /&gt;
&lt;br /&gt;
The skeleton within, unleashed! Somehow still alive, a skeleton is just a sack of stark white bones.&amp;lt;br&amp;gt;&lt;br /&gt;
Clattering spooks, due to their supernatural qualities they&#039;re almost always associated with wizards.&amp;lt;br&amp;gt;&lt;br /&gt;
Skeletons enjoy a wide selection of useful immunities, just don&#039;t expect the crew to ever enjoy looking at you ever again.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Don&#039;t need to breathe.&lt;br /&gt;
*Aren&#039;t bothered by extreme temperatures and pressure.&lt;br /&gt;
* Have no blood to lose.&lt;br /&gt;
*Are immune to the effects of radiation, as well as viruses.&lt;br /&gt;
*Immune to item embedding and chemical injections.&lt;br /&gt;
*Do not need to eat.&lt;br /&gt;
*Can attach limbs from the ground without surgery.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Loses limbs easily.&lt;br /&gt;
*Too spooky for most to tolerate.&lt;br /&gt;
*Immune to medical injections&lt;br /&gt;
&#039;&#039;&#039;Where to find them:&#039;&#039;&#039;&lt;br /&gt;
* Space pirate ships, with [[wizard|wizards]], on the station on Halloween.&lt;br /&gt;
==={{anchor|High-functioning Zombies}}High-functioning Zombies===&lt;br /&gt;
[[File:zombies.png]]&lt;br /&gt;
&lt;br /&gt;
Unlike the zombies you find in movies, these high-functioning zombies don&#039;t crave your brains (despite what they might be compelled to say sometimes).&amp;lt;br&amp;gt;&lt;br /&gt;
It&#039;s perfectly possible to coexist with these zombies, though understanding their slurring speech might drive some to wish it wasn&#039;t.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Don&#039;t need to breathe.&lt;br /&gt;
*Can survive in extreme pressures.&lt;br /&gt;
*Immune to cold.&lt;br /&gt;
*Have no blood to lose.&lt;br /&gt;
*Are immune to the effects of radiation.&lt;br /&gt;
* Can attach limbs from the ground without surgery.&lt;br /&gt;
*Immune to [[Changeling]] transmutation stings.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Loses limbs easily.&lt;br /&gt;
*Hard to understand.&lt;br /&gt;
*Ugly.&lt;br /&gt;
*Tends to be confused with the infectious kind of zombie.&lt;br /&gt;
&#039;&#039;&#039;Where to find them:&#039;&#039;&#039;&lt;br /&gt;
*With [[wizard|wizards]], on the station on Halloween.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==={{anchor|Vampires}}Vampires===&lt;br /&gt;
[[File:bat.gif]]&lt;br /&gt;
&lt;br /&gt;
that goth from the club wasn&#039;t as clean as she said and now you are eternally cursed with vampirism, atleast it has its upsides &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
* You can turn into a bat &lt;br /&gt;
* That bat can crawl into vents&lt;br /&gt;
* You can suck peoples blood&lt;br /&gt;
* You heal while inside of a coffin&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
* You constantly need blood&lt;br /&gt;
* If you run out of blood you turn into dust&lt;br /&gt;
* You will always be pale&lt;br /&gt;
* You will burst into flames if you enter the chapel&lt;br /&gt;
* If the chaplain picks the whip nullrod, it will deal double damage to you&lt;br /&gt;
*&lt;/div&gt;</summary>
		<author><name>Schizocat</name></author>
	</entry>
	<entry>
		<id>https://wiki.beestation13.com/w/index.php?title=Guide_to_races&amp;diff=38620</id>
		<title>Guide to races</title>
		<link rel="alternate" type="text/html" href="https://wiki.beestation13.com/w/index.php?title=Guide_to_races&amp;diff=38620"/>
		<updated>2025-03-30T12:36:39Z</updated>

		<summary type="html">&lt;p&gt;Schizocat: Added Psyphoza entry to the guide to races&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Needs revision&lt;br /&gt;
|reason = The imagery on this page is not up-to-date, resulting in inaccurate depictions and the broken bottle being used as a placeholder in some cases.&lt;br /&gt;
}}&lt;br /&gt;
During your time on station you may find yourself face to face (or face to mirror) with the not quite human. Be they aliens, mutated humans, or self aware constructs you&#039;re expected to try and coexist on this deathtrap&amp;lt;br&amp;gt;&lt;br /&gt;
Learning their quirks can be key to knowing how to keep them amicable in times of peace, and easy to put down in times of strife.&lt;br /&gt;
=Roundstart Races=&lt;br /&gt;
On Beestation, these are the races allowed to be chosen at round start. Because they are freely available, you should expect to deal with them nearly every round.&lt;br /&gt;
==={{anchor|Humans}}[[Humans]]===&lt;br /&gt;
[[File:humans.png]]&lt;br /&gt;
&lt;br /&gt;
On the station humans enjoy a degree of superiority over other races, everyone you meet in a position of power will generally be a human.&amp;lt;br&amp;gt;&lt;br /&gt;
Formerly, the [[AI]] would apply the protections of its laws ONLY to humans, nowadays however the AI&#039;s law protect &amp;quot;Crew&amp;quot; instead of humans. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Gameplay&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Behave like the dominant species you are. Beat skulls in with a toolbox and remind everyone that you are essentially a bald ape. Get leg-dropped by a wrestler and watch as your leg actually falls off.&amp;lt;br&amp;gt; Set up industrial-sized bugzappers in the main hall to deal with [[Mothpeople|the pests]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Diet&#039;&#039;&#039;&lt;br /&gt;
*Likes: Fried food and junkfood, often combined into a heavenly form known as fast food.&lt;br /&gt;
*Dislikes: Raw food.&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Strength in numbers.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*None at all.&lt;br /&gt;
==={{anchor|Lizardperson}}[[Lizardperson|Lizardpeople]]===&lt;br /&gt;
[[File:lizardpeople.png]]&lt;br /&gt;
&lt;br /&gt;
Second class citizens, lizards are generally relegated to lower level work.&amp;lt;br&amp;gt;&lt;br /&gt;
Within a department a lizard staff member may enjoy anywhere from almost equal standing to obvious racism and disrespect, depending on their coworkers. They enjoy no advantages beyond their striking appearance.&amp;lt;br&amp;gt;&lt;br /&gt;
Their appearance and naming conventions are loosely derived from the Argonians, of Skyrim.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Gameplay&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Name yourself Does-The-Gimmick. Set all your accessory slots and become an unrecognizable blob of pixels. &amp;lt;br&amp;gt; Make it hard to understand a word you say by hissing frequently. Get discriminated against for being a snowflake race.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Diet&#039;&#039;&#039;&lt;br /&gt;
*Likes: Meat and disgusting things like small creatures that run around on four legs famous for disease&lt;br /&gt;
*Dislikes: Grain and dairy, what kind of creature would hate pizza or cake?!&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Memorable appearance.&lt;br /&gt;
*Solidarity with lizards staffmates.&lt;br /&gt;
*Lizardpeople take one third less heat damage.&lt;br /&gt;
*Lizard tails and hides can be used to craft sought after items like lizard wine, the Liz O&#039; Nine Tails and lizard cloche hats.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Likely target of racism.&lt;br /&gt;
* Noticeable lisssp.&lt;br /&gt;
* 50% more cold damage.&lt;br /&gt;
*&#039;&#039;Your&#039;&#039; lizard tail and hide can be used to craft sought-after items.&lt;br /&gt;
==={{anchor|Plasmaman}}[[Plasmaman]]===&lt;br /&gt;
[[File:Plasmaman.png|120px]]&lt;br /&gt;
&lt;br /&gt;
A recently discovered race that inhabits orbital bodies with high concentrations of Plasma.&amp;lt;br&amp;gt;&lt;br /&gt;
Plasmamen have a hard time living on oxygen based space stations as they breathe pure Plasma as their air supply, thus they wear special environmental suits to protect them.&amp;lt;br&amp;gt;&lt;br /&gt;
They have almost no advantages mechanics wise, and must rely on their skill and respect to get by.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Gameplay&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Light the entirety of the station on fire. Be immune to cold environments, die in seconds to hot ones. Claim that you&#039;re a space beast that&#039;s come to kill everything, ever.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Diet&#039;&#039;&#039;&lt;br /&gt;
* Likes: Vegetables.&lt;br /&gt;
*Dislikes: Fruit, only the flesh is weak to scurvy.&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Bang-proof and space-proof helmet with welding screen.&lt;br /&gt;
*Immune to cold, (most) viruses, and radiation.&lt;br /&gt;
*Can&#039;t bleed.&lt;br /&gt;
*Does not need to eat.&lt;br /&gt;
*Internals last very long and belt tanks at a standard pressure of 1013kPa last about 1.5 hours.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*They rely on a constant source of Plasma air to survive.&lt;br /&gt;
*If exposed to Oxygen their body will catch on fire (unless in stasis).&lt;br /&gt;
*150% damage from brute, heat and fire.&lt;br /&gt;
*Takes longer for body temperature to stabilize.&lt;br /&gt;
*They are stuck inside an environment suit. [Replaceable by Hardsuit, EVA spacesuit or ghetto envirosuit you can craft]&lt;br /&gt;
*Have to take off helmet and eat a few bites very quickly then extinguish in order to eat something.&lt;br /&gt;
*No easy ability to hide their identity.&lt;br /&gt;
*Can be cloned, but incompetent medical staff will always fuck it up.&lt;br /&gt;
*Cannot be defibrillated, as they lack a heart.&lt;br /&gt;
==={{anchor|Mothpeople}}[[Mothpeople]]===&lt;br /&gt;
[[File:Moths.gif|90px]]&lt;br /&gt;
&lt;br /&gt;
White-faced insect people with wings and antannae. Be the Mary Sue you were always meant to be with a shitload of color &#039;themes&#039; to choose from.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Gameplay&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Get everything unique about you as a species removed by deranged people, but manage to sneak past a free infinite jetpack that never activates when you need it to. Turn into toothpaste when you hack a door wrong.&amp;lt;br&amp;gt; Be slightly more tolerated by humans than other alien species.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Diet&#039;&#039;&#039;&lt;br /&gt;
*Likes: Vegetables, Dairy &amp;amp; Clothes.&lt;br /&gt;
*Dislikes: Fruit.&lt;br /&gt;
*Toxic: Raw meat, cooked meat, just don&#039;t eat something that moved and made noises.&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
* If your wings haven&#039;t been crisped, you can flutter around once gravity goes out.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Your eyes are extra sensitive to light. Welding needs both goggles plus a mask and flashbangs REALLY hurt, even with sunglasses on.&lt;br /&gt;
* Badly hurt by fly swatters. [10x damage]&lt;br /&gt;
*Vulnerable to pest spray. [3x damage]&lt;br /&gt;
*Fire will burn your wings off, disabling its benefits and making the moth sad.&lt;br /&gt;
*Nonsensical &#039;fluttering&#039; speech tag.&lt;br /&gt;
==={{anchor|Ethereals}}[[Ethereals]]===&lt;br /&gt;
[[File:Ethereal race.png]]&lt;br /&gt;
&lt;br /&gt;
Walking lightbulbs that are named after celestial bodies.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Gameplay&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Die in one hit because you forgot to recharge. Steal all the station&#039;s power. Get harassed by moths.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Diet&#039;&#039;&#039;&lt;br /&gt;
*Likes: Snowflake Ethereal food (High-power energy bars, [[Food#Burgers|empowered burgers]]). Electricity, whether through [[Cyborg]] rechargers, electric shocks or indirectly through lightbulbs.&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*They&#039;re walking flashlights.&lt;br /&gt;
*Enter a temporary &#039;&#039;&#039;&#039;&#039;Disco-mode&#039;&#039;&#039;&#039;&#039; when emagged.&lt;br /&gt;
*Deal burn damage instead of brute damage when punching things.&lt;br /&gt;
*Slightly resistant to electricity (0.5 siemens coefficient).&lt;br /&gt;
*Can recharge apcs by using grab intent.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*They&#039;re walking flashlights.&lt;br /&gt;
*Can only regain nutrition by entering a cyborg recharger, by touching lightbulbs, using apcs on harm intent, using a battery, or through special Ethereal food.&lt;br /&gt;
*Slowly take toxin damage when out of charge.&lt;br /&gt;
*Take 1.25 to 2x brute damage depending on lack of charge.&lt;br /&gt;
==={{anchor|IPC}}[[IPC|IPC]]===&lt;br /&gt;
[[File:IPC.png]]&lt;br /&gt;
&lt;br /&gt;
Integrated positronic chassis, also known as TV heads. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Aesthetic TV head capable of changing looks, you stand out.&lt;br /&gt;
*They can heal brute damage with a welder and burn with a cable coil.&lt;br /&gt;
*Can be field revived with a welder and cable coils.&lt;br /&gt;
*They stand out due to their TV head.&lt;br /&gt;
*They do not require a head to live due to their brain being located in their torso&lt;br /&gt;
*No need for eating.&lt;br /&gt;
*Immune to cold and do not need to breathe.&lt;br /&gt;
* Cannot process any reagents except special IPC reagent (but secretly can with a E-ciggerate).&lt;br /&gt;
*Immune to most diseases.&lt;br /&gt;
*Bleed Oil (litterly just recoloured blood codewise)&lt;br /&gt;
*Bleed out 10 times slower than every other spiecies&lt;br /&gt;
*Immune to heart attacks&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
* Cannot perform CPR due to lack of breathing.&lt;br /&gt;
*Cannot be cloned, incompetent Roboticists will borg you instead of reviving you.&lt;br /&gt;
*Take almost 2x burn damage, capable of being critted in 4 welder hits, along with having a 1.3 brute modifier.&lt;br /&gt;
*You stand out without a helmet.&lt;br /&gt;
* Cannot process any reagents except special IPC reagents.&lt;br /&gt;
* EMPs will deal 20 - 60 brute damage and stun you for 10 - 20 seconds while dislocating random limbs (including your head).&lt;br /&gt;
*Need to stand still for a few seconds to heal with a cable coil or welder.&lt;br /&gt;
* Heal slowly unless someone else is healing them.&lt;br /&gt;
*You will be killed by most conversion antags due to the difficulty of keeping you around.&lt;br /&gt;
*Revenants can EMP you and kill you.&lt;br /&gt;
*Requires Oil for blood&lt;br /&gt;
==={{anchor|Apid}}[[Apids|Apid]]===&lt;br /&gt;
[[File:Apid.png|alt=|64x64px]]&lt;br /&gt;
&lt;br /&gt;
Bee people! An exceedingly rare sight to see. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Diet&#039;&#039;&#039;&lt;br /&gt;
*Likes fruits and vegetables&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Shockingly, bees like you.&lt;br /&gt;
*Improved vision in dark (barely noticeable).&lt;br /&gt;
*Superior lungs require less oxygen. (8 kPa min, humans require 16 kPa.)&lt;br /&gt;
*Able to dash short distances using their wings which works very well with no gravity but needs an atmosphere.&lt;br /&gt;
*Can craft [[Guide to food and drinks#Honeycomb|honeycombs]] which contain 25 units of honey for 50 units of sugar.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Takes 1.5x burn and toxin, and 1.25x stamina damage.&lt;br /&gt;
*Passes out instantly in smoke, and after some time in the cold.&lt;br /&gt;
*Takes 30x damage from flyswatters, 3x damage from pest-killer.&lt;br /&gt;
==={{anchor|Oozeling}}[[Oozeling]]===&lt;br /&gt;
[[File:Rainbow_slime.gif]]&lt;br /&gt;
&lt;br /&gt;
Slimes that have taken a humanoid form, these share a lot of the same biological traits that simple slimes do&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Cannot ignite when exposed to flames&lt;br /&gt;
*Anything that would deal toxin damage (for example, Plasma) will heal toxin damage instead.&lt;br /&gt;
*50% reduced burn damage from high heat, but not burn damage from other sources.&lt;br /&gt;
*Able to speak the slime language, and wild slimes do not see them as a food source.&lt;br /&gt;
*Able to regenerate their limbs.&lt;br /&gt;
*Has slime lungs, &amp;quot;Vacuole&amp;quot;, which will regenerate blood (ooze) volume when breathing plasma, You still need oxygen though&lt;br /&gt;
*Has Slime Jelly as their blood, which can be extracted for use by chemists&lt;br /&gt;
*Has no food preferences despite their gluttonous nature, so no major mood buffs or debuffs from eating.&lt;br /&gt;
*Rapidly metabolize food when overfed, converting it into extra blood volume.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Lose limbs when &amp;quot;blood&amp;quot; volume gets too low, restoring some of it.&lt;br /&gt;
*Lose &amp;quot;blood&amp;quot; volume rapidly when exposed to water, water vapor, fire extinguishers, and showers.&lt;br /&gt;
*Lose &amp;quot;blood&amp;quot; volume rapidly and take toxin damage when processing chemicals which would heal toxin damage in other races.&lt;br /&gt;
*Lose &amp;quot;blood&amp;quot; volume gradually when hungry, and rapidly when starving.&lt;br /&gt;
*300% increased burn damage from cold temperature exposure&lt;br /&gt;
&lt;br /&gt;
==={{anchor|Podman}}[[Dionae]]===&lt;br /&gt;
[[File:Dionaeplusnymphspecies.png|left|frameless|125x125px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Gradually heals and gains nutrition in well lit areas.&lt;br /&gt;
*Heals when irradiated&lt;br /&gt;
* Completely immune to space exposure&lt;br /&gt;
* Can produce an extra nymph every five minutes, and botany can grow more from seeds or dead nymphs&lt;br /&gt;
* Nymphs may combine to form a new dionae colony&lt;br /&gt;
* My willingly split into a bunch of nymphs again, though this will kill one of the colony!&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Major burn damage weakness&lt;br /&gt;
*Extremely flammable; will burst into flames when shot with lethal lasers or even if just tapped by a lighter&lt;br /&gt;
*Will starve to death in the dark&lt;br /&gt;
*If limbs take enough damage to disable, they fall off as a dead nymph&lt;br /&gt;
*Effectively &amp;quot;dies&amp;quot; when reaching crit, the dionae will split apart into nymphs&lt;br /&gt;
&lt;br /&gt;
=== {{anchor|Psyphoza}}Psyphoza ===&lt;br /&gt;
[[File:PsyphozaTwo.png|left]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Blind psychic mushroom-folk, incredibly niche but can be a fun (albeit dangerous) detective.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Incredibly forgiving diet and healed by drugs.&lt;br /&gt;
* Particularly useful race-specific language, similar to telepathy.&lt;br /&gt;
* Incredibly in-depth sight and perception that allows the character to identify individuals regardless of physical appearance as well as track their movements &amp;amp; activity.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Blind, perception is incredibly difficult to get used to and may cause problems in cluttered spaces.&lt;br /&gt;
* Weak to fire damage.&lt;br /&gt;
* Susceptible to &#039;Shroom who cried wolf&#039; effect, as nobody can really corroborate what you see with your psychic powers.&lt;br /&gt;
&lt;br /&gt;
= Human Mutants=&lt;br /&gt;
Over the course of a shift, you or someone you know may lose their humanity. These races are not born, but made.&amp;lt;br&amp;gt;&lt;br /&gt;
These players are less likely to be the targets of racism, as many may simply acknowledge their former humanity, but are none the less NOT human anymore.&lt;br /&gt;
==={{anchor|Flyperson}}[[Flyperson|Flypeople]]===&lt;br /&gt;
[[File:flypeople.png]]&lt;br /&gt;
&lt;br /&gt;
Technically, a roundstart race now. But realistically you only see these during teleporter malfunctions. A truly sorry state to be in. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Gameplay&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Annoy the chef for his cheese, vomit on his food and kill Pete because &amp;lt;strike&amp;gt;you need barf fuel&amp;lt;/strike&amp;gt; muh self defense. Start getting voices in your head when you read the bee movie script over the radio.&amp;lt;br&amp;gt; Get lynched for attacking the botanist using pest spray, and get gibbed by the chef for &#039;no reason&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Diet&#039;&#039;&#039;&lt;br /&gt;
* Likes: Gross things, such as vomit. Get your crewmates sick and never go hungry again!&lt;br /&gt;
* Dislikes: Anything with nutriment... the first time.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
* Buz-zz-zing lisp.&lt;br /&gt;
* Grotesque appearance.&lt;br /&gt;
* Takes 30x damage from flyswatters, 3x damage from pest-killer.&lt;br /&gt;
* Slower than normal people&lt;br /&gt;
* Can&#039;t handle alcohol very well&lt;br /&gt;
* 1.4x burn and brute damage, because of course you can&#039;t have anything.&lt;br /&gt;
*0.7 speed modifier why would you play this.&lt;br /&gt;
==={{anchor|Felinids}}[[Felinids]]===&lt;br /&gt;
[[File:Catpeople.png]]&lt;br /&gt;
&lt;br /&gt;
Effectively human if not for their ears and tail. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Diet&#039;&#039;&#039;&lt;br /&gt;
*Similar to normal humans.&lt;br /&gt;
*Dislikes: Vegetables, Sugar, COCO.&lt;br /&gt;
&#039;&#039;&#039;Gameplay&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
At the start of the shift, put on clothes that look like they&#039;re from one of those Chinese cartoons you&#039;re always watching. &amp;lt;s&amp;gt;Have quality interactions with the crew&amp;lt;/s&amp;gt; behave like a poorly-written female character created by a sweaty dude who&#039;s never actually spoken to a woman except for his mother (and a fast food cashier that one time.) &amp;lt;s&amp;gt;NYAAA at the crew&amp;lt;/s&amp;gt; don&#039;t because that&#039;s cringe. Become an entertaining electrical conductor for silicons. &amp;lt;br&amp;gt; Metafriend every other catperson, every single round. Get lynched in the hallways by a mob while [[the authorities]] point and laugh from a distance. When in danger, [[Rules#Main Rules - read these if nothing else|get saved by backup suspiciously fast.]] Ahelp every transgression people do to you.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
* N/A&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Hit harder by flashbangs.&lt;br /&gt;
*Are below beast races because they abandoned their humanity, as opposed to never having it in the first place.&lt;br /&gt;
=={{anchor|Jelly and Slime Mutants}}Oozeling and Slime Mutants ==&lt;br /&gt;
These races are created in Xenobiology by ingesting mutation toxin, and all three variants share the same basic characteristics of oozelings.&amp;lt;br&amp;gt;&lt;br /&gt;
Further ingestion has a chance to mutate a slimeperson into a Stargazer or Luminescent.&lt;br /&gt;
==={{anchor|Slimepeople}}Slimepeople ===&lt;br /&gt;
[[File:slimepeople.png]]&amp;lt;br&amp;gt;&lt;br /&gt;
Like slimes, they can split into multiple bodies, while retaining the same mind.&lt;br /&gt;
====Powers====&lt;br /&gt;
*Can split themselves to create spare bodies if they have enough blood volume.&lt;br /&gt;
** Reaching 1100 volume will let them split once, and reset them to 600.&lt;br /&gt;
**Just like oozelings, they can regenerate their &amp;quot;blood&amp;quot; by eating, breathing plasma or consuming things which would be toxic to other races.&lt;br /&gt;
** They can swap between bodies at will; dying in their current body will send them to another body if they have one.&lt;br /&gt;
&#039;&#039;&#039;Where to find them:&#039;&#039;&#039;&lt;br /&gt;
*[[Xenobiology]].&lt;br /&gt;
===Stargazers ===&lt;br /&gt;
[[File:jellypeople.png]]&lt;br /&gt;
&lt;br /&gt;
Stargazers are the telepathic branch of oozelings, able to project psychic messages and to link minds with participants.&lt;br /&gt;
====Powers====&lt;br /&gt;
*Can privately and anonymously &amp;quot;send thoughts&amp;quot; to any target they see.&lt;br /&gt;
* Can form slimelinks with any living being.&lt;br /&gt;
**To form a slimelink, they must aggressively grab their target, then use the Link Minds ability.&lt;br /&gt;
**Everyone in the slimelink will be able to communicate in it and hear each other.&lt;br /&gt;
**Slimelink communication also works while unconscious or muted.&lt;br /&gt;
**Slimelinks are broken by death; killing the Stargazer supporting it, or changing its species will unlink everyone.&lt;br /&gt;
&#039;&#039;&#039;Where to find them:&#039;&#039;&#039;&lt;br /&gt;
*[[Xenobiology]].&lt;br /&gt;
==={{anchor|Luminescents}}Luminescents===&lt;br /&gt;
[[File:Brokenbottle.png]]&lt;br /&gt;
&lt;br /&gt;
Luminescents are versatile; they gain powers by consuming cores and activating them with their peculiar biology.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Emit a faint glow.&lt;br /&gt;
==== Powers====&lt;br /&gt;
*Can absorb slime cores to gain special abilities. (You can find the various effects [[Guide_to_xenobiology#Formulas|here]])&lt;br /&gt;
**Each core has a minor and a major ability.&lt;br /&gt;
**Activating them has a cooldown instead of using up the core. Cores can be ejected and reused.&lt;br /&gt;
**You can only have one core absorbed at once.&lt;br /&gt;
&#039;&#039;&#039;Where to find them:&#039;&#039;&#039;&lt;br /&gt;
*[[Xenobiology]].&lt;br /&gt;
=Exotic Races=&lt;br /&gt;
These races have very few ways to come about, and often rely on very rare situations to exist at all.&amp;lt;br&amp;gt;&lt;br /&gt;
Golems aside, you will almost never have to deal with them, but should be aware of them all the same for when the time comes.&lt;br /&gt;
==={{anchor|Golem}}[[Golem]]s===&lt;br /&gt;
[[File:agolem.png|96px]][[File:Iron_golem.png|96px]][[File:Silver_golem.png|96px]][[File:Gold_golem.png|96px]][[File:Plasma_golem.png|96px]][[File:Uranium_golem.png|96px]][[File:Diamond_golem.png|96px]]&lt;br /&gt;
&lt;br /&gt;
Lumbering people of shining stone, golems are born into the servitude of their creators. While some will immediately gift these golems with freedom others will keep them close as assistants, bodyguards, or attack dogs. Golems do not have a will of their own unless granted one by their creator, and are not directly responsible for their actions if commanded.&lt;br /&gt;
Free golems found on [[Lavaland]] function equivalently to their station-born counterparts; however, they are not compelled to serve anyone.&lt;br /&gt;
&lt;br /&gt;
Golems have unique benefits and drawbacks, depending on the type of mineral they&#039;re made of.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Gameplay&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Act like dumb ogre, smash the fleshy idiot humies and trigger gods. Escalate conflicts to deadchat with your ogre fists. Dish out justice with your ogre squad.&amp;lt;br&amp;gt; Kill people with your flashy radiation, and get banned for &amp;lt;s&amp;gt;card&amp;lt;/s&amp;gt; golem counting.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Spaceworthy, can&#039;t be dismembered and don&#039;t bleed out.&lt;br /&gt;
*Immune to the effects of radiation and viruses.&lt;br /&gt;
*Most golems punch hard and are highly resistant to brute damage, with some exceptions.&lt;br /&gt;
*Have pocket-slots without wearing a jumpsuit.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Bound to will of creator unless freed.&lt;br /&gt;
*Most are much slower than humans.&lt;br /&gt;
*Immune to injections and cryogenic drugs, can&#039;t give or receive CPR&lt;br /&gt;
*Can&#039;t equip most clothing. Not really a drawback, since golems already have pockets.&lt;br /&gt;
*The only guns they can use are Kinetic Accelerators with modified trigger guards.&lt;br /&gt;
*Often prejudiced against and slain without mercy by [[Shitcurity|the station]] at first sign of trouble.&lt;br /&gt;
For mineral specific benefits and drawbacks, see: [[Golem#Types_of_Golems|Types of Golems]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Where to find them:&#039;&#039;&#039;&lt;br /&gt;
*[[Xenobiology]].&lt;br /&gt;
*[[Lavaland]].&lt;br /&gt;
===={{anchor|Romerol Zombies}}Romerol Zombies====&lt;br /&gt;
[[File:zombies.png]]&lt;br /&gt;
&lt;br /&gt;
Rotted remains of former humans, brought way less back to life. Unlike the zombies you find in Xenobiology, Romerol zombies aren&#039;t just a human mutation.&amp;lt;br&amp;gt;&lt;br /&gt;
They are aggressive by nature, and spread an infection when hitting other humanoids, causing them to turn into Romerol zombies on death.&lt;br /&gt;
&lt;br /&gt;
They also won&#039;t stay dead as long as the infection is active and their head is intact: to stop them permanently, the body must be destroyed or beheaded, or the infection must be surgically removed.&amp;lt;br&amp;gt;&lt;br /&gt;
If this does not happen, the zombie will revive at full health after some time.&lt;br /&gt;
&lt;br /&gt;
The infection is concentrated in a tumor located in the brain. Should this tumor be removed surgically, the body will revert to a normal corpse, which can then be cloned.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
* Same as regular zombies.&lt;br /&gt;
* Strong claws that can even punch through airlocks.&lt;br /&gt;
*Revives after death unless decapitated or gibbed.&lt;br /&gt;
*Quickly heals wounds.&lt;br /&gt;
*Can see in the dark.&lt;br /&gt;
*Turn other species into romerol zombies on death.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Slow movement.&lt;br /&gt;
*Can only use claws to smash.&lt;br /&gt;
* (Rightfully) feared and hunted by crewmembers.&lt;br /&gt;
&#039;&#039;&#039;Where to find them:&#039;&#039;&#039;&lt;br /&gt;
*On the station, after traitors team up to buy [[Syndicate_Items#Romerol|Romerol]], get lucky with a [[Syndicate_Items#Syndicate_Surplus_Crate|surplus crate]] or a cunning virologist finds out how to make them.&lt;br /&gt;
==={{anchor|Androids}}Androids===&lt;br /&gt;
[[File:Androids.png|96px]]&lt;br /&gt;
&lt;br /&gt;
Human-like robots, distant cousins of synths. While visually identical to a fully augmented human, it has some additional perks.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Does not need to breathe, immune to gases and viruses.&lt;br /&gt;
*Immunity to pressure, cold and heat, can&#039;t be set on fire.&lt;br /&gt;
*Does not bleed.&lt;br /&gt;
*Does not need to eat.&lt;br /&gt;
*Cannot be pierced by syringes or glass.&lt;br /&gt;
*Can repair brute damage with welding and burn damage by replacing wires.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
* Cannot heal brute and burn damage with conventional means.&lt;br /&gt;
*Paralyzed and heavily damaged by EMPs.&lt;br /&gt;
&#039;&#039;&#039;Where to find them:&#039;&#039;&#039;&lt;br /&gt;
*A technophile chapel &lt;br /&gt;
==={{anchor|Abductor}}[[Abductor]]s===&lt;br /&gt;
[[File:Abductor_base.png|96px]]&lt;br /&gt;
&lt;br /&gt;
Alien beings sent here to probe the station&#039;s crew. They cannot speak normally, but instead use a special frequency tuned to their mothership: different abductor teams have separate channels. Abductors created in different ways share a common abductor channel instead, and cannot hear natural abductors.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
* Does not bleed.&lt;br /&gt;
*Does not need to breathe.&lt;br /&gt;
* Is immune to viruses.&lt;br /&gt;
*Can use abductor-specific equipment.&lt;br /&gt;
*Can see in the dark for short ranges.&lt;br /&gt;
*Can communicate without restrictions with fellow abductors.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Can&#039;t use guns, except the one they start with.&lt;br /&gt;
*Cannot be heard by non-abductors when speaking.&lt;br /&gt;
&#039;&#039;&#039;Where to find them:&#039;&#039;&#039;&lt;br /&gt;
*[[Abductor]] ships&lt;br /&gt;
[[Category:Guides]]&lt;br /&gt;
==Halloween Races==&lt;br /&gt;
These are races that are found as roundstart races during the days near Halloween but can sometimes, rarely be found otherwise&lt;br /&gt;
==={{anchor|Shadowpeople}}Shadowpeople===&lt;br /&gt;
[[File:shadowpeople.png]]&lt;br /&gt;
&lt;br /&gt;
Cursed beings of darkness, shadows that cannot exist for long in the light. They skulk in darkened maintenance corridors or in workplaces with intentionally destroyed lighting. They are not intrinsically evil, but still invoke an understandable level of mistrust in pretty much everyone.&lt;br /&gt;
&lt;br /&gt;
They share many of the passive effects of [[Shadowling]]s, but none of their innate spells or abilities. They are far less a threat.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Gradually heals in the dark.&lt;br /&gt;
*Don&#039;t need to breathe.&lt;br /&gt;
*Have no blood to lose.&lt;br /&gt;
*Are immune to the effects of radiation.&lt;br /&gt;
*Can see far in the dark.&lt;br /&gt;
*Immune to viruses.&lt;br /&gt;
*Won&#039;t get attacked by &#039;&#039;Faithless&#039;&#039; mobs.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Will perish in the light.&lt;br /&gt;
*Generally impossible to maintain a normal life on the station.&lt;br /&gt;
&#039;&#039;&#039;Where to find them&#039;&#039;&#039;&lt;br /&gt;
* on the station during halloween&lt;br /&gt;
* rarely in xenobio&lt;br /&gt;
==={{anchor|Skeletons}}Skeletons===&lt;br /&gt;
[[File:skeletons.png]]&lt;br /&gt;
&lt;br /&gt;
The skeleton within, unleashed! Somehow still alive, a skeleton is just a sack of stark white bones.&amp;lt;br&amp;gt;&lt;br /&gt;
Clattering spooks, due to their supernatural qualities they&#039;re almost always associated with wizards.&amp;lt;br&amp;gt;&lt;br /&gt;
Skeletons enjoy a wide selection of useful immunities, just don&#039;t expect the crew to ever enjoy looking at you ever again.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Don&#039;t need to breathe.&lt;br /&gt;
*Aren&#039;t bothered by extreme temperatures and pressure.&lt;br /&gt;
* Have no blood to lose.&lt;br /&gt;
*Are immune to the effects of radiation, as well as viruses.&lt;br /&gt;
*Immune to item embedding and chemical injections.&lt;br /&gt;
*Do not need to eat.&lt;br /&gt;
*Can attach limbs from the ground without surgery.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Loses limbs easily.&lt;br /&gt;
*Too spooky for most to tolerate.&lt;br /&gt;
*Immune to medical injections&lt;br /&gt;
&#039;&#039;&#039;Where to find them:&#039;&#039;&#039;&lt;br /&gt;
* Space pirate ships, with [[wizard|wizards]], on the station on Halloween.&lt;br /&gt;
==={{anchor|High-functioning Zombies}}High-functioning Zombies===&lt;br /&gt;
[[File:zombies.png]]&lt;br /&gt;
&lt;br /&gt;
Unlike the zombies you find in movies, these high-functioning zombies don&#039;t crave your brains (despite what they might be compelled to say sometimes).&amp;lt;br&amp;gt;&lt;br /&gt;
It&#039;s perfectly possible to coexist with these zombies, though understanding their slurring speech might drive some to wish it wasn&#039;t.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
*Don&#039;t need to breathe.&lt;br /&gt;
*Can survive in extreme pressures.&lt;br /&gt;
*Immune to cold.&lt;br /&gt;
*Have no blood to lose.&lt;br /&gt;
*Are immune to the effects of radiation.&lt;br /&gt;
* Can attach limbs from the ground without surgery.&lt;br /&gt;
*Immune to [[Changeling]] transmutation stings.&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
*Loses limbs easily.&lt;br /&gt;
*Hard to understand.&lt;br /&gt;
*Ugly.&lt;br /&gt;
*Tends to be confused with the infectious kind of zombie.&lt;br /&gt;
&#039;&#039;&#039;Where to find them:&#039;&#039;&#039;&lt;br /&gt;
*With [[wizard|wizards]], on the station on Halloween.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==={{anchor|Vampires}}Vampires===&lt;br /&gt;
[[File:bat.gif]]&lt;br /&gt;
&lt;br /&gt;
that goth from the club wasn&#039;t as clean as she said and now you are eternally cursed with vampirism, atleast it has its upsides &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Benefits&#039;&#039;&#039;&lt;br /&gt;
* You can turn into a bat &lt;br /&gt;
* That bat can crawl into vents&lt;br /&gt;
* You can suck peoples blood&lt;br /&gt;
* You heal while inside of a coffin&lt;br /&gt;
&#039;&#039;&#039;Drawbacks&#039;&#039;&#039;&lt;br /&gt;
* You constantly need blood&lt;br /&gt;
* If you run out of blood you turn into dust&lt;br /&gt;
* You will always be pale&lt;br /&gt;
* You will burst into flames if you enter the chapel&lt;br /&gt;
* If the chaplain picks the whip nullrod, it will deal double damage to you&lt;br /&gt;
*&lt;/div&gt;</summary>
		<author><name>Schizocat</name></author>
	</entry>
</feed>