User:Weaver/NexBot/chem prototypes.json: Difference between revisions

From Space Station 14 Wiki
(Update chem_prototypes.json via GitHub Actions)
(Update chem_prototypes.json via GitHub Actions)
 
Line 1: Line 1:
{
{
     "Thermite": {
     "Oxygen": {
         "id": "Thermite",
         "id": "Oxygen",
         "name": "thermite",
         "name": "oxygen",
         "group": "Pyrotechnic",
         "group": "Unknown",
         "desc": "A mixture that becomes extremely hot when ignited, and which can burn straight through walls when applied and ignited. It'll slowly inflict burn damage to anybody dumb enough to ingest it, but can't be ignited inside inside said dumb person.",
         "desc": "An oxidizing, colorless gas.",
         "physicalDesc": "grainy",
         "physicalDesc": "gaseous",
         "color": "#757245FF",
         "color": "#808080FF",
         "recipes": [
         "recipes": [],
            "Thermite"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Gas": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "Factor": 1,
                            "types": {
                        "conditions": [
                                 "Heat": 2
                            {
                             },
                                "Type": "Human",
                            "groups": null
                                "ShouldHave": true,
                         },
                                 "id": "OrganType"
                         "scaleByQuantity": false,
                             }
                         "ignoreResistances": true,
                        ],
                        "conditions": null,
                        "probability": 1,
                         "id": "Oxygenate"
                    },
                    {
                         "Factor": 1,
                         "conditions": [
                            {
                                "Type": "Animal",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "Oxygenate"
                     }
                    },
                 ]
                    {
             }
                        "Factor": 1,
         }
                        "conditions": [
     },
                            {
     "Napalm": {
                                "Type": "Rat",
         "id": "Napalm",
                                "ShouldHave": true,
         "name": "napalm",
                                "id": "OrganType"
         "group": "Pyrotechnic",
                            }
         "desc": "It's just a little flammable.",
                        ],
         "physicalDesc": "soapy",
                        "probability": 1,
         "color": "#FA00AFFF",
                        "id": "Oxygenate"
         "recipes": [
                    },
            "Napalm"
                    {
        ],
                        "_ratios": {
                            "CarbonDioxide": 1,
                            "Oxygen": -1
                        },
                        "conditions": [
                            {
                                "Type": "Vox",
                                "ShouldHave": false,
                                "id": "OrganType"
                            }
                        ],
                        "probability": 1,
                        "id": "ModifyLungGas"
                     }
                 ]
             }
         }
     },
     "Plasma": {
         "id": "Plasma",
         "name": "plasma",
         "group": "Unknown",
         "desc": "Funky, space-magic pixie dust. You probably shouldn't eat this, but we both know you will anyways.",
         "physicalDesc": "gaseous",
         "color": "#7E009EFF",
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Poison": {
Line 48: Line 82:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Heat": 1
                                 "Poison": 3
                             },
                             },
                             "groups": null
                             "groups": null
Line 59: Line 93:
                     },
                     },
                     {
                     {
                         "Multiplier": 0.4,
                         "Reagent": "Inaprovaline",
                        "Group": null,
                        "Amount": -2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "FlammableReaction"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
             }
             },
        }
             "Gas": {
    },
                 "rate": 0.5,
    "Phlogiston": {
                 "effects": [
        "id": "Phlogiston",
        "name": "phlogiston",
        "group": "Pyrotechnic",
        "desc": "Catches you on fire and makes you ignite.",
        "physicalDesc": "burning",
        "color": "#D4872AFF",
        "recipes": [
            "Phlogiston"
        ],
        "metabolisms": {
             "Poison": {
                 "rate": 0.5,
                 "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Heat": 3
                                 "Poison": 1
                             },
                             },
                             "groups": null
                             "groups": null
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": true,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    },
                    {
                        "Multiplier": 0.1,
                        "conditions": null,
                        "probability": 1,
                        "id": "FlammableReaction"
                    },
                    {
                        "Amount": 6000,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustTemperature"
                     }
                     }
                 ]
                 ]
Line 111: Line 122:
         }
         }
     },
     },
     "ChlorineTrifluoride": {
     "Tritium": {
         "id": "ChlorineTrifluoride",
         "id": "Tritium",
         "name": "CLF3",
         "name": "tritium",
         "group": "Pyrotechnic",
         "group": "Unknown",
         "desc": "You really, REALLY don't want to get this shit anywhere near you.",
         "desc": "Radioactive space-magic pixie dust.",
         "physicalDesc": "blazing",
         "physicalDesc": "ionizing",
         "color": "#FFC8C8FF",
         "color": "#66FF33FF",
         "recipes": [
         "recipes": [],
            "ChlorineTrifluoride"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Poison": {
Line 128: Line 137:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Heat": 1
                                 "Radiation": 3
                             },
                             },
                             "groups": null
                             "groups": null
Line 137: Line 146:
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     },
                     }
                ]
            },
            "Gas": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "Multiplier": 0.2,
                         "damage": {
                            "types": {
                                "Radiation": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": true,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "FlammableReaction"
                         "id": "HealthChange"
                    },
                    {
                        "Amount": 6000,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustTemperature"
                     }
                     }
                 ]
                 ]
Line 154: Line 169:
         }
         }
     },
     },
     "FoamingAgent": {
     "CarbonDioxide": {
         "id": "FoamingAgent",
         "id": "CarbonDioxide",
         "name": "foaming agent",
         "name": "carbon dioxide",
         "group": "Pyrotechnic",
         "group": "Unknown",
         "desc": "Makes foam such as that's required in metal foam grenades.",
         "desc": "You have genuinely no idea what this is.",
         "physicalDesc": "foamy",
         "physicalDesc": "odorless",
         "color": "#215263FF",
         "color": "#66FF33FF",
        "recipes": [
            "FoamingAgent"
        ],
        "metabolisms": null
    },
    "WeldingFuel": {
        "id": "WeldingFuel",
        "name": "welding fuel",
        "group": "Pyrotechnic",
        "desc": "Used by welders to weld.",
        "physicalDesc": "oily",
        "color": "#A76B1CFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Gas": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 181: Line 184:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 1
                                 "Poison": 0.2
                             },
                             },
                             "groups": null
                             "groups": null
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": true,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": [
                            {
                                "Min": 0.5,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    },
                    {
                        "Multiplier": 0.4,
                        "conditions": null,
                        "probability": 1,
                        "id": "FlammableReaction"
                     }
                     }
                 ]
                 ]
Line 201: Line 205:
         }
         }
     },
     },
     "Fluorosurfactant": {
     "Nitrogen": {
         "id": "Fluorosurfactant",
         "id": "Nitrogen",
         "name": "fluorosurfactant",
         "name": "nitrogen",
        "group": "Pyrotechnic",
        "desc": "A perfluoronated sulfonic acid that forms a foam when mixed with water.",
        "physicalDesc": "opaque",
        "color": "#9E6B38FF",
        "recipes": [
            "Fluorosurfactant"
        ],
        "metabolisms": null
    },
    "Bleach": {
        "id": "Bleach",
        "name": "bleach",
         "group": "Unknown",
         "group": "Unknown",
         "desc": "Heavy duty cleaner that can clean tiles the same as Space Cleaner and also decontaminate clothes. Extremely toxic when ingested.",
         "desc": "A colorless, odorless unreactive gas. Highly stable.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "gaseous",
         "color": "#A1000BFF",
         "color": "#808080FF",
         "recipes": [
         "recipes": [],
            "Bleach"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Gas": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "Factor": 1,
                            "types": {
                        "conditions": [
                                 "Poison": 3
                            {
                            },
                                 "Type": "Vox",
                            "groups": null
                                "ShouldHave": true,
                        },
                                "id": "OrganType"
                        "scaleByQuantity": false,
                            }
                        "ignoreResistances": true,
                         ],
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "Oxygenate"
                     },
                     },
                     {
                     {
                         "Messages": [
                         "Factor": 1,
                             "generic-reagent-effect-burning-insides"
                        "conditions": [
                             {
                                "Type": "Slime",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                         ],
                         ],
                         "Type": 1,
                         "probability": 1,
                         "conditions": null,
                        "id": "Oxygenate"
                         "probability": 0.33,
                    },
                         "id": "PopupMessage"
                    {
                        "_ratios": {
                            "CarbonDioxide": 1,
                            "Nitrogen": -1
                        },
                         "conditions": [
                            {
                                "Type": "Vox",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "id": "ModifyLungGas"
                     }
                     }
                 ]
                 ]
Line 253: Line 260:
         }
         }
     },
     },
     "SpaceCleaner": {
     "Miasma": {
         "id": "SpaceCleaner",
         "id": "Miasma",
         "name": "space cleaner",
         "name": "miasma",
         "group": "Unknown",
         "group": "Unknown",
         "desc": "This is able to clean almost all surfaces of almost anything that may dirty them. The janitor is likely to appreciate refills.",
         "desc": "Uh oh, stinky!",
         "physicalDesc": "lemony fresh",
         "physicalDesc": "gaseous",
         "color": "#C8FF69FF",
         "color": "#56941EFF",
         "recipes": [
         "recipes": [],
            "SpaceCleaner"
         "metabolisms": {
        ],
            "Gas": {
         "metabolisms": null
                "rate": 0.5,
    },
                "effects": [
    "SpaceLube": {
                    {
        "id": "SpaceLube",
                        "Diseases": [
        "name": "space lube",
                            "VentCough",
        "group": "Unknown",
                            "AMIV",
        "desc": "Space Lube is a high performance lubricant intended for maintenance of extremely complex mechanical equipment (and certainly not used to make people slip).",
                            "SpaceCold",
        "physicalDesc": "shiny",
                            "SpaceFlu",
        "color": "#77B58EFF",
                            "Bird Flew",
        "recipes": [
                            "VanAusdallsRobovirus",
            "SpaceLube"
                            "BleedersBite",
        ],
                            "Plague"
        "metabolisms": null
                        ],
    },
                        "conditions": [
    "Alkycosine": {
                            {
        "id": "Alkycosine",
                                "Type": "Rat",
        "name": "alkycosine",
                                "ShouldHave": false,
        "group": "Medicine",
                                "id": "OrganType"
        "desc": "Lessens the damage to neurological tissue. More effective at treating brain damage than alkysine and also a fairly effective painkiller as well. Caution is needed in its creation to avoid mixing bleach and the chlorine needed to make alkysine.",
                            },
        "physicalDesc": "strong-smelling",
                            {
        "color": "#9E232BFF",
                                "Min": 1,
        "recipes": [
                                "Max": 21474836,
            "Alkycosine"
                                "Reagent": "Miasma",
        ],
                                "id": "ReagentThreshold"
        "metabolisms": null
                            }
    },
                        ],
    "Alkysine": {
                        "probability": 1,
        "id": "Alkysine",
                        "id": "ChemCauseRandomDisease"
        "name": "alkysine",
                    },
        "group": "Medicine",
        "desc": "Lessens the damage to neurological tissue, effective even after catastrophic injury. Used for treating brain damage and also a fairly effective painkiller.",
        "physicalDesc": "oily",
        "color": "#FF8C00FF",
        "recipes": [
            "Alkysine"
        ],
        "metabolisms": null
    },
    "Dylovene": {
        "id": "Dylovene",
        "name": "dylovene",
        "group": "Medicine",
        "desc": "A broad-spectrum anti-toxin, which treats toxin damage in the blood stream. Overdosing will cause vomiting, dizzyness and pain.",
        "physicalDesc": "translucent",
        "color": "#3A1D8AFF",
        "recipes": [
            "Dylovene"
        ],
        "metabolisms": {
            "Medicine": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": -1
                                 "Poison": 0.25
                             },
                             },
                             "groups": null
                             "groups": null
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": true,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": [
                            {
                                "Type": "Rat",
                                "ShouldHave": false,
                                "id": "OrganType"
                            },
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Miasma",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     }
                     },
                ]
                    {
            }
                        "ThirstAmount": -40,
        }
                        "HungerAmount": -40,
    },
                        "conditions": [
    "Diphenhydramine": {
                            {
        "id": "Diphenhydramine",
                                "Type": "Rat",
        "name": "diphenhydramine",
                                "ShouldHave": false,
        "group": "Medicine",
                                "id": "OrganType"
        "desc": "Rapidly purges the body of histamine and reduces jitteriness.",
                            },
        "physicalDesc": "chalky",
                            {
        "color": "#64FFE6FF",
                                "Min": 0.8,
        "recipes": [],
                                "Max": 21474836,
        "metabolisms": {
                                "Reagent": "Miasma",
            "Medicine": {
                                "id": "ReagentThreshold"
                "rate": 0.5,
                            }
                "effects": [
                        ],
                        "probability": 0.12,
                        "id": "ChemVomit"
                    },
                     {
                     {
                         "Reagent": "Histamine",
                         "Messages": [
                         "Group": null,
                            "miasma-smell"
                         "Amount": -3,
                        ],
                        "conditions": null,
                         "Type": 1,
                         "probability": 1,
                         "conditions": [
                         "id": "AdjustReagent"
                            {
                                "Min": 0.25,
                                "Max": 21474836,
                                "Reagent": "Miasma",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 0.1,
                         "id": "PopupMessage"
                     },
                     },
                     {
                     {
                         "Key": "Jitter",
                         "damage": {
                        "Component": "",
                            "types": {
                        "Time": 1,
                                "Blunt": -4,
                        "Refresh": true,
                                "Slash": -3,
                        "Type": 1,
                                 "Piercing": -3
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    }
                ]
            }
        }
    },
    "Arithrazine": {
        "id": "Arithrazine",
        "name": "arithrazine",
        "group": "Medicine",
        "desc": "A slightly unstable medication used for the most extreme any serious case of radiation poisoning. Lowers radiation level at over twice the rate Hyronalin does and will heal toxin damage at the same time. Deals very minor brute damage to the patient over time, but the patient's body will typically out-regenerate it easily.",
        "physicalDesc": "cloudy",
        "color": "#BD5902FF",
        "recipes": [
            "Arithrazine"
        ],
        "metabolisms": {
            "Medicine": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                            "types": {
                                 "Radiation": -3
                             },
                             },
                             "groups": {
                             "groups": null
                                "Brute": 0.5
                            }
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": true,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": [
                            {
                                "Type": "Rat",
                                "ShouldHave": true,
                                "id": "OrganType"
                            },
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Miasma",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
Line 399: Line 390:
         }
         }
     },
     },
     "Bicaridine": {
     "Desoxyephedrine": {
         "id": "Bicaridine",
         "id": "Desoxyephedrine",
         "name": "bicaridine",
         "name": "desoxyephedrine",
         "group": "Medicine",
         "group": "Narcotics",
         "desc": "An analgesic which is highly effective at treating brute damage. It is useful for stabilizing people who have been severely beaten, as well as treating less life-threatening injuries. In the case of bleeding (internal or external), bicaridine will slow down the bleeding heavily. If the dosage exceeds the overdose limit, it'll stop it outright.",
         "desc": "Desoxyephedrine is a potent stimulant with dangerous side-effects if too much is consumed.",
         "physicalDesc": "opaque",
         "physicalDesc": "translucent",
         "color": "#FFAA00FF",
         "color": "#FAFAFAFF",
         "recipes": [
         "recipes": [
             "Bicaridine"
             "Desoxyephedrine"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": null,
                             "types": {
                            "groups": {
                                 "Poison": 0.75
                                 "Brute": -2
                             },
                             }
                            "groups": null
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
Line 425: Line 416:
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     }
                     },
                ]
            }
        }
    },
    "Cryoxadone": {
        "id": "Cryoxadone",
        "name": "cryoxadone",
        "group": "Medicine",
        "desc": "Required for the proper function of cryogenics. Heals all standard types of damage very swiftly, but only works in temperatures under 170K (usually this means cryo cells). Can also slowly heal clone damage, such as caused by cloning or Slimes.",
        "physicalDesc": "fizzy",
        "color": "#0091FFFF",
        "recipes": [
            "Cryoxadone"
        ],
        "metabolisms": {
            "Medicine": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": null,
                             "types": {
                            "groups": {
                                 "Poison": 2,
                                 "Airloss": -6,
                                 "Asphyxiation": 2
                                 "Brute": -4,
                            },
                                "Burn": -4,
                            "groups": null
                                "Toxin": -4
                            }
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
Line 458: Line 429:
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 0,
                                 "Min": 30,
                                 "Max": 150,
                                 "Max": 21474836,
                                 "id": "Temperature"
                                "Reagent": null,
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
Line 467: Line 439:
                     }
                     }
                 ]
                 ]
             }
             },
        }
             "Narcotic": {
    },
                 "rate": 0.5,
    "Clonexadone": {
        "id": "Clonexadone",
        "name": "clonexadone",
        "group": "Medicine",
        "desc": "Heals standard damage in the same as Cryoxadone, with the same temperature requirement. Significantly more effective than the former at treating cellular damage, although both can be used simultaneously. Best used in cryo cells.",
        "physicalDesc": "bubbly",
        "color": "#0666FFFF",
        "recipes": [
            "Clonexadone"
        ],
        "metabolisms": {
             "Medicine": {
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "StatusLifetime": 2,
                            "types": null,
                        "conditions": null,
                            "groups": {
                        "probability": 1,
                                "Airloss": -6,
                        "WalkSpeedModifier": 1.35,
                                "Brute": -4,
                        "SprintSpeedModifier": 1.35,
                                "Burn": -4,
                        "id": "MovespeedModifier"
                                "Toxin": -4
                    },
                            }
                    {
                        },
                         "Key": "Stutter",
                         "scaleByQuantity": false,
                         "Component": "StutteringAccent",
                         "ignoreResistances": true,
                         "Time": 2,
                         "conditions": [
                        "Refresh": true,
                            {
                        "Type": 0,
                                "Min": 0,
                        "conditions": null,
                                "Max": 150,
                                "id": "Temperature"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "GenericStatusEffect"
                     }
                     },
                ]
                    {
            }
                        "Amplitude": 10,
        }
                        "Frequency": 4,
    },
                        "Time": 2,
    "Citalopram": {
                        "Refresh": true,
        "id": "Citalopram",
                        "conditions": null,
        "name": "citalopram",
                        "probability": 1,
        "group": "Medicine",
                        "id": "Jitter"
        "desc": "Prevents hallucination slightly.",
                    },
        "physicalDesc": "cloudy",
                    {
        "color": "#21693CFF",
                        "Key": "Stun",
        "recipes": [
                        "Component": "",
            "Citalopram"
                        "Time": 3,
        ],
                        "Refresh": true,
        "metabolisms": null
                        "Type": 1,
    },
                        "conditions": null,
    "Dermaline": {
                        "probability": 1,
        "id": "Dermaline",
                        "id": "GenericStatusEffect"
        "name": "dermaline",
                    },
        "group": "Medicine",
        "desc": "An advanced chemical that is more effective at treating burn damage than Kelotane.",
        "physicalDesc": "translucent",
        "color": "#215263FF",
        "recipes": [
            "Dermaline"
        ],
        "metabolisms": {
            "Medicine": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "damage": {
                         "Key": "KnockedDown",
                            "types": null,
                        "Component": "",
                            "groups": {
                        "Time": 3,
                                "Burn": -3
                         "Refresh": true,
                            }
                         "Type": 1,
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "GenericStatusEffect"
                     }
                     }
                 ]
                 ]
Line 553: Line 494:
         }
         }
     },
     },
     "Dexalin": {
     "Ephedrine": {
         "id": "Dexalin",
         "id": "Ephedrine",
         "name": "dexalin",
         "name": "ephedrine",
         "group": "Medicine",
         "group": "Narcotics",
         "desc": "Used for treating oxygen deprivation. In most cases where it is likely to be needed, the strength of Dexalin Plus will probably be more useful (Results in 1 unit instead of 2).",
         "desc": "Increases stun resistance and movement speed, giving you hand cramps. Overdose deals toxin damage and inhibits breathing.",
         "physicalDesc": "opaque",
         "physicalDesc": "powdery",
         "color": "#0041A8FF",
         "color": "#D2FFFAFF",
         "recipes": [
         "recipes": [
             "Dexalin"
             "Ephedrine"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Narcotic": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "StatusLifetime": 2,
                            "types": {
                                "Asphyxiation": -1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "WalkSpeedModifier": 1.25,
                    }
                        "SprintSpeedModifier": 1.25,
                ]
                        "id": "MovespeedModifier"
            }
                    },
        }
    },
    "DexalinPlus": {
        "id": "DexalinPlus",
        "name": "dexalin plus",
        "group": "Medicine",
        "desc": "Used in treatment of extreme cases of oxygen deprivation. Even a single unit immediately counters all oxygen loss, which is hugely useful in many circumstances. Any dose beyond this will continue to counter oxygen loss until it is metabolized, essentially removing the need to breathe.",
        "physicalDesc": "cloudy",
        "color": "#4DA0BDFF",
        "recipes": [
            "DexalinPlus"
        ],
        "metabolisms": {
            "Medicine": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Asphyxiation": -3
                                "Poison": 2,
                                 "Asphyxiation": 2
                             },
                             },
                             "groups": null
                             "groups": null
Line 607: Line 526:
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": [
                         "probability": 1,
                            {
                                "Min": 20,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    },
                    {
                        "Amplitude": 10,
                        "Frequency": 4,
                        "Time": 2,
                        "Refresh": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "Jitter"
                    },
                    {
                        "Key": "Stun",
                        "Component": "",
                        "Time": 1,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    },
                    {
                        "Key": "KnockedDown",
                        "Component": "",
                        "Time": 1,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    },
                    {
                        "Messages": [
                            "ephedrine-effect-tight-pain",
                            "ephedrine-effect-heart-pounds"
                        ],
                        "Type": 1,
                        "conditions": null,
                        "probability": 0.05,
                        "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 615: Line 580:
         }
         }
     },
     },
     "Ethylredoxrazine": {
     "THC": {
         "id": "Ethylredoxrazine",
         "id": "THC",
         "name": "ethylredoxrazine",
         "name": "THC",
         "group": "Medicine",
         "group": "Narcotics",
         "desc": "Neutralises the effects of alcohol in the blood stream. Though it is commonly needed, it is rarely requested.",
         "desc": "The main psychoactive compound in cannabis.",
         "physicalDesc": "opaque",
         "physicalDesc": "crystalline",
         "color": "#2D5708FF",
         "color": "#808080FF",
         "recipes": [
         "recipes": [],
             "Ethylredoxrazine"
        "metabolisms": {
        ],
             "Narcotic": {
        "metabolisms": null
                "rate": 0.5,
                "effects": [
                    {
                        "Key": "SeeingRainbows",
                        "Component": "SeeingRainbows",
                        "Time": 5,
                        "Refresh": false,
                        "Type": 0,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    }
                ]
            }
        }
     },
     },
     "Epinephrine": {
     "THCOil": {
         "id": "Epinephrine",
         "id": "THCOil",
         "name": "epinephrine",
         "name": "THC oil",
         "group": "Medicine",
         "group": "Narcotics",
         "desc": "Effective at bringing people back from a critical state. Reduces some stun times. Easy to overdose on.",
         "desc": "Pure THC oil, extracted from the leaves of the cannabis plant. Much stronger than in it's natural form and can be used to numb chronic pain in patients.",
         "physicalDesc": "odorless",
         "physicalDesc": "skunky",
         "color": "#D2FFFAFF",
         "color": "#DAA520FF",
         "recipes": [
         "recipes": [],
            "Epinephrine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Narcotic": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "Key": "SeeingRainbows",
                            "types": {
                        "Component": "SeeingRainbows",
                                "Asphyxiation": -3,
                        "Time": 5,
                                "Poison": -0.5
                        "Refresh": false,
                            },
                        "Type": 0,
                            "groups": {
                        "conditions": null,
                                "Brute": -0.5,
                        "probability": 1,
                                "Burn": -0.5
                        "id": "GenericStatusEffect"
                            }
                    }
                        },
                ]
                        "scaleByQuantity": false,
            }
                        "ignoreResistances": true,
        }
                        "conditions": [
    },
                            {
    "Nicotine": {
                                "Max": 21474836,
        "id": "Nicotine",
                                "Min": 100,
        "name": "Nicotine",
                                "id": "TotalDamage"
        "group": "Narcotics",
                            },
        "desc": "Dangerous and highly addictive.",
                            {
        "physicalDesc": "strong-smelling",
                                "Min": 0,
        "color": "#C0C0C0FF",
                                "Max": 20,
        "recipes": [],
                                "Reagent": null,
        "metabolisms": null
                                "id": "ReagentThreshold"
    },
                            }
    "Impedrezene": {
                         ],
        "id": "Impedrezene",
                         "probability": 1,
        "name": "impedrezene",
                         "id": "HealthChange"
        "group": "Narcotics",
                     },
        "desc": "A narcotic that impedes one's ability by slowing down the higher brain cell functions. Causes massive brain damage.",
                     {
        "physicalDesc": "acrid",
                         "damage": {
        "color": "#215263FF",
        "recipes": [
            "Impedrezene"
        ],
        "metabolisms": null
    },
    "SpaceDrugs": {
        "id": "SpaceDrugs",
        "name": "space drugs",
        "group": "Narcotics",
        "desc": "An illegal compound which induces a number of effects such as loss of balance and visual artefacts.",
        "physicalDesc": "syrupy",
        "color": "#63806EFF",
        "recipes": [
            "SpaceDrugs"
        ],
        "metabolisms": {
            "Narcotic": {
                "rate": 0.5,
                "effects": [
                    {
                        "Key": "SeeingRainbows",
                        "Component": "SeeingRainbows",
                        "Time": 5,
                        "Refresh": false,
                        "Type": 0,
                         "conditions": null,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                     }
                ]
            }
        }
    },
    "Nocturine": {
        "id": "Nocturine",
        "name": "nocturine",
        "group": "Narcotics",
        "desc": "Makes you feel very tired and unable to stand up. Basically, it's bone hurting juice.",
        "physicalDesc": "powdery",
        "color": "#128E80FF",
        "recipes": [],
        "metabolisms": {
            "Narcotic": {
                "rate": 0.5,
                "effects": [
                     {
                         "damage": {
                             "types": {
                             "types": {
                                "Asphyxiation": 1,
                                 "Poison": 1
                                 "Poison": 1
                             },
                             },
Line 682: Line 705:
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 20,
                                 "Min": 60,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": null,
Line 692: Line 715:
                     },
                     },
                     {
                     {
                         "Reagent": "Lexorin",
                         "ParalyzeTime": 1.2,
                        "Group": null,
                         "Refresh": false,
                         "Amount": -2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "Paralyze"
                     },
                     },
                     {
                     {
                        "Reagent": "Epinephrine",
                         "Key": "Stutter",
                        "Group": null,
                         "Component": "StutteringAccent",
                        "Amount": -1,
                         "Time": 1,
                        "conditions": [
                         "Refresh": true,
                            {
                         "Type": 0,
                                "Min": 1,
                         "conditions": null,
                                "Max": 21474836,
                                "Reagent": "Lexorin",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "AdjustReagent"
                    },
                    {
                        "Reagent": "Histamine",
                        "Group": null,
                        "Amount": 4,
                        "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Lexorin",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 0.1,
                        "id": "AdjustReagent"
                    },
                    {
                         "Key": "Stun",
                         "Component": "",
                         "Time": 0.25,
                         "Refresh": true,
                         "Type": 1,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "GenericStatusEffect"
                     },
                     }
                ]
            }
        }
    },
    "MuteToxin": {
        "id": "MuteToxin",
        "name": "mute toxin",
        "group": "Narcotics",
        "desc": "Makes you unable to talk while metabolizing.",
        "physicalDesc": "syrupy",
        "color": "#000000FF",
        "recipes": [
            "MuteToxin"
        ],
        "metabolisms": {
            "Narcotic": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "Key": "KnockedDown",
                         "Key": "Muted",
                         "Component": "",
                         "Component": "Muted",
                         "Time": 0.25,
                         "Time": 2,
                         "Refresh": true,
                         "Refresh": true,
                         "Type": 1,
                         "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 753: Line 763:
         }
         }
     },
     },
     "Hyperzine": {
     "Thermite": {
         "id": "Hyperzine",
         "id": "Thermite",
         "name": "hyperzine",
         "name": "thermite",
         "group": "Medicine",
         "group": "Pyrotechnic",
         "desc": "A highly effective, long lasting muscle stimulant. It allows greater freedom of movement in bulky clothing although it has the side effect of causing some twitching. Dangerous in higher doses.",
         "desc": "A mixture that becomes extremely hot when ignited, and which can burn straight through walls when applied and ignited. It'll slowly inflict burn damage to anybody dumb enough to ingest it, but can't be ignited inside inside said dumb person.",
         "physicalDesc": "translucent",
         "physicalDesc": "grainy",
         "color": "#17BD61FF",
         "color": "#757245FF",
         "recipes": [
         "recipes": [
             "Hyperzine"
             "Thermite"
        ],
        "metabolisms": null
    },
    "Hyronalin": {
        "id": "Hyronalin",
        "name": "hyronalin",
        "group": "Medicine",
        "desc": "A weak treatment for radiation damage. Considered to be useful mainly for genetic modification, where it reduces radiation levels, and thus the chance of genetic mutations. Largely outclassed by Arithrazine.",
        "physicalDesc": "cloudy",
        "color": "#4CB580FF",
        "recipes": [
            "Hyronalin"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 782: Line 780:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Radiation": -1
                                 "Heat": 2
                             },
                             },
                             "groups": null
                             "groups": null
Line 796: Line 794:
         }
         }
     },
     },
     "Imidazoline": {
     "Napalm": {
         "id": "Imidazoline",
         "id": "Napalm",
         "name": "imidazoline",
         "name": "napalm",
         "group": "Medicine",
         "group": "Pyrotechnic",
         "desc": "Effective in treating eye trauma. It heals damage caused by physical or chemical trauma, though it is ineffective in treating genetic defects in the eyes.",
         "desc": "It's just a little flammable.",
         "physicalDesc": "pungent",
         "physicalDesc": "soapy",
         "color": "#F7EF00FF",
         "color": "#FA00AFFF",
         "recipes": [
         "recipes": [
             "Imidazoline"
             "Napalm"
        ],
        "metabolisms": null
    },
    "Inacusiate": {
        "id": "Inacusiate",
        "name": "inacusiate",
        "group": "Medicine",
        "desc": "You only need 1u for Inacusiate to be effective. Cures deafness instantly. Useful after an explosion.",
        "physicalDesc": "pungent",
        "color": "#C4C04BFF",
        "recipes": [
            "Inacusiate"
        ],
        "metabolisms": null
    },
    "Inaprovaline": {
        "id": "Inaprovaline",
        "name": "inaprovaline",
        "group": "Medicine",
        "desc": "Inaprovaline is a synaptic stimulant and cardiostimulant. Commonly used to stabilize patients- it stops oxygen loss when the patient is in critical health. It'll also slow down bleeding (internal or external) by half while in the body. Acts as a decent painkiller.",
        "physicalDesc": "opaque",
        "color": "#731024FF",
        "recipes": [
            "Inaprovaline"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 837: Line 811:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Asphyxiation": -5
                                 "Heat": 1
                             },
                             },
                             "groups": null
                             "groups": null
Line 843: Line 817:
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": null,
                            {
                                "Max": 21474836,
                                "Min": 100,
                                "id": "TotalDamage"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    },
                    {
                        "Multiplier": 0.4,
                        "conditions": null,
                        "probability": 1,
                        "id": "FlammableReaction"
                     }
                     }
                 ]
                 ]
Line 857: Line 831:
         }
         }
     },
     },
     "Kelotane": {
     "Phlogiston": {
         "id": "Kelotane",
         "id": "Phlogiston",
         "name": "kelotane",
         "name": "phlogiston",
         "group": "Medicine",
         "group": "Pyrotechnic",
         "desc": "Treats burn damage and prevents infection.",
         "desc": "Catches you on fire and makes you ignite.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "burning",
         "color": "#BF3D19FF",
         "color": "#D4872AFF",
         "recipes": [
         "recipes": [
             "Kelotane"
             "Phlogiston"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": null,
                             "types": {
                            "groups": {
                                 "Heat": 3
                                 "Burn": -1
                             },
                             }
                            "groups": null
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
Line 883: Line 857:
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     }
                    },
                 ]
                    {
             }
                        "Multiplier": 0.1,
         }
                        "conditions": null,
                        "probability": 1,
                        "id": "FlammableReaction"
                    },
                    {
                        "Amount": 6000,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustTemperature"
                     }
                 ]
             }
         }
     },
     },
     "Leporazine": {
     "ChlorineTrifluoride": {
         "id": "Leporazine",
         "id": "ChlorineTrifluoride",
         "name": "leporazine",
         "name": "CLF3",
         "group": "Medicine",
         "group": "Pyrotechnic",
         "desc": "This keeps a patient's body temperature stable. High doses can allow short periods of unprotected EVA, but prevents use of the cryogenics tubes.",
         "desc": "You really, REALLY don't want to get this shit anywhere near you.",
         "physicalDesc": "pungent",
         "physicalDesc": "blazing",
         "color": "#FF7DB5FF",
         "color": "#FFC8C8FF",
         "recipes": [
         "recipes": [
             "Leporazine"
             "ChlorineTrifluoride"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "Amount": 1000,
                         "damage": {
                        "conditions": [
                            "types": {
                            {
                                 "Heat": 1
                                 "Min": 0,
                            },
                                "Max": 293.15,
                            "groups": null
                                "id": "Temperature"
                        },
                            }
                        "scaleByQuantity": false,
                         ],
                        "ignoreResistances": true,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustTemperature"
                         "id": "HealthChange"
                     },
                     },
                     {
                     {
                         "Amount": -1000,
                         "Multiplier": 0.2,
                         "conditions": [
                         "conditions": null,
                            {
                         "probability": 1,
                                "Min": 293.15,
                         "id": "FlammableReaction"
                                "Max": 3.4028235e+38,
                                "id": "Temperature"
                            }
                        ],
                         "probability": 1,
                         "id": "AdjustTemperature"
                     },
                     },
                     {
                     {
                         "Messages": [
                         "Amount": 6000,
                            "leporazine-effect-temperature-adjusting"
                        ],
                        "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 0.2,
                         "probability": 1,
                         "id": "PopupMessage"
                         "id": "AdjustTemperature"
                     }
                     }
                 ]
                 ]
Line 939: Line 917:
         }
         }
     },
     },
     "Methylin": {
     "FoamingAgent": {
         "id": "Methylin",
         "id": "FoamingAgent",
         "name": "methylin",
         "name": "foaming agent",
         "group": "Medicine",
         "group": "Pyrotechnic",
         "desc": "An intelligence enhancer, also used in the treatment of attention deficit hyperactivity disorder. Also known as Ritalin. Allows monkeys (not diona nymphs) to understand human speech and improves their dexterity as long as they have some in their system. Causes toxin and brain damage in higher doses.",
         "desc": "Makes foam such as that's required in metal foam grenades.",
         "physicalDesc": "acrid",
         "physicalDesc": "foamy",
         "color": "#A700C4FF",
         "color": "#215263FF",
         "recipes": [
         "recipes": [
             "Methylin"
             "FoamingAgent"
         ],
         ],
         "metabolisms": null
         "metabolisms": null
     },
     },
     "Oxycodone": {
     "WeldingFuel": {
         "id": "Oxycodone",
         "id": "WeldingFuel",
         "name": "oxycodone",
         "name": "welding fuel",
         "group": "Medicine",
         "group": "Pyrotechnic",
        "desc": "A very effective painkiller, about 250% as strong as Tramadol.",
         "desc": "Used by welders to weld.",
        "physicalDesc": "acrid",
         "physicalDesc": "oily",
        "color": "#C4A300FF",
         "color": "#A76B1CFF",
        "recipes": [
         "recipes": [],
            "Oxycodone"
        ],
        "metabolisms": null
    },
    "Phalanximine": {
        "id": "Phalanximine",
        "name": "phalanximine",
        "group": "Medicine",
         "desc": "Used in the treatment of cancer, is as effective as Anti-Toxin. Causes moderate radiation and hair loss.",
         "physicalDesc": "acrid",
         "color": "#C8FF75FF",
         "recipes": [
            "Phalanximine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 980: Line 944:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": -1,
                                 "Poison": 1
                                "Radiation": 1
                             },
                             },
                             "groups": null
                             "groups": null
Line 990: Line 953:
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    },
                    {
                        "Multiplier": 0.4,
                        "conditions": null,
                        "probability": 1,
                        "id": "FlammableReaction"
                     }
                     }
                 ]
                 ]
Line 995: Line 964:
         }
         }
     },
     },
     "Paroxetine": {
     "Fluorosurfactant": {
         "id": "Paroxetine",
         "id": "Fluorosurfactant",
         "name": "paroxetine",
         "name": "fluorosurfactant",
         "group": "Medicine",
         "group": "Pyrotechnic",
         "desc": "Prevents hallucination, but has a 10% chance of causing intense hallucinations.",
         "desc": "A perfluoronated sulfonic acid that forms a foam when mixed with water.",
        "physicalDesc": "acrid",
        "color": "#FFFBADFF",
        "recipes": [
            "Paroxetine"
        ],
        "metabolisms": null
    },
    "Ryetalyn": {
        "id": "Ryetalyn",
        "name": "ryetalyn",
        "group": "Medicine",
        "desc": "You only need 1u for Ryetalin to work. Deactivates genetic defects and powers, restoring a patient to an ideal state. May be useful if genetics is unable to function properly. Deactivated effects return if the patient's genes are modified again.",
        "physicalDesc": "cloudy",
        "color": "#532FD4FF",
        "recipes": [
            "Ryetalyn"
        ],
        "metabolisms": null
    },
    "Spaceacillin": {
        "id": "Spaceacillin",
        "name": "spaceacillin",
        "group": "Medicine",
        "desc": "A theta-lactam antibiotic. A common and very useful medicine, effective against many diseases likely to be encountered in space. Slows progression of diseases.",
         "physicalDesc": "opaque",
         "physicalDesc": "opaque",
         "color": "#9942F5FF",
         "color": "#9E6B38FF",
         "recipes": [
         "recipes": [
             "Spaceacillin"
             "Fluorosurfactant"
         ],
         ],
         "metabolisms": null
         "metabolisms": null
     },
     },
     "Synaptizine": {
     "Blood": {
         "id": "Synaptizine",
         "id": "Blood",
         "name": "synaptizine",
         "name": "blood",
         "group": "Medicine",
         "group": "Biological",
         "desc": "Toxic, but treats hallucinations, drowsiness \u0026 halves the duration of paralysis, stuns and knockdowns. One unit is enough to treat hallucinations; two units is deadly.",
         "desc": "I hope this is ketchup.",
         "physicalDesc": "pungent",
         "physicalDesc": "ferrous",
         "color": "#D49A2FFF",
         "color": "#800000FF",
         "recipes": [
         "recipes": [],
            "Synaptizine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                         "conditions": null,
                            "types": {
                         "probability": 1,
                                "Poison": 3
                         "HydrationFactor": 1.5,
                            },
                         "id": "SatiateThirst"
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                        "Key": "Stun",
                        "Component": "",
                        "Time": 1,
                        "Refresh": true,
                        "Type": 1,
                         "conditions": null,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                    },
                    {
                        "Key": "KnockedDown",
                        "Component": "",
                        "Time": 1,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                        "probability": 1,
                         "id": "GenericStatusEffect"
                     }
                     }
                 ]
                 ]
Line 1,082: Line 998:
         }
         }
     },
     },
     "Tramadol": {
     "Slime": {
         "id": "Tramadol",
         "id": "Slime",
         "name": "tramadol",
         "name": "slime",
         "group": "Medicine",
         "group": "Biological",
         "desc": "A simple, yet effective painkiller. Very effective for patients in shock.",
         "desc": "You thought this was gradient blood at first, but you were mistaken.",
        "physicalDesc": "strong-smelling",
         "physicalDesc": "viscous",
        "color": "#2F6ED4FF",
         "color": "#2CF274FF",
        "recipes": [
         "recipes": [],
            "Tramadol"
        ],
        "metabolisms": null
    },
    "Tricordrazine": {
        "id": "Tricordrazine",
        "name": "tricordrazine",
        "group": "Medicine",
        "desc": "A wide-spectrum stimulant, originally derived from Cordrazine. Is capable of healing all four main damage types simultaneously, however it only heals at half the rate of conventional healing chemicals. Because of its low potency, it's best used as a supplement to other medicines.",
         "physicalDesc": "opaque",
         "color": "#00E5FFFF",
         "recipes": [
            "Tricordrazine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                        "conditions": null,
                             "types": null,
                        "probability": 1,
                        "NutritionFactor": 1.5,
                        "id": "SatiateHunger"
                    }
                ]
            }
        }
    },
    "Ichor": {
        "id": "Ichor",
        "name": "ichor",
        "group": "Biological",
        "desc": "An extremely potent regenerative chemical, perfected by space fauna evolution. Produced in the dragon's digestive system, it is seen as an exotic commodity due to the gargantuan effort of hunting for it.",
        "physicalDesc": "reagent-physical-desc-roaring",
        "color": "#F4692EFF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 1.5,
                        "id": "SatiateThirst"
                    }
                ]
            },
            "Medicine": {
                "rate": 0.5,
                "effects": [
                    {
                         "damage": {
                             "types": {
                                "Bloodloss": -5
                            },
                             "groups": {
                             "groups": {
                                 "Burn": -1,
                                 "Burn": -5,
                                 "Toxin": -1,
                                 "Brute": -5,
                                 "Airloss": -1,
                                 "Toxin": -2
                                "Brute": -1
                             }
                             }
                         },
                         },
Line 1,128: Line 1,064:
         }
         }
     },
     },
     "ChloralHydrate": {
     "EZNutrient": {
         "id": "ChloralHydrate",
         "id": "EZNutrient",
         "name": "chloral hydrate",
         "name": "EZ nutrient",
         "group": "Medicine",
         "group": "Botanical",
         "desc": "A powerful sedative which causes death in doses upwards of 16.2 units. Sends the patient to sleep almost instantly.",
         "desc": "Give your plants some of those EZ nutrients!",
         "physicalDesc": "acrid",
         "physicalDesc": "thick",
         "color": "#18C9B1FF",
         "color": "#664330FF",
         "recipes": [
         "recipes": [
             "ChloralHydrate"
             "EZNutrient"
         ],
         ],
         "metabolisms": null
         "metabolisms": null
     },
     },
     "Cryptobiolin": {
     "Left4Zed": {
         "id": "Cryptobiolin",
         "id": "Left4Zed",
         "name": "cryptobiolin",
         "name": "left-4-zed",
         "group": "Medicine",
         "group": "Botanical",
         "desc": "Causes confusion and dizziness. This is essential to make Spaceacillin.",
         "desc": "A cocktail of mutagenic compounds, which cause plant life to become highly unstable.",
         "physicalDesc": "fizzy",
         "physicalDesc": "heterogeneous",
         "color": "#081A80FF",
         "color": "#5B406CFF",
         "recipes": [
         "recipes": [
             "Cryptobiolin"
             "Left4Zed"
         ],
         ],
         "metabolisms": null
         "metabolisms": null
     },
     },
     "Lipozine": {
     "PestKiller": {
         "id": "Lipozine",
         "id": "PestKiller",
         "name": "lipozine",
         "name": "pest killer",
         "group": "Medicine",
         "group": "Botanical",
         "desc": "Causes weight loss upon consumption.",
         "desc": "A mixture that targets pests.",
         "physicalDesc": "oily",
         "physicalDesc": "bubbling",
         "color": "#2690B5FF",
         "color": "#9E9886FF",
         "recipes": [
         "recipes": [],
            "Lipozine"
         "metabolisms": null
        ],
         "metabolisms": {
            "Medicine": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "NutritionFactor": -1,
                        "id": "SatiateHunger"
                    }
                ]
            }
        }
     },
     },
     "Sterilizine": {
     "PlantBGone": {
         "id": "Sterilizine",
         "id": "PlantBGone",
         "name": "sterilizine",
         "name": "plant-B-gone",
         "group": "Medicine",
         "group": "Botanical",
         "desc": "Helps the patient when used during surgery, may also decontaminate objects and surfaces that bear pathogens. Is currently useless due to infections not being a thing.",
         "desc": "A harmful toxic mixture to kill plantlife. Do not ingest!",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "bubbling",
         "color": "#7CAD37FF",
         "color": "#49002EFF",
         "recipes": [
         "recipes": [
             "Sterilizine"
             "PlantBGone"
         ],
         ],
         "metabolisms": null
         "metabolisms": null
     },
     },
     "Omnizine": {
     "RobustHarvest": {
         "id": "Omnizine",
         "id": "RobustHarvest",
         "name": "Omnizine",
         "name": "robust harvest",
         "group": "Medicine",
         "group": "Botanical",
         "desc": "A soothing milky liquid with an iridescent gleam. A well known conspiracy theory says that it's origins remain a mystery because knowing the secrets of its production would render most commercial pharmaceuticals obsolete.",
         "desc": "Plant-enhancing hormones, good for increasing potency.",
         "physicalDesc": "soothing",
        "physicalDesc": "robust",
         "color": "#FCF7F9FF",
        "color": "#3E901CFF",
        "recipes": [
            "RobustHarvest"
        ],
        "metabolisms": null
    },
    "WeedKiller": {
        "id": "WeedKiller",
        "name": "weed killer",
        "group": "Botanical",
        "desc": "A mixture that targets weeds.",
         "physicalDesc": "bubbling",
         "color": "#968395FF",
         "recipes": [],
         "recipes": [],
        "metabolisms": null
    },
    "Ammonia": {
        "id": "Ammonia",
        "name": "ammonia",
        "group": "Botanical",
        "desc": "An effective fertilizer which is better than what is available to the botanist initially, though it isn't as powerful as Diethylamine",
        "physicalDesc": "pungent",
        "color": "#77B58EFF",
        "recipes": [
            "Ammonia"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 1,204: Line 1,150:
                             "types": null,
                             "types": null,
                             "groups": {
                             "groups": {
                                 "Burn": -2,
                                 "Caustic": 1
                                "Toxin": -2,
                                "Airloss": -2,
                                "Brute": -2
                             }
                             }
                         },
                         },
Line 1,220: Line 1,163:
         }
         }
     },
     },
     "Ultravasculine": {
     "Diethylamine": {
         "id": "Ultravasculine",
         "id": "Diethylamine",
         "name": "Ultravasculine",
         "name": "diethylamine",
         "group": "Medicine",
         "group": "Botanical",
         "desc": "Rapidly flushes toxins from the body, but places some stress on the veins. Do not overdose.",
         "desc": "A very potent fertilizer.",
         "physicalDesc": "thick and grainy",
         "physicalDesc": "strong-smelling",
         "color": "#520E30FF",
         "color": "#A1000BFF",
         "recipes": [
         "recipes": [
             "Ultravasculine"
             "Diethylamine"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 1,238: Line 1,181:
                             "types": null,
                             "types": null,
                             "groups": {
                             "groups": {
                                 "Toxin": -3,
                                 "Caustic": 1
                                "Brute": 0.5
                             }
                             }
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": null,
                            {
                                "Min": 0,
                                "Max": 30,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     },
                     }
                ]
            }
        }
    },
    "Toxin": {
        "id": "Toxin",
        "name": "toxin",
        "group": "Toxins",
        "desc": "A toxic chemical.",
        "physicalDesc": "opaque",
        "color": "#CF3600FF",
        "recipes": [],
        "metabolisms": {
            "Poison": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": null,
                             "types": {
                            "groups": {
                                 "Poison": 2
                                 "Toxin": -1,
                            },
                                "Brute": 3
                            "groups": null
                            }
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": null,
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    },
                     }
                    {
                        "Reagent": "Histamine",
                        "Group": null,
                        "Amount": -1,
                        "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Histamine",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "AdjustReagent"
                    },
                    {
                        "Reagent": "Ultravasculine",
                        "Group": null,
                        "Amount": 0.5,
                        "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Histamine",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                 ]
                 ]
             }
             }
         }
         }
     },
     },
     "Toxin": {
     "CarpoToxin": {
         "id": "Toxin",
         "id": "CarpoToxin",
         "name": "toxin",
         "name": "carpotoxin",
         "group": "Toxins",
         "group": "Toxins",
         "desc": "A Toxic chemical.",
         "desc": "Toxic secretions of a space carp. Causes a painful burning sensation.",
         "physicalDesc": "opaque",
         "physicalDesc": "reagent-physical-desc-exotic-smelling",
         "color": "#CF3600FF",
         "color": "#E2A38CFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 1,325: Line 1,238:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 2
                                 "Poison": 4
                             },
                             },
                             "groups": null
                             "groups": null
Line 1,334: Line 1,247:
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    },
                    {
                        "Messages": [
                            "generic-reagent-effect-burning-insides"
                        ],
                        "Type": 1,
                        "conditions": null,
                        "probability": 0.33,
                        "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 1,426: Line 1,348:
         "physicalDesc": "oily",
         "physicalDesc": "oily",
         "color": "#BF8C00FF",
         "color": "#BF8C00FF",
         "recipes": [],
         "recipes": [
            "SulfuricAcid"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Poison": {
Line 1,457: Line 1,381:
         }
         }
     },
     },
    "Plasma": {
     "UnstableMutagen": {
        "id": "Plasma",
         "id": "UnstableMutagen",
        "name": "plasma",
        "group": "Toxins",
        "desc": "Funky, space-magic pixie dust. You probably shouldn't eat this, but we both know you will anyways.",
        "physicalDesc": "gaseous",
        "color": "#7E009EFF",
        "recipes": [],
        "metabolisms": {
            "Poison": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                            "types": {
                                "Poison": 3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                        "Reagent": "Inaprovaline",
                        "Group": null,
                        "Amount": -2,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            }
        }
    },
     "UnstableMutagen": {
         "id": "UnstableMutagen",
         "name": "unstable mutagen",
         "name": "unstable mutagen",
         "group": "Toxins",
         "group": "Toxins",
Line 1,542: Line 1,429:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Asphyxiation": 4
                                 "Asphyxiation": 2
                             },
                             },
                             "groups": null
                             "groups": null
Line 1,596: Line 1,483:
         "recipes": [
         "recipes": [
             "MindbreakerToxin"
             "MindbreakerToxin"
        ],
        "metabolisms": null
    },
    "Soporific": {
        "id": "Soporific",
        "name": "soporific (sleep-toxin)",
        "group": "Toxins",
        "desc": "A less powerful sedative that takes a while to work, intended to help insomniacs and patients that are too aggressive to be treated normally. Takes roughly 50 seconds to make the patient fall asleep. Is safe in large quantities. Can be counteracted with Anti-Toxin.",
        "physicalDesc": "acrid",
        "color": "#215263FF",
        "recipes": [
            "Soporific"
         ],
         ],
         "metabolisms": null
         "metabolisms": null
Line 1,649: Line 1,524:
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 30,
                                 "Min": 45,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": null,
Line 1,674: Line 1,549:
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 30,
                                 "Min": 45,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": null,
Line 1,723: Line 1,598:
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     }
                    },
                 ]
                    {
                        "ThirstAmount": -40,
                        "HungerAmount": -40,
                        "conditions": [
                            {
                                "Min": 3,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Animal",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                        "probability": 0.04,
                        "id": "ChemVomit"
                     }
                 ]
             }
             }
         }
         }
     },
     },
     "Desoxyephedrine": {
     "Amatoxin": {
         "id": "Desoxyephedrine",
         "id": "Amatoxin",
         "name": "desoxyephedrine",
         "name": "amatoxin",
         "group": "Narcotics",
         "group": "Toxins",
         "desc": "Desoxyephedrine is a potent stimulant with dangerous side-effects if too much is consumed.",
         "desc": "A potent toxin found in some mushrooms.",
         "physicalDesc": "translucent",
         "physicalDesc": "nondescript",
         "color": "#FAFAFAFF",
         "color": "#D6CE7BFF",
         "recipes": [
         "recipes": [],
            "Desoxyephedrine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Poison": {
Line 1,745: Line 1,637:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 1.5
                                 "Poison": 6
                             },
                             },
                             "groups": null
                             "groups": null
Line 1,754: Line 1,646:
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     },
                     }
                ]
            }
        }
    },
    "VentCrud": {
        "id": "VentCrud",
        "name": "vent crud",
        "group": "Unknown",
        "desc": "A jet black substance found in poorly maintained ventilation systems.",
        "physicalDesc": "sticky",
        "color": "#000000FF",
        "recipes": [],
        "metabolisms": {
            "Poison": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 2,
                                 "Poison": 2
                                "Asphyxiation": 2
                             },
                             },
                             "groups": null
                             "groups": null
Line 1,765: Line 1,672:
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": null,
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    },
                    {
                        "CauseChance": 0.6,
                        "Disease": "VentCough",
                        "conditions": null,
                        "probability": 1,
                        "id": "ChemCauseDisease"
                     }
                     }
                 ]
                 ]
             },
             }
             "Narcotic": {
        }
    },
    "Corpium": {
        "id": "Corpium",
        "name": "corpium",
        "group": "Unknown",
        "desc": "A Syndicate cocktail, carefully harvested from various sources. You wouldn't want this inside of you.",
        "physicalDesc": "necrotic",
        "color": "#7668A1FF",
        "recipes": [],
        "metabolisms": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "StatusLifetime": 2,
                         "damage": {
                            "types": {
                                "Cellular": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "WalkSpeedModifier": 1.3,
                         "id": "HealthChange"
                        "SprintSpeedModifier": 1.3,
                         "id": "MovespeedModifier"
                     },
                     },
                     {
                     {
                         "Key": "Stutter",
                         "CauseChance": 1,
                        "Component": "StutteringAccent",
                         "Disease": "ActiveZombieVirus",
                        "Time": 2,
                         "Refresh": true,
                        "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "ChemCauseDisease"
                     },
                     }
                ]
            }
        }
    },
    "UncookedAnimalProteins": {
        "id": "UncookedAnimalProteins",
        "name": "uncooked animal proteins",
        "group": "Unknown",
        "desc": "This is very risky for the stomachs of softer lifeforms to digest.",
        "physicalDesc": "clumpy",
        "color": "#FFFFE5FF",
        "recipes": [],
        "metabolisms": {
            "Poison": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "Amplitude": 10,
                         "damage": {
                        "Frequency": 4,
                            "types": {
                        "Time": 2,
                                "Poison": 2
                        "Refresh": true,
                            },
                         "conditions": null,
                            "groups": null
                         "probability": 1,
                        },
                         "id": "Jitter"
                         "scaleByQuantity": false,
                    },
                         "ignoreResistances": true,
                    {
                         "conditions": [
                        "Key": "Stun",
                            {
                        "Component": "",
                                "Type": "Human",
                        "Time": 1,
                                "ShouldHave": true,
                        "Refresh": true,
                                "id": "OrganType"
                        "Type": 1,
                            }
                         "conditions": null,
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "HealthChange"
                     },
                     },
                     {
                     {
                         "Key": "KnockedDown",
                         "Reagent": "Protein",
                         "Component": "",
                         "Group": null,
                         "Time": 1,
                        "Amount": 0.5,
                        "Refresh": true,
                         "conditions": [
                        "Type": 1,
                            {
                        "conditions": null,
                                "Type": "Animal",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 1,832: Line 1,772:
         }
         }
     },
     },
     "Ephedrine": {
     "Bleach": {
         "id": "Ephedrine",
         "id": "Bleach",
         "name": "ephedrine",
         "name": "bleach",
         "group": "Narcotics",
         "group": "Unknown",
         "desc": "Increases stun resistance and movement speed, giving you hand cramps. Overdose deals toxin damage and inhibits breathing.",
         "desc": "Heavy duty cleaner that can clean tiles the same as Space Cleaner and also decontaminate clothes. Extremely toxic when ingested.",
         "physicalDesc": "Bone white",
         "physicalDesc": "strong-smelling",
         "color": "#D2FFFAFF",
         "color": "#A1000BFF",
         "recipes": [
         "recipes": [
             "Ephedrine"
             "Bleach"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Narcotic": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                    {
                        "StatusLifetime": 2,
                        "conditions": null,
                        "probability": 1,
                        "WalkSpeedModifier": 1.2,
                        "SprintSpeedModifier": 1.2,
                        "id": "MovespeedModifier"
                    },
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 2,
                                 "Poison": 3
                                "Asphyxiation": 2
                             },
                             },
                             "groups": null
                             "groups": null
Line 1,864: Line 1,795:
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": null,
                            {
                                "Min": 20,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    },
                    {
                        "Amplitude": 10,
                        "Frequency": 4,
                        "Time": 2,
                        "Refresh": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "Jitter"
                    },
                    {
                        "Key": "Stun",
                        "Component": "",
                        "Time": 0.25,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    },
                    {
                        "Key": "KnockedDown",
                        "Component": "",
                        "Time": 0.25,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                     },
                     },
                     {
                     {
                         "Messages": [
                         "Messages": [
                             "ephedrine-effect-tight-pain",
                             "generic-reagent-effect-burning-insides"
                            "ephedrine-effect-heart-pounds"
                         ],
                         ],
                         "Type": 1,
                         "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 0.05,
                         "probability": 0.33,
                         "id": "PopupMessage"
                         "id": "PopupMessage"
                     }
                     }
Line 1,918: Line 1,812:
         }
         }
     },
     },
     "THC": {
     "SpaceCleaner": {
         "id": "THC",
         "id": "SpaceCleaner",
         "name": "THC",
         "name": "space cleaner",
         "group": "Narcotics",
         "group": "Unknown",
         "desc": "The main psychoactive compound in cannabis.",
         "desc": "This is able to clean almost all surfaces of almost anything that may dirty them. The janitor is likely to appreciate refills.",
         "physicalDesc": "crystalline",
         "physicalDesc": "lemony fresh",
         "color": "#808080FF",
         "color": "#C8FF69FF",
         "recipes": [],
         "recipes": [
            "SpaceCleaner"
        ],
         "metabolisms": null
         "metabolisms": null
     },
     },
     "THCOil": {
     "SpaceLube": {
         "id": "THCOil",
         "id": "SpaceLube",
         "name": "THC oil",
         "name": "space lube",
         "group": "Narcotics",
         "group": "Unknown",
         "desc": "Pure THC oil, extracted from the leaves of the cannabis plant. Much stronger than in it's natural form and can be used to numb chronic pain in patients.",
         "desc": "Space Lube is a high performance lubricant intended for maintenance of extremely complex mechanical equipment (and certainly not used to make people slip).",
         "physicalDesc": "skunky",
         "physicalDesc": "shiny",
         "color": "#DAA520FF",
         "color": "#77B58EFF",
         "recipes": [],
         "recipes": [
            "SpaceLube"
        ],
         "metabolisms": null
         "metabolisms": null
     },
     },
     "Nicotine": {
     "Aluminium": {
         "id": "Nicotine",
         "id": "Aluminium",
         "name": "Nicotine",
         "name": "aluminium",
         "group": "Narcotics",
         "group": "Elements",
         "desc": "Dangerous and highly addictive.",
         "desc": "A silver, soft, non-magnetic, and ductile metal.",
         "physicalDesc": "strong smelling",
         "physicalDesc": "metallic",
         "color": "#C0C0C0FF",
         "color": "#848789FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": null
         "metabolisms": null
     },
     },
     "Impedrezene": {
     "Carbon": {
         "id": "Impedrezene",
         "id": "Carbon",
         "name": "impedrezene",
         "name": "carbon",
         "group": "Narcotics",
         "group": "Elements",
         "desc": "A narcotic that impedes one's ability by slowing down the higher brain cell functions. Causes massive brain damage.",
         "desc": "A black, crystalline solid.",
         "physicalDesc": "acrid",
         "physicalDesc": "crystalline",
         "color": "#215263FF",
         "color": "#22282BFF",
         "recipes": [
         "recipes": [],
            "Impedrezene"
        "metabolisms": null
         ],
    },
    "Chlorine": {
        "id": "Chlorine",
        "name": "chlorine",
        "group": "Elements",
        "desc": "A yellow-green gas which is toxic to humans.",
         "physicalDesc": "gaseous",
        "color": "#A2FF00FF",
        "recipes": [],
         "metabolisms": null
         "metabolisms": null
     },
     },
     "SpaceDrugs": {
     "Copper": {
         "id": "SpaceDrugs",
         "id": "Copper",
         "name": "space drugs",
         "name": "copper",
         "group": "Narcotics",
         "group": "Elements",
         "desc": "An illegal compound which induces a number of effects such as loss of balance and visual artefacts.",
         "desc": "A soft, malleable, and ductile metal with very high thermal and electrical conductivity.",
         "physicalDesc": "syrupy",
         "physicalDesc": "metallic",
         "color": "#63806EFF",
         "color": "#B05B3CFF",
         "recipes": [
         "recipes": [],
            "SpaceDrugs"
        ],
         "metabolisms": null
         "metabolisms": null
     },
     },
     "Carpetium": {
     "Fluorine": {
         "id": "Carpetium",
         "id": "Fluorine",
         "name": "carpetium",
         "name": "fluorine",
         "group": "Special",
         "group": "Elements",
         "desc": "A mystical chemical, usually outsourced from the Clown Planet, that covers everything it touches in carpet.",
         "desc": "A highly toxic pale yellow gas. Extremely reactive.",
         "physicalDesc": "fibrous",
         "physicalDesc": "gaseous",
         "color": "#800000FF",
         "color": "#808080FF",
         "recipes": [
         "recipes": [],
            "Carpetium"
         "metabolisms": null
        ],
    },
         "metabolisms": {
    "Gold": {
            "Poison": {
        "id": "Gold",
                "rate": 0.5,
        "name": "gold",
                "effects": [
        "group": "Elements",
                    {
        "desc": "Gold is a dense, soft, shiny metal and the most malleable and ductile metal known.",
                        "Messages": [
        "physicalDesc": "metallic",
                            "carpetium-effect-blood-fibrous",
        "color": "#F7C430FF",
                            "carpetium-effect-jumpsuit-insides"
        "recipes": [],
                        ],
        "metabolisms": null
                        "Type": 1,
                        "conditions": null,
                        "probability": 0.1,
                        "id": "PopupMessage"
                    }
                ]
            }
        }
     },
     },
     "Fiber": {
     "Hydrogen": {
         "id": "Fiber",
         "id": "Hydrogen",
         "name": "fiber",
         "name": "hydrogen",
         "group": "Unknown",
         "group": "Elements",
         "desc": "A raw material, usually extracted from wool or other fabric products.",
         "desc": "A light, flammable gas.",
         "physicalDesc": "fibrous",
         "physicalDesc": "gaseous",
         "color": "#808080FF",
         "color": "#808080FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": null
         "metabolisms": null
     },
     },
     "BuzzochloricBees": {
     "Iodine": {
         "id": "BuzzochloricBees",
         "id": "Iodine",
         "name": "Buzzochloric Bees",
         "name": "iodine",
         "group": "Toxins",
         "group": "Elements",
         "desc": "Liquid bees. Oh god it's LIQUID BEES NO-",
         "desc": "Commonly added to table salt as a nutrient. On its own it tastes far less pleasing.",
         "physicalDesc": "buzzy",
        "physicalDesc": "reagent-physical-desc-dark-brown",
         "color": "#FFD35DFF",
        "color": "#BC8A00FF",
         "recipes": [
        "recipes": [],
            "BuzzochloricBees"
        "metabolisms": null
         ],
    },
    "Iron": {
        "id": "Iron",
        "name": "iron",
        "group": "Elements",
        "desc": "A silvery-grey metal which forms iron oxides (rust) with contact with air. Commonly alloyed with other elements to create alloys such as steel.",
        "physicalDesc": "metallic",
        "color": "#434B4DFF",
        "recipes": [],
        "metabolisms": {
            "Medicine": {
                "rate": 0.5,
                "effects": [
                    {
                        "Scaled": false,
                        "Amount": 2,
                        "conditions": null,
                        "probability": 1,
                        "id": "ModifyBloodLevel"
                    }
                ]
            }
        }
    },
    "Lithium": {
        "id": "Lithium",
        "name": "lithium",
        "group": "Elements",
        "desc": "A soft, silvery-white alkali metal. It's highly reactive, and ignites if it makes contact with water.",
         "physicalDesc": "shiny",
         "color": "#C6C8CCFF",
         "recipes": [],
        "metabolisms": null
    },
    "Mercury": {
        "id": "Mercury",
        "name": "mercury",
        "group": "Elements",
        "desc": "A silver metal which is liquid at room temperature. It's highly toxic to humans.",
        "physicalDesc": "shiny",
        "color": "#929296FF",
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Poison": {
Line 2,025: Line 1,962:
                 "effects": [
                 "effects": [
                     {
                     {
                         "Messages": [
                         "damage": {
                            "buzzochloricbees-effect-oh-god-bees",
                             "types": {
                            "buzzochloricbees-effect-its-the-bees",
                                 "Poison": 2
                             "buzzochloricbees-effect-why-am-i-covered-in-bees",
                            "buzzochloricbees-effect-one-with-the-bees",
                            "buzzochloricbees-effect-squeaky-clean"
                        ],
                        "Type": 1,
                        "conditions": [
                            {
                                 "Min": 0,
                                "Max": 0,
                                "Reagent": "Histamine",
                                "id": "ReagentThreshold"
                             },
                             },
                             {
                             "groups": null
                                "Tag": "Bee",
                        },
                                "Invert": true,
                        "scaleByQuantity": false,
                                "id": "HasTag"
                        "ignoreResistances": true,
                            }
                        "conditions": null,
                        ],
                        "probability": 1,
                        "probability": 0.1,
                        "id": "HealthChange"
                        "id": "PopupMessage"
                    }
                    },
                ]
                    {
            }
                        "Messages": [
        }
                            "buzzochloricbees-effect-histamine-bee-allergy",
    },
                            "buzzochloricbees-effect-histamine-swells",
    "Potassium": {
                            "buzzochloricbees-effect-histamine-numb-to-the-bees",
        "id": "Potassium",
                            "buzzochloricbees-effect-histamine-cannot-be-one-with-the-bees",
        "name": "potassium",
                            "buzzochloricbees-effect-squeaky-clean"
        "group": "Elements",
                        ],
        "desc": "A soft, shiny grey metal. Even more reactive than lithium.",
                        "Type": 1,
        "physicalDesc": "shiny",
                        "conditions": [
        "color": "#C6C8CCFF",
                            {
        "recipes": [],
                                "Min": 0.01,
        "metabolisms": null
                                "Max": 21474836,
    },
                                "Reagent": "Histamine",
    "Phosphorus": {
                                 "id": "ReagentThreshold"
        "id": "Phosphorus",
        "name": "phosphorus",
        "group": "Elements",
        "desc": "A reactive metal used in pyrotechnics and weapons.",
        "physicalDesc": "powdery",
        "color": "#EDE4E4FF",
        "recipes": [],
        "metabolisms": null
    },
    "Radium": {
        "id": "Radium",
        "name": "radium",
        "group": "Elements",
        "desc": "A radioactive metal, silvery-white in its pure form. It glows due to its radioactivity and is highly toxic.",
        "physicalDesc": "glowing",
        "color": "#00FF04FF",
        "recipes": [],
        "metabolisms": {
            "Poison": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                            "types": {
                                 "Radiation": 2
                             },
                             },
                             {
                             "groups": null
                                "Tag": "Bee",
                        },
                                "Invert": true,
                        "scaleByQuantity": false,
                                "id": "HasTag"
                        "ignoreResistances": true,
                            }
                        "conditions": null,
                        ],
                         "probability": 1,
                         "probability": 0.05,
                         "id": "HealthChange"
                         "id": "PopupMessage"
                     }
                     },
                ]
                    {
            }
                        "Messages": [
        }
                            "buzzochloricbees-effect-licoxide-electrifying",
    },
                            "buzzochloricbees-effect-licoxide-shocked-by-bee-facts",
    "Silicon": {
                            "buzzochloricbees-effect-licoxide-buzzed",
        "id": "Silicon",
                            "buzzochloricbees-effect-licoxide-buzzes"
        "name": "silicon",
                        ],
        "group": "Elements",
                        "Type": 1,
        "desc": "A hard and brittle crystalline solid with a blue-grey color.",
                        "conditions": [
        "physicalDesc": "crystalline",
                            {
        "color": "#364266FF",
                                "Tag": "Bee",
        "recipes": [],
                                "Invert": true,
        "metabolisms": null
                                "id": "HasTag"
    },
                            },
    "Silver": {
                            {
        "id": "Silver",
                                "Min": 0.01,
        "name": "silver",
                                "Max": 21474836,
        "group": "Elements",
                                "Reagent": "Licoxide",
        "desc": "A soft, white, lustrous transition metal, it has the highest electrical conductivity of any element and the highest thermal conductivity of any metal.",
                                "id": "ReagentThreshold"
        "physicalDesc": "reasonably metallic",
                            }
        "color": "#D0D0D0FF",
                        ],
        "recipes": [],
                        "probability": 0.05,
        "metabolisms": null
                        "id": "PopupMessage"
    },
                    },
    "Sulfur": {
                    {
        "id": "Sulfur",
                        "Messages": [
        "name": "sulfur",
                            "buzzochloricbees-effect-fiber-hairy",
        "group": "Elements",
                            "buzzochloricbees-effect-fiber-soft"
        "desc": "A yellow, crystalline solid.",
                        ],
        "physicalDesc": "powdery",
                        "Type": 1,
        "color": "#FFF385FF",
                        "conditions": [
        "recipes": [],
                            {
        "metabolisms": null
                                "Tag": "Bee",
    },
                                "Invert": true,
    "Sodium": {
                                "id": "HasTag"
        "id": "Sodium",
                            },
        "name": "sodium",
                            {
        "group": "Elements",
                                "Min": 0.01,
        "desc": "A silvery-white alkali metal. Highly reactive in its pure form. #thanks visne \u003C3",
                                "Max": 21474836,
        "physicalDesc": "metallic",
                                "Reagent": "Fiber",
        "color": "#C6C8CCFF",
                                "id": "ReagentThreshold"
        "recipes": [],
                            }
        "metabolisms": null
                        ],
    },
                        "probability": 0.05,
    "Uranium": {
                        "id": "PopupMessage"
        "id": "Uranium",
                    },
        "name": "uranium",
        "group": "Elements",
        "desc": "A grey metallic chemical element in the actinide series, weakly radioactive.",
        "physicalDesc": "metallic",
        "color": "#8FA191FF",
        "recipes": [],
        "metabolisms": {
            "Poison": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 2,
                                 "Radiation": 2
                                "Piercing": 2
                             },
                             },
                             "groups": null
                             "groups": null
Line 2,130: Line 2,088:
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": null,
                            {
                                "Tag": "Bee",
                                "Invert": true,
                                "id": "HasTag"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
Line 2,144: Line 2,096:
         }
         }
     },
     },
     "GroundBee": {
     "Acetone": {
         "id": "GroundBee",
         "id": "Acetone",
         "name": "Ground Bee",
         "name": "acetone",
         "group": "Unknown",
         "group": "Unknown",
         "desc": "Bee grounds. Gross.",
         "desc": "A slick, slightly carcinogenic liquid. Has a multitude of mundane uses in everyday life.",
         "physicalDesc": "bee guts",
         "physicalDesc": "acidic",
         "color": "#86530EFF",
         "color": "#AF14B7FF",
         "recipes": [],
         "recipes": [
            "Acetone"
        ],
         "metabolisms": null
         "metabolisms": null
     },
     },
     "Saxoite": {
     "Phenol": {
         "id": "Saxoite",
         "id": "Phenol",
         "name": "Saxoite",
         "name": "phenol",
         "group": "Unknown",
         "group": "Unknown",
         "desc": "Smells like jazz.",
         "desc": "An aromatic ring of carbon with a hydroxyl group. A useful precursor to some medicines, but has no healing properties on its own.",
         "physicalDesc": "ground brass",
         "physicalDesc": "acidic",
         "color": "#B8A603FF",
         "color": "#E7EA91FF",
         "recipes": [],
         "recipes": [
            "Phenol"
        ],
         "metabolisms": null
         "metabolisms": null
     },
     },
     "Licoxide": {
     "Cryptobiolin": {
         "id": "Licoxide",
         "id": "Cryptobiolin",
         "name": "Licoxide",
         "name": "cryptobiolin",
         "group": "Toxins",
         "group": "Medicine",
         "desc": "It looks... electrifying.",
         "desc": "Causes confusion and dizziness. This is essential to make Spaceacillin.",
         "physicalDesc": "electric",
        "physicalDesc": "fizzy",
         "color": "#FDD023FF",
        "color": "#081A80FF",
         "recipes": [],
        "recipes": [
            "Cryptobiolin"
        ],
        "metabolisms": null
    },
    "Dylovene": {
        "id": "Dylovene",
        "name": "dylovene",
        "group": "Medicine",
        "desc": "A broad-spectrum anti-toxin, which treats toxin damage in the blood stream. Overdosing will cause vomiting, dizzyness and pain.",
         "physicalDesc": "translucent",
         "color": "#3A1D8AFF",
         "recipes": [
            "Dylovene"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "ElectrocuteTime": 2,
                         "damage": {
                         "ElectrocuteDamageScale": 5,
                            "types": {
                         "Refresh": true,
                                "Poison": -1
                            },
                            "groups": null
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 0.5,
                         "probability": 1,
                         "id": "Electrocute"
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 2,188: Line 2,163:
         }
         }
     },
     },
     "EZNutrient": {
     "Diphenhydramine": {
         "id": "EZNutrient",
         "id": "Diphenhydramine",
         "name": "EZ nutrient",
         "name": "diphenhydramine",
         "group": "Botanical",
         "group": "Medicine",
         "desc": "Give your plants some of those EZ nutrients!",
         "desc": "Rapidly purges the body of histamine and reduces jitteriness.",
         "physicalDesc": "thick",
         "physicalDesc": "chalky",
         "color": "#664330FF",
         "color": "#64FFE6FF",
         "recipes": [
         "recipes": [],
             "EZNutrient"
        "metabolisms": {
        ],
             "Medicine": {
        "metabolisms": null
                "rate": 0.5,
                "effects": [
                    {
                        "Reagent": "Histamine",
                        "Group": null,
                        "Amount": -3,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    },
                    {
                        "Key": "Jitter",
                        "Component": "",
                        "Time": 3,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    }
                ]
            }
        }
     },
     },
     "Left4Zed": {
     "Ethylredoxrazine": {
         "id": "Left4Zed",
         "id": "Ethylredoxrazine",
         "name": "left-4-zed",
         "name": "ethylredoxrazine",
         "group": "Botanical",
         "group": "Medicine",
         "desc": "A cocktail of mutagenic compounds, which cause plant life to become highly unstable.",
         "desc": "Neutralises the effects of alcohol in the blood stream. Though it is commonly needed, it is rarely requested.",
         "physicalDesc": "heterogeneous",
         "physicalDesc": "opaque",
         "color": "#5B406CFF",
         "color": "#2D5708FF",
         "recipes": [
         "recipes": [
             "Left4Zed"
             "Ethylredoxrazine"
         ],
         ],
         "metabolisms": null
         "metabolisms": {
    },
            "Medicine": {
    "PestKiller": {
                "rate": 0.5,
        "id": "PestKiller",
                "effects": [
        "name": "pest killer",
                    {
        "group": "Botanical",
                        "Key": "Drunk",
        "desc": "A mixture that targets pests.",
                        "Component": "",
        "physicalDesc": "bubbling",
                        "Time": 2,
        "color": "#9E9886FF",
                        "Refresh": true,
        "recipes": [],
                        "Type": 1,
         "metabolisms": null
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    }
                ]
            }
         }
     },
     },
     "PlantBGone": {
     "Arithrazine": {
         "id": "PlantBGone",
         "id": "Arithrazine",
         "name": "plant-B-gone",
         "name": "arithrazine",
         "group": "Botanical",
         "group": "Medicine",
         "desc": "A harmful toxic mixture to kill plantlife. Do not ingest!",
         "desc": "A slightly unstable medication used for the most extreme case of radiation poisoning. Lowers radiation level at over twice the rate Hyronalin does and will heal toxin damage at the same time. Deals very minor brute damage to the patient over time, but the patient's body will typically out-regenerate it easily.",
         "physicalDesc": "bubbling",
         "physicalDesc": "cloudy",
         "color": "#49002EFF",
         "color": "#BD5902FF",
         "recipes": [
         "recipes": [
             "PlantBGone"
             "Arithrazine"
         ],
         ],
        "metabolisms": null
         "metabolisms": {
    },
             "Medicine": {
    "RobustHarvest": {
                 "rate": 0.5,
        "id": "RobustHarvest",
                 "effects": [
        "name": "robust harvest",
                     {
        "group": "Botanical",
                         "damage": {
        "desc": "Plant-enhancing hormones, good for increasing potency.",
                             "types": {
        "physicalDesc": "robust",
                                "Radiation": -3
        "color": "#3E901CFF",
                            },
        "recipes": [
                             "groups": {
            "RobustHarvest"
                                 "Brute": 0.5
        ],
        "metabolisms": null
    },
    "WeedKiller": {
        "id": "WeedKiller",
        "name": "weed killer",
        "group": "Botanical",
        "desc": "A mixture that targets weeds.",
        "physicalDesc": "bubbling",
        "color": "#968395FF",
        "recipes": [],
        "metabolisms": null
    },
    "Ammonia": {
        "id": "Ammonia",
        "name": "ammonia",
        "group": "Botanical",
        "desc": "An effective fertilizer which is better than what is available to the botanist initially, though it isn't as powerful as Diethylamine",
        "physicalDesc": "pungent",
        "color": "#77B58EFF",
        "recipes": [
            "Ammonia"
        ],
         "metabolisms": {
             "Poison": {
                 "rate": 0.5,
                 "effects": [
                     {
                         "damage": {
                             "types": null,
                             "groups": {
                                 "Caustic": 1
                             }
                             }
                         },
                         },
Line 2,287: Line 2,258:
         }
         }
     },
     },
     "Diethylamine": {
     "Bicaridine": {
         "id": "Diethylamine",
         "id": "Bicaridine",
         "name": "diethylamine",
         "name": "bicaridine",
         "group": "Botanical",
         "group": "Medicine",
         "desc": "A very potent fertilizer.",
         "desc": "An analgesic which is highly effective at treating brute damage. It's useful for stabilizing people who have been severely beaten, as well as treating less life-threatening injuries. In the case of bleeding (internal or external), bicaridine will slow down the bleeding heavily. If the dosage exceeds the overdose limit, it'll stop it outright.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "opaque",
         "color": "#A1000BFF",
         "color": "#FFAA00FF",
         "recipes": [
         "recipes": [
             "Diethylamine"
             "Bicaridine"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 2,305: Line 2,276:
                             "types": null,
                             "types": null,
                             "groups": {
                             "groups": {
                                 "Caustic": 1
                                 "Brute": -2
                             }
                             }
                         },
                         },
Line 2,313: Line 2,284:
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    },
                    {
                        "damage": {
                            "types": {
                                "Asphyxiation": 1,
                                "Poison": 0.5
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                        "Amplitude": 10,
                        "Frequency": 4,
                        "Time": 2,
                        "Refresh": true,
                        "conditions": [
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "Jitter"
                    }
                ]
            },
            "Alcohol": {
                "rate": 0.5,
                "effects": [
                    {
                        "BoozePower": 2,
                        "conditions": null,
                        "probability": 1,
                        "id": "Drunk"
                     }
                     }
                 ]
                 ]
Line 2,318: Line 2,337:
         }
         }
     },
     },
     "Aluminium": {
     "Cryoxadone": {
         "id": "Aluminium",
         "id": "Cryoxadone",
         "name": "aluminium",
         "name": "cryoxadone",
         "group": "Elements",
         "group": "Medicine",
         "desc": "A silver, soft, non-magnetic, and ductile metal.",
         "desc": "Required for the proper function of cryogenics. Heals all standard types of damage very swiftly, but only works in temperatures under 170K (usually this means cryo cells). Can also slowly heal clone damage, such as caused by cloning or Slimes.",
         "physicalDesc": "metallic",
         "physicalDesc": "fizzy",
         "color": "#848789FF",
         "color": "#0091FFFF",
         "recipes": [],
         "recipes": [
         "metabolisms": null
            "Cryoxadone"
        ],
         "metabolisms": {
            "Medicine": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Airloss": -6,
                                "Brute": -4,
                                "Burn": -4,
                                "Toxin": -4
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                "Min": 0,
                                "Max": 150,
                                "id": "Temperature"
                            }
                        ],
                        "probability": 1,
                        "id": "HealthChange"
                    }
                ]
            }
        }
     },
     },
     "Carbon": {
     "Clonexadone": {
         "id": "Carbon",
         "id": "Clonexadone",
         "name": "carbon",
         "name": "clonexadone",
         "group": "Elements",
         "group": "Medicine",
         "desc": "A black, crystalline solid.",
         "desc": "Heals standard damage in the same as Cryoxadone, with the same temperature requirement. Significantly more effective than the former at treating cellular damage, although both can be used simultaneously. Best used in cryo cells.",
         "physicalDesc": "crystalline",
         "physicalDesc": "bubbly",
         "color": "#22282BFF",
         "color": "#0666FFFF",
         "recipes": [],
         "recipes": [
         "metabolisms": null
            "Clonexadone"
        ],
         "metabolisms": {
            "Medicine": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Airloss": -6,
                                "Brute": -4,
                                "Burn": -4,
                                "Toxin": -4
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                "Min": 0,
                                "Max": 150,
                                "id": "Temperature"
                            }
                        ],
                        "probability": 1,
                        "id": "HealthChange"
                    }
                ]
            }
        }
     },
     },
     "Chlorine": {
     "Dermaline": {
         "id": "Chlorine",
         "id": "Dermaline",
         "name": "chlorine",
         "name": "dermaline",
         "group": "Elements",
         "group": "Medicine",
         "desc": "A yellow-green gas which is toxic to humans.",
         "desc": "An advanced chemical that is more effective at treating burn damage than Kelotane.",
         "physicalDesc": "gaseous",
         "physicalDesc": "translucent",
         "color": "#A2FF00FF",
         "color": "#215263FF",
         "recipes": [],
         "recipes": [
         "metabolisms": null
            "Dermaline"
    },
        ],
    "Copper": {
         "metabolisms": {
        "id": "Copper",
            "Medicine": {
        "name": "copper",
                "rate": 0.5,
        "group": "Elements",
                "effects": [
        "desc": "A soft, malleable, and ductile metal with very high thermal and electrical conductivity.",
                    {
        "physicalDesc": "metallic",
                        "damage": {
        "color": "#B05B3CFF",
                            "types": null,
        "recipes": [],
                            "groups": {
        "metabolisms": null
                                "Burn": -3
    },
                            }
    "Fluorine": {
                        },
        "id": "Fluorine",
                        "scaleByQuantity": false,
        "name": "fluorine",
                        "ignoreResistances": true,
        "group": "Elements",
                        "conditions": null,
        "desc": "A highly toxic pale yellow gas. Extremely reactive.",
                        "probability": 1,
        "physicalDesc": "gaseous",
                        "id": "HealthChange"
        "color": "#808080FF",
                    },
        "recipes": [],
                    {
        "metabolisms": null
                        "damage": {
    },
                            "types": {
    "Gold": {
                                "Asphyxiation": 1
        "id": "Gold",
                            },
        "name": "gold",
                            "groups": null
        "group": "Elements",
                        },
        "desc": "Gold is a dense, soft, shiny metal and the most malleable and ductile metal known.",
                        "scaleByQuantity": false,
        "physicalDesc": "metallic",
                        "ignoreResistances": true,
        "color": "#F7C430FF",
                        "conditions": [
        "recipes": [],
                            {
        "metabolisms": null
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                        "Amplitude": 10,
                        "Frequency": 4,
                        "Time": 2,
                        "Refresh": true,
                        "conditions": [
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "Jitter"
                    }
                ]
            }
        }
     },
     },
     "Hydrogen": {
     "Dexalin": {
         "id": "Hydrogen",
         "id": "Dexalin",
         "name": "hydrogen",
         "name": "dexalin",
         "group": "Elements",
         "group": "Medicine",
         "desc": "A light, flammable gas.",
         "desc": "Used for treating oxygen deprivation. In most cases where it is likely to be needed, the strength of Dexalin Plus will probably be more useful.",
        "physicalDesc": "gaseous",
         "physicalDesc": "opaque",
        "color": "#808080FF",
         "color": "#0041A8FF",
        "recipes": [],
         "recipes": [
        "metabolisms": null
            "Dexalin"
    },
         ],
    "Iodine": {
        "id": "Iodine",
        "name": "iodine",
        "group": "Elements",
        "desc": "Commonly added to table salt as a nutrient. On its own it tastes far less pleasing.",
        "physicalDesc": "Dark Brown",
        "color": "#BC8A00FF",
        "recipes": [],
        "metabolisms": null
    },
    "Iron": {
        "id": "Iron",
        "name": "iron",
        "group": "Elements",
        "desc": "A silvery-grey metal which forms iron oxides (rust) with contact with air. Commonly alloyed with other elements to create alloys such as steel.",
        "physicalDesc": "metallic",
        "color": "#434B4DFF",
        "recipes": [],
        "metabolisms": null
    },
    "Lithium": {
        "id": "Lithium",
        "name": "lithium",
        "group": "Elements",
        "desc": "A soft, silvery-white alkali metal. It is highly reactive, and ignites if it makes contact with water.",
         "physicalDesc": "shiny",
         "color": "#C6C8CCFF",
         "recipes": [],
        "metabolisms": null
    },
    "Mercury": {
         "id": "Mercury",
        "name": "mercury",
        "group": "Elements",
        "desc": "A silver metal which is liquid at room temperature. It is highly toxic to humans.",
        "physicalDesc": "shiny",
        "color": "#929296FF",
        "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Medicine": {
Line 2,433: Line 2,501:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 2
                                 "Asphyxiation": -1,
                                "Bloodloss": -0.5
                             },
                             },
                             "groups": null
                             "groups": null
Line 2,447: Line 2,516:
         }
         }
     },
     },
     "Nitrogen": {
     "DexalinPlus": {
         "id": "Nitrogen",
         "id": "DexalinPlus",
         "name": "nitrogen",
         "name": "dexalin plus",
         "group": "Elements",
         "group": "Medicine",
         "desc": "A colorless, odorless unreactive gas. Highly stable.",
         "desc": "Used in treatment of extreme cases of oxygen deprivation. Effective at healing blood loss damage.",
        "physicalDesc": "gaseous",
         "physicalDesc": "cloudy",
        "color": "#808080FF",
         "color": "#4DA0BDFF",
        "recipes": [],
         "recipes": [
        "metabolisms": null
            "DexalinPlus"
    },
         ],
    "Oxygen": {
        "id": "Oxygen",
        "name": "oxygen",
        "group": "Elements",
        "desc": "An oxidizing, colorless gas.",
        "physicalDesc": "gaseous",
        "color": "#808080FF",
        "recipes": [],
        "metabolisms": null
    },
    "Potassium": {
        "id": "Potassium",
        "name": "potassium",
        "group": "Elements",
        "desc": "A soft, shiny grey metal. Even more reactive than lithium.",
        "physicalDesc": "shiny",
        "color": "#C6C8CCFF",
        "recipes": [],
        "metabolisms": null
    },
    "Phosphorus": {
        "id": "Phosphorus",
        "name": "phosphorus",
        "group": "Elements",
        "desc": "A reactive metal used in pyrotechnics and weapons.",
         "physicalDesc": "powdery",
         "color": "#EDE4E4FF",
         "recipes": [],
        "metabolisms": null
    },
    "Radium": {
         "id": "Radium",
        "name": "radium",
        "group": "Elements",
        "desc": "A radioactive metal, silvery-white in its pure form. It glows due to its radioactivity and is highly toxic.",
        "physicalDesc": "glowing",
        "color": "#00FF04FF",
        "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Medicine": {
Line 2,502: Line 2,533:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Radiation": 2
                                 "Asphyxiation": -3.5,
                                "Bloodloss": -3
                             },
                             },
                             "groups": null
                             "groups": null
Line 2,511: Line 2,543:
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     }
                    },
                 ]
                    {
                        "Reagent": "Lexorin",
                        "Group": null,
                        "Amount": -3,
                        "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Lexorin",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                 ]
             }
             }
         }
         }
     },
     },
     "Silicon": {
     "Epinephrine": {
         "id": "Silicon",
         "id": "Epinephrine",
         "name": "silicon",
         "name": "epinephrine",
         "group": "Elements",
         "group": "Medicine",
         "desc": "A hard and brittle crystalline solid with a blue-grey color.",
         "desc": "Effective at bringing people back from a critical state. Reduces some stun times. Easy to overdose on.",
        "physicalDesc": "crystalline",
         "physicalDesc": "odorless",
        "color": "#364266FF",
         "color": "#D2FFFAFF",
        "recipes": [],
         "recipes": [
        "metabolisms": null
            "Epinephrine"
    },
         ],
    "Silver": {
         "metabolisms": {
        "id": "Silver",
             "Medicine": {
        "name": "silver",
                 "rate": 0.5,
        "group": "Elements",
                 "effects": [
        "desc": "A soft, white, lustrous transition metal, it has the highest electrical conductivity of any element and the highest thermal conductivity of any metal.",
                     {
        "physicalDesc": "reasonably metallic",
                         "damage": {
        "color": "#D0D0D0FF",
                             "types": {
        "recipes": [],
                                 "Asphyxiation": -3,
        "metabolisms": null
                                "Poison": -0.5
    },
    "Sulfur": {
        "id": "Sulfur",
        "name": "sulfur",
        "group": "Elements",
        "desc": "A yellow, crystalline solid.",
         "physicalDesc": "powdery",
         "color": "#FFF385FF",
         "recipes": [],
        "metabolisms": null
    },
    "Sodium": {
        "id": "Sodium",
        "name": "sodium",
        "group": "Elements",
        "desc": "A silvery-white alkali metal. Highly reactive in its pure form.",
         "physicalDesc": "metallic",
        "color": "#C6C8CCFF",
        "recipes": [],
        "metabolisms": null
    },
    "Uranium": {
        "id": "Uranium",
        "name": "uranium",
        "group": "Elements",
        "desc": "A grey metallic chemical element in the actinide series, weakly radioactive.",
        "physicalDesc": "metallic",
        "color": "#8FA191FF",
        "recipes": [],
         "metabolisms": {
             "Medicine": {
                 "rate": 0.5,
                 "effects": [
                     {
                         "damage": {
                             "types": {
                                 "Radiation": 2
                             },
                             },
                             "groups": null
                             "groups": {
                                "Brute": -0.5,
                                "Burn": -0.5
                            }
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": [
                        "probability": 1,
                            {
                        "id": "HealthChange"
                                "Max": 21474836,
                    }
                                "Min": 100,
                ]
                                "id": "TotalDamage"
            }
                            },
        }
                            {
    },
                                "Min": 0,
    "Acetone": {
                                "Max": 20,
        "id": "Acetone",
                                "Reagent": null,
        "name": "acetone",
                                "id": "ReagentThreshold"
        "group": "Unknown",
                            }
        "desc": "A slick, slightly carcinogenic liquid. Has a multitude of mundane uses in everyday life.",
                        ],
        "physicalDesc": "acidic",
                        "probability": 1,
        "color": "#AF14B7FF",
                        "id": "HealthChange"
        "recipes": [
                    },
            "Acetone"
        ],
        "metabolisms": null
    },
    "Phenol": {
        "id": "Phenol",
        "name": "phenol",
        "group": "Unknown",
        "desc": "An aromatic ring of carbon with a hydroxyl group. A useful precursor to some medicines, but has no healing properties on its own.",
        "physicalDesc": "acidic",
        "color": "#E7EA91FF",
        "recipes": [
            "Phenol"
        ],
        "metabolisms": null
    },
    "JuiceApple": {
        "id": "JuiceApple",
        "name": "apple juice",
        "group": "Drinks",
        "desc": "It's a little piece of Eden.",
        "physicalDesc": "crisp",
        "color": "#FDAD01FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "conditions": null,
                         "damage": {
                        "probability": 1,
                            "types": {
                        "HydrationFactor": 3,
                                "Asphyxiation": 1,
                        "id": "SatiateThirst"
                                "Poison": 1
                    }
                            },
                ]
                            "groups": null
            }
                        },
        }
                        "scaleByQuantity": false,
    },
                        "ignoreResistances": true,
    "JuiceBanana": {
                        "conditions": [
        "id": "JuiceBanana",
                            {
        "name": "banana juice",
                                "Min": 20,
        "group": "Drinks",
                                "Max": 21474836,
        "desc": "The raw essence of a banana. HONK.",
                                "Reagent": null,
        "physicalDesc": "crisp",
                                "id": "ReagentThreshold"
        "color": "#FFE777FF",
                            }
        "recipes": [],
                        ],
        "metabolisms": {
                        "probability": 1,
            "Drink": {
                        "id": "HealthChange"
                "rate": 0.5,
                    },
                "effects": [
                     {
                     {
                        "Reagent": "Lexorin",
                        "Group": null,
                        "Amount": -2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "id": "AdjustReagent"
                         "id": "SatiateThirst"
                    },
                    }
                    {
                ]
                         "Reagent": "Epinephrine",
            }
                        "Group": null,
        }
                        "Amount": -1,
    },
                        "conditions": [
    "JuiceBerry": {
                            {
        "id": "JuiceBerry",
                                "Min": 1,
        "name": "berry juice",
                                "Max": 21474836,
        "group": "Drinks",
                                "Reagent": "Lexorin",
        "desc": "A delicious blend of several different kinds of berries.",
                                "id": "ReagentThreshold"
        "physicalDesc": "sweet",
                            }
        "color": "#660099FF",
                        ],
        "recipes": [],
                        "probability": 1,
        "metabolisms": {
                        "id": "AdjustReagent"
            "Drink": {
                    },
                "rate": 0.5,
                    {
                "effects": [
                        "Reagent": "Histamine",
                        "Group": null,
                        "Amount": 4,
                        "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Lexorin",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 0.1,
                        "id": "AdjustReagent"
                    },
                     {
                     {
                        "Key": "Stun",
                        "Component": "",
                        "Time": 0.75,
                        "Refresh": true,
                        "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "id": "GenericStatusEffect"
                         "id": "SatiateThirst"
                    },
                     }
                    {
                 ]
                        "Key": "KnockedDown",
                        "Component": "",
                        "Time": 0.75,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                        "probability": 1,
                         "id": "GenericStatusEffect"
                     }
                 ]
             }
             }
         }
         }
     },
     },
     "JuiceBerryPoison": {
     "Hyronalin": {
         "id": "JuiceBerryPoison",
         "id": "Hyronalin",
         "name": "poison berry juice",
         "name": "hyronalin",
         "group": "Unknown",
         "group": "Medicine",
         "desc": "A surprisingly tasty juice blended from various kinds of very deadly and toxic berries.",
         "desc": "A weak treatment for radiation damage. Considered to be useful mainly for genetic modification, where it reduces radiation levels, and thus the chance of genetic mutations. Largely outclassed by Arithrazine.",
         "physicalDesc": "sickly",
         "physicalDesc": "cloudy",
         "color": "#6600CCFF",
         "color": "#4CB580FF",
         "recipes": [],
         "recipes": [
            "Hyronalin"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 3,
                        "id": "SatiateThirst"
                    }
                ]
            },
            "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 2,701: Line 2,706:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 1
                                 "Radiation": -1
                             },
                             },
                             "groups": null
                             "groups": null
Line 2,710: Line 2,715:
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     }
                    },
                 ]
                    {
             }
                        "ThirstAmount": -40,
         }
                        "HungerAmount": -40,
                        "conditions": null,
                        "probability": 0.02,
                        "id": "ChemVomit"
                    },
                    {
                        "damage": {
                            "types": {
                                "Heat": 0.5
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                        "Amplitude": 10,
                        "Frequency": 4,
                        "Time": 2,
                        "Refresh": true,
                        "conditions": [
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "Jitter"
                     }
                 ]
             }
         }
     },
     },
     "JuiceCarrot": {
     "Ipecac": {
         "id": "JuiceCarrot",
         "id": "Ipecac",
         "name": "carrot juice",
         "name": "ipecac",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "It's like a carrot, but less crunchy.",
         "desc": "Induces vomiting. Useful for stopping a poisoning that isn't done metabolizing.",
         "physicalDesc": "crisp",
         "physicalDesc": "reagent-physical-desc-inky",
         "color": "#FF8820FF",
         "color": "#422912FF",
         "recipes": [],
         "recipes": [
            "Ipecac"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "ThirstAmount": -40,
                        "HungerAmount": -40,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 0.3,
                        "HydrationFactor": 3,
                         "id": "ChemVomit"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 2,737: Line 2,788:
         }
         }
     },
     },
     "JuiceGrape": {
     "Inaprovaline": {
         "id": "JuiceGrape",
         "id": "Inaprovaline",
         "name": "grape juice",
         "name": "inaprovaline",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "Freshly squeezed juice from red grapes. Quite sweet.",
         "desc": "Inaprovaline is a synaptic stimulant and cardiostimulant. Commonly used to stabilize patients- it stops oxygen loss when the patient is in critical health. It'll also slow down bleeding by a good amount. Acts as a decent painkiller.",
         "physicalDesc": "crisp",
         "physicalDesc": "opaque",
         "color": "#512284FF",
         "color": "#731024FF",
         "recipes": [],
         "recipes": [
            "Inaprovaline"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Asphyxiation": -5
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                "Max": 21474836,
                                "Min": 100,
                                "id": "TotalDamage"
                            }
                        ],
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                        "Scaled": false,
                        "Amount": -0.25,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 3,
                         "id": "ModifyBleedAmount"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 2,759: Line 2,832:
         }
         }
     },
     },
     "JuiceLemon": {
     "Kelotane": {
         "id": "JuiceLemon",
         "id": "Kelotane",
         "name": "lemon juice",
         "name": "kelotane",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "This juice is VERY sour.",
         "desc": "Treats burn damage and prevents infection.",
         "physicalDesc": "citric",
         "physicalDesc": "strong-smelling",
         "color": "#FFF690FF",
         "color": "#BF3D19FF",
         "recipes": [],
         "recipes": [
            "Kelotane"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Burn": -1
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 3,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 2,781: Line 2,863:
         }
         }
     },
     },
     "JuiceLime": {
     "Leporazine": {
         "id": "JuiceLime",
         "id": "Leporazine",
         "name": "lime juice",
         "name": "leporazine",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "The sweet-sour juice of limes.",
         "desc": "This keeps a patient's body temperature stable. High doses can allow short periods of unprotected EVA, but prevents use of the cryogenics tubes.",
         "physicalDesc": "citric",
         "physicalDesc": "pungent",
         "color": "#99BB43FF",
         "color": "#FF7DB5FF",
         "recipes": [],
         "recipes": [
            "Leporazine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Cold": -4
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                    },
                     }
                    {
                        "Amount": 100000,
                        "conditions": [
                            {
                                "Min": 0,
                                "Max": 293.15,
                                "id": "Temperature"
                            }
                        ],
                        "probability": 1,
                        "id": "AdjustTemperature"
                    },
                    {
                        "Amount": -10000,
                        "conditions": [
                            {
                                "Min": 293.15,
                                "Max": 3.4028235e+38,
                                "id": "Temperature"
                            }
                        ],
                        "probability": 1,
                        "id": "AdjustTemperature"
                    },
                    {
                        "Messages": [
                            "leporazine-effect-temperature-adjusting"
                        ],
                        "Type": 1,
                        "conditions": null,
                        "probability": 0.2,
                         "id": "PopupMessage"
                     }
                 ]
                 ]
             }
             }
         }
         }
     },
     },
     "JuiceOrange": {
     "Barozine": {
         "id": "JuiceOrange",
         "id": "Barozine",
         "name": "orange juice",
         "name": "barozine",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "Both delicious AND rich in Vitamin C. What more do you need?",
         "desc": "A somewhat toxic medicine that prevents pressure damage. Causes extreme pain and jittering. Very poisonous when overdosed.",
         "physicalDesc": "citric",
         "physicalDesc": "viscous",
         "color": "#E78108FF",
         "color": "#FF867DFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 1
                            },
                            "groups": {
                                "Brute": -1.5
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 3,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     },
                     }
                    {
                ]
                        "damage": {
            }
                            "types": {
        }
                                "Poison": 3
    },
                            },
    "JuicePineapple": {
                            "groups": null
        "id": "JuicePineapple",
                        },
        "name": "pineapple juice",
                        "scaleByQuantity": false,
        "group": "Drinks",
                        "ignoreResistances": true,
        "desc": "The delicious juice of a pineapple.",
                        "conditions": [
        "physicalDesc": "tropical",
                            {
        "color": "#FFFF00FF",
                                "Min": 15,
        "recipes": [],
                                "Max": 21474836,
        "metabolisms": {
                                "Reagent": null,
            "Drink": {
                                "id": "ReagentThreshold"
                "rate": 0.5,
                            }
                "effects": [
                        ],
                        "probability": 1,
                        "id": "HealthChange"
                    },
                     {
                     {
                        "Key": "PressureImmunity",
                        "Component": "PressureImmunity",
                        "Time": 2,
                        "Refresh": true,
                        "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 3,
                         "id": "GenericStatusEffect"
                         "id": "SatiateThirst"
                     },
                     }
                    {
                ]
                        "Key": "Stutter",
            }
                        "Component": "StutteringAccent",
        }
                        "Time": 2,
    },
                        "Refresh": true,
    "JuicePotato": {
                        "Type": 0,
        "id": "JuicePotato",
                        "conditions": null,
        "name": "potato juice",
                        "probability": 1,
        "group": "Drinks",
                        "id": "GenericStatusEffect"
        "desc": "Juice of the potato. Bleh.",
                    },
        "physicalDesc": "starchy",
        "color": "#302000FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                        "Amplitude": 10,
                        "Frequency": 4,
                        "Time": 2,
                        "Refresh": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "id": "Jitter"
                         "id": "SatiateThirst"
                    },
                    {
                        "conditions": null,
                        "probability": 0.2,
                        "id": "Scream"
                    },
                    {
                        "Messages": [
                            "barozine-effect-skin-burning",
                            "barozine-effect-muscle-contract"
                        ],
                        "Type": 1,
                        "conditions": null,
                        "probability": 0.1,
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 2,869: Line 3,022:
         }
         }
     },
     },
     "JuiceTomato": {
     "Phalanximine": {
         "id": "JuiceTomato",
         "id": "Phalanximine",
         "name": "tomato juice",
         "name": "phalanximine",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "Tomatoes made into juice. What a waste of good tomatoes, huh?",
         "desc": "Used in the treatment of cancer, is as effective as Anti-Toxin. Causes moderate radiation and hair loss.",
         "physicalDesc": "saucey",
         "physicalDesc": "acrid",
         "color": "#731008FF",
         "color": "#C8FF75FF",
         "recipes": [],
         "recipes": [
            "Phalanximine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Cellular": -1,
                                "Radiation": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                    },
                    {
                        "ThirstAmount": -40,
                        "HungerAmount": -40,
                        "conditions": null,
                        "probability": 0.05,
                         "id": "ChemVomit"
                     }
                     }
                 ]
                 ]
Line 2,891: Line 3,061:
         }
         }
     },
     },
     "JuiceWatermelon": {
     "Romerol": {
         "id": "JuiceWatermelon",
         "id": "Romerol",
         "name": "water melon juice",
         "name": "romerol",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "The delicious juice of a watermelon.",
         "desc": "A difficult to procure chemical used in the reversal of the zombification process. Tastes like death.",
         "physicalDesc": "sweet",
         "physicalDesc": "acrid",
         "color": "#EF3520FF",
         "color": "#7E916EFF",
         "recipes": [],
         "recipes": [
            "Romerol"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 0.5
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 3,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 2,913: Line 3,092:
         }
         }
     },
     },
     "Cola": {
     "PulpedBananaPeel": {
         "id": "Cola",
         "id": "PulpedBananaPeel",
         "name": "cola",
         "name": "pulped banana peel",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "A sweet, carbonated soft drink. Caffeine free.",
         "desc": "Pulped banana peels have some effectiveness against bleeding.",
         "physicalDesc": "fizzy",
         "physicalDesc": "pulpy",
         "color": "#422912FF",
         "color": "#FFE774FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Scaled": false,
                        "Amount": -0.5,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "ModifyBleedAmount"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 2,935: Line 3,115:
         }
         }
     },
     },
     "ChangelingSting": {
     "Siderlac": {
         "id": "ChangelingSting",
         "id": "Siderlac",
         "name": "changeling sting",
         "name": "siderlac",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "You take a tiny sip and feel a burning sensation...",
         "desc": "A powerful anti-caustic medicine derived from plants.",
         "physicalDesc": "fizzy",
         "physicalDesc": "milky",
         "color": "#2E6671FF",
         "color": "#F4DAB8FF",
         "recipes": [],
         "recipes": [
            "Siderlac"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Caustic": -5
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 2,957: Line 3,146:
         }
         }
     },
     },
     "DrGibb": {
     "Spaceacillin": {
         "id": "DrGibb",
         "id": "Spaceacillin",
         "name": "Dr. Gibb",
         "name": "spaceacillin",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "A delicious blend of 42 different flavours.",
         "desc": "A theta-lactam antibiotic. A common and very useful medicine, effective against many diseases likely to be encountered in space. Slows progression of diseases.",
         "physicalDesc": "fizzy",
         "physicalDesc": "opaque",
         "color": "#102000FF",
         "color": "#9942F5FF",
         "recipes": [],
         "recipes": [
            "Spaceacillin"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "CureChance": 0.15,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "ChemCureDisease"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 2,979: Line 3,170:
         }
         }
     },
     },
     "EnergyDrink": {
     "Stellibinin": {
         "id": "EnergyDrink",
         "id": "Stellibinin",
         "name": "Energy Drink",
         "name": "stellibinin",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "A dose of energy! Nanotrasen is not responsible if you grow avian appendages.",
         "desc": "A natual antitoxin with particular effectiveness against amatoxin.",
         "physicalDesc": "fizzy",
         "physicalDesc": "starry",
         "color": "#FFFFBFFF",
         "color": "#2B2F77FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": -4
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Amatoxin",
                        "Group": null,
                        "Amount": -3,
                        "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Amatoxin",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 3,001: Line 3,214:
         }
         }
     },
     },
     "GrapeSoda": {
     "Synaptizine": {
         "id": "GrapeSoda",
         "id": "Synaptizine",
         "name": "grape soda",
         "name": "synaptizine",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "It's Graaaaaape!",
         "desc": "Toxic, but treats hallucinations, drowsiness \u0026 halves the duration of paralysis, stuns and knockdowns. One unit is enough to treat hallucinations; two units is deadly.",
         "physicalDesc": "fizzy",
         "physicalDesc": "pungent",
         "color": "#AE94A6FF",
         "color": "#D49A2FFF",
         "recipes": [],
         "recipes": [
            "Synaptizine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                        "Key": "Stun",
                        "Component": "",
                        "Time": 3,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    },
                    {
                        "Key": "KnockedDown",
                        "Component": "",
                        "Time": 3,
                        "Refresh": true,
                        "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "GenericStatusEffect"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 3,023: Line 3,265:
         }
         }
     },
     },
     "LemonLime": {
     "TranexamicAcid": {
         "id": "LemonLime",
         "id": "TranexamicAcid",
         "name": "lemon-lime",
         "name": "tranexamic acid",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "tangy lime and lemon soda",
         "desc": "A blood clotting medicine for preventing heavy bleeding. Very dangerous in large quantities.",
         "physicalDesc": "fizzy",
         "physicalDesc": "viscous",
         "color": "#878F00FF",
         "color": "#BA7D7DFF",
         "recipes": [
         "recipes": [
             "LemonLime"
             "TranexamicAcid"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Scaled": false,
                        "Amount": -1.5,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "ModifyBleedAmount"
                         "id": "SatiateThirst"
                     },
                     }
                    {
                ]
                        "damage": {
            }
                            "types": {
        }
                                "Bloodloss": 3
    },
                            },
    "PwrGame": {
                            "groups": null
        "id": "PwrGame",
                        },
        "name": "Pwr Game",
                        "scaleByQuantity": false,
        "group": "Drinks",
                        "ignoreResistances": true,
        "desc": "The only drink with the PWR that true gamers crave.",
                        "conditions": [
        "physicalDesc": "fizzy",
                            {
        "color": "#9385BFFF",
                                "Min": 15,
        "recipes": [],
                                "Max": 21474836,
        "metabolisms": {
                                "Reagent": null,
            "Drink": {
                                "id": "ReagentThreshold"
                "rate": 0.5,
                            }
                "effects": [
                         ],
                    {
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 3,069: Line 3,310:
         }
         }
     },
     },
     "SpaceMountainWind": {
     "Tricordrazine": {
         "id": "SpaceMountainWind",
         "id": "Tricordrazine",
         "name": "Space Mountain Wind",
         "name": "tricordrazine",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "Blows right through you like a space wind.",
         "desc": "A wide-spectrum stimulant, originally derived from Cordrazine. It's capable of healing most common damage types simultaneously, however only at about half the rate of other medications. Because of its low potency, it's best used as a supplement to other medicines.",
         "physicalDesc": "fizzy",
         "physicalDesc": "opaque",
         "color": "#102000FF",
         "color": "#00E5FFFF",
         "recipes": [],
         "recipes": [
            "Tricordrazine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                        "damage": {
                            "types": {
                                "Poison": -0.5
                            },
                            "groups": {
                                "Burn": -1,
                                "Brute": -1
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Max": 50,
                                "Min": 0,
                                "id": "TotalDamage"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 3,091: Line 3,350:
         }
         }
     },
     },
     "SpaceUp": {
     "Lipozine": {
         "id": "SpaceUp",
         "id": "Lipozine",
         "name": "Space-Up",
         "name": "lipozine",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "Tastes like a hull breach in your mouth.",
         "desc": "Causes weight loss upon consumption.",
         "physicalDesc": "fizzy",
         "physicalDesc": "oily",
         "color": "#00FF00FF",
         "color": "#2690B5FF",
         "recipes": [],
         "recipes": [
            "Lipozine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 3,106: Line 3,367:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "NutritionFactor": -1,
                         "id": "SatiateThirst"
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 3,113: Line 3,374:
         }
         }
     },
     },
     "Starkist": {
     "Omnizine": {
         "id": "Starkist",
         "id": "Omnizine",
         "name": "starkist",
         "name": "omnizine",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "A sweet, orange flavored soft drink.",
         "desc": "A soothing milky liquid with an iridescent gleam. A well known conspiracy theory says that it's origins remain a mystery because knowing the secrets of its production would render most commercial pharmaceuticals obsolete.",
         "physicalDesc": "fizzy",
         "physicalDesc": "soothing",
         "color": "#9F3400FF",
         "color": "#FCF7F9FF",
         "recipes": [
         "recipes": [],
            "Starkist"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Burn": -2,
                                "Toxin": -2,
                                "Airloss": -2,
                                "Brute": -2
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 3,137: Line 3,406:
         }
         }
     },
     },
     "FourteenLoko": {
     "Ultravasculine": {
         "id": "FourteenLoko",
         "id": "Ultravasculine",
         "name": "Fourteen Loko",
         "name": "ultravasculine",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "A highly processed liquid substance barely-passing intergalatic health standards for a soft drink.",
         "desc": "Rapidly flushes toxins from the body, but places some stress on the veins. Do not overdose.",
         "physicalDesc": "fizzy",
         "physicalDesc": "thick and grainy",
         "color": "#DEB928FF",
         "color": "#520E30FF",
         "recipes": [
         "recipes": [
             "FourteenLoko"
             "Ultravasculine"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    }
                ]
            },
            "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": null,
                                 "Poison": 1
                            "groups": {
                            },
                                 "Toxin": -3,
                            "groups": null
                                "Brute": 0.5
                            }
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": [
                            {
                                "Min": 0,
                                "Max": 30,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     }
                     },
                ]
            }
        }
    },
    "Absinthe": {
        "id": "Absinthe",
        "name": "absinthe",
        "group": "Drinks",
        "desc": "A anise-flavoured spirit derived from botanicals.",
        "physicalDesc": "strong-smelling",
        "color": "#33EE00FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "conditions": null,
                         "damage": {
                        "probability": 1,
                            "types": null,
                        "HydrationFactor": 2,
                            "groups": {
                        "id": "SatiateThirst"
                                "Toxin": -1,
                    }
                                "Brute": 3
                ]
                            }
            }
                        },
        }
                        "scaleByQuantity": false,
    },
                        "ignoreResistances": true,
    "Ale": {
                        "conditions": [
        "id": "Ale",
                            {
        "name": "ale",
                                "Min": 30,
        "group": "Drinks",
                                "Max": 21474836,
        "desc": "A dark alchoholic beverage made by malted barley and yeast.",
                                "Reagent": null,
        "physicalDesc": "bubbly",
                                "id": "ReagentThreshold"
        "color": "#663100FF",
                            }
        "recipes": [],
                        ],
        "metabolisms": {
                        "probability": 1,
            "Drink": {
                        "id": "HealthChange"
                "rate": 0.5,
                    },
                "effects": [
                     {
                     {
                         "conditions": null,
                        "Reagent": "Histamine",
                        "Group": null,
                        "Amount": -1,
                         "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Histamine",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "AdjustReagent"
                         "id": "SatiateThirst"
                     },
                     }
                    {
                ]
                        "Reagent": "Ultravasculine",
            }
                        "Group": null,
        }
                        "Amount": 0.5,
    },
                        "conditions": [
    "Beer": {
                            {
        "id": "Beer",
                                "Min": 1,
        "name": "beer",
                                "Max": 21474836,
        "group": "Drinks",
                                "Reagent": "Histamine",
        "desc": "An alcoholic beverage made from malted grains, hops, yeast, and water.",
                                "id": "ReagentThreshold"
        "physicalDesc": "bubbly",
                            }
        "color": "#CFA85FFF",
                         ],
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "AdjustReagent"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 3,245: Line 3,496:
         }
         }
     },
     },
     "BlueCuracao": {
     "Carpetium": {
         "id": "BlueCuracao",
         "id": "Carpetium",
         "name": "blue curacao",
         "name": "carpetium",
         "group": "Drinks",
         "group": "Special",
         "desc": "Exotically blue, fruity drink, distilled from oranges.",
         "desc": "A mystical chemical, usually outsourced from the Clown Planet, that covers everything it touches in carpet.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "fibrous",
         "color": "#0000CDFF",
         "color": "#800000FF",
         "recipes": [],
         "recipes": [
            "Carpetium"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Messages": [
                            "carpetium-effect-blood-fibrous",
                            "carpetium-effect-jumpsuit-insides"
                        ],
                        "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 0.1,
                         "HydrationFactor": 2,
                         "id": "PopupMessage"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "CarpoToxin",
                        "Group": null,
                        "Amount": -3,
                        "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "CarpoToxin",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 3,267: Line 3,539:
         }
         }
     },
     },
     "Cognac": {
     "Fiber": {
         "id": "Cognac",
         "id": "Fiber",
         "name": "cognac",
         "name": "fiber",
         "group": "Drinks",
         "group": "Unknown",
         "desc": "A sweet and strongly alcoholic drink, twice distilled and left to mature for several years. Classy as fornication.",
         "desc": "A raw material, usually extracted from wool or other fabric products.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "fibrous",
         "color": "#AB3C05FF",
         "color": "#808080FF",
         "recipes": [],
         "recipes": [],
        "metabolisms": null
    },
    "BuzzochloricBees": {
        "id": "BuzzochloricBees",
        "name": "Buzzochloric Bees",
        "group": "Toxins",
        "desc": "Liquid bees. Oh god it's LIQUID BEES NO-",
        "physicalDesc": "buzzy",
        "color": "#FFD35DFF",
        "recipes": [
            "BuzzochloricBees"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                         "Messages": [
                        "probability": 1,
                            "buzzochloricbees-effect-oh-god-bees",
                        "HydrationFactor": 2,
                            "buzzochloricbees-effect-its-the-bees",
                        "id": "SatiateThirst"
                            "buzzochloricbees-effect-why-am-i-covered-in-bees",
                    }
                            "buzzochloricbees-effect-one-with-the-bees",
                ]
                            "buzzochloricbees-effect-squeaky-clean"
            }
                        ],
        }
                        "Type": 1,
    },
                        "conditions": [
    "DeadRum": {
                            {
        "id": "DeadRum",
                                "Min": 0,
        "name": "deadrum",
                                "Max": 0,
        "group": "Drinks",
                                "Reagent": "Histamine",
        "desc": "Distilled alcoholic drink made from saltwater.",
                                "id": "ReagentThreshold"
        "physicalDesc": "strong-smelling",
                            },
        "color": "#664300FF",
                            {
        "recipes": [],
                                "Tag": "Bee",
        "metabolisms": {
                                "Invert": true,
            "Drink": {
                                "id": "HasTag"
                "rate": 0.5,
                            }
                "effects": [
                        ],
                        "probability": 0.1,
                        "id": "PopupMessage"
                    },
                     {
                     {
                         "conditions": null,
                         "Messages": [
                        "probability": 1,
                            "buzzochloricbees-effect-histamine-bee-allergy",
                        "HydrationFactor": 2,
                            "buzzochloricbees-effect-histamine-swells",
                        "id": "SatiateThirst"
                            "buzzochloricbees-effect-histamine-numb-to-the-bees",
                    }
                            "buzzochloricbees-effect-histamine-cannot-be-one-with-the-bees",
                ]
                            "buzzochloricbees-effect-squeaky-clean"
            }
                        ],
        }
                        "Type": 1,
    },
                        "conditions": [
    "Ethanol": {
                            {
        "id": "Ethanol",
                                "Min": 0.01,
        "name": "ethanol",
                                "Max": 21474836,
        "group": "Drinks",
                                "Reagent": "Histamine",
        "desc": "A simple alcohol, makes you drunk if consumed, flammable.",
                                "id": "ReagentThreshold"
        "physicalDesc": "strong-smelling",
                            },
        "color": "#B05B3CFF",
                            {
        "recipes": [],
                                "Tag": "Bee",
        "metabolisms": {
                                "Invert": true,
            "Poison": {
                                "id": "HasTag"
                "rate": 0.5,
                            }
                "effects": [
                        ],
                        "probability": 0.05,
                        "id": "PopupMessage"
                    },
                     {
                     {
                         "damage": {
                         "Messages": [
                             "types": null,
                            "buzzochloricbees-effect-licoxide-electrifying",
                             "groups": {
                            "buzzochloricbees-effect-licoxide-shocked-by-bee-facts",
                                 "Caustic": 1
                            "buzzochloricbees-effect-licoxide-buzzed",
                             "buzzochloricbees-effect-licoxide-buzzes"
                        ],
                        "Type": 1,
                        "conditions": [
                             {
                                "Tag": "Bee",
                                "Invert": true,
                                "id": "HasTag"
                            },
                            {
                                 "Min": 0.01,
                                "Max": 21474836,
                                "Reagent": "Licoxide",
                                "id": "ReagentThreshold"
                             }
                             }
                         },
                        ],
                        "probability": 0.05,
                        "id": "PopupMessage"
                    },
                    {
                        "Messages": [
                            "buzzochloricbees-effect-fiber-hairy",
                            "buzzochloricbees-effect-fiber-soft"
                        ],
                        "Type": 1,
                        "conditions": [
                            {
                                "Tag": "Bee",
                                "Invert": true,
                                "id": "HasTag"
                            },
                            {
                                "Min": 0.01,
                                "Max": 21474836,
                                "Reagent": "Fiber",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 0.05,
                        "id": "PopupMessage"
                    },
                    {
                        "damage": {
                            "types": {
                                "Poison": 2,
                                "Piercing": 2
                            },
                            "groups": null
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": [
                            {
                                "Tag": "Bee",
                                "Invert": true,
                                "id": "HasTag"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
Line 3,340: Line 3,683:
         }
         }
     },
     },
     "Gin": {
     "GroundBee": {
         "id": "Gin",
         "id": "GroundBee",
         "name": "gin",
         "name": "Ground Bee",
         "group": "Drinks",
         "group": "Unknown",
         "desc": "A distilled alcoholic drink that derives its predominant flavour from juniper berries.",
         "desc": "Bee grounds. Gross.",
         "physicalDesc": "strong-smelling",
        "physicalDesc": "bee guts",
         "color": "#664300FF",
        "color": "#86530EFF",
        "recipes": [],
        "metabolisms": null
    },
    "Saxoite": {
        "id": "Saxoite",
        "name": "Saxoite",
        "group": "Unknown",
        "desc": "Smells like jazz.",
         "physicalDesc": "ground brass",
         "color": "#B8A603FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": null
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
     },
     },
     "Kahlua": {
     "Licoxide": {
         "id": "Kahlua",
         "id": "Licoxide",
         "name": "kahlua",
         "name": "Licoxide",
         "group": "Drinks",
         "group": "Toxins",
         "desc": "A widely known, Mexican coffee-flavoured liqueur.",
         "desc": "It looks... electrifying.",
         "physicalDesc": "cloudy",
         "physicalDesc": "electric",
         "color": "#664300FF",
         "color": "#FDD023FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "ElectrocuteTime": 2,
                        "ElectrocuteDamageScale": 5,
                        "Refresh": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 0.5,
                        "HydrationFactor": 2,
                         "id": "Electrocute"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 3,384: Line 3,727:
         }
         }
     },
     },
     "MelonLiquor": {
     "Astrotame": {
         "id": "MelonLiquor",
         "id": "Astrotame",
         "name": "melon liquor",
         "name": "Astrotame",
         "group": "Drinks",
         "group": "Foods",
         "desc": "A relatively sweet and fruity 46 proof liquor.",
         "desc": "The sweetness of a thousand sugars but none of the calories.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "sugary",
         "color": "#138808FF",
         "color": "#7FFFD4FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": null
            "Drink": {
    },
                "rate": 0.5,
    "BbqSauce": {
                "effects": [
        "id": "BbqSauce",
                    {
        "name": "BBQ sauce",
                        "conditions": null,
        "group": "Foods",
                        "probability": 1,
        "desc": "Hand wipes not included.",
                        "HydrationFactor": 2,
        "physicalDesc": "gloopy",
                        "id": "SatiateThirst"
        "color": "#8B0000FF",
                    }
        "recipes": [
                ]
            "CookingBbqSauce"
            }
        ],
         }
         "metabolisms": null
     },
     },
     "NTCahors": {
     "Cornoil": {
         "id": "NTCahors",
         "id": "Cornoil",
         "name": "NeoTheology Cahors Wine",
         "name": "corn oil",
         "group": "Drinks",
         "group": "Foods",
         "desc": "Fortified dessert wine made from cabernet sauvignon, saperavi and other grapes.",
         "desc": "Corn oil, A delicious oil used in cooking. Made from corn.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "oily",
         "color": "#7E4043FF",
         "color": "#FFFF00FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
        "metabolisms": null
             "Drink": {
    },
    "Frostoil": {
        "id": "Frostoil",
        "name": "frostoil",
        "group": "Foods",
        "desc": "Leaves the tongue numb in its passage.",
        "physicalDesc": "cold",
        "color": "#87CEEBFF",
        "recipes": [],
        "metabolisms": null
    },
    "HorseradishSauce": {
        "id": "HorseradishSauce",
        "name": "horseradish sauce",
        "group": "Foods",
        "desc": "Smelly horseradish sauce.",
        "physicalDesc": "overpowering",
        "color": "#808080FF",
        "recipes": [],
        "metabolisms": null
    },
    "Hotsauce": {
        "id": "Hotsauce",
        "name": "hotsauce",
        "group": "Foods",
        "desc": "Burns so good.",
        "physicalDesc": "spicy",
        "color": "#FF0000FF",
        "recipes": [
            "CookingHotsauce"
        ],
        "metabolisms": null
    },
    "Ketchup": {
        "id": "Ketchup",
        "name": "ketchup",
        "group": "Foods",
        "desc": "Made from pureed tomatoes and flavored with spices.",
        "physicalDesc": "tangy",
        "color": "#FF0000FF",
        "recipes": [
            "CookingKetchup"
        ],
        "metabolisms": null
    },
    "Soysauce": {
        "id": "Soysauce",
        "name": "soy sauce",
        "group": "Foods",
        "desc": "A salty soy-based flavoring.",
        "physicalDesc": "salty",
        "color": "#8B4513FF",
        "recipes": [],
         "metabolisms": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 3,421: Line 3,818:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                        "NutritionFactor": 0.5,
                        "id": "SatiateHunger"
                    },
                    {
                        "conditions": null,
                        "probability": 1,
                         "HydrationFactor": -0.5,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 3,428: Line 3,831:
         }
         }
     },
     },
     "PoisonWine": {
     "TableSalt": {
         "id": "PoisonWine",
         "id": "TableSalt",
         "name": "poison wine",
         "name": "table salt",
         "group": "Drinks",
         "group": "Foods",
         "desc": "Is this even wine? Toxic! Hallucinogenic! Probably consumed in boatloads by your superiors!",
         "desc": "Commonly known as salt, Sodium Chloride is often used to season food or kill borers instantly.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "grainy",
         "color": "#000000FF",
         "color": "#A1000BFF",
         "recipes": [],
         "recipes": [
            "TableSalt"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 3,443: Line 3,848:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "NutritionFactor": 0.5,
                         "id": "SatiateThirst"
                         "id": "SatiateHunger"
                     }
                     },
                ]
            },
            "Poison": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": -0.5,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 3,468: Line 3,861:
         }
         }
     },
     },
     "Rum": {
     "Nutriment": {
         "id": "Rum",
         "id": "Nutriment",
         "name": "rum",
         "name": "nutriment",
         "group": "Drinks",
         "group": "Foods",
         "desc": "Distilled alcoholic drink made from sugarcane byproducts.",
         "desc": "All the vitamins, minerals, and carbohydrates the body needs in pure form.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "opaque",
         "color": "#664300FF",
         "color": "#664330FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 3,483: Line 3,876:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "NutritionFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 3,490: Line 3,883:
         }
         }
     },
     },
     "Sake": {
     "Vitamin": {
         "id": "Sake",
         "id": "Vitamin",
         "name": "sake",
         "name": "vitamin",
         "group": "Drinks",
         "group": "Foods",
         "desc": "Alcoholic beverage made by fermenting rice that has been polished.",
         "desc": "Found in healthy, complete meals.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "chalky",
         "color": "#DDDDDDFF",
         "color": "#D3D3D3FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Brute": -0.5,
                                "Burn": -0.5
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 0.5,
                        "id": "HealthChange"
                    },
                    {
                        "Scaled": false,
                        "Amount": -0.25,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "id": "ModifyBleedAmount"
                         "id": "SatiateThirst"
                    },
                    {
                        "conditions": null,
                        "probability": 1,
                        "NutritionFactor": 3,
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 3,512: Line 3,926:
         }
         }
     },
     },
     "Tequila": {
     "Protein": {
         "id": "Tequila",
         "id": "Protein",
         "name": "tequila",
         "name": "protein",
         "group": "Drinks",
         "group": "Foods",
         "desc": "A strong and mildly flavoured, mexican produced spirit.",
         "desc": "Found in certain meals, good for bodily health.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "clumpy",
         "color": "#D7D1D155",
         "color": "#FFFFE5FF",
         "recipes": [],
         "recipes": [
            "ProteinCooking"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                    {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Brute": -0.4
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 0.5,
                        "id": "HealthChange"
                    },
                    {
                        "Scaled": false,
                        "Amount": 1,
                        "conditions": null,
                        "probability": 1,
                        "id": "ModifyBloodLevel"
                    },
                     {
                     {
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "NutritionFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 3,534: Line 3,970:
         }
         }
     },
     },
     "Vermouth": {
     "Flour": {
         "id": "Vermouth",
         "id": "Flour",
         "name": "vermouth",
         "name": "flour",
         "group": "Drinks",
         "group": "Foods",
         "desc": "Aromatized, fortified white wine flavored with various botanicals.",
         "desc": "Used for baking.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "powdery",
         "color": "#91FF91FF",
         "color": "#FFFFFFFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 3,549: Line 3,985:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "NutritionFactor": 1,
                         "id": "SatiateThirst"
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 3,556: Line 3,992:
         }
         }
     },
     },
     "Vodka": {
     "Oats": {
         "id": "Vodka",
         "id": "Oats",
         "name": "vodka",
         "name": "oats",
         "group": "Drinks",
         "group": "Foods",
         "desc": "Clear distilled alcoholic beverage that originates from Poland and Russia.",
         "desc": "Used for a variety of tasty purposes.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "coarse",
         "color": "#D1D1D155",
         "color": "#D2B48CFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 3,571: Line 4,007:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "NutritionFactor": 1,
                         "id": "SatiateThirst"
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 3,578: Line 4,014:
         }
         }
     },
     },
     "Whiskey": {
     "Enzyme": {
         "id": "Whiskey",
         "id": "Enzyme",
         "name": "whiskey",
         "name": "universal enzyme",
         "group": "Drinks",
         "group": "Foods",
         "desc": "A type of distilled alcoholic beverage made from fermented grain mash.",
         "desc": "Used in cooking various dishes.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "chalky",
         "color": "#664300FF",
         "color": "#009900FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 3,593: Line 4,029:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "NutritionFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 3,600: Line 4,036:
         }
         }
     },
     },
     "Wine": {
     "Egg": {
         "id": "Wine",
         "id": "Egg",
         "name": "wine",
         "name": "egg",
         "group": "Drinks",
         "group": "Foods",
         "desc": "An premium alchoholic beverage made from distilled grape juice.",
         "desc": "Used for baking.",
         "physicalDesc": "translucent",
         "physicalDesc": "mucus-like",
         "color": "#7E4043FF",
         "color": "#FFFFFFFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 3,615: Line 4,051:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "NutritionFactor": 1,
                         "id": "SatiateThirst"
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 3,622: Line 4,058:
         }
         }
     },
     },
     "AcidSpit": {
     "Sugar": {
         "id": "AcidSpit",
         "id": "Sugar",
         "name": "acidspit",
         "name": "sugar",
         "group": "Drinks",
         "group": "Foods",
         "desc": "A drink for the daring, can be deadly if incorrectly prepared!",
         "desc": "Tasty spacey sugar!",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "sweet",
         "color": "#365000FF",
         "color": "#FFFFFFFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 3,637: Line 4,073:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "NutritionFactor": 1,
                         "id": "SatiateThirst"
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 3,644: Line 4,080:
         }
         }
     },
     },
     "AlliesCocktail": {
     "Blackpepper": {
         "id": "AlliesCocktail",
         "id": "Blackpepper",
         "name": "allies cocktail",
         "name": "black pepper",
         "group": "Drinks",
         "group": "Foods",
         "desc": "A drink made from your allies, not as sweet as when made from your enemies.",
         "desc": "Often used to flavor food or make people sneeze.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "grainy",
         "color": "#00664DFF",
         "color": "#000000FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 3,659: Line 4,095:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "NutritionFactor": 1,
                         "id": "SatiateThirst"
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 3,666: Line 4,102:
         }
         }
     },
     },
     "Aloe": {
     "Vinegar": {
         "id": "Aloe",
         "id": "Vinegar",
         "name": "aloe",
         "name": "vinegar",
         "group": "Drinks",
         "group": "Foods",
         "desc": "So very, very, very good.",
         "desc": "Often used to flavor food.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "sour",
         "color": "#192C00FF",
         "color": "#D2B48CFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 3,681: Line 4,117:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "NutritionFactor": 1,
                         "id": "SatiateThirst"
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 3,688: Line 4,124:
         }
         }
     },
     },
     "Amasec": {
     "Rice": {
         "id": "Amasec",
         "id": "Rice",
         "name": "amasec",
         "name": "rice",
         "group": "Drinks",
         "group": "Foods",
         "desc": "Official drink of the Gun Club!",
         "desc": "Hard, small white grains.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "chewy",
         "color": "#124DA7FF",
         "color": "#FFFFFFFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 3,703: Line 4,139:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "NutritionFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 3,710: Line 4,146:
         }
         }
     },
     },
     "Andalusia": {
     "OilOlive": {
         "id": "Andalusia",
         "id": "OilOlive",
         "name": "andalusia",
         "name": "olive oil",
         "group": "Drinks",
         "group": "Foods",
         "desc": "A nice, strangely named drink.",
         "desc": "Viscous and fragrant.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "oily",
         "color": "#665700FF",
         "color": "#808000FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 3,725: Line 4,161:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "NutritionFactor": 1,
                         "id": "SatiateThirst"
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 3,732: Line 4,168:
         }
         }
     },
     },
     "Antifreeze": {
     "Oil": {
         "id": "Antifreeze",
         "id": "Oil",
         "name": "antifreeze",
         "name": "oil",
         "group": "Drinks",
         "group": "Foods",
         "desc": "Ultimate refreshment.",
         "desc": "Used by chefs to cook.",
         "physicalDesc": "translucent",
         "physicalDesc": "oily",
         "color": "#FF7D63FF",
         "color": "#B67823FF",
         "recipes": [
         "recipes": [
             "Antifreeze"
             "Oil"
         ],
         ],
        "metabolisms": null
    },
    "CapsaicinOil": {
        "id": "CapsaicinOil",
        "name": "Capsaicin Oil",
        "group": "Unknown",
        "desc": "Capsaicin Oil is the ingredient found in different types of hot peppers.",
        "physicalDesc": "oily",
        "color": "#FF0000FF",
        "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Caustic": 0.5
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     },
                     }
                    {
                ]
                        "damage": {
            }
                            "types": null,
        }
                            "groups": {
    },
                                "Caustic": 1
    "AtomicBomb": {
                            }
        "id": "AtomicBomb",
                        },
        "name": "atomic bomb",
                        "scaleByQuantity": false,
        "group": "Drinks",
                        "ignoreResistances": true,
        "desc": "Nuclear proliferation never tasted so good.",
                        "conditions": [
        "physicalDesc": "cloudy",
                            {
        "color": "#666300FF",
                                "Min": 5,
        "recipes": [
                                "Max": 21474836,
            "AtomicBomb"
                                "Reagent": null,
        ],
                                "id": "ReagentThreshold"
        "metabolisms": {
                            }
            "Drink": {
                        ],
                "rate": 0.5,
                        "probability": 1,
                "effects": [
                        "id": "HealthChange"
                    },
                     {
                     {
                        "Messages": [
                            "capsaicin-effect-light-burn"
                        ],
                        "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 0.2,
                        "HydrationFactor": 2,
                         "id": "PopupMessage"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 3,780: Line 4,238:
         }
         }
     },
     },
     "B52": {
     "Coffee": {
         "id": "B52",
         "id": "Coffee",
         "name": "b-52",
         "name": "coffee",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Coffee, irish cream, and cognac. You will get bombed.",
         "desc": "A drink made from brewed coffee beans. Contains a moderate amount of caffeine.",
         "physicalDesc": "bubbly",
         "physicalDesc": "aromatic",
         "color": "#664300FF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [],
            "B52"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 3,799: Line 4,255:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                    },
                    {
                        "Reagent": "Theobromine",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                 ]
                 ]
             }
             }
         }
         }
     },
     },
     "BahamaMama": {
     "Cream": {
         "id": "BahamaMama",
         "id": "Cream",
         "name": "bahama mama",
         "name": "cream",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Tropical cocktail.",
         "desc": "The fatty, still liquid part of milk. Why don't you mix this with sum scotch, eh?",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "creamy",
         "color": "#FF7F3BFF",
         "color": "#DFD7AFFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 3,819: Line 4,283:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 1,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 3,826: Line 4,290:
         }
         }
     },
     },
     "BananaHonk": {
     "CafeLatte": {
         "id": "BananaHonk",
         "id": "CafeLatte",
         "name": "banana mama",
         "name": "cafe latte",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A drink from Clown Heaven.",
         "desc": "A nice, strong and tasty beverage while you are reading.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "creamy",
         "color": "#FFFF91FF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [
             "BananaHonk"
             "CafeLatte"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 3,843: Line 4,307:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 3,850: Line 4,314:
         }
         }
     },
     },
     "Barefoot": {
     "GreenTea": {
         "id": "Barefoot",
         "id": "GreenTea",
         "name": "barefoot",
         "name": "green tea",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Barefoot and pregnant.",
         "desc": "Tasty green tea.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "aromatic",
         "color": "#664300FF",
         "color": "#C33F00FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 3,865: Line 4,329:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 3,872: Line 4,336:
         }
         }
     },
     },
     "BeepskySmash": {
     "Grenadine": {
         "id": "BeepskySmash",
         "id": "Grenadine",
         "name": "beepsky smash",
         "name": "grenadine",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Deny drinking this and prepare for THE LAW.",
         "desc": "Not cherry flavored!",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "dark-red",
         "color": "#664300FF",
         "color": "#EA1D26FF",
         "recipes": [
         "recipes": [],
            "BeepskySmash"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 3,889: Line 4,351:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 3,896: Line 4,358:
         }
         }
     },
     },
     "Bilk": {
     "IcedCoffee": {
         "id": "Bilk",
         "id": "IcedCoffee",
         "name": "bilk",
         "name": "iced coffee",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "This appears to be beer mixed with milk. Disgusting.",
         "desc": "Coffee and ice, refreshing and cool.",
         "physicalDesc": "bilky...",
         "physicalDesc": "aromatic",
         "color": "#895C4CFF",
         "color": "#102838FF",
         "recipes": [
         "recipes": [
             "Bilk"
             "IcedCoffee"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 3,913: Line 4,375:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 3,920: Line 4,382:
         }
         }
     },
     },
     "BlackRussian": {
     "IcedGreenTea": {
         "id": "BlackRussian",
         "id": "IcedGreenTea",
         "name": "black russian",
         "name": "iced green tea",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "For the lactose-intolerant. Still as classy as a White Russian.",
         "desc": "cold green tea.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "aromatic",
         "color": "#360000FF",
         "color": "#CE4200FF",
         "recipes": [
         "recipes": [
             "BlackRussian"
             "IcedGreenTea"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 3,937: Line 4,399:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 3,944: Line 4,406:
         }
         }
     },
     },
     "BloodyMary": {
     "IcedTea": {
         "id": "BloodyMary",
         "id": "IcedTea",
         "name": "bloody mary",
         "name": "iced tea",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A strange yet pleasurable mixture made of vodka, tomato, and lime juice.",
         "desc": "No relation to a certain rap artist/actor.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "aromatic",
         "color": "#660000FF",
         "color": "#104038FF",
         "recipes": [
         "recipes": [
             "BloodyMary"
             "IcedTea"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 3,963: Line 4,425:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Theobromine",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 3,968: Line 4,438:
         }
         }
     },
     },
     "Booger": {
     "Lemonade": {
         "id": "Booger",
         "id": "Lemonade",
         "name": "booger",
         "name": "lemonade",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Ewww...",
         "desc": "Drink using lemon juice, water, and a sweetener such as cane sugar or honey.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "tart",
         "color": "#8CFF8CFF",
         "color": "#FFFF00FF",
         "recipes": [
         "recipes": [
             "Booger"
             "Lemonade"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 3,992: Line 4,462:
         }
         }
     },
     },
     "BraveBull": {
     "Milk": {
         "id": "BraveBull",
         "id": "Milk",
         "name": "brave bull",
         "name": "milk",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "It's just as effective as Dutch-Courage!",
         "desc": "An opaque white liquid produced by the mammary glands of mammals.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "opaque",
         "color": "#664300FF",
         "color": "#DFDFDFFF",
         "recipes": [
         "recipes": [],
            "BraveBull"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 4,009: Line 4,477:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 4,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 4,016: Line 4,484:
         }
         }
     },
     },
     "CubaLibre": {
     "MilkGoat": {
         "id": "CubaLibre",
         "id": "MilkGoat",
         "name": "cuba libre",
         "name": "goats milk",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Rum, mixed with cola. Viva la revolucion.",
         "desc": "An opaque white liquid produced by a goat. High buttermilk content.",
         "physicalDesc": "bubbly",
         "physicalDesc": "opaque",
         "color": "#3E1B00FF",
         "color": "#DFDFDFFF",
         "recipes": [
         "recipes": [],
            "CubaLibre"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 4,033: Line 4,499:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 4,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 4,040: Line 4,506:
         }
         }
     },
     },
     "DemonsBlood": {
     "MilkOat": {
         "id": "DemonsBlood",
         "id": "MilkOat",
         "name": "demons blood",
         "name": "oat milk",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "AHHHH!!!!",
         "desc": "Surprisingly tasty.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "refreshing",
         "color": "#A70000FF",
         "color": "#302000FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 4,055: Line 4,521:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 4,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 4,062: Line 4,528:
         }
         }
     },
     },
     "DevilsKiss": {
     "MilkSoy": {
         "id": "DevilsKiss",
         "id": "MilkSoy",
         "name": "devils kiss",
         "name": "soy milk",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Creepy time!",
         "desc": "Consumers favorite.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "refreshing",
         "color": "#A68310FF",
         "color": "#302000FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 4,077: Line 4,543:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 4,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 4,084: Line 4,550:
         }
         }
     },
     },
     "DoctorsDelight": {
     "MilkSpoiled": {
         "id": "DoctorsDelight",
         "id": "MilkSpoiled",
         "name": "the doctor's delight",
         "name": "spoiled milk",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A gulp a day keeps the MediBot away. That's probably for the best.",
         "desc": "This milk has gone rancid.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "putrid",
         "color": "#FF8CFFFF",
         "color": "#FAFFBAFF",
         "recipes": [
         "recipes": [],
            "DoctorsDelight"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 4,101: Line 4,565:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": -2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 4,108: Line 4,572:
         }
         }
     },
     },
     "DriestMartini": {
     "Nothing": {
         "id": "DriestMartini",
         "id": "Nothing",
         "name": "driest martini",
         "name": "nothing",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Only for the experienced. You think you see sand floating in the glass.",
         "desc": "Absolutely nothing.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "nothing",
         "color": "#2E6671FF",
         "color": "#FFFFFFFF",
         "recipes": [
         "recipes": [],
            "DriestMartini"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 4,132: Line 4,594:
         }
         }
     },
     },
     "ErikaSuprise": {
     "NuclearCola": {
         "id": "ErikaSuprise",
         "id": "NuclearCola",
         "name": "erika suprise",
         "name": "nuclear cola",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "The surprise is, it's green!",
         "desc": "Cola, cola never changes.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "fizzy",
         "color": "#2E6671FF",
         "color": "#100800FF",
         "recipes": [
         "recipes": [
             "ErikaSuprise"
             "NuclearCola"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 4,149: Line 4,611:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 6,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    }
                ]
            },
            "Poison": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                            "types": {
                                "Poison": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 4,156: Line 4,636:
         }
         }
     },
     },
     "GargleBlaster": {
     "SodaWater": {
         "id": "GargleBlaster",
         "id": "SodaWater",
         "name": "Pan-Galactic Gargle Blaster",
         "name": "soda water",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Whoah, this stuff looks volatile!",
         "desc": "A container of club soda. Why not make a scotch and soda?",
         "physicalDesc": "volatile",
         "physicalDesc": "fizzy",
         "color": "#9CC8B4FF",
         "color": "#619494FF",
         "recipes": [
         "recipes": [],
            "GargleBlaster"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 4,173: Line 4,651:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 4,180: Line 4,658:
         }
         }
     },
     },
     "GinFizz": {
     "SoyLatte": {
         "id": "GinFizz",
         "id": "SoyLatte",
         "name": "gin fizz",
         "name": "soy latte",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Refreshingly lemony, deliciously dry.",
         "desc": "A coffee drink made with espresso and steamed soy milk.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#664300FF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [
             "GinFizz"
             "SoyLatte"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 4,197: Line 4,675:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 4,204: Line 4,682:
         }
         }
     },
     },
     "GinTonic": {
     "Tea": {
         "id": "GinTonic",
         "id": "Tea",
         "name": "gin and tonic",
         "name": "tea",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "An all time classic, mild cocktail.",
         "desc": "A drink made by boiling leaves of the tea tree, Camellia sinensis.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "aromatic",
         "color": "#004166FF",
         "color": "#8A5A3AFF",
         "recipes": [
         "recipes": [],
            "GinTonic"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 4,223: Line 4,699:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Theobromine",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 4,228: Line 4,712:
         }
         }
     },
     },
     "Goldschlager": {
     "TonicWater": {
         "id": "Goldschlager",
         "id": "TonicWater",
         "name": "Goldschlager",
         "name": "tonic water",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "100 proof cinnamon schnapps, made for alcoholic teen girls on spring break.",
         "desc": "It tastes strange but at least the quinine keeps the Space Malaria at bay.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "fizzy",
         "color": "#FFFF91FF",
         "color": "#0064C8FF",
         "recipes": [
         "recipes": [],
            "Goldschlager"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 4,245: Line 4,727:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 4,252: Line 4,734:
         }
         }
     },
     },
     "Grog": {
     "Water": {
         "id": "Grog",
         "id": "Water",
         "name": "grog",
         "name": "water",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Watered-down rum, pirate approved!",
         "desc": "A colorless liquid that humans need in order to survive.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "translucent",
         "color": "#664300FF",
         "color": "#C0E0FF20",
         "recipes": [
         "recipes": [],
            "Grog"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 4,269: Line 4,749:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 4,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 4,276: Line 4,756:
         }
         }
     },
     },
     "HippiesDelight": {
     "Ice": {
         "id": "HippiesDelight",
         "id": "Ice",
         "name": "hippies delight",
         "name": "ice",
        "group": "Unknown",
        "desc": "Frozen water.",
        "physicalDesc": "frosty",
        "color": "#BED8E6FF",
        "recipes": [],
        "metabolisms": null
    },
    "DryRamen": {
        "id": "DryRamen",
        "name": "dry ramen",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "You just don't get it maaaan.",
         "desc": "Dry noodles and salt.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "wormy",
         "color": "#6EAA0CFF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 4,291: Line 4,781:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "NutritionFactor": 1,
                         "id": "SatiateThirst"
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 4,298: Line 4,788:
         }
         }
     },
     },
     "Hooch": {
     "HotRamen": {
         "id": "Hooch",
         "id": "HotRamen",
         "name": "hooch",
         "name": "hot ramen",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Either someone's failure at cocktail making or attempt in alchohol production. In any case, do you really want to drink that?",
         "desc": "Hot noodles.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "wormy",
         "color": "#664E00FF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [
            "HotRamen"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 4,313: Line 4,805:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "NutritionFactor": 4,
                         "id": "SatiateThirst"
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 4,320: Line 4,812:
         }
         }
     },
     },
     "IcedBeer": {
     "Pilk": {
         "id": "IcedBeer",
         "id": "Pilk",
         "name": "iced beer",
         "name": "pilk",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A beer which is so cold the air around it freezes.",
         "desc": "A sickening mixture of milk and cola.",
         "physicalDesc": "bubbly",
         "physicalDesc": "creamy",
         "color": "#664300FF",
         "color": "#E7C69FFF",
         "recipes": [],
         "recipes": [
            "Pilk"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 4,335: Line 4,829:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 1,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 4,342: Line 4,836:
         }
         }
     },
     },
     "IrishCarBomb": {
     "KiraSpecial": {
         "id": "IrishCarBomb",
         "id": "KiraSpecial",
         "name": "irish car bomb",
         "name": "kira special",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A troubling mixture of irish cream and ale.",
         "desc": "Long live the guy who everyone had mistaken for a girl. Baka!",
         "physicalDesc": "bubbly",
         "physicalDesc": "strong-smelling",
         "color": "#2E6671FF",
         "color": "#CCCC99FF",
         "recipes": [
         "recipes": [
             "IrishCarBomb"
             "KiraSpecial"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 4,359: Line 4,853:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 4,366: Line 4,860:
         }
         }
     },
     },
     "IrishCream": {
     "Rewriter": {
         "id": "IrishCream",
         "id": "Rewriter",
         "name": "irish cream",
         "name": "rewriter",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Whiskey-imbued cream. What else could you expect from the Irish.",
         "desc": "The secret of the sanctuary of the Librarian...",
         "physicalDesc": "creamy",
         "physicalDesc": "strong-smelling",
         "color": "#664300FF",
         "color": "#485000FF",
         "recipes": [
         "recipes": [
             "IrishCream"
             "Rewriter"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 4,383: Line 4,877:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 4,390: Line 4,884:
         }
         }
     },
     },
     "IrishCoffee": {
     "JuiceApple": {
         "id": "IrishCoffee",
         "id": "JuiceApple",
         "name": "irish coffee",
         "name": "apple juice",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Coffee served with irish cream. Regular cream just isn't the same!",
         "desc": "It's a little piece of Eden.",
         "physicalDesc": "cloudy",
         "physicalDesc": "crisp",
         "color": "#664300FF",
         "color": "#FDAD01FF",
         "recipes": [
         "recipes": [],
            "IrishCoffee"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 4,407: Line 4,899:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 4,414: Line 4,906:
         }
         }
     },
     },
     "KiraSpecial": {
     "JuiceBanana": {
         "id": "KiraSpecial",
         "id": "JuiceBanana",
         "name": "kira special",
         "name": "banana juice",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Long live the guy who everyone had mistaken for a girl. Baka!",
         "desc": "The raw essence of a banana. HONK.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "crisp",
         "color": "#CCCC99FF",
         "color": "#FFE777FF",
         "recipes": [
         "recipes": [],
            "KiraSpecial"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 4,431: Line 4,921:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 4,438: Line 4,928:
         }
         }
     },
     },
     "Lean": {
     "JuiceBerry": {
         "id": "Lean",
         "id": "JuiceBerry",
         "name": "lean",
         "name": "berry juice",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Turn up for days.",
         "desc": "A delicious blend of several different kinds of berries.",
         "physicalDesc": "bubbly",
         "physicalDesc": "sweet",
         "color": "#9400D3FF",
         "color": "#660099FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 4,453: Line 4,943:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 4,460: Line 4,950:
         }
         }
     },
     },
     "LeanShine": {
     "JuiceBerryPoison": {
         "id": "LeanShine",
         "id": "JuiceBerryPoison",
         "name": "leanshine",
         "name": "poison berry juice",
         "group": "Drinks",
         "group": "Unknown",
         "desc": "Lean mixed with moonshine. Turn up for months.",
         "desc": "A surprisingly tasty juice blended from various kinds of very deadly and toxic berries.",
         "physicalDesc": "bubbly",
         "physicalDesc": "sickly",
         "color": "#9D5FB8FF",
         "color": "#6600CCFF",
         "recipes": [
         "recipes": [],
            "LeanShine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 4,477: Line 4,965:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    }
                ]
            },
            "Poison": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                            "types": {
                                "Poison": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 4,484: Line 4,990:
         }
         }
     },
     },
     "LongIslandIcedTea": {
     "JuiceCarrot": {
         "id": "LongIslandIcedTea",
         "id": "JuiceCarrot",
         "name": "long island iced tea",
         "name": "carrot juice",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "The liquor cabinet, brought together in a delicious mix. Intended for middle-aged alcoholic women only.",
         "desc": "It's like a carrot, but less crunchy.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "crisp",
         "color": "#664300FF",
         "color": "#FF8820FF",
         "recipes": [
         "recipes": [],
            "LongIslandIcedTea"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 4,501: Line 5,005:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 4,508: Line 5,012:
         }
         }
     },
     },
     "Manhattan": {
     "JuiceGrape": {
         "id": "Manhattan",
         "id": "JuiceGrape",
         "name": "manhattan",
         "name": "grape juice",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "The Detective's undercover drink of choice. He never could stomach gin...",
         "desc": "Freshly squeezed juice from red grapes. Quite sweet.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "crisp",
         "color": "#664300FF",
         "color": "#512284FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 4,523: Line 5,027:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 4,530: Line 5,034:
         }
         }
     },
     },
     "ManhattanProject": {
     "JuiceLemon": {
         "id": "ManhattanProject",
         "id": "JuiceLemon",
         "name": "manhattan project",
         "name": "lemon juice",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A scientist's drink of choice, for pondering ways to blow up the ship.",
         "desc": "This juice is VERY sour.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "citric",
         "color": "#664300FF",
         "color": "#FFF690FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 4,545: Line 5,049:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 4,552: Line 5,056:
         }
         }
     },
     },
     "ManlyDorf": {
     "JuiceLime": {
         "id": "ManlyDorf",
         "id": "JuiceLime",
         "name": "manly dorf",
         "name": "lime juice",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Beer and Ale, brought together in a delicious mix. Intended for stout dwarves only.",
         "desc": "The sweet-sour juice of limes.",
         "physicalDesc": "bubbly",
         "physicalDesc": "citric",
         "color": "#664300FF",
         "color": "#99BB43FF",
         "recipes": [
         "recipes": [],
            "ManlyDorf"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 4,569: Line 5,071:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 4,576: Line 5,078:
         }
         }
     },
     },
     "Margarita": {
     "JuiceOrange": {
         "id": "Margarita",
         "id": "JuiceOrange",
         "name": "margarita",
         "name": "orange juice",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "On the rocks with salt on the rim. Arriba~!",
         "desc": "Both delicious AND rich in Vitamin C. What more do you need?",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "citric",
         "color": "#8CFF8CFF",
         "color": "#E78108FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 4,591: Line 5,093:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 4,598: Line 5,100:
         }
         }
     },
     },
     "Martini": {
     "JuicePineapple": {
         "id": "Martini",
         "id": "JuicePineapple",
         "name": "classic martini",
         "name": "pineapple juice",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Vermouth with Gin. Not quite how 007 enjoyed it, but still delicious.",
         "desc": "The delicious juice of a pineapple.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "tropical",
         "color": "#664300FF",
         "color": "#FFFF00FF",
         "recipes": [
         "recipes": [],
            "Martini"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 4,615: Line 5,115:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 4,622: Line 5,122:
         }
         }
     },
     },
     "Mead": {
     "JuicePotato": {
         "id": "Mead",
         "id": "JuicePotato",
         "name": "mead",
         "name": "potato juice",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A Viking's drink, though a cheap one.",
         "desc": "Juice of the potato. Bleh.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "starchy",
         "color": "#664300FF",
         "color": "#302000FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 4,637: Line 5,137:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 4,644: Line 5,144:
         }
         }
     },
     },
     "Mojito": {
     "JuiceTomato": {
         "id": "Mojito",
         "id": "JuiceTomato",
         "name": "mojito",
         "name": "tomato juice",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "If it's good enough for Spesscuba, it's good enough for you.",
         "desc": "Tomatoes made into juice. What a waste of good tomatoes, huh?",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "saucey",
         "color": "#664300FF",
         "color": "#731008FF",
         "recipes": [
         "recipes": [],
            "Mojito"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 4,661: Line 5,159:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 4,668: Line 5,166:
         }
         }
     },
     },
     "Moonshine": {
     "JuiceWatermelon": {
         "id": "Moonshine",
         "id": "JuiceWatermelon",
         "name": "moonshine",
         "name": "water melon juice",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Artisanal homemade liquor. What could go wrong?",
         "desc": "The delicious juice of a watermelon.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "sweet",
         "color": "#D1D7D155",
         "color": "#EF3520FF",
         "recipes": [
         "recipes": [],
            "Moonshine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 4,685: Line 5,181:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 4,692: Line 5,188:
         }
         }
     },
     },
     "Neurotoxin": {
     "Absinthe": {
         "id": "Neurotoxin",
         "id": "Absinthe",
         "name": "neurotoxin",
         "name": "absinthe",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A strong neurotoxin that puts the subject into a death-like state.",
         "desc": "A anise-flavoured spirit derived from botanicals.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#2E2E61FF",
         "color": "#33EE00FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 4,707: Line 5,203:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     },
                ]
            },
            "Poison": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "damage": {
                         "Reagent": "Ethanol",
                            "types": {
                        "Group": null,
                                "Poison": 1
                         "Amount": 0.3,
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 4,732: Line 5,218:
         }
         }
     },
     },
     "Patron": {
     "Ale": {
         "id": "Patron",
         "id": "Ale",
         "name": "patron",
         "name": "ale",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Tequila with silver in it, a favorite of alcoholic women in the club scene.",
         "desc": "A dark alchoholic beverage made by malted barley and yeast.",
         "physicalDesc": "metallic",
         "physicalDesc": "bubbly",
         "color": "#585840FF",
         "color": "#663100FF",
         "recipes": [
         "recipes": [],
            "Patron"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 4,751: Line 5,235:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 4,756: Line 5,248:
         }
         }
     },
     },
     "RedMead": {
     "Beer": {
         "id": "RedMead",
         "id": "Beer",
         "name": "red mead",
         "name": "beer",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "The true Viking's drink! Even though it has a strange red color.",
         "desc": "An alcoholic beverage made from malted grains, hops, yeast, and water.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "bubbly",
         "color": "#C73C00FF",
         "color": "#CFA85FFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 4,773: Line 5,265:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 4,778: Line 5,278:
         }
         }
     },
     },
     "Rewriter": {
     "BlueCuracao": {
         "id": "Rewriter",
         "id": "BlueCuracao",
         "name": "rewriter",
         "name": "blue curacao",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "The secret of the sanctuary of the Librarian...",
         "desc": "Exotically blue, fruity drink, distilled from oranges.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#485000FF",
         "color": "#0000CDFF",
         "recipes": [
         "recipes": [],
            "Rewriter"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 4,797: Line 5,295:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.1,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 4,802: Line 5,308:
         }
         }
     },
     },
     "Sbiten": {
     "Cognac": {
         "id": "Sbiten",
         "id": "Cognac",
         "name": "sbiten",
         "name": "cognac",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A spicy Vodka! Might be a little hot for the little guys!",
         "desc": "A sweet and strongly alcoholic drink, twice distilled and left to mature for several years. Classy as fornication.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#004166FF",
         "color": "#AB3C05FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 4,819: Line 5,325:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.2,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 4,824: Line 5,338:
         }
         }
     },
     },
     "ScrewdriverCocktail": {
     "DeadRum": {
         "id": "ScrewdriverCocktail",
         "id": "DeadRum",
         "name": "screwdriver",
         "name": "deadrum",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Vodka, mixed with plain ol' orange juice. The result is surprisingly delicious.",
         "desc": "Distilled alcoholic drink made from saltwater.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#A68310FF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [],
            "ScrewdriverCocktail"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 4,843: Line 5,355:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.2,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 4,848: Line 5,368:
         }
         }
     },
     },
     "Silencer": {
     "Ethanol": {
         "id": "Silencer",
         "id": "Ethanol",
         "name": "silencer",
         "name": "ethanol",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A drink from Mime Heaven.",
         "desc": "A simple alcohol, makes you drunk if consumed, flammable.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#004666FF",
         "color": "#B05B3CFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Caustic": 1
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                "Min": 5,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                        "ThirstAmount": -40,
                        "HungerAmount": -40,
                        "conditions": [
                            {
                                "Min": 3,
                                "Max": 21474836,
                                "Reagent": "Ethanol",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 0.04,
                        "id": "ChemVomit"
                    }
                ]
            },
            "Alcohol": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "BoozePower": 3,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "Drunk"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 4,870: Line 5,429:
         }
         }
     },
     },
     "Singulo": {
     "Gin": {
         "id": "Singulo",
         "id": "Gin",
         "name": "singulo",
         "name": "gin",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A blue-space beverage!",
         "desc": "A distilled alcoholic drink that derives its predominant flavour from juniper berries.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#3B0C0CFF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 4,887: Line 5,446:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.2,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                 ]
                 ]
             }
             }
         }
         }
     },
     },
     "SnowWhite": {
     "Kahlua": {
         "id": "SnowWhite",
         "id": "Kahlua",
         "name": "snow white",
         "name": "kahlua",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A cold refreshment.",
         "desc": "A widely known, Mexican coffee-flavoured liqueur.",
         "physicalDesc": "bubbly",
         "physicalDesc": "cloudy",
         "color": "#FFFFFFFF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 4,909: Line 5,476:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 4,914: Line 5,489:
         }
         }
     },
     },
     "SuiDream": {
     "MelonLiquor": {
         "id": "SuiDream",
         "id": "MelonLiquor",
         "name": "sui dream",
         "name": "melon liquor",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Comprised of: White soda, blue curacao, melon liquor.",
         "desc": "A relatively sweet and fruity 46 proof liquor.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#00A86BFF",
         "color": "#138808FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 4,931: Line 5,506:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 4,936: Line 5,519:
         }
         }
     },
     },
     "SyndicateBomb": {
     "NTCahors": {
         "id": "SyndicateBomb",
         "id": "NTCahors",
         "name": "syndicate bomb",
         "name": "NeoTheology Cahors Wine",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Somebody set us up the bomb!",
         "desc": "Fortified dessert wine made from cabernet sauvignon, saperavi and other grapes.",
         "physicalDesc": "opaque",
         "physicalDesc": "strong-smelling",
         "color": "#2E6660FF",
         "color": "#7E4043FF",
         "recipes": [
         "recipes": [],
            "SyndicateBomb"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 4,955: Line 5,536:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 4,960: Line 5,549:
         }
         }
     },
     },
     "TequilaSunrise": {
     "PoisonWine": {
         "id": "TequilaSunrise",
         "id": "PoisonWine",
         "name": "tequila sunrise",
         "name": "poison wine",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Tequila and orange juice. Much like a Screwdriver, only Mexican.",
         "desc": "Is this even wine? Toxic! Hallucinogenic! Probably consumed in boatloads by your superiors!",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#FFE48CFF",
         "color": "#000000FF",
         "recipes": [
         "recipes": [],
            "TequilaSunrise"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 4,979: Line 5,566:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
             }
             },
        }
             "Poison": {
    },
    "ThreeMileIsland": {
        "id": "ThreeMileIsland",
        "name": "three mile island iced tea",
        "group": "Drinks",
        "desc": "Made for a woman, strong enough for a man.",
        "physicalDesc": "strong-smelling",
        "color": "#666340FF",
        "recipes": [
            "ThreeMileIsland"
        ],
        "metabolisms": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 5,008: Line 5,597:
         }
         }
     },
     },
     "ToxinsSpecial": {
     "Rum": {
         "id": "ToxinsSpecial",
         "id": "Rum",
         "name": "toxins special",
         "name": "rum",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "This thing is ON FIRE! CALL THE DAMN SHUTTLE!",
         "desc": "Distilled alcoholic drink made from sugarcane byproducts.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#665C00FF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 5,025: Line 5,614:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.2,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,030: Line 5,627:
         }
         }
     },
     },
     "VodkaMartini": {
     "Sake": {
         "id": "VodkaMartini",
         "id": "Sake",
         "name": "vodka martini",
         "name": "sake",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Vodka with Gin. Not quite how 007 enjoyed it, but still delicious.",
         "desc": "Alcoholic beverage made by fermenting rice that has been polished.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#004666FF",
         "color": "#DDDDDDFF",
         "recipes": [
         "recipes": [],
            "VodkaMartini"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 5,049: Line 5,644:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,054: Line 5,657:
         }
         }
     },
     },
     "VodkaTonic": {
     "Tequila": {
         "id": "VodkaTonic",
         "id": "Tequila",
         "name": "vodka tonic",
         "name": "tequila",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "For when a gin and tonic isn't russian enough.",
         "desc": "A strong and mildly flavoured, mexican produced spirit.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#0064C8FF",
         "color": "#D7D1D155",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 5,071: Line 5,674:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.2,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                 ]
                 ]
             }
             }
         }
         }
     },
     },
     "WhiskeyCola": {
     "Vermouth": {
         "id": "WhiskeyCola",
         "id": "Vermouth",
         "name": "whiskey cola",
         "name": "vermouth",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Whiskey, mixed with cola. Surprisingly refreshing.",
         "desc": "Aromatized, fortified white wine flavored with various botanicals.",
         "physicalDesc": "bubbly",
         "physicalDesc": "strong-smelling",
         "color": "#3E1B00FF",
         "color": "#91FF91FF",
         "recipes": [
         "recipes": [],
            "WhiskeyCola"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 5,095: Line 5,704:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,100: Line 5,717:
         }
         }
     },
     },
     "WhiskeySoda": {
     "Vodka": {
         "id": "WhiskeySoda",
         "id": "Vodka",
         "name": "whiskey soda",
         "name": "vodka",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "For the more refined griffon.",
         "desc": "Clear distilled alcoholic beverage that originates from Poland and Russia.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#533600FF",
         "color": "#D1D1D155",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 5,117: Line 5,734:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.2,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,122: Line 5,747:
         }
         }
     },
     },
     "WhiteRussian": {
     "Whiskey": {
         "id": "WhiteRussian",
         "id": "Whiskey",
         "name": "white russian",
         "name": "whiskey",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "That's just, like, your opinion, man...",
         "desc": "A type of distilled alcoholic beverage made from fermented grain mash.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#A68340FF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [],
            "WhiteRussian"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 5,141: Line 5,764:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.2,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,146: Line 5,777:
         }
         }
     },
     },
     "Coffee": {
     "Wine": {
         "id": "Coffee",
         "id": "Wine",
         "name": "coffee",
         "name": "wine",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A drink made from brewed coffee beans. Contains a moderate amount of caffeine.",
         "desc": "An premium alchoholic beverage made from distilled grape juice.",
         "physicalDesc": "aromatic",
         "physicalDesc": "translucent",
         "color": "#664300FF",
         "color": "#7E4043FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 5,161: Line 5,792:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,168: Line 5,807:
         }
         }
     },
     },
     "Cream": {
     "AcidSpit": {
         "id": "Cream",
         "id": "AcidSpit",
         "name": "cream",
         "name": "acidspit",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "The fatty, still liquid part of milk. Why don't you mix this with sum scotch, eh?",
         "desc": "A drink for the daring, can be deadly if incorrectly prepared!",
         "physicalDesc": "creamy",
         "physicalDesc": "strong-smelling",
         "color": "#DFD7AFFF",
         "color": "#365000FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 5,183: Line 5,822:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 1,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,190: Line 5,837:
         }
         }
     },
     },
     "CafeLatte": {
     "AlliesCocktail": {
         "id": "CafeLatte",
         "id": "AlliesCocktail",
         "name": "cafe latte",
         "name": "allies cocktail",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A nice, strong and tasty beverage while you are reading.",
         "desc": "A drink made from your allies, not as sweet as when made from your enemies.",
         "physicalDesc": "creamy",
         "physicalDesc": "strong-smelling",
         "color": "#664300FF",
         "color": "#00664DFF",
         "recipes": [
         "recipes": [],
            "CafeLatte"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 5,207: Line 5,852:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,214: Line 5,867:
         }
         }
     },
     },
     "GreenTea": {
     "Aloe": {
         "id": "GreenTea",
         "id": "Aloe",
         "name": "green tea",
         "name": "aloe",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Tasty green tea.",
         "desc": "So very, very, very good.",
         "physicalDesc": "aromatic",
         "physicalDesc": "strong-smelling",
         "color": "#C33F00FF",
         "color": "#192C00FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 5,229: Line 5,882:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,236: Line 5,897:
         }
         }
     },
     },
     "Grenadine": {
     "Amasec": {
         "id": "Grenadine",
         "id": "Amasec",
         "name": "grenadine",
         "name": "amasec",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Not cherry flavored!",
         "desc": "Official drink of the Gun Club!",
         "physicalDesc": "dark-red",
         "physicalDesc": "strong-smelling",
         "color": "#EA1D26FF",
         "color": "#124DA7FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 5,251: Line 5,912:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,258: Line 5,927:
         }
         }
     },
     },
     "IcedCoffee": {
     "Andalusia": {
         "id": "IcedCoffee",
         "id": "Andalusia",
         "name": "iced coffee",
         "name": "andalusia",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Coffee and ice, refreshing and cool.",
         "desc": "A nice, strangely named drink.",
         "physicalDesc": "aromatic",
         "physicalDesc": "strong-smelling",
         "color": "#102838FF",
         "color": "#665700FF",
         "recipes": [
         "recipes": [],
            "IcedCoffee"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 5,275: Line 5,942:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,282: Line 5,957:
         }
         }
     },
     },
     "IcedGreenTea": {
     "Antifreeze": {
         "id": "IcedGreenTea",
         "id": "Antifreeze",
         "name": "iced green tea",
         "name": "antifreeze",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "cold green tea.",
         "desc": "Ultimate refreshment.",
         "physicalDesc": "aromatic",
         "physicalDesc": "translucent",
         "color": "#CE4200FF",
         "color": "#FF7D63FF",
         "recipes": [
         "recipes": [
             "IcedGreenTea"
             "Antifreeze"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 5,299: Line 5,974:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,306: Line 5,989:
         }
         }
     },
     },
     "IcedTea": {
     "AtomicBomb": {
         "id": "IcedTea",
         "id": "AtomicBomb",
         "name": "iced tea",
         "name": "atomic bomb",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "No relation to a certain rap artist/actor.",
         "desc": "Nuclear proliferation never tasted so good.",
         "physicalDesc": "aromatic",
         "physicalDesc": "cloudy",
         "color": "#104038FF",
         "color": "#666300FF",
         "recipes": [
         "recipes": [
             "IcedTea"
             "AtomicBomb"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 5,323: Line 6,006:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    },
                    {
                        "Reagent": "Radium",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,330: Line 6,029:
         }
         }
     },
     },
     "Lemonade": {
     "B52": {
         "id": "Lemonade",
         "id": "B52",
         "name": "lemonade",
         "name": "b-52",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Drink using lemon juice, water, and a sweetener such as cane sugar or honey.",
         "desc": "Coffee, irish cream, and cognac. You will get bombed.",
         "physicalDesc": "tart",
         "physicalDesc": "bubbly",
         "color": "#FFFF00FF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [
             "Lemonade"
             "B52"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 5,349: Line 6,048:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                    },
                 ]
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                 ]
             }
             }
         }
         }
     },
     },
     "Milk": {
     "BahamaMama": {
         "id": "Milk",
         "id": "BahamaMama",
         "name": "milk",
         "name": "bahama mama",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "An opaque white liquid produced by the mammary glands of mammals.",
         "desc": "Tropical cocktail.",
         "physicalDesc": "opaque",
         "physicalDesc": "strong-smelling",
         "color": "#DFDFDFFF",
         "color": "#FF7F3BFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 5,369: Line 6,076:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 4,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,376: Line 6,091:
         }
         }
     },
     },
     "MilkOat": {
     "BananaHonk": {
         "id": "MilkOat",
         "id": "BananaHonk",
         "name": "oat milk",
         "name": "banana honk",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Surprisingly tasty.",
         "desc": "A drink from Clown Heaven.",
         "physicalDesc": "refreshing",
         "physicalDesc": "strong-smelling",
         "color": "#302000FF",
         "color": "#FFFF91FF",
         "recipes": [],
         "recipes": [
            "BananaHonk"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 5,391: Line 6,108:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 4,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,398: Line 6,123:
         }
         }
     },
     },
     "MilkSoy": {
     "Barefoot": {
         "id": "MilkSoy",
         "id": "Barefoot",
         "name": "soy milk",
         "name": "barefoot",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Surprisingly tasty.",
         "desc": "Barefoot and pregnant.",
         "physicalDesc": "refreshing",
         "physicalDesc": "strong-smelling",
         "color": "#302000FF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 5,413: Line 6,138:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 5,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,420: Line 6,153:
         }
         }
     },
     },
     "MilkSpoiled": {
     "BeepskySmash": {
         "id": "MilkSpoiled",
         "id": "BeepskySmash",
         "name": "spoiled milk",
         "name": "beepsky smash",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "This milk has gone rancid.",
         "desc": "Deny drinking this and prepare for THE LAW.",
         "physicalDesc": "putrid",
         "physicalDesc": "strong-smelling",
         "color": "#FAFFBAFF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [
            "BeepskySmash"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 5,435: Line 6,170:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": -2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,442: Line 6,185:
         }
         }
     },
     },
     "Nothing": {
     "Bilk": {
         "id": "Nothing",
         "id": "Bilk",
         "name": "nothing",
         "name": "bilk",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Absolutely nothing.",
         "desc": "This appears to be beer mixed with milk. Disgusting.",
         "physicalDesc": "nothing",
         "physicalDesc": "bilky",
         "color": "#FFFFFFFF",
         "color": "#895C4CFF",
         "recipes": [],
         "recipes": [
            "Bilk"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 5,457: Line 6,202:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 5,464: Line 6,209:
         }
         }
     },
     },
     "NukaCola": {
     "BlackRussian": {
         "id": "NukaCola",
         "id": "BlackRussian",
         "name": "nuka cola",
         "name": "black russian",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Cola, cola never changes.",
         "desc": "For the lactose-intolerant. Still as classy as a White Russian.",
         "physicalDesc": "fizzy",
         "physicalDesc": "strong-smelling",
         "color": "#100800FF",
         "color": "#360000FF",
         "recipes": [
         "recipes": [
             "NukaCola"
             "BlackRussian"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 5,481: Line 6,226:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 6,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     },
                ]
            },
            "Poison": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "damage": {
                         "Reagent": "Ethanol",
                            "types": {
                        "Group": null,
                                "Poison": 1
                         "Amount": 0.2,
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,506: Line 6,241:
         }
         }
     },
     },
     "SodaWater": {
     "BloodyMary": {
         "id": "SodaWater",
         "id": "BloodyMary",
         "name": "soda water",
         "name": "bloody mary",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A container of club soda. Why not make a scotch and soda?",
         "desc": "A strange yet pleasurable mixture made of vodka, tomato, and lime juice.",
         "physicalDesc": "fizzy",
         "physicalDesc": "strong-smelling",
         "color": "#619494FF",
         "color": "#660000FF",
         "recipes": [],
         "recipes": [
            "BloodyMary"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 5,521: Line 6,258:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,528: Line 6,273:
         }
         }
     },
     },
     "SoyLatte": {
     "Booger": {
         "id": "SoyLatte",
         "id": "Booger",
         "name": "soy latte",
         "name": "booger",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A coffee drink made with espresso and steamed soy milk.",
         "desc": "Ewww...",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#664300FF",
         "color": "#8CFF8CFF",
         "recipes": [
         "recipes": [
             "SoyLatte"
             "Booger"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 5,545: Line 6,290:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,552: Line 6,305:
         }
         }
     },
     },
     "Tea": {
     "BraveBull": {
         "id": "Tea",
         "id": "BraveBull",
         "name": "tea",
         "name": "brave bull",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A drink made by boiling leaves of the tea tree, Camellia sinensis.",
         "desc": "It's just as effective as Dutch-Courage!",
         "physicalDesc": "aromatic",
         "physicalDesc": "strong-smelling",
         "color": "#8A5A3AFF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [
            "BraveBull"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 5,567: Line 6,322:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.2,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,574: Line 6,337:
         }
         }
     },
     },
     "TonicWater": {
     "CubaLibre": {
         "id": "TonicWater",
         "id": "CubaLibre",
         "name": "tonic water",
         "name": "cuba libre",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "It tastes strange but at least the quinine keeps the Space Malaria at bay.",
         "desc": "Rum, mixed with cola. Viva la revolucion.",
         "physicalDesc": "fizzy",
         "physicalDesc": "bubbly",
         "color": "#0064C8FF",
         "color": "#3E1B00FF",
         "recipes": [],
         "recipes": [
            "CubaLibre"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 5,589: Line 6,354:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,596: Line 6,369:
         }
         }
     },
     },
     "Water": {
     "DemonsBlood": {
         "id": "Water",
         "id": "DemonsBlood",
         "name": "water",
         "name": "demons blood",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A colorless liquid that humans need in order to survive.",
         "desc": "AHHHH!!!!",
         "physicalDesc": "translucent",
         "physicalDesc": "strong-smelling",
         "color": "#C0E0FF20",
         "color": "#A70000FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 5,611: Line 6,384:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 4,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,618: Line 6,399:
         }
         }
     },
     },
     "Ice": {
     "DevilsKiss": {
         "id": "Ice",
         "id": "DevilsKiss",
         "name": "ice",
         "name": "devils kiss",
         "group": "Unknown",
         "group": "Drinks",
         "desc": "Frozen water.",
         "desc": "Creepy time!",
         "physicalDesc": "frosty",
         "physicalDesc": "strong-smelling",
         "color": "#BED8E6FF",
         "color": "#A68310FF",
        "recipes": [],
        "metabolisms": null
    },
    "Flour": {
        "id": "Flour",
        "name": "flour",
        "group": "Foods",
        "desc": "Used for baking.",
        "physicalDesc": "powdery",
        "color": "#FFFFFFFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 5,643: Line 6,414:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "NutritionFactor": 1,
                         "HydrationFactor": 2,
                         "id": "SatiateHunger"
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,650: Line 6,429:
         }
         }
     },
     },
     "Oats": {
     "DoctorsDelight": {
         "id": "Oats",
         "id": "DoctorsDelight",
         "name": "oats",
         "name": "the doctor's delight",
         "group": "Foods",
         "group": "Drinks",
         "desc": "Used for a variety of tasty purposes.",
         "desc": "A gulp a day keeps the MediBot away. That's probably for the best.",
         "physicalDesc": "coarse",
         "physicalDesc": "strong-smelling",
         "color": "#D2B48CFF",
         "color": "#FF8CFFFF",
         "recipes": [],
         "recipes": [
            "DoctorsDelight"
        ],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 5,665: Line 6,446:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "NutritionFactor": 1,
                         "HydrationFactor": 2,
                         "id": "SatiateHunger"
                         "id": "SatiateThirst"
                     }
                     },
                ]
            }
        }
    },
    "Enzyme": {
        "id": "Enzyme",
        "name": "universal enzyme",
        "group": "Foods",
        "desc": "Used in cooking various dishes.",
        "physicalDesc": "",
        "color": "#009900FF",
        "recipes": [],
        "metabolisms": {
            "Food": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "NutritionFactor": 3,
                         "NutritionFactor": -2,
                         "id": "SatiateHunger"
                         "id": "SatiateHunger"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
             }
             },
        }
             "Medicine": {
    },
    "Egg": {
        "id": "Egg",
        "name": "egg",
        "group": "Foods",
        "desc": "Used for baking.",
        "physicalDesc": "mucus-like",
        "color": "#FFFFFFFF",
        "recipes": [],
        "metabolisms": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Burn": -1,
                                "Brute": -1,
                                "Airloss": -1,
                                "Toxin": -1
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "NutritionFactor": 1,
                         "id": "HealthChange"
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 5,716: Line 6,488:
         }
         }
     },
     },
     "Sugar": {
     "DriestMartini": {
         "id": "Sugar",
         "id": "DriestMartini",
         "name": "sugar",
         "name": "driest martini",
         "group": "Foods",
         "group": "Drinks",
         "desc": "Tasty spacey sugar!",
         "desc": "Only for the experienced. You think you see sand floating in the glass.",
         "physicalDesc": "",
         "physicalDesc": "strong-smelling",
         "color": "#FFFFFFFF",
         "color": "#2E6671FF",
         "recipes": [],
         "recipes": [
            "DriestMartini"
        ],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 5,731: Line 6,505:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "NutritionFactor": 1,
                         "HydrationFactor": 2,
                         "id": "SatiateHunger"
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,738: Line 6,520:
         }
         }
     },
     },
     "Blackpepper": {
     "ErikaSuprise": {
         "id": "Blackpepper",
         "id": "ErikaSuprise",
         "name": "black pepper",
         "name": "erika suprise",
         "group": "Foods",
         "group": "Drinks",
         "desc": "Often used to flavor food or make people sneeze.",
         "desc": "The surprise is, it's green!",
         "physicalDesc": "Grainy.",
         "physicalDesc": "strong-smelling",
         "color": "#000000FF",
         "color": "#2E6671FF",
         "recipes": [],
         "recipes": [
            "ErikaSuprise"
        ],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 5,753: Line 6,537:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "NutritionFactor": 1,
                         "HydrationFactor": 2,
                         "id": "SatiateHunger"
                        "id": "SatiateThirst"
                     }
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                 ]
                 ]
             }
             }
         }
         }
     },
     },
     "Vinegar": {
     "GargleBlaster": {
         "id": "Vinegar",
         "id": "GargleBlaster",
         "name": "vinegar",
         "name": "Pan-Galactic Gargle Blaster",
         "group": "Foods",
         "group": "Drinks",
         "desc": "Often used to flavor food.",
         "desc": "Whoah, this stuff looks volatile!",
         "physicalDesc": "",
         "physicalDesc": "volatile",
         "color": "#D2B48CFF",
         "color": "#9CC8B4FF",
         "recipes": [],
         "recipes": [
            "GargleBlaster"
        ],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 5,775: Line 6,569:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "NutritionFactor": 1,
                         "HydrationFactor": 2,
                         "id": "SatiateHunger"
                         "id": "SatiateThirst"
                     }
                     },
                ]
            }
        }
    },
    "Rice": {
        "id": "Rice",
        "name": "rice",
        "group": "Foods",
        "desc": "Hard, small white grains.",
        "physicalDesc": "",
        "color": "#FFFFFFFF",
        "recipes": [],
        "metabolisms": {
            "Food": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "NutritionFactor": 3,
                         "id": "AdjustReagent"
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 5,804: Line 6,584:
         }
         }
     },
     },
     "OilOlive": {
     "GinFizz": {
         "id": "OilOlive",
         "id": "GinFizz",
         "name": "olive oil",
         "name": "gin fizz",
         "group": "Foods",
         "group": "Drinks",
         "desc": "Viscous and fragrant.",
         "desc": "Refreshingly lemony, deliciously dry.",
         "physicalDesc": "",
         "physicalDesc": "strong-smelling",
         "color": "#808000FF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [
            "GinFizz"
        ],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 5,819: Line 6,601:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "NutritionFactor": 1,
                         "HydrationFactor": 2,
                         "id": "SatiateHunger"
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,826: Line 6,616:
         }
         }
     },
     },
     "Oil": {
     "GinTonic": {
         "id": "Oil",
         "id": "GinTonic",
         "name": "oil",
         "name": "gin and tonic",
         "group": "Foods",
         "group": "Drinks",
         "desc": "Used by chefs to cook.",
         "desc": "An all time classic, mild cocktail.",
         "physicalDesc": "oily",
         "physicalDesc": "strong-smelling",
         "color": "#B67823FF",
         "color": "#004166FF",
         "recipes": [
         "recipes": [
             "Oil"
             "GinTonic"
         ],
         ],
        "metabolisms": null
    },
    "CapsaicinOil": {
        "id": "CapsaicinOil",
        "name": "Capsaicin Oil",
        "group": "Unknown",
        "desc": "Capsaicin Oil is the ingredient found in different types of hot peppers.",
        "physicalDesc": "oily",
        "color": "#FF0000FF",
        "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Caustic": 0.5
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "damage": {
                         "Reagent": "Ethanol",
                            "types": null,
                         "Group": null,
                            "groups": {
                         "Amount": 0.15,
                                "Caustic": 1
                         "conditions": null,
                            }
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 5,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "AdjustReagent"
                    },
                    {
                        "Messages": [
                            "capsaicin-effect-light-burn"
                        ],
                        "Type": 1,
                        "conditions": null,
                        "probability": 0.2,
                        "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 5,896: Line 6,648:
         }
         }
     },
     },
     "Nutriment": {
     "Goldschlager": {
         "id": "Nutriment",
         "id": "Goldschlager",
         "name": "nutriment",
         "name": "Goldschlager",
         "group": "Foods",
         "group": "Drinks",
         "desc": "All the vitamins, minerals, and carbohydrates the body needs in pure form.",
         "desc": "100 proof cinnamon schnapps, made for alcoholic teen girls on spring break.",
         "physicalDesc": "opaque",
         "physicalDesc": "strong-smelling",
         "color": "#664330FF",
         "color": "#FFFF91FF",
         "recipes": [],
         "recipes": [
            "Goldschlager"
        ],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 5,911: Line 6,665:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "NutritionFactor": 3,
                         "HydrationFactor": 2,
                         "id": "SatiateHunger"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.2,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,918: Line 6,680:
         }
         }
     },
     },
     "Glucose": {
     "Grog": {
         "id": "Glucose",
         "id": "Grog",
         "name": "glucose",
         "name": "grog",
         "group": "Unknown",
         "group": "Drinks",
         "desc": "A simple sugar found in many foods.",
         "desc": "Watered-down rum, pirate approved!",
         "physicalDesc": "syrupy",
         "physicalDesc": "strong-smelling",
         "color": "#FFFFFFFF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [
         "metabolisms": null
            "Grog"
    },
        ],
    "Astrotame": {
         "metabolisms": {
        "id": "Astrotame",
            "Drink": {
        "name": "Astrotame",
                "rate": 0.5,
        "group": "Foods",
                "effects": [
        "desc": "The sweetness of a thousand sugars but none of the calories.",
                    {
        "physicalDesc": "",
                        "conditions": null,
        "color": "#7FFFD4FF",
                        "probability": 1,
        "recipes": [],
                        "HydrationFactor": 2,
        "metabolisms": null
                        "id": "SatiateThirst"
    },
                    },
    "BbqSauce": {
                    {
        "id": "BbqSauce",
                        "Reagent": "Ethanol",
        "name": "BBQ sauce",
                        "Group": null,
        "group": "Foods",
                        "Amount": 0.05,
        "desc": "Hand wipes not included.",
                        "conditions": null,
        "physicalDesc": "Gloopy.",
                        "probability": 1,
        "color": "#8B0000FF",
                        "id": "AdjustReagent"
        "recipes": [],
                    }
         "metabolisms": null
                ]
            }
         }
     },
     },
     "Cornoil": {
     "HippiesDelight": {
         "id": "Cornoil",
         "id": "HippiesDelight",
         "name": "corn oil",
         "name": "hippies delight",
         "group": "Foods",
         "group": "Drinks",
         "desc": "Corn oil, A delicious oil used in cooking. Made from corn.",
         "desc": "You just don't get it maaaan.",
         "physicalDesc": "",
         "physicalDesc": "strong-smelling",
         "color": "#FFFF00FF",
         "color": "#6EAA0CFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": null
         "metabolisms": {
    },
            "Drink": {
    "Frostoil": {
                "rate": 0.5,
        "id": "Frostoil",
                "effects": [
        "name": "frostoil",
                    {
        "group": "Foods",
                        "conditions": null,
        "desc": "Leaves the tongue numb in its passage.",
                        "probability": 1,
        "physicalDesc": "",
                        "HydrationFactor": 2,
        "color": "#87CEEBFF",
                        "id": "SatiateThirst"
        "recipes": [],
                    },
         "metabolisms": null
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            }
         }
     },
     },
     "HorseradishSauce": {
     "Hooch": {
         "id": "HorseradishSauce",
         "id": "Hooch",
         "name": "horseradish sauce",
         "name": "hooch",
         "group": "Foods",
         "group": "Drinks",
         "desc": "Smelly horseradish sauce.",
         "desc": "Either someone's failure at cocktail making or attempt in alchohol production. In any case, do you really want to drink that?",
         "physicalDesc": "Overpowering.",
         "physicalDesc": "strong-smelling",
         "color": "#808080FF",
         "color": "#664E00FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": null
         "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            }
        }
     },
     },
     "Hotsauce": {
     "IcedBeer": {
         "id": "Hotsauce",
         "id": "IcedBeer",
         "name": "hotsauce",
         "name": "iced beer",
         "group": "Foods",
         "group": "Drinks",
         "desc": "Burns so good.",
         "desc": "A beer which is so cold the air around it freezes.",
         "physicalDesc": "",
         "physicalDesc": "bubbly",
         "color": "#FF0000FF",
         "color": "#664300FF",
        "recipes": [],
        "metabolisms": null
    },
    "Ketchup": {
        "id": "Ketchup",
        "name": "ketchup",
        "group": "Foods",
        "desc": "Made from pureed tomatoes and flavored with spices.",
        "physicalDesc": "",
        "color": "#FF0000FF",
         "recipes": [],
         "recipes": [],
        "metabolisms": null
    },
    "Soysauce": {
        "id": "Soysauce",
        "name": "soy sauce",
        "group": "Foods",
        "desc": "A salty soy-based flavoring.",
        "physicalDesc": "",
        "color": "#8B4513FF",
        "recipes": [],
        "metabolisms": null
    },
    "TableSalt": {
        "id": "TableSalt",
        "name": "table salt",
        "group": "Foods",
        "desc": "Commonly known as salt, Sodium Chloride is often used to season food or kill borers instantly.",
        "physicalDesc": "grainy",
        "color": "#A1000BFF",
        "recipes": [
            "TableSalt"
        ],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 6,025: Line 6,787:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "NutritionFactor": 0.5,
                         "HydrationFactor": 2,
                         "id": "SatiateHunger"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": -0.5,
                        "id": "AdjustReagent"
                    }
                ]
            }
        }
    },
    "IrishCarBomb": {
        "id": "IrishCarBomb",
        "name": "irish car bomb",
        "group": "Drinks",
        "desc": "A troubling mixture of irish cream and ale.",
        "physicalDesc": "bubbly",
        "color": "#2E6671FF",
        "recipes": [
            "IrishCarBomb"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                         "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            }
        }
    },
    "IrishCream": {
        "id": "IrishCream",
        "name": "irish cream",
        "group": "Drinks",
        "desc": "Whiskey-imbued cream. What else could you expect from the Irish.",
        "physicalDesc": "creamy",
        "color": "#664300FF",
        "recipes": [
            "IrishCream"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.2,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            }
        }
    },
    "IrishCoffee": {
        "id": "IrishCoffee",
        "name": "irish coffee",
        "group": "Drinks",
        "desc": "Coffee served with irish cream. Regular cream just isn't the same!",
        "physicalDesc": "cloudy",
        "color": "#664300FF",
        "recipes": [
            "IrishCoffee"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            }
        }
    },
    "LongIslandIcedTea": {
        "id": "LongIslandIcedTea",
        "name": "long island iced tea",
        "group": "Drinks",
        "desc": "The liquor cabinet, brought together in a delicious mix. Intended for middle-aged alcoholic women only.",
        "physicalDesc": "strong-smelling",
        "color": "#664300FF",
        "recipes": [
            "LongIslandIcedTea"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            }
        }
    },
    "Manhattan": {
        "id": "Manhattan",
        "name": "manhattan",
        "group": "Drinks",
        "desc": "The Detective's undercover drink of choice. He never could stomach gin...",
        "physicalDesc": "strong-smelling",
        "color": "#664300FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            }
        }
    },
    "ManhattanProject": {
        "id": "ManhattanProject",
        "name": "manhattan project",
        "group": "Drinks",
        "desc": "A scientist's drink of choice, for pondering ways to blow up the ship.",
        "physicalDesc": "strong-smelling",
        "color": "#664300FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            }
        }
    },
    "ManlyDorf": {
        "id": "ManlyDorf",
        "name": "manly dorf",
        "group": "Drinks",
        "desc": "Beer and Ale, brought together in a delicious mix. Intended for stout dwarves only.",
        "physicalDesc": "bubbly",
        "color": "#664300FF",
        "recipes": [
            "ManlyDorf"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            }
        }
    },
    "Margarita": {
        "id": "Margarita",
        "name": "margarita",
        "group": "Drinks",
        "desc": "On the rocks with salt on the rim. Arriba~!",
        "physicalDesc": "strong-smelling",
        "color": "#8CFF8CFF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            }
        }
    },
    "Martini": {
        "id": "Martini",
        "name": "classic martini",
        "group": "Drinks",
        "desc": "Vermouth with Gin. Not quite how 007 enjoyed it, but still delicious.",
        "physicalDesc": "strong-smelling",
        "color": "#664300FF",
        "recipes": [
            "Martini"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            }
        }
    },
    "Mead": {
        "id": "Mead",
        "name": "mead",
        "group": "Drinks",
        "desc": "A Viking's drink, though a cheap one.",
        "physicalDesc": "strong-smelling",
        "color": "#664300FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            }
        }
    },
    "Mojito": {
        "id": "Mojito",
        "name": "mojito",
        "group": "Drinks",
        "desc": "If it's good enough for Spesscuba, it's good enough for you.",
        "physicalDesc": "strong-smelling",
        "color": "#664300FF",
        "recipes": [
            "Mojito"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            }
        }
    },
    "Moonshine": {
        "id": "Moonshine",
        "name": "moonshine",
        "group": "Drinks",
        "desc": "Artisanal homemade liquor. What could go wrong?",
        "physicalDesc": "strong-smelling",
        "color": "#D1D7D155",
        "recipes": [
            "Moonshine"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.25,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            }
        }
    },
    "Neurotoxin": {
        "id": "Neurotoxin",
        "name": "neurotoxin",
        "group": "Drinks",
        "desc": "A strong neurotoxin that puts the subject into a death-like state.",
        "physicalDesc": "strong-smelling",
        "color": "#2E2E61FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.25,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            },
            "Poison": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                            "types": {
                                "Poison": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                    }
                ]
            }
        }
    },
    "Patron": {
        "id": "Patron",
        "name": "patron",
        "group": "Drinks",
        "desc": "Tequila with silver in it, a favorite of alcoholic women in the club scene.",
        "physicalDesc": "metallic",
        "color": "#585840FF",
        "recipes": [
            "Patron"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.2,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            }
        }
    },
    "RedMead": {
        "id": "RedMead",
        "name": "red mead",
        "group": "Drinks",
        "desc": "The true Viking's drink! Even though it has a strange red color.",
        "physicalDesc": "strong-smelling",
        "color": "#C73C00FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            }
        }
    },
    "Sbiten": {
        "id": "Sbiten",
        "name": "sbiten",
        "group": "Drinks",
        "desc": "A spicy Vodka! Might be a little hot for the little guys!",
        "physicalDesc": "strong-smelling",
        "color": "#004166FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            }
        }
    },
    "ScrewdriverCocktail": {
        "id": "ScrewdriverCocktail",
        "name": "screwdriver",
        "group": "Drinks",
        "desc": "Vodka, mixed with plain ol' orange juice. The result is surprisingly delicious.",
        "physicalDesc": "strong-smelling",
        "color": "#A68310FF",
        "recipes": [
            "ScrewdriverCocktail"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            }
        }
    },
    "Silencer": {
        "id": "Silencer",
        "name": "silencer",
        "group": "Drinks",
        "desc": "A drink from Mime Heaven.",
        "physicalDesc": "strong-smelling",
        "color": "#004666FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "Key": "Muted",
                        "Component": "Muted",
                        "Time": 2,
                        "Refresh": true,
                        "Type": 0,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    },
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
    },
    "Singulo": {
        "id": "Singulo",
        "name": "singulo",
        "group": "Drinks",
        "desc": "A blue-space beverage!",
        "physicalDesc": "strong-smelling",
        "color": "#3B0C0CFF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            }
        }
    },
    "SnowWhite": {
        "id": "SnowWhite",
        "name": "snow white",
        "group": "Drinks",
        "desc": "A cold refreshment.",
        "physicalDesc": "bubbly",
        "color": "#FFFFFFFF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            }
        }
    },
    "SuiDream": {
        "id": "SuiDream",
        "name": "sui dream",
        "group": "Drinks",
        "desc": "'Comprised of: White soda, blue curacao, melon liquor.'",
        "physicalDesc": "strong-smelling",
        "color": "#00A86BFF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            }
        }
    },
    "SyndicateBomb": {
        "id": "SyndicateBomb",
        "name": "syndicate bomb",
        "group": "Drinks",
        "desc": "Somebody set us up the bomb!",
        "physicalDesc": "opaque",
        "color": "#2E6660FF",
        "recipes": [
            "SyndicateBomb"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            }
        }
    },
    "TequilaSunrise": {
        "id": "TequilaSunrise",
        "name": "tequila sunrise",
        "group": "Drinks",
        "desc": "Tequila and orange juice. Much like a Screwdriver, only Mexican.",
        "physicalDesc": "strong-smelling",
        "color": "#FFE48CFF",
        "recipes": [
            "TequilaSunrise"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            }
        }
    },
    "ThreeMileIsland": {
        "id": "ThreeMileIsland",
        "name": "three mile island iced tea",
        "group": "Drinks",
        "desc": "\"Made for a woman, strong enough for a man.\"",
        "physicalDesc": "strong-smelling",
        "color": "#666340FF",
        "recipes": [
            "ThreeMileIsland"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    },
                    {
                        "Reagent": "Uranium",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            }
        }
    },
    "ToxinsSpecial": {
        "id": "ToxinsSpecial",
        "name": "toxins special",
        "group": "Drinks",
        "desc": "This thing is ON FIRE! CALL THE DAMN SHUTTLE!",
        "physicalDesc": "strong-smelling",
        "color": "#665C00FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            }
        }
    },
    "VodkaMartini": {
        "id": "VodkaMartini",
        "name": "vodka martini",
        "group": "Drinks",
        "desc": "Vodka with Gin. Not quite how 007 enjoyed it, but still delicious.",
        "physicalDesc": "strong-smelling",
        "color": "#004666FF",
        "recipes": [
            "VodkaMartini"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            }
        }
    },
    "VodkaTonic": {
        "id": "VodkaTonic",
        "name": "vodka tonic",
        "group": "Drinks",
        "desc": "For when a gin and tonic isn't russian enough.",
        "physicalDesc": "strong-smelling",
        "color": "#0064C8FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            }
        }
    },
    "WhiskeyCola": {
        "id": "WhiskeyCola",
        "name": "whiskey cola",
        "group": "Drinks",
        "desc": "Whiskey, mixed with cola. Surprisingly refreshing.",
        "physicalDesc": "bubbly",
        "color": "#3E1B00FF",
        "recipes": [
            "WhiskeyCola"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            }
        }
    },
    "WhiskeySoda": {
        "id": "WhiskeySoda",
        "name": "whiskey soda",
        "group": "Drinks",
        "desc": "For the more refined griffon.",
        "physicalDesc": "strong-smelling",
        "color": "#533600FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            }
        }
    },
    "WhiteRussian": {
        "id": "WhiteRussian",
        "name": "white russian",
        "group": "Drinks",
        "desc": "That's just, like, your opinion, man...",
        "physicalDesc": "strong-smelling",
        "color": "#A68340FF",
        "recipes": [
            "WhiteRussian"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            }
        }
    },
    "Cola": {
        "id": "Cola",
        "name": "cola",
        "group": "Drinks",
        "desc": "A sweet, carbonated soft drink. Caffeine free.",
        "physicalDesc": "fizzy",
        "color": "#422912FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
    },
    "ChangelingSting": {
        "id": "ChangelingSting",
        "name": "changeling sting",
        "group": "Drinks",
        "desc": "You take a tiny sip and feel a burning sensation...",
        "physicalDesc": "fizzy",
        "color": "#2E6671FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
    },
    "DrGibb": {
        "id": "DrGibb",
        "name": "Dr. Gibb",
        "group": "Drinks",
        "desc": "A delicious blend of 42 different flavours.",
        "physicalDesc": "fizzy",
        "color": "#102000FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
    },
    "EnergyDrink": {
        "id": "EnergyDrink",
        "name": "Energy Drink",
        "group": "Drinks",
        "desc": "A dose of energy! Nanotrasen is not responsible if you grow avian appendages.",
        "physicalDesc": "fizzy",
        "color": "#FFFFBFFF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Theobromine",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            }
        }
    },
    "GrapeSoda": {
        "id": "GrapeSoda",
        "name": "grape soda",
        "group": "Drinks",
        "desc": "It's Graaaaaape!",
        "physicalDesc": "fizzy",
        "color": "#AE94A6FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
    },
    "IceCream": {
        "id": "IceCream",
        "name": "ice cream",
        "group": "Drinks",
        "desc": "It was either this or the microwave, and nobody wants ice cream soup!",
        "physicalDesc": "creamy",
        "color": "#FFFBD6FF",
        "recipes": [
            "IceCream"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
    },
    "LemonLime": {
        "id": "LemonLime",
        "name": "lemon-lime",
        "group": "Drinks",
        "desc": "tangy lime and lemon soda",
        "physicalDesc": "fizzy",
        "color": "#878F00FF",
        "recipes": [
            "LemonLime"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
    },
    "PwrGame": {
        "id": "PwrGame",
        "name": "Pwr Game",
        "group": "Drinks",
        "desc": "The only drink with the PWR that true gamers crave.",
        "physicalDesc": "fizzy",
        "color": "#9385BFFF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
    },
    "RootBeer": {
        "id": "RootBeer",
        "name": "root beer",
        "group": "Drinks",
        "desc": "A very sweet, carbonated drink reminiscent of sarsparilla. Goes well with ice cream.",
        "physicalDesc": "fizzy",
        "color": "#381C07FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
    },
    "RootBeerFloat": {
        "id": "RootBeerFloat",
        "name": "root beer float",
        "group": "Drinks",
        "desc": "Root beer, but now with ice cream on top. It truly is the magnum opus of Canadian summertime drinks.",
        "physicalDesc": "reagent-physical-desc-fizzy and creamy",
        "color": "#4F361FFF",
        "recipes": [
            "RootBeerFloat"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
    },
    "SpaceMountainWind": {
        "id": "SpaceMountainWind",
        "name": "Space Mountain Wind",
        "group": "Drinks",
        "desc": "Blows right through you like a space wind.",
        "physicalDesc": "fizzy",
        "color": "#102000FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
    },
    "SpaceUp": {
        "id": "SpaceUp",
        "name": "Space-Up",
        "group": "Drinks",
        "desc": "Tastes like a hull breach in your mouth.",
        "physicalDesc": "fizzy",
        "color": "#00FF00FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
    },
    "Starkist": {
        "id": "Starkist",
        "name": "starkist",
        "group": "Drinks",
        "desc": "A sweet, orange flavored soft drink.",
        "physicalDesc": "fizzy",
        "color": "#9F3400FF",
        "recipes": [
            "Starkist"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
    },
    "FourteenLoko": {
        "id": "FourteenLoko",
        "name": "Fourteen Loko",
        "group": "Drinks",
        "desc": "A highly processed liquid substance barely-passing intergalatic health standards for a soft drink.",
        "physicalDesc": "fizzy",
        "color": "#DEB928FF",
        "recipes": [
            "FourteenLoko"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Theobromine",
                        "Group": null,
                        "Amount": 0.1,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            },
            "Poison": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                            "types": {
                                "Poison": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                     }
                     }
                 ]
                 ]

Latest revision as of 23:12, 24 June 2022

Oxygen
id"Oxygen"
name"oxygen"
group"Unknown"
desc"An oxidizing, colorless gas."
physicalDesc"gaseous"
color"#808080FF"
recipes
Empty array
metabolisms
Gas
rate0.5
effects
Factor1
conditions
Type"Human"
ShouldHavetrue
id"OrganType"
probability1
id"Oxygenate"
Factor1
conditions
Type"Animal"
ShouldHavetrue
id"OrganType"
probability1
id"Oxygenate"
Factor1
conditions
Type"Rat"
ShouldHavetrue
id"OrganType"
probability1
id"Oxygenate"
_ratios
CarbonDioxide1
Oxygen-1
conditions
Type"Vox"
ShouldHavefalse
id"OrganType"
probability1
id"ModifyLungGas"
Plasma
id"Plasma"
name"plasma"
group"Unknown"
desc"Funky, space-magic pixie dust. You probably shouldn't eat this, but we both know you will anyways."
physicalDesc"gaseous"
color"#7E009EFF"
recipes
Empty array
metabolisms
Poison
rate0.5
effects
damage
types
Poison3
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Reagent"Inaprovaline"
Groupnull
Amount-2
conditionsnull
probability1
id"AdjustReagent"
Gas
rate0.5
effects
damage
types
Poison1
groupsnull
scaleByQuantitytrue
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Tritium
id"Tritium"
name"tritium"
group"Unknown"
desc"Radioactive space-magic pixie dust."
physicalDesc"ionizing"
color"#66FF33FF"
recipes
Empty array
metabolisms
Poison
rate0.5
effects
damage
types
Radiation3
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Gas
rate0.5
effects
damage
types
Radiation1
groupsnull
scaleByQuantitytrue
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
CarbonDioxide
id"CarbonDioxide"
name"carbon dioxide"
group"Unknown"
desc"You have genuinely no idea what this is."
physicalDesc"odorless"
color"#66FF33FF"
recipes
Empty array
metabolisms
Gas
rate0.5
effects
damage
types
Poison0.2
groupsnull
scaleByQuantitytrue
ignoreResistancestrue
conditions
Min0.5
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"HealthChange"
Nitrogen
id"Nitrogen"
name"nitrogen"
group"Unknown"
desc"A colorless, odorless unreactive gas. Highly stable."
physicalDesc"gaseous"
color"#808080FF"
recipes
Empty array
metabolisms
Gas
rate0.5
effects
Factor1
conditions
Type"Vox"
ShouldHavetrue
id"OrganType"
probability1
id"Oxygenate"
Factor1
conditions
Type"Slime"
ShouldHavetrue
id"OrganType"
probability1
id"Oxygenate"
_ratios
CarbonDioxide1
Nitrogen-1
conditions
Type"Vox"
ShouldHavetrue
id"OrganType"
probability1
id"ModifyLungGas"
Miasma
id"Miasma"
name"miasma"
group"Unknown"
desc"Uh oh, stinky!"
physicalDesc"gaseous"
color"#56941EFF"
recipes
Empty array
metabolisms
Gas
rate0.5
effects
Diseases
"VentCough"
"AMIV"
"SpaceCold"
"SpaceFlu"
"Bird Flew"
"VanAusdallsRobovirus"
"BleedersBite"
"Plague"
conditions
Type"Rat"
ShouldHavefalse
id"OrganType"
Min1
Max21474836
Reagent"Miasma"
id"ReagentThreshold"
probability1
id"ChemCauseRandomDisease"
damage
types
Poison0.25
groupsnull
scaleByQuantitytrue
ignoreResistancestrue
conditions
Type"Rat"
ShouldHavefalse
id"OrganType"
Min1
Max21474836
Reagent"Miasma"
id"ReagentThreshold"
probability1
id"HealthChange"
ThirstAmount-40
HungerAmount-40
conditions
Type"Rat"
ShouldHavefalse
id"OrganType"
Min0.8
Max21474836
Reagent"Miasma"
id"ReagentThreshold"
probability0.12
id"ChemVomit"
Messages
"miasma-smell"
Type1
conditions
Min0.25
Max21474836
Reagent"Miasma"
id"ReagentThreshold"
probability0.1
id"PopupMessage"
damage
types
Blunt-4
Slash-3
Piercing-3
groupsnull
scaleByQuantitytrue
ignoreResistancestrue
conditions
Type"Rat"
ShouldHavetrue
id"OrganType"
Min1
Max21474836
Reagent"Miasma"
id"ReagentThreshold"
probability1
id"HealthChange"
Desoxyephedrine
id"Desoxyephedrine"
name"desoxyephedrine"
group"Narcotics"
desc"Desoxyephedrine is a potent stimulant with dangerous side-effects if too much is consumed."
physicalDesc"translucent"
color"#FAFAFAFF"
recipes
"Desoxyephedrine"
metabolisms
Poison
rate0.5
effects
damage
types
Poison0.75
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
damage
types
Poison2
Asphyxiation2
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min30
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"HealthChange"
Narcotic
rate0.5
effects
StatusLifetime2
conditionsnull
probability1
WalkSpeedModifier1.35
SprintSpeedModifier1.35
id"MovespeedModifier"
Key"Stutter"
Component"StutteringAccent"
Time2
Refreshtrue
Type0
conditionsnull
probability1
id"GenericStatusEffect"
Amplitude10
Frequency4
Time2
Refreshtrue
conditionsnull
probability1
id"Jitter"
Key"Stun"
Component""
Time3
Refreshtrue
Type1
conditionsnull
probability1
id"GenericStatusEffect"
Key"KnockedDown"
Component""
Time3
Refreshtrue
Type1
conditionsnull
probability1
id"GenericStatusEffect"
Ephedrine
id"Ephedrine"
name"ephedrine"
group"Narcotics"
desc"Increases stun resistance and movement speed, giving you hand cramps. Overdose deals toxin damage and inhibits breathing."
physicalDesc"powdery"
color"#D2FFFAFF"
recipes
"Ephedrine"
metabolisms
Narcotic
rate0.5
effects
StatusLifetime2
conditionsnull
probability1
WalkSpeedModifier1.25
SprintSpeedModifier1.25
id"MovespeedModifier"
damage
types
Poison2
Asphyxiation2
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min20
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"HealthChange"
Amplitude10
Frequency4
Time2
Refreshtrue
conditionsnull
probability1
id"Jitter"
Key"Stun"
Component""
Time1
Refreshtrue
Type1
conditionsnull
probability1
id"GenericStatusEffect"
Key"KnockedDown"
Component""
Time1
Refreshtrue
Type1
conditionsnull
probability1
id"GenericStatusEffect"
Messages
"ephedrine-effect-tight-pain"
"ephedrine-effect-heart-pounds"
Type1
conditionsnull
probability0.05
id"PopupMessage"
THC
id"THC"
name"THC"
group"Narcotics"
desc"The main psychoactive compound in cannabis."
physicalDesc"crystalline"
color"#808080FF"
recipes
Empty array
metabolisms
Narcotic
rate0.5
effects
Key"SeeingRainbows"
Component"SeeingRainbows"
Time5
Refreshfalse
Type0
conditionsnull
probability1
id"GenericStatusEffect"
THCOil
id"THCOil"
name"THC oil"
group"Narcotics"
desc"Pure THC oil, extracted from the leaves of the cannabis plant. Much stronger than in it's natural form and can be used to numb chronic pain in patients."
physicalDesc"skunky"
color"#DAA520FF"
recipes
Empty array
metabolisms
Narcotic
rate0.5
effects
Key"SeeingRainbows"
Component"SeeingRainbows"
Time5
Refreshfalse
Type0
conditionsnull
probability1
id"GenericStatusEffect"
Nicotine
id"Nicotine"
name"Nicotine"
group"Narcotics"
desc"Dangerous and highly addictive."
physicalDesc"strong-smelling"
color"#C0C0C0FF"
recipes
Empty array
metabolismsnull
Impedrezene
id"Impedrezene"
name"impedrezene"
group"Narcotics"
desc"A narcotic that impedes one's ability by slowing down the higher brain cell functions. Causes massive brain damage."
physicalDesc"acrid"
color"#215263FF"
recipes
"Impedrezene"
metabolismsnull
SpaceDrugs
id"SpaceDrugs"
name"space drugs"
group"Narcotics"
desc"An illegal compound which induces a number of effects such as loss of balance and visual artefacts."
physicalDesc"syrupy"
color"#63806EFF"
recipes
"SpaceDrugs"
metabolisms
Narcotic
rate0.5
effects
Key"SeeingRainbows"
Component"SeeingRainbows"
Time5
Refreshfalse
Type0
conditionsnull
probability1
id"GenericStatusEffect"
Nocturine
id"Nocturine"
name"nocturine"
group"Narcotics"
desc"Makes you feel very tired and unable to stand up. Basically, it's bone hurting juice."
physicalDesc"powdery"
color"#128E80FF"
recipes
Empty array
metabolisms
Narcotic
rate0.5
effects
damage
types
Poison1
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min60
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"HealthChange"
ParalyzeTime1.2
Refreshfalse
conditionsnull
probability1
id"Paralyze"
Key"Stutter"
Component"StutteringAccent"
Time1
Refreshtrue
Type0
conditionsnull
probability1
id"GenericStatusEffect"
MuteToxin
id"MuteToxin"
name"mute toxin"
group"Narcotics"
desc"Makes you unable to talk while metabolizing."
physicalDesc"syrupy"
color"#000000FF"
recipes
"MuteToxin"
metabolisms
Narcotic
rate0.5
effects
Key"Muted"
Component"Muted"
Time2
Refreshtrue
Type0
conditionsnull
probability1
id"GenericStatusEffect"
Thermite
id"Thermite"
name"thermite"
group"Pyrotechnic"
desc"A mixture that becomes extremely hot when ignited, and which can burn straight through walls when applied and ignited. It'll slowly inflict burn damage to anybody dumb enough to ingest it, but can't be ignited inside inside said dumb person."
physicalDesc"grainy"
color"#757245FF"
recipes
"Thermite"
metabolisms
Poison
rate0.5
effects
damage
types
Heat2
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Napalm
id"Napalm"
name"napalm"
group"Pyrotechnic"
desc"It's just a little flammable."
physicalDesc"soapy"
color"#FA00AFFF"
recipes
"Napalm"
metabolisms
Poison
rate0.5
effects
damage
types
Heat1
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Multiplier0.4
conditionsnull
probability1
id"FlammableReaction"
Phlogiston
id"Phlogiston"
name"phlogiston"
group"Pyrotechnic"
desc"Catches you on fire and makes you ignite."
physicalDesc"burning"
color"#D4872AFF"
recipes
"Phlogiston"
metabolisms
Poison
rate0.5
effects
damage
types
Heat3
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Multiplier0.1
conditionsnull
probability1
id"FlammableReaction"
Amount6000
conditionsnull
probability1
id"AdjustTemperature"
ChlorineTrifluoride
id"ChlorineTrifluoride"
name"CLF3"
group"Pyrotechnic"
desc"You really, REALLY don't want to get this shit anywhere near you."
physicalDesc"blazing"
color"#FFC8C8FF"
recipes
"ChlorineTrifluoride"
metabolisms
Poison
rate0.5
effects
damage
types
Heat1
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Multiplier0.2
conditionsnull
probability1
id"FlammableReaction"
Amount6000
conditionsnull
probability1
id"AdjustTemperature"
FoamingAgent
id"FoamingAgent"
name"foaming agent"
group"Pyrotechnic"
desc"Makes foam such as that's required in metal foam grenades."
physicalDesc"foamy"
color"#215263FF"
recipes
"FoamingAgent"
metabolismsnull
WeldingFuel
id"WeldingFuel"
name"welding fuel"
group"Pyrotechnic"
desc"Used by welders to weld."
physicalDesc"oily"
color"#A76B1CFF"
recipes
Empty array
metabolisms
Poison
rate0.5
effects
damage
types
Poison1
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Multiplier0.4
conditionsnull
probability1
id"FlammableReaction"
Fluorosurfactant
id"Fluorosurfactant"
name"fluorosurfactant"
group"Pyrotechnic"
desc"A perfluoronated sulfonic acid that forms a foam when mixed with water."
physicalDesc"opaque"
color"#9E6B38FF"
recipes
"Fluorosurfactant"
metabolismsnull
Blood
id"Blood"
name"blood"
group"Biological"
desc"I hope this is ketchup."
physicalDesc"ferrous"
color"#800000FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor1.5
id"SatiateThirst"
Slime
id"Slime"
name"slime"
group"Biological"
desc"You thought this was gradient blood at first, but you were mistaken."
physicalDesc"viscous"
color"#2CF274FF"
recipes
Empty array
metabolisms
Food
rate0.5
effects
conditionsnull
probability1
NutritionFactor1.5
id"SatiateHunger"
Ichor
id"Ichor"
name"ichor"
group"Biological"
desc"An extremely potent regenerative chemical, perfected by space fauna evolution. Produced in the dragon's digestive system, it is seen as an exotic commodity due to the gargantuan effort of hunting for it."
physicalDesc"reagent-physical-desc-roaring"
color"#F4692EFF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor1.5
id"SatiateThirst"
Medicine
rate0.5
effects
damage
types
Bloodloss-5
groups
Burn-5
Brute-5
Toxin-2
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
EZNutrient
id"EZNutrient"
name"EZ nutrient"
group"Botanical"
desc"Give your plants some of those EZ nutrients!"
physicalDesc"thick"
color"#664330FF"
recipes
"EZNutrient"
metabolismsnull
Left4Zed
id"Left4Zed"
name"left-4-zed"
group"Botanical"
desc"A cocktail of mutagenic compounds, which cause plant life to become highly unstable."
physicalDesc"heterogeneous"
color"#5B406CFF"
recipes
"Left4Zed"
metabolismsnull
PestKiller
id"PestKiller"
name"pest killer"
group"Botanical"
desc"A mixture that targets pests."
physicalDesc"bubbling"
color"#9E9886FF"
recipes
Empty array
metabolismsnull
PlantBGone
id"PlantBGone"
name"plant-B-gone"
group"Botanical"
desc"A harmful toxic mixture to kill plantlife. Do not ingest!"
physicalDesc"bubbling"
color"#49002EFF"
recipes
"PlantBGone"
metabolismsnull
RobustHarvest
id"RobustHarvest"
name"robust harvest"
group"Botanical"
desc"Plant-enhancing hormones, good for increasing potency."
physicalDesc"robust"
color"#3E901CFF"
recipes
"RobustHarvest"
metabolismsnull
WeedKiller
id"WeedKiller"
name"weed killer"
group"Botanical"
desc"A mixture that targets weeds."
physicalDesc"bubbling"
color"#968395FF"
recipes
Empty array
metabolismsnull
Ammonia
id"Ammonia"
name"ammonia"
group"Botanical"
desc"An effective fertilizer which is better than what is available to the botanist initially, though it isn't as powerful as Diethylamine"
physicalDesc"pungent"
color"#77B58EFF"
recipes
"Ammonia"
metabolisms
Poison
rate0.5
effects
damage
typesnull
groups
Caustic1
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Diethylamine
id"Diethylamine"
name"diethylamine"
group"Botanical"
desc"A very potent fertilizer."
physicalDesc"strong-smelling"
color"#A1000BFF"
recipes
"Diethylamine"
metabolisms
Poison
rate0.5
effects
damage
typesnull
groups
Caustic1
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Toxin
id"Toxin"
name"toxin"
group"Toxins"
desc"A toxic chemical."
physicalDesc"opaque"
color"#CF3600FF"
recipes
Empty array
metabolisms
Poison
rate0.5
effects
damage
types
Poison2
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
CarpoToxin
id"CarpoToxin"
name"carpotoxin"
group"Toxins"
desc"Toxic secretions of a space carp. Causes a painful burning sensation."
physicalDesc"reagent-physical-desc-exotic-smelling"
color"#E2A38CFF"
recipes
Empty array
metabolisms
Poison
rate0.5
effects
damage
types
Poison4
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Messages
"generic-reagent-effect-burning-insides"
Type1
conditionsnull
probability0.33
id"PopupMessage"
PolytrinicAcid
id"PolytrinicAcid"
name"polytrinic acid"
group"Toxins"
desc"An extremely corrosive chemical substance. The slightest touch of it will melt off most masks and headgear, and it deals extreme damage to anyone who comes directly into contact with it."
physicalDesc"strong-smelling"
color"#A1000BFF"
recipes
"PolytrinicAcid"
metabolisms
Poison
rate0.5
effects
damage
typesnull
groups
Caustic2
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Messages
"generic-reagent-effect-burning-insides"
Type1
conditionsnull
probability0.33
id"PopupMessage"
FluorosulfuricAcid
id"FluorosulfuricAcid"
name"fluorosulfuric acid"
group"Toxins"
desc"An extremely corrosive chemical substance."
physicalDesc"strong-smelling"
color"#5050FFFF"
recipes
"FluorosulfuricAcid"
metabolisms
Poison
rate0.5
effects
damage
typesnull
groups
Caustic2
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Messages
"generic-reagent-effect-burning-insides"
Type1
conditionsnull
probability0.33
id"PopupMessage"
SulfuricAcid
id"SulfuricAcid"
name"sulfuric acid"
group"Toxins"
desc"A highly corrosive, oily, colorless liquid."
physicalDesc"oily"
color"#BF8C00FF"
recipes
"SulfuricAcid"
metabolisms
Poison
rate0.5
effects
damage
types
Poison2
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Messages
"generic-reagent-effect-burning-insides"
Type1
conditionsnull
probability0.33
id"PopupMessage"
UnstableMutagen
id"UnstableMutagen"
name"unstable mutagen"
group"Toxins"
desc"Causes mutations when injected into living people or plants. High doses may be lethal, especially in humans."
physicalDesc"glowing"
color"#00FF5FFF"
recipes
"UnstableMutagen"
metabolisms
Poison
rate0.5
effects
damage
types
Radiation3
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
HeartbreakerToxin
id"HeartbreakerToxin"
name"heartbreaker toxin"
group"Toxins"
desc"A hallucinogenic compound that is illegal under space law. A synthetic drug derived from Mindbreaker toxin, it blocks some neurological signals to the respiratory system which causes choking."
physicalDesc"strong-smelling"
color"#5F959CFF"
recipes
"HeartbreakerToxin"
metabolisms
Poison
rate0.5
effects
damage
types
Asphyxiation2
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Lexorin
id"Lexorin"
name"lexorin"
group"Toxins"
desc"Temporarily stops respiration and causes tissue damage. Large doses are fatal, and will cause people to pass out very quickly. Dexalin and Dexalin Plus will both remove it, however."
physicalDesc"pungent"
color"#6B0007FF"
recipes
"Lexorin"
metabolisms
Poison
rate0.5
effects
damage
typesnull
groups
Airloss7
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
MindbreakerToxin
id"MindbreakerToxin"
name"mindbreaker toxin"
group"Toxins"
desc"A potent hallucinogenic compound that is illegal under space law. Formerly known as LSD."
physicalDesc"opaque"
color"#77B58EFF"
recipes
"MindbreakerToxin"
metabolismsnull
Histamine
id"Histamine"
name"histamine"
group"Toxins"
desc"Histamine's effects become more dangerous depending on the dosage amount. They range from mildly annoying to incredibly lethal."
physicalDesc"abrasive"
color"#FA6464FF"
recipes
Empty array
metabolisms
Poison
rate0.5
effects
damage
typesnull
groups
Brute2
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability0.1
id"HealthChange"
damage
typesnull
groups
Brute2
Toxin2
Airloss2
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min45
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"HealthChange"
Messages
"histamine-effect-light-itchiness"
Type1
conditionsnull
probability0.1
id"PopupMessage"
Messages
"histamine-effect-heavy-itchiness"
Type1
conditions
Min45
Max21474836
Reagentnull
id"ReagentThreshold"
probability0.2
id"PopupMessage"
Theobromine
id"Theobromine"
name"theobromine"
group"Toxins"
desc"Theobromine is a bitter alkaloid of the cacao plant found in chocolate, and some other foods."
physicalDesc"grainy"
color"#F5F5F5FF"
recipes
Empty array
metabolisms
Poison
rate0.5
effects
damage
types
Poison4
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min1
Max21474836
Reagentnull
id"ReagentThreshold"
Type"Animal"
ShouldHavetrue
id"OrganType"
probability1
id"HealthChange"
ThirstAmount-40
HungerAmount-40
conditions
Min3
Max21474836
Reagentnull
id"ReagentThreshold"
Type"Animal"
ShouldHavetrue
id"OrganType"
probability0.04
id"ChemVomit"
Amatoxin
id"Amatoxin"
name"amatoxin"
group"Toxins"
desc"A potent toxin found in some mushrooms."
physicalDesc"nondescript"
color"#D6CE7BFF"
recipes
Empty array
metabolisms
Poison
rate0.5
effects
damage
types
Poison6
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
VentCrud
id"VentCrud"
name"vent crud"
group"Unknown"
desc"A jet black substance found in poorly maintained ventilation systems."
physicalDesc"sticky"
color"#000000FF"
recipes
Empty array
metabolisms
Poison
rate0.5
effects
damage
types
Poison2
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
CauseChance0.6
Disease"VentCough"
conditionsnull
probability1
id"ChemCauseDisease"
Corpium
id"Corpium"
name"corpium"
group"Unknown"
desc"A Syndicate cocktail, carefully harvested from various sources. You wouldn't want this inside of you."
physicalDesc"necrotic"
color"#7668A1FF"
recipes
Empty array
metabolisms
Poison
rate0.5
effects
damage
types
Cellular1
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
CauseChance1
Disease"ActiveZombieVirus"
conditionsnull
probability1
id"ChemCauseDisease"
UncookedAnimalProteins
id"UncookedAnimalProteins"
name"uncooked animal proteins"
group"Unknown"
desc"This is very risky for the stomachs of softer lifeforms to digest."
physicalDesc"clumpy"
color"#FFFFE5FF"
recipes
Empty array
metabolisms
Poison
rate0.5
effects
damage
types
Poison2
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Type"Human"
ShouldHavetrue
id"OrganType"
probability1
id"HealthChange"
Reagent"Protein"
Groupnull
Amount0.5
conditions
Type"Animal"
ShouldHavetrue
id"OrganType"
probability1
id"AdjustReagent"
Bleach
id"Bleach"
name"bleach"
group"Unknown"
desc"Heavy duty cleaner that can clean tiles the same as Space Cleaner and also decontaminate clothes. Extremely toxic when ingested."
physicalDesc"strong-smelling"
color"#A1000BFF"
recipes
"Bleach"
metabolisms
Poison
rate0.5
effects
damage
types
Poison3
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Messages
"generic-reagent-effect-burning-insides"
Type1
conditionsnull
probability0.33
id"PopupMessage"
SpaceCleaner
id"SpaceCleaner"
name"space cleaner"
group"Unknown"
desc"This is able to clean almost all surfaces of almost anything that may dirty them. The janitor is likely to appreciate refills."
physicalDesc"lemony fresh"
color"#C8FF69FF"
recipes
"SpaceCleaner"
metabolismsnull
SpaceLube
id"SpaceLube"
name"space lube"
group"Unknown"
desc"Space Lube is a high performance lubricant intended for maintenance of extremely complex mechanical equipment (and certainly not used to make people slip)."
physicalDesc"shiny"
color"#77B58EFF"
recipes
"SpaceLube"
metabolismsnull
Aluminium
id"Aluminium"
name"aluminium"
group"Elements"
desc"A silver, soft, non-magnetic, and ductile metal."
physicalDesc"metallic"
color"#848789FF"
recipes
Empty array
metabolismsnull
Carbon
id"Carbon"
name"carbon"
group"Elements"
desc"A black, crystalline solid."
physicalDesc"crystalline"
color"#22282BFF"
recipes
Empty array
metabolismsnull
Chlorine
id"Chlorine"
name"chlorine"
group"Elements"
desc"A yellow-green gas which is toxic to humans."
physicalDesc"gaseous"
color"#A2FF00FF"
recipes
Empty array
metabolismsnull
Copper
id"Copper"
name"copper"
group"Elements"
desc"A soft, malleable, and ductile metal with very high thermal and electrical conductivity."
physicalDesc"metallic"
color"#B05B3CFF"
recipes
Empty array
metabolismsnull
Fluorine
id"Fluorine"
name"fluorine"
group"Elements"
desc"A highly toxic pale yellow gas. Extremely reactive."
physicalDesc"gaseous"
color"#808080FF"
recipes
Empty array
metabolismsnull
Gold
id"Gold"
name"gold"
group"Elements"
desc"Gold is a dense, soft, shiny metal and the most malleable and ductile metal known."
physicalDesc"metallic"
color"#F7C430FF"
recipes
Empty array
metabolismsnull
Hydrogen
id"Hydrogen"
name"hydrogen"
group"Elements"
desc"A light, flammable gas."
physicalDesc"gaseous"
color"#808080FF"
recipes
Empty array
metabolismsnull
Iodine
id"Iodine"
name"iodine"
group"Elements"
desc"Commonly added to table salt as a nutrient. On its own it tastes far less pleasing."
physicalDesc"reagent-physical-desc-dark-brown"
color"#BC8A00FF"
recipes
Empty array
metabolismsnull
Iron
id"Iron"
name"iron"
group"Elements"
desc"A silvery-grey metal which forms iron oxides (rust) with contact with air. Commonly alloyed with other elements to create alloys such as steel."
physicalDesc"metallic"
color"#434B4DFF"
recipes
Empty array
metabolisms
Medicine
rate0.5
effects
Scaledfalse
Amount2
conditionsnull
probability1
id"ModifyBloodLevel"
Lithium
id"Lithium"
name"lithium"
group"Elements"
desc"A soft, silvery-white alkali metal. It's highly reactive, and ignites if it makes contact with water."
physicalDesc"shiny"
color"#C6C8CCFF"
recipes
Empty array
metabolismsnull
Mercury
id"Mercury"
name"mercury"
group"Elements"
desc"A silver metal which is liquid at room temperature. It's highly toxic to humans."
physicalDesc"shiny"
color"#929296FF"
recipes
Empty array
metabolisms
Poison
rate0.5
effects
damage
types
Poison2
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Potassium
id"Potassium"
name"potassium"
group"Elements"
desc"A soft, shiny grey metal. Even more reactive than lithium."
physicalDesc"shiny"
color"#C6C8CCFF"
recipes
Empty array
metabolismsnull
Phosphorus
id"Phosphorus"
name"phosphorus"
group"Elements"
desc"A reactive metal used in pyrotechnics and weapons."
physicalDesc"powdery"
color"#EDE4E4FF"
recipes
Empty array
metabolismsnull
Radium
id"Radium"
name"radium"
group"Elements"
desc"A radioactive metal, silvery-white in its pure form. It glows due to its radioactivity and is highly toxic."
physicalDesc"glowing"
color"#00FF04FF"
recipes
Empty array
metabolisms
Poison
rate0.5
effects
damage
types
Radiation2
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Silicon
id"Silicon"
name"silicon"
group"Elements"
desc"A hard and brittle crystalline solid with a blue-grey color."
physicalDesc"crystalline"
color"#364266FF"
recipes
Empty array
metabolismsnull
Silver
id"Silver"
name"silver"
group"Elements"
desc"A soft, white, lustrous transition metal, it has the highest electrical conductivity of any element and the highest thermal conductivity of any metal."
physicalDesc"reasonably metallic"
color"#D0D0D0FF"
recipes
Empty array
metabolismsnull
Sulfur
id"Sulfur"
name"sulfur"
group"Elements"
desc"A yellow, crystalline solid."
physicalDesc"powdery"
color"#FFF385FF"
recipes
Empty array
metabolismsnull
Sodium
id"Sodium"
name"sodium"
group"Elements"
desc"A silvery-white alkali metal. Highly reactive in its pure form. #thanks visne <3"
physicalDesc"metallic"
color"#C6C8CCFF"
recipes
Empty array
metabolismsnull
Uranium
id"Uranium"
name"uranium"
group"Elements"
desc"A grey metallic chemical element in the actinide series, weakly radioactive."
physicalDesc"metallic"
color"#8FA191FF"
recipes
Empty array
metabolisms
Poison
rate0.5
effects
damage
types
Radiation2
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Acetone
id"Acetone"
name"acetone"
group"Unknown"
desc"A slick, slightly carcinogenic liquid. Has a multitude of mundane uses in everyday life."
physicalDesc"acidic"
color"#AF14B7FF"
recipes
"Acetone"
metabolismsnull
Phenol
id"Phenol"
name"phenol"
group"Unknown"
desc"An aromatic ring of carbon with a hydroxyl group. A useful precursor to some medicines, but has no healing properties on its own."
physicalDesc"acidic"
color"#E7EA91FF"
recipes
"Phenol"
metabolismsnull
Cryptobiolin
id"Cryptobiolin"
name"cryptobiolin"
group"Medicine"
desc"Causes confusion and dizziness. This is essential to make Spaceacillin."
physicalDesc"fizzy"
color"#081A80FF"
recipes
"Cryptobiolin"
metabolismsnull
Dylovene
id"Dylovene"
name"dylovene"
group"Medicine"
desc"A broad-spectrum anti-toxin, which treats toxin damage in the blood stream. Overdosing will cause vomiting, dizzyness and pain."
physicalDesc"translucent"
color"#3A1D8AFF"
recipes
"Dylovene"
metabolisms
Medicine
rate0.5
effects
damage
types
Poison-1
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Diphenhydramine
id"Diphenhydramine"
name"diphenhydramine"
group"Medicine"
desc"Rapidly purges the body of histamine and reduces jitteriness."
physicalDesc"chalky"
color"#64FFE6FF"
recipes
Empty array
metabolisms
Medicine
rate0.5
effects
Reagent"Histamine"
Groupnull
Amount-3
conditionsnull
probability1
id"AdjustReagent"
Key"Jitter"
Component""
Time3
Refreshtrue
Type1
conditionsnull
probability1
id"GenericStatusEffect"
Ethylredoxrazine
id"Ethylredoxrazine"
name"ethylredoxrazine"
group"Medicine"
desc"Neutralises the effects of alcohol in the blood stream. Though it is commonly needed, it is rarely requested."
physicalDesc"opaque"
color"#2D5708FF"
recipes
"Ethylredoxrazine"
metabolisms
Medicine
rate0.5
effects
Key"Drunk"
Component""
Time2
Refreshtrue
Type1
conditionsnull
probability1
id"GenericStatusEffect"
Arithrazine
id"Arithrazine"
name"arithrazine"
group"Medicine"
desc"A slightly unstable medication used for the most extreme case of radiation poisoning. Lowers radiation level at over twice the rate Hyronalin does and will heal toxin damage at the same time. Deals very minor brute damage to the patient over time, but the patient's body will typically out-regenerate it easily."
physicalDesc"cloudy"
color"#BD5902FF"
recipes
"Arithrazine"
metabolisms
Medicine
rate0.5
effects
damage
types
Radiation-3
groups
Brute0.5
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Bicaridine
id"Bicaridine"
name"bicaridine"
group"Medicine"
desc"An analgesic which is highly effective at treating brute damage. It's useful for stabilizing people who have been severely beaten, as well as treating less life-threatening injuries. In the case of bleeding (internal or external), bicaridine will slow down the bleeding heavily. If the dosage exceeds the overdose limit, it'll stop it outright."
physicalDesc"opaque"
color"#FFAA00FF"
recipes
"Bicaridine"
metabolisms
Medicine
rate0.5
effects
damage
typesnull
groups
Brute-2
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
damage
types
Asphyxiation1
Poison0.5
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min30
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"HealthChange"
Amplitude10
Frequency4
Time2
Refreshtrue
conditions
Min30
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"Jitter"
Alcohol
rate0.5
effects
BoozePower2
conditionsnull
probability1
id"Drunk"
Cryoxadone
id"Cryoxadone"
name"cryoxadone"
group"Medicine"
desc"Required for the proper function of cryogenics. Heals all standard types of damage very swiftly, but only works in temperatures under 170K (usually this means cryo cells). Can also slowly heal clone damage, such as caused by cloning or Slimes."
physicalDesc"fizzy"
color"#0091FFFF"
recipes
"Cryoxadone"
metabolisms
Medicine
rate0.5
effects
damage
typesnull
groups
Airloss-6
Brute-4
Burn-4
Toxin-4
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min0
Max150
id"Temperature"
probability1
id"HealthChange"
Clonexadone
id"Clonexadone"
name"clonexadone"
group"Medicine"
desc"Heals standard damage in the same as Cryoxadone, with the same temperature requirement. Significantly more effective than the former at treating cellular damage, although both can be used simultaneously. Best used in cryo cells."
physicalDesc"bubbly"
color"#0666FFFF"
recipes
"Clonexadone"
metabolisms
Medicine
rate0.5
effects
damage
typesnull
groups
Airloss-6
Brute-4
Burn-4
Toxin-4
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min0
Max150
id"Temperature"
probability1
id"HealthChange"
Dermaline
id"Dermaline"
name"dermaline"
group"Medicine"
desc"An advanced chemical that is more effective at treating burn damage than Kelotane."
physicalDesc"translucent"
color"#215263FF"
recipes
"Dermaline"
metabolisms
Medicine
rate0.5
effects
damage
typesnull
groups
Burn-3
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
damage
types
Asphyxiation1
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min30
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"HealthChange"
Amplitude10
Frequency4
Time2
Refreshtrue
conditions
Min30
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"Jitter"
Dexalin
id"Dexalin"
name"dexalin"
group"Medicine"
desc"Used for treating oxygen deprivation. In most cases where it is likely to be needed, the strength of Dexalin Plus will probably be more useful."
physicalDesc"opaque"
color"#0041A8FF"
recipes
"Dexalin"
metabolisms
Medicine
rate0.5
effects
damage
types
Asphyxiation-1
Bloodloss-0.5
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
DexalinPlus
id"DexalinPlus"
name"dexalin plus"
group"Medicine"
desc"Used in treatment of extreme cases of oxygen deprivation. Effective at healing blood loss damage."
physicalDesc"cloudy"
color"#4DA0BDFF"
recipes
"DexalinPlus"
metabolisms
Medicine
rate0.5
effects
damage
types
Asphyxiation-3.5
Bloodloss-3
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Reagent"Lexorin"
Groupnull
Amount-3
conditions
Min1
Max21474836
Reagent"Lexorin"
id"ReagentThreshold"
probability1
id"AdjustReagent"
Epinephrine
id"Epinephrine"
name"epinephrine"
group"Medicine"
desc"Effective at bringing people back from a critical state. Reduces some stun times. Easy to overdose on."
physicalDesc"odorless"
color"#D2FFFAFF"
recipes
"Epinephrine"
metabolisms
Medicine
rate0.5
effects
damage
types
Asphyxiation-3
Poison-0.5
groups
Brute-0.5
Burn-0.5
scaleByQuantityfalse
ignoreResistancestrue
conditions
Max21474836
Min100
id"TotalDamage"
Min0
Max20
Reagentnull
id"ReagentThreshold"
probability1
id"HealthChange"
damage
types
Asphyxiation1
Poison1
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min20
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"HealthChange"
Reagent"Lexorin"
Groupnull
Amount-2
conditionsnull
probability1
id"AdjustReagent"
Reagent"Epinephrine"
Groupnull
Amount-1
conditions
Min1
Max21474836
Reagent"Lexorin"
id"ReagentThreshold"
probability1
id"AdjustReagent"
Reagent"Histamine"
Groupnull
Amount4
conditions
Min1
Max21474836
Reagent"Lexorin"
id"ReagentThreshold"
probability0.1
id"AdjustReagent"
Key"Stun"
Component""
Time0.75
Refreshtrue
Type1
conditionsnull
probability1
id"GenericStatusEffect"
Key"KnockedDown"
Component""
Time0.75
Refreshtrue
Type1
conditionsnull
probability1
id"GenericStatusEffect"
Hyronalin
id"Hyronalin"
name"hyronalin"
group"Medicine"
desc"A weak treatment for radiation damage. Considered to be useful mainly for genetic modification, where it reduces radiation levels, and thus the chance of genetic mutations. Largely outclassed by Arithrazine."
physicalDesc"cloudy"
color"#4CB580FF"
recipes
"Hyronalin"
metabolisms
Medicine
rate0.5
effects
damage
types
Radiation-1
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
ThirstAmount-40
HungerAmount-40
conditionsnull
probability0.02
id"ChemVomit"
damage
types
Heat0.5
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min30
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"HealthChange"
Amplitude10
Frequency4
Time2
Refreshtrue
conditions
Min30
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"Jitter"
Ipecac
id"Ipecac"
name"ipecac"
group"Medicine"
desc"Induces vomiting. Useful for stopping a poisoning that isn't done metabolizing."
physicalDesc"reagent-physical-desc-inky"
color"#422912FF"
recipes
"Ipecac"
metabolisms
Medicine
rate0.5
effects
ThirstAmount-40
HungerAmount-40
conditionsnull
probability0.3
id"ChemVomit"
Inaprovaline
id"Inaprovaline"
name"inaprovaline"
group"Medicine"
desc"Inaprovaline is a synaptic stimulant and cardiostimulant. Commonly used to stabilize patients- it stops oxygen loss when the patient is in critical health. It'll also slow down bleeding by a good amount. Acts as a decent painkiller."
physicalDesc"opaque"
color"#731024FF"
recipes
"Inaprovaline"
metabolisms
Medicine
rate0.5
effects
damage
types
Asphyxiation-5
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Max21474836
Min100
id"TotalDamage"
probability1
id"HealthChange"
Scaledfalse
Amount-0.25
conditionsnull
probability1
id"ModifyBleedAmount"
Kelotane
id"Kelotane"
name"kelotane"
group"Medicine"
desc"Treats burn damage and prevents infection."
physicalDesc"strong-smelling"
color"#BF3D19FF"
recipes
"Kelotane"
metabolisms
Medicine
rate0.5
effects
damage
typesnull
groups
Burn-1
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Leporazine
id"Leporazine"
name"leporazine"
group"Medicine"
desc"This keeps a patient's body temperature stable. High doses can allow short periods of unprotected EVA, but prevents use of the cryogenics tubes."
physicalDesc"pungent"
color"#FF7DB5FF"
recipes
"Leporazine"
metabolisms
Medicine
rate0.5
effects
damage
types
Cold-4
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Amount100000
conditions
Min0
Max293.15
id"Temperature"
probability1
id"AdjustTemperature"
Amount-10000
conditions
Min293.15
Max3.4028235e+38
id"Temperature"
probability1
id"AdjustTemperature"
Messages
"leporazine-effect-temperature-adjusting"
Type1
conditionsnull
probability0.2
id"PopupMessage"
Barozine
id"Barozine"
name"barozine"
group"Medicine"
desc"A somewhat toxic medicine that prevents pressure damage. Causes extreme pain and jittering. Very poisonous when overdosed."
physicalDesc"viscous"
color"#FF867DFF"
recipes
Empty array
metabolisms
Medicine
rate0.5
effects
damage
types
Poison1
groups
Brute-1.5
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
damage
types
Poison3
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min15
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"HealthChange"
Key"PressureImmunity"
Component"PressureImmunity"
Time2
Refreshtrue
Type0
conditionsnull
probability1
id"GenericStatusEffect"
Key"Stutter"
Component"StutteringAccent"
Time2
Refreshtrue
Type0
conditionsnull
probability1
id"GenericStatusEffect"
Amplitude10
Frequency4
Time2
Refreshtrue
conditionsnull
probability1
id"Jitter"
conditionsnull
probability0.2
id"Scream"
Messages
"barozine-effect-skin-burning"
"barozine-effect-muscle-contract"
Type1
conditionsnull
probability0.1
id"PopupMessage"
Phalanximine
id"Phalanximine"
name"phalanximine"
group"Medicine"
desc"Used in the treatment of cancer, is as effective as Anti-Toxin. Causes moderate radiation and hair loss."
physicalDesc"acrid"
color"#C8FF75FF"
recipes
"Phalanximine"
metabolisms
Medicine
rate0.5
effects
damage
types
Cellular-1
Radiation1
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
ThirstAmount-40
HungerAmount-40
conditionsnull
probability0.05
id"ChemVomit"
Romerol
id"Romerol"
name"romerol"
group"Medicine"
desc"A difficult to procure chemical used in the reversal of the zombification process. Tastes like death."
physicalDesc"acrid"
color"#7E916EFF"
recipes
"Romerol"
metabolisms
Medicine
rate0.5
effects
damage
types
Poison0.5
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
PulpedBananaPeel
id"PulpedBananaPeel"
name"pulped banana peel"
group"Medicine"
desc"Pulped banana peels have some effectiveness against bleeding."
physicalDesc"pulpy"
color"#FFE774FF"
recipes
Empty array
metabolisms
Medicine
rate0.5
effects
Scaledfalse
Amount-0.5
conditionsnull
probability1
id"ModifyBleedAmount"
Siderlac
id"Siderlac"
name"siderlac"
group"Medicine"
desc"A powerful anti-caustic medicine derived from plants."
physicalDesc"milky"
color"#F4DAB8FF"
recipes
"Siderlac"
metabolisms
Medicine
rate0.5
effects
damage
typesnull
groups
Caustic-5
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Spaceacillin
id"Spaceacillin"
name"spaceacillin"
group"Medicine"
desc"A theta-lactam antibiotic. A common and very useful medicine, effective against many diseases likely to be encountered in space. Slows progression of diseases."
physicalDesc"opaque"
color"#9942F5FF"
recipes
"Spaceacillin"
metabolisms
Medicine
rate0.5
effects
CureChance0.15
conditionsnull
probability1
id"ChemCureDisease"
Stellibinin
id"Stellibinin"
name"stellibinin"
group"Medicine"
desc"A natual antitoxin with particular effectiveness against amatoxin."
physicalDesc"starry"
color"#2B2F77FF"
recipes
Empty array
metabolisms
Medicine
rate0.5
effects
damage
types
Poison-4
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Reagent"Amatoxin"
Groupnull
Amount-3
conditions
Min1
Max21474836
Reagent"Amatoxin"
id"ReagentThreshold"
probability1
id"AdjustReagent"
Synaptizine
id"Synaptizine"
name"synaptizine"
group"Medicine"
desc"Toxic, but treats hallucinations, drowsiness & halves the duration of paralysis, stuns and knockdowns. One unit is enough to treat hallucinations; two units is deadly."
physicalDesc"pungent"
color"#D49A2FFF"
recipes
"Synaptizine"
metabolisms
Poison
rate0.5
effects
damage
types
Poison3
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Key"Stun"
Component""
Time3
Refreshtrue
Type1
conditionsnull
probability1
id"GenericStatusEffect"
Key"KnockedDown"
Component""
Time3
Refreshtrue
Type1
conditionsnull
probability1
id"GenericStatusEffect"
TranexamicAcid
id"TranexamicAcid"
name"tranexamic acid"
group"Medicine"
desc"A blood clotting medicine for preventing heavy bleeding. Very dangerous in large quantities."
physicalDesc"viscous"
color"#BA7D7DFF"
recipes
"TranexamicAcid"
metabolisms
Medicine
rate0.5
effects
Scaledfalse
Amount-1.5
conditionsnull
probability1
id"ModifyBleedAmount"
damage
types
Bloodloss3
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min15
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"HealthChange"
Tricordrazine
id"Tricordrazine"
name"tricordrazine"
group"Medicine"
desc"A wide-spectrum stimulant, originally derived from Cordrazine. It's capable of healing most common damage types simultaneously, however only at about half the rate of other medications. Because of its low potency, it's best used as a supplement to other medicines."
physicalDesc"opaque"
color"#00E5FFFF"
recipes
"Tricordrazine"
metabolisms
Medicine
rate0.5
effects
damage
types
Poison-0.5
groups
Burn-1
Brute-1
scaleByQuantityfalse
ignoreResistancestrue
conditions
Max50
Min0
id"TotalDamage"
probability1
id"HealthChange"
Lipozine
id"Lipozine"
name"lipozine"
group"Medicine"
desc"Causes weight loss upon consumption."
physicalDesc"oily"
color"#2690B5FF"
recipes
"Lipozine"
metabolisms
Medicine
rate0.5
effects
conditionsnull
probability1
NutritionFactor-1
id"SatiateHunger"
Omnizine
id"Omnizine"
name"omnizine"
group"Medicine"
desc"A soothing milky liquid with an iridescent gleam. A well known conspiracy theory says that it's origins remain a mystery because knowing the secrets of its production would render most commercial pharmaceuticals obsolete."
physicalDesc"soothing"
color"#FCF7F9FF"
recipes
Empty array
metabolisms
Medicine
rate0.5
effects
damage
typesnull
groups
Burn-2
Toxin-2
Airloss-2
Brute-2
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Ultravasculine
id"Ultravasculine"
name"ultravasculine"
group"Medicine"
desc"Rapidly flushes toxins from the body, but places some stress on the veins. Do not overdose."
physicalDesc"thick and grainy"
color"#520E30FF"
recipes
"Ultravasculine"
metabolisms
Medicine
rate0.5
effects
damage
typesnull
groups
Toxin-3
Brute0.5
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min0
Max30
Reagentnull
id"ReagentThreshold"
probability1
id"HealthChange"
damage
typesnull
groups
Toxin-1
Brute3
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min30
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"HealthChange"
Reagent"Histamine"
Groupnull
Amount-1
conditions
Min1
Max21474836
Reagent"Histamine"
id"ReagentThreshold"
probability1
id"AdjustReagent"
Reagent"Ultravasculine"
Groupnull
Amount0.5
conditions
Min1
Max21474836
Reagent"Histamine"
id"ReagentThreshold"
probability1
id"AdjustReagent"
Carpetium
id"Carpetium"
name"carpetium"
group"Special"
desc"A mystical chemical, usually outsourced from the Clown Planet, that covers everything it touches in carpet."
physicalDesc"fibrous"
color"#800000FF"
recipes
"Carpetium"
metabolisms
Poison
rate0.5
effects
Messages
"carpetium-effect-blood-fibrous"
"carpetium-effect-jumpsuit-insides"
Type1
conditionsnull
probability0.1
id"PopupMessage"
Reagent"CarpoToxin"
Groupnull
Amount-3
conditions
Min1
Max21474836
Reagent"CarpoToxin"
id"ReagentThreshold"
probability1
id"AdjustReagent"
Fiber
id"Fiber"
name"fiber"
group"Unknown"
desc"A raw material, usually extracted from wool or other fabric products."
physicalDesc"fibrous"
color"#808080FF"
recipes
Empty array
metabolismsnull
BuzzochloricBees
id"BuzzochloricBees"
name"Buzzochloric Bees"
group"Toxins"
desc"Liquid bees. Oh god it's LIQUID BEES NO-"
physicalDesc"buzzy"
color"#FFD35DFF"
recipes
"BuzzochloricBees"
metabolisms
Poison
rate0.5
effects
Messages
"buzzochloricbees-effect-oh-god-bees"
"buzzochloricbees-effect-its-the-bees"
"buzzochloricbees-effect-why-am-i-covered-in-bees"
"buzzochloricbees-effect-one-with-the-bees"
"buzzochloricbees-effect-squeaky-clean"
Type1
conditions
Min0
Max0
Reagent"Histamine"
id"ReagentThreshold"
Tag"Bee"
Inverttrue
id"HasTag"
probability0.1
id"PopupMessage"
Messages
"buzzochloricbees-effect-histamine-bee-allergy"
"buzzochloricbees-effect-histamine-swells"
"buzzochloricbees-effect-histamine-numb-to-the-bees"
"buzzochloricbees-effect-histamine-cannot-be-one-with-the-bees"
"buzzochloricbees-effect-squeaky-clean"
Type1
conditions
Min0.01
Max21474836
Reagent"Histamine"
id"ReagentThreshold"
Tag"Bee"
Inverttrue
id"HasTag"
probability0.05
id"PopupMessage"
Messages
"buzzochloricbees-effect-licoxide-electrifying"
"buzzochloricbees-effect-licoxide-shocked-by-bee-facts"
"buzzochloricbees-effect-licoxide-buzzed"
"buzzochloricbees-effect-licoxide-buzzes"
Type1
conditions
Tag"Bee"
Inverttrue
id"HasTag"
Min0.01
Max21474836
Reagent"Licoxide"
id"ReagentThreshold"
probability0.05
id"PopupMessage"
Messages
"buzzochloricbees-effect-fiber-hairy"
"buzzochloricbees-effect-fiber-soft"
Type1
conditions
Tag"Bee"
Inverttrue
id"HasTag"
Min0.01
Max21474836
Reagent"Fiber"
id"ReagentThreshold"
probability0.05
id"PopupMessage"
damage
types
Poison2
Piercing2
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Tag"Bee"
Inverttrue
id"HasTag"
probability1
id"HealthChange"
GroundBee
id"GroundBee"
name"Ground Bee"
group"Unknown"
desc"Bee grounds. Gross."
physicalDesc"bee guts"
color"#86530EFF"
recipes
Empty array
metabolismsnull
Saxoite
id"Saxoite"
name"Saxoite"
group"Unknown"
desc"Smells like jazz."
physicalDesc"ground brass"
color"#B8A603FF"
recipes
Empty array
metabolismsnull
Licoxide
id"Licoxide"
name"Licoxide"
group"Toxins"
desc"It looks... electrifying."
physicalDesc"electric"
color"#FDD023FF"
recipes
Empty array
metabolisms
Poison
rate0.5
effects
ElectrocuteTime2
ElectrocuteDamageScale5
Refreshtrue
conditionsnull
probability0.5
id"Electrocute"
Astrotame
id"Astrotame"
name"Astrotame"
group"Foods"
desc"The sweetness of a thousand sugars but none of the calories."
physicalDesc"sugary"
color"#7FFFD4FF"
recipes
Empty array
metabolismsnull
BbqSauce
id"BbqSauce"
name"BBQ sauce"
group"Foods"
desc"Hand wipes not included."
physicalDesc"gloopy"
color"#8B0000FF"
recipes
"CookingBbqSauce"
metabolismsnull
Cornoil
id"Cornoil"
name"corn oil"
group"Foods"
desc"Corn oil, A delicious oil used in cooking. Made from corn."
physicalDesc"oily"
color"#FFFF00FF"
recipes
Empty array
metabolismsnull
Frostoil
id"Frostoil"
name"frostoil"
group"Foods"
desc"Leaves the tongue numb in its passage."
physicalDesc"cold"
color"#87CEEBFF"
recipes
Empty array
metabolismsnull
HorseradishSauce
id"HorseradishSauce"
name"horseradish sauce"
group"Foods"
desc"Smelly horseradish sauce."
physicalDesc"overpowering"
color"#808080FF"
recipes
Empty array
metabolismsnull
Hotsauce
id"Hotsauce"
name"hotsauce"
group"Foods"
desc"Burns so good."
physicalDesc"spicy"
color"#FF0000FF"
recipes
"CookingHotsauce"
metabolismsnull
Ketchup
id"Ketchup"
name"ketchup"
group"Foods"
desc"Made from pureed tomatoes and flavored with spices."
physicalDesc"tangy"
color"#FF0000FF"
recipes
"CookingKetchup"
metabolismsnull
Soysauce
id"Soysauce"
name"soy sauce"
group"Foods"
desc"A salty soy-based flavoring."
physicalDesc"salty"
color"#8B4513FF"
recipes
Empty array
metabolisms
Food
rate0.5
effects
conditionsnull
probability1
NutritionFactor0.5
id"SatiateHunger"
conditionsnull
probability1
HydrationFactor-0.5
id"SatiateThirst"
TableSalt
id"TableSalt"
name"table salt"
group"Foods"
desc"Commonly known as salt, Sodium Chloride is often used to season food or kill borers instantly."
physicalDesc"grainy"
color"#A1000BFF"
recipes
"TableSalt"
metabolisms
Food
rate0.5
effects
conditionsnull
probability1
NutritionFactor0.5
id"SatiateHunger"
conditionsnull
probability1
HydrationFactor-0.5
id"SatiateThirst"
Nutriment
id"Nutriment"
name"nutriment"
group"Foods"
desc"All the vitamins, minerals, and carbohydrates the body needs in pure form."
physicalDesc"opaque"
color"#664330FF"
recipes
Empty array
metabolisms
Food
rate0.5
effects
conditionsnull
probability1
NutritionFactor3
id"SatiateHunger"
Vitamin
id"Vitamin"
name"vitamin"
group"Foods"
desc"Found in healthy, complete meals."
physicalDesc"chalky"
color"#D3D3D3FF"
recipes
Empty array
metabolisms
Food
rate0.5
effects
damage
typesnull
groups
Brute-0.5
Burn-0.5
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability0.5
id"HealthChange"
Scaledfalse
Amount-0.25
conditionsnull
probability1
id"ModifyBleedAmount"
conditionsnull
probability1
NutritionFactor3
id"SatiateHunger"
Protein
id"Protein"
name"protein"
group"Foods"
desc"Found in certain meals, good for bodily health."
physicalDesc"clumpy"
color"#FFFFE5FF"
recipes
"ProteinCooking"
metabolisms
Food
rate0.5
effects
damage
typesnull
groups
Brute-0.4
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability0.5
id"HealthChange"
Scaledfalse
Amount1
conditionsnull
probability1
id"ModifyBloodLevel"
conditionsnull
probability1
NutritionFactor3
id"SatiateHunger"
Flour
id"Flour"
name"flour"
group"Foods"
desc"Used for baking."
physicalDesc"powdery"
color"#FFFFFFFF"
recipes
Empty array
metabolisms
Food
rate0.5
effects
conditionsnull
probability1
NutritionFactor1
id"SatiateHunger"
Oats
id"Oats"
name"oats"
group"Foods"
desc"Used for a variety of tasty purposes."
physicalDesc"coarse"
color"#D2B48CFF"
recipes
Empty array
metabolisms
Food
rate0.5
effects
conditionsnull
probability1
NutritionFactor1
id"SatiateHunger"
Enzyme
id"Enzyme"
name"universal enzyme"
group"Foods"
desc"Used in cooking various dishes."
physicalDesc"chalky"
color"#009900FF"
recipes
Empty array
metabolisms
Food
rate0.5
effects
conditionsnull
probability1
NutritionFactor3
id"SatiateHunger"
Egg
id"Egg"
name"egg"
group"Foods"
desc"Used for baking."
physicalDesc"mucus-like"
color"#FFFFFFFF"
recipes
Empty array
metabolisms
Food
rate0.5
effects
conditionsnull
probability1
NutritionFactor1
id"SatiateHunger"
Sugar
id"Sugar"
name"sugar"
group"Foods"
desc"Tasty spacey sugar!"
physicalDesc"sweet"
color"#FFFFFFFF"
recipes
Empty array
metabolisms
Food
rate0.5
effects
conditionsnull
probability1
NutritionFactor1
id"SatiateHunger"
Blackpepper
id"Blackpepper"
name"black pepper"
group"Foods"
desc"Often used to flavor food or make people sneeze."
physicalDesc"grainy"
color"#000000FF"
recipes
Empty array
metabolisms
Food
rate0.5
effects
conditionsnull
probability1
NutritionFactor1
id"SatiateHunger"
Vinegar
id"Vinegar"
name"vinegar"
group"Foods"
desc"Often used to flavor food."
physicalDesc"sour"
color"#D2B48CFF"
recipes
Empty array
metabolisms
Food
rate0.5
effects
conditionsnull
probability1
NutritionFactor1
id"SatiateHunger"
Rice
id"Rice"
name"rice"
group"Foods"
desc"Hard, small white grains."
physicalDesc"chewy"
color"#FFFFFFFF"
recipes
Empty array
metabolisms
Food
rate0.5
effects
conditionsnull
probability1
NutritionFactor3
id"SatiateHunger"
OilOlive
id"OilOlive"
name"olive oil"
group"Foods"
desc"Viscous and fragrant."
physicalDesc"oily"
color"#808000FF"
recipes
Empty array
metabolisms
Food
rate0.5
effects
conditionsnull
probability1
NutritionFactor1
id"SatiateHunger"
Oil
id"Oil"
name"oil"
group"Foods"
desc"Used by chefs to cook."
physicalDesc"oily"
color"#B67823FF"
recipes
"Oil"
metabolismsnull
CapsaicinOil
id"CapsaicinOil"
name"Capsaicin Oil"
group"Unknown"
desc"Capsaicin Oil is the ingredient found in different types of hot peppers."
physicalDesc"oily"
color"#FF0000FF"
recipes
Empty array
metabolisms
Poison
rate0.5
effects
damage
typesnull
groups
Caustic0.5
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
damage
typesnull
groups
Caustic1
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min5
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"HealthChange"
Messages
"capsaicin-effect-light-burn"
Type1
conditionsnull
probability0.2
id"PopupMessage"
Coffee
id"Coffee"
name"coffee"
group"Drinks"
desc"A drink made from brewed coffee beans. Contains a moderate amount of caffeine."
physicalDesc"aromatic"
color"#664300FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Theobromine"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
Cream
id"Cream"
name"cream"
group"Drinks"
desc"The fatty, still liquid part of milk. Why don't you mix this with sum scotch, eh?"
physicalDesc"creamy"
color"#DFD7AFFF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor1
id"SatiateThirst"
CafeLatte
id"CafeLatte"
name"cafe latte"
group"Drinks"
desc"A nice, strong and tasty beverage while you are reading."
physicalDesc"creamy"
color"#664300FF"
recipes
"CafeLatte"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor3
id"SatiateThirst"
GreenTea
id"GreenTea"
name"green tea"
group"Drinks"
desc"Tasty green tea."
physicalDesc"aromatic"
color"#C33F00FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor3
id"SatiateThirst"
Grenadine
id"Grenadine"
name"grenadine"
group"Drinks"
desc"Not cherry flavored!"
physicalDesc"dark-red"
color"#EA1D26FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor3
id"SatiateThirst"
IcedCoffee
id"IcedCoffee"
name"iced coffee"
group"Drinks"
desc"Coffee and ice, refreshing and cool."
physicalDesc"aromatic"
color"#102838FF"
recipes
"IcedCoffee"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor3
id"SatiateThirst"
IcedGreenTea
id"IcedGreenTea"
name"iced green tea"
group"Drinks"
desc"cold green tea."
physicalDesc"aromatic"
color"#CE4200FF"
recipes
"IcedGreenTea"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor3
id"SatiateThirst"
IcedTea
id"IcedTea"
name"iced tea"
group"Drinks"
desc"No relation to a certain rap artist/actor."
physicalDesc"aromatic"
color"#104038FF"
recipes
"IcedTea"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Theobromine"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
Lemonade
id"Lemonade"
name"lemonade"
group"Drinks"
desc"Drink using lemon juice, water, and a sweetener such as cane sugar or honey."
physicalDesc"tart"
color"#FFFF00FF"
recipes
"Lemonade"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Milk
id"Milk"
name"milk"
group"Drinks"
desc"An opaque white liquid produced by the mammary glands of mammals."
physicalDesc"opaque"
color"#DFDFDFFF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor4
id"SatiateThirst"
MilkGoat
id"MilkGoat"
name"goats milk"
group"Drinks"
desc"An opaque white liquid produced by a goat. High buttermilk content."
physicalDesc"opaque"
color"#DFDFDFFF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor4
id"SatiateThirst"
MilkOat
id"MilkOat"
name"oat milk"
group"Drinks"
desc"Surprisingly tasty."
physicalDesc"refreshing"
color"#302000FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor4
id"SatiateThirst"
MilkSoy
id"MilkSoy"
name"soy milk"
group"Drinks"
desc"Consumers favorite."
physicalDesc"refreshing"
color"#302000FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor4
id"SatiateThirst"
MilkSpoiled
id"MilkSpoiled"
name"spoiled milk"
group"Drinks"
desc"This milk has gone rancid."
physicalDesc"putrid"
color"#FAFFBAFF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor-2
id"SatiateThirst"
Nothing
id"Nothing"
name"nothing"
group"Drinks"
desc"Absolutely nothing."
physicalDesc"nothing"
color"#FFFFFFFF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
NuclearCola
id"NuclearCola"
name"nuclear cola"
group"Drinks"
desc"Cola, cola never changes."
physicalDesc"fizzy"
color"#100800FF"
recipes
"NuclearCola"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor6
id"SatiateThirst"
Poison
rate0.5
effects
damage
types
Poison1
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
SodaWater
id"SodaWater"
name"soda water"
group"Drinks"
desc"A container of club soda. Why not make a scotch and soda?"
physicalDesc"fizzy"
color"#619494FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor3
id"SatiateThirst"
SoyLatte
id"SoyLatte"
name"soy latte"
group"Drinks"
desc"A coffee drink made with espresso and steamed soy milk."
physicalDesc"strong-smelling"
color"#664300FF"
recipes
"SoyLatte"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor3
id"SatiateThirst"
Tea
id"Tea"
name"tea"
group"Drinks"
desc"A drink made by boiling leaves of the tea tree, Camellia sinensis."
physicalDesc"aromatic"
color"#8A5A3AFF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Theobromine"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
TonicWater
id"TonicWater"
name"tonic water"
group"Drinks"
desc"It tastes strange but at least the quinine keeps the Space Malaria at bay."
physicalDesc"fizzy"
color"#0064C8FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor3
id"SatiateThirst"
Water
id"Water"
name"water"
group"Drinks"
desc"A colorless liquid that humans need in order to survive."
physicalDesc"translucent"
color"#C0E0FF20"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor4
id"SatiateThirst"
Ice
id"Ice"
name"ice"
group"Unknown"
desc"Frozen water."
physicalDesc"frosty"
color"#BED8E6FF"
recipes
Empty array
metabolismsnull
DryRamen
id"DryRamen"
name"dry ramen"
group"Drinks"
desc"Dry noodles and salt."
physicalDesc"wormy"
color"#664300FF"
recipes
Empty array
metabolisms
Food
rate0.5
effects
conditionsnull
probability1
NutritionFactor1
id"SatiateHunger"
HotRamen
id"HotRamen"
name"hot ramen"
group"Drinks"
desc"Hot noodles."
physicalDesc"wormy"
color"#664300FF"
recipes
"HotRamen"
metabolisms
Food
rate0.5
effects
conditionsnull
probability1
NutritionFactor4
id"SatiateHunger"
Pilk
id"Pilk"
name"pilk"
group"Drinks"
desc"A sickening mixture of milk and cola."
physicalDesc"creamy"
color"#E7C69FFF"
recipes
"Pilk"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor1
id"SatiateThirst"
KiraSpecial
id"KiraSpecial"
name"kira special"
group"Drinks"
desc"Long live the guy who everyone had mistaken for a girl. Baka!"
physicalDesc"strong-smelling"
color"#CCCC99FF"
recipes
"KiraSpecial"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor3
id"SatiateThirst"
Rewriter
id"Rewriter"
name"rewriter"
group"Drinks"
desc"The secret of the sanctuary of the Librarian..."
physicalDesc"strong-smelling"
color"#485000FF"
recipes
"Rewriter"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor3
id"SatiateThirst"
JuiceApple
id"JuiceApple"
name"apple juice"
group"Drinks"
desc"It's a little piece of Eden."
physicalDesc"crisp"
color"#FDAD01FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor3
id"SatiateThirst"
JuiceBanana
id"JuiceBanana"
name"banana juice"
group"Drinks"
desc"The raw essence of a banana. HONK."
physicalDesc"crisp"
color"#FFE777FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor3
id"SatiateThirst"
JuiceBerry
id"JuiceBerry"
name"berry juice"
group"Drinks"
desc"A delicious blend of several different kinds of berries."
physicalDesc"sweet"
color"#660099FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor3
id"SatiateThirst"
JuiceBerryPoison
id"JuiceBerryPoison"
name"poison berry juice"
group"Unknown"
desc"A surprisingly tasty juice blended from various kinds of very deadly and toxic berries."
physicalDesc"sickly"
color"#6600CCFF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor3
id"SatiateThirst"
Poison
rate0.5
effects
damage
types
Poison1
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
JuiceCarrot
id"JuiceCarrot"
name"carrot juice"
group"Drinks"
desc"It's like a carrot, but less crunchy."
physicalDesc"crisp"
color"#FF8820FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor3
id"SatiateThirst"
JuiceGrape
id"JuiceGrape"
name"grape juice"
group"Drinks"
desc"Freshly squeezed juice from red grapes. Quite sweet."
physicalDesc"crisp"
color"#512284FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor3
id"SatiateThirst"
JuiceLemon
id"JuiceLemon"
name"lemon juice"
group"Drinks"
desc"This juice is VERY sour."
physicalDesc"citric"
color"#FFF690FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor3
id"SatiateThirst"
JuiceLime
id"JuiceLime"
name"lime juice"
group"Drinks"
desc"The sweet-sour juice of limes."
physicalDesc"citric"
color"#99BB43FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor3
id"SatiateThirst"
JuiceOrange
id"JuiceOrange"
name"orange juice"
group"Drinks"
desc"Both delicious AND rich in Vitamin C. What more do you need?"
physicalDesc"citric"
color"#E78108FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor3
id"SatiateThirst"
JuicePineapple
id"JuicePineapple"
name"pineapple juice"
group"Drinks"
desc"The delicious juice of a pineapple."
physicalDesc"tropical"
color"#FFFF00FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor3
id"SatiateThirst"
JuicePotato
id"JuicePotato"
name"potato juice"
group"Drinks"
desc"Juice of the potato. Bleh."
physicalDesc"starchy"
color"#302000FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor3
id"SatiateThirst"
JuiceTomato
id"JuiceTomato"
name"tomato juice"
group"Drinks"
desc"Tomatoes made into juice. What a waste of good tomatoes, huh?"
physicalDesc"saucey"
color"#731008FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor3
id"SatiateThirst"
JuiceWatermelon
id"JuiceWatermelon"
name"water melon juice"
group"Drinks"
desc"The delicious juice of a watermelon."
physicalDesc"sweet"
color"#EF3520FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor3
id"SatiateThirst"
Absinthe
id"Absinthe"
name"absinthe"
group"Drinks"
desc"A anise-flavoured spirit derived from botanicals."
physicalDesc"strong-smelling"
color"#33EE00FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.3
conditionsnull
probability1
id"AdjustReagent"
Ale
id"Ale"
name"ale"
group"Drinks"
desc"A dark alchoholic beverage made by malted barley and yeast."
physicalDesc"bubbly"
color"#663100FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
Beer
id"Beer"
name"beer"
group"Drinks"
desc"An alcoholic beverage made from malted grains, hops, yeast, and water."
physicalDesc"bubbly"
color"#CFA85FFF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
BlueCuracao
id"BlueCuracao"
name"blue curacao"
group"Drinks"
desc"Exotically blue, fruity drink, distilled from oranges."
physicalDesc"strong-smelling"
color"#0000CDFF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.1
conditionsnull
probability1
id"AdjustReagent"
Cognac
id"Cognac"
name"cognac"
group"Drinks"
desc"A sweet and strongly alcoholic drink, twice distilled and left to mature for several years. Classy as fornication."
physicalDesc"strong-smelling"
color"#AB3C05FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.2
conditionsnull
probability1
id"AdjustReagent"
DeadRum
id"DeadRum"
name"deadrum"
group"Drinks"
desc"Distilled alcoholic drink made from saltwater."
physicalDesc"strong-smelling"
color"#664300FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.2
conditionsnull
probability1
id"AdjustReagent"
Ethanol
id"Ethanol"
name"ethanol"
group"Drinks"
desc"A simple alcohol, makes you drunk if consumed, flammable."
physicalDesc"strong-smelling"
color"#B05B3CFF"
recipes
Empty array
metabolisms
Poison
rate0.5
effects
damage
typesnull
groups
Caustic1
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min5
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"HealthChange"
ThirstAmount-40
HungerAmount-40
conditions
Min3
Max21474836
Reagent"Ethanol"
id"ReagentThreshold"
probability0.04
id"ChemVomit"
Alcohol
rate0.5
effects
BoozePower3
conditionsnull
probability1
id"Drunk"
Gin
id"Gin"
name"gin"
group"Drinks"
desc"A distilled alcoholic drink that derives its predominant flavour from juniper berries."
physicalDesc"strong-smelling"
color"#664300FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.2
conditionsnull
probability1
id"AdjustReagent"
Kahlua
id"Kahlua"
name"kahlua"
group"Drinks"
desc"A widely known, Mexican coffee-flavoured liqueur."
physicalDesc"cloudy"
color"#664300FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
MelonLiquor
id"MelonLiquor"
name"melon liquor"
group"Drinks"
desc"A relatively sweet and fruity 46 proof liquor."
physicalDesc"strong-smelling"
color"#138808FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
NTCahors
id"NTCahors"
name"NeoTheology Cahors Wine"
group"Drinks"
desc"Fortified dessert wine made from cabernet sauvignon, saperavi and other grapes."
physicalDesc"strong-smelling"
color"#7E4043FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
PoisonWine
id"PoisonWine"
name"poison wine"
group"Drinks"
desc"Is this even wine? Toxic! Hallucinogenic! Probably consumed in boatloads by your superiors!"
physicalDesc"strong-smelling"
color"#000000FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
Poison
rate0.5
effects
damage
types
Poison1
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Rum
id"Rum"
name"rum"
group"Drinks"
desc"Distilled alcoholic drink made from sugarcane byproducts."
physicalDesc"strong-smelling"
color"#664300FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.2
conditionsnull
probability1
id"AdjustReagent"
Sake
id"Sake"
name"sake"
group"Drinks"
desc"Alcoholic beverage made by fermenting rice that has been polished."
physicalDesc"strong-smelling"
color"#DDDDDDFF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
Tequila
id"Tequila"
name"tequila"
group"Drinks"
desc"A strong and mildly flavoured, mexican produced spirit."
physicalDesc"strong-smelling"
color"#D7D1D155"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.2
conditionsnull
probability1
id"AdjustReagent"
Vermouth
id"Vermouth"
name"vermouth"
group"Drinks"
desc"Aromatized, fortified white wine flavored with various botanicals."
physicalDesc"strong-smelling"
color"#91FF91FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
Vodka
id"Vodka"
name"vodka"
group"Drinks"
desc"Clear distilled alcoholic beverage that originates from Poland and Russia."
physicalDesc"strong-smelling"
color"#D1D1D155"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.2
conditionsnull
probability1
id"AdjustReagent"
Whiskey
id"Whiskey"
name"whiskey"
group"Drinks"
desc"A type of distilled alcoholic beverage made from fermented grain mash."
physicalDesc"strong-smelling"
color"#664300FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.2
conditionsnull
probability1
id"AdjustReagent"
Wine
id"Wine"
name"wine"
group"Drinks"
desc"An premium alchoholic beverage made from distilled grape juice."
physicalDesc"translucent"
color"#7E4043FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
AcidSpit
id"AcidSpit"
name"acidspit"
group"Drinks"
desc"A drink for the daring, can be deadly if incorrectly prepared!"
physicalDesc"strong-smelling"
color"#365000FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
AlliesCocktail
id"AlliesCocktail"
name"allies cocktail"
group"Drinks"
desc"A drink made from your allies, not as sweet as when made from your enemies."
physicalDesc"strong-smelling"
color"#00664DFF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
Aloe
id"Aloe"
name"aloe"
group"Drinks"
desc"So very, very, very good."
physicalDesc"strong-smelling"
color"#192C00FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
Amasec
id"Amasec"
name"amasec"
group"Drinks"
desc"Official drink of the Gun Club!"
physicalDesc"strong-smelling"
color"#124DA7FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
Andalusia
id"Andalusia"
name"andalusia"
group"Drinks"
desc"A nice, strangely named drink."
physicalDesc"strong-smelling"
color"#665700FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
Antifreeze
id"Antifreeze"
name"antifreeze"
group"Drinks"
desc"Ultimate refreshment."
physicalDesc"translucent"
color"#FF7D63FF"
recipes
"Antifreeze"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.15
conditionsnull
probability1
id"AdjustReagent"
AtomicBomb
id"AtomicBomb"
name"atomic bomb"
group"Drinks"
desc"Nuclear proliferation never tasted so good."
physicalDesc"cloudy"
color"#666300FF"
recipes
"AtomicBomb"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.15
conditionsnull
probability1
id"AdjustReagent"
Reagent"Radium"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
B52
id"B52"
name"b-52"
group"Drinks"
desc"Coffee, irish cream, and cognac. You will get bombed."
physicalDesc"bubbly"
color"#664300FF"
recipes
"B52"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.15
conditionsnull
probability1
id"AdjustReagent"
BahamaMama
id"BahamaMama"
name"bahama mama"
group"Drinks"
desc"Tropical cocktail."
physicalDesc"strong-smelling"
color"#FF7F3BFF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
BananaHonk
id"BananaHonk"
name"banana honk"
group"Drinks"
desc"A drink from Clown Heaven."
physicalDesc"strong-smelling"
color"#FFFF91FF"
recipes
"BananaHonk"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
Barefoot
id"Barefoot"
name"barefoot"
group"Drinks"
desc"Barefoot and pregnant."
physicalDesc"strong-smelling"
color"#664300FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
BeepskySmash
id"BeepskySmash"
name"beepsky smash"
group"Drinks"
desc"Deny drinking this and prepare for THE LAW."
physicalDesc"strong-smelling"
color"#664300FF"
recipes
"BeepskySmash"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.15
conditionsnull
probability1
id"AdjustReagent"
Bilk
id"Bilk"
name"bilk"
group"Drinks"
desc"This appears to be beer mixed with milk. Disgusting."
physicalDesc"bilky"
color"#895C4CFF"
recipes
"Bilk"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor3
id"SatiateThirst"
BlackRussian
id"BlackRussian"
name"black russian"
group"Drinks"
desc"For the lactose-intolerant. Still as classy as a White Russian."
physicalDesc"strong-smelling"
color"#360000FF"
recipes
"BlackRussian"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.2
conditionsnull
probability1
id"AdjustReagent"
BloodyMary
id"BloodyMary"
name"bloody mary"
group"Drinks"
desc"A strange yet pleasurable mixture made of vodka, tomato, and lime juice."
physicalDesc"strong-smelling"
color"#660000FF"
recipes
"BloodyMary"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
Booger
id"Booger"
name"booger"
group"Drinks"
desc"Ewww..."
physicalDesc"strong-smelling"
color"#8CFF8CFF"
recipes
"Booger"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
BraveBull
id"BraveBull"
name"brave bull"
group"Drinks"
desc"It's just as effective as Dutch-Courage!"
physicalDesc"strong-smelling"
color"#664300FF"
recipes
"BraveBull"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.2
conditionsnull
probability1
id"AdjustReagent"
CubaLibre
id"CubaLibre"
name"cuba libre"
group"Drinks"
desc"Rum, mixed with cola. Viva la revolucion."
physicalDesc"bubbly"
color"#3E1B00FF"
recipes
"CubaLibre"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.15
conditionsnull
probability1
id"AdjustReagent"
DemonsBlood
id"DemonsBlood"
name"demons blood"
group"Drinks"
desc"AHHHH!!!!"
physicalDesc"strong-smelling"
color"#A70000FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
DevilsKiss
id"DevilsKiss"
name"devils kiss"
group"Drinks"
desc"Creepy time!"
physicalDesc"strong-smelling"
color"#A68310FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
DoctorsDelight
id"DoctorsDelight"
name"the doctor's delight"
group"Drinks"
desc"A gulp a day keeps the MediBot away. That's probably for the best."
physicalDesc"strong-smelling"
color"#FF8CFFFF"
recipes
"DoctorsDelight"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
conditionsnull
probability1
NutritionFactor-2
id"SatiateHunger"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
Medicine
rate0.5
effects
damage
typesnull
groups
Burn-1
Brute-1
Airloss-1
Toxin-1
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
DriestMartini
id"DriestMartini"
name"driest martini"
group"Drinks"
desc"Only for the experienced. You think you see sand floating in the glass."
physicalDesc"strong-smelling"
color"#2E6671FF"
recipes
"DriestMartini"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.15
conditionsnull
probability1
id"AdjustReagent"
ErikaSuprise
id"ErikaSuprise"
name"erika suprise"
group"Drinks"
desc"The surprise is, it's green!"
physicalDesc"strong-smelling"
color"#2E6671FF"
recipes
"ErikaSuprise"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
GargleBlaster
id"GargleBlaster"
name"Pan-Galactic Gargle Blaster"
group"Drinks"
desc"Whoah, this stuff looks volatile!"
physicalDesc"volatile"
color"#9CC8B4FF"
recipes
"GargleBlaster"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.2
conditionsnull
probability1
id"AdjustReagent"
GinFizz
id"GinFizz"
name"gin fizz"
group"Drinks"
desc"Refreshingly lemony, deliciously dry."
physicalDesc"strong-smelling"
color"#664300FF"
recipes
"GinFizz"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.15
conditionsnull
probability1
id"AdjustReagent"
GinTonic
id"GinTonic"
name"gin and tonic"
group"Drinks"
desc"An all time classic, mild cocktail."
physicalDesc"strong-smelling"
color"#004166FF"
recipes
"GinTonic"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.15
conditionsnull
probability1
id"AdjustReagent"
Goldschlager
id"Goldschlager"
name"Goldschlager"
group"Drinks"
desc"100 proof cinnamon schnapps, made for alcoholic teen girls on spring break."
physicalDesc"strong-smelling"
color"#FFFF91FF"
recipes
"Goldschlager"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.2
conditionsnull
probability1
id"AdjustReagent"
Grog
id"Grog"
name"grog"
group"Drinks"
desc"Watered-down rum, pirate approved!"
physicalDesc"strong-smelling"
color"#664300FF"
recipes
"Grog"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
HippiesDelight
id"HippiesDelight"
name"hippies delight"
group"Drinks"
desc"You just don't get it maaaan."
physicalDesc"strong-smelling"
color"#6EAA0CFF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
Hooch
id"Hooch"
name"hooch"
group"Drinks"
desc"Either someone's failure at cocktail making or attempt in alchohol production. In any case, do you really want to drink that?"
physicalDesc"strong-smelling"
color"#664E00FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
IcedBeer
id"IcedBeer"
name"iced beer"
group"Drinks"
desc"A beer which is so cold the air around it freezes."
physicalDesc"bubbly"
color"#664300FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
IrishCarBomb
id"IrishCarBomb"
name"irish car bomb"
group"Drinks"
desc"A troubling mixture of irish cream and ale."
physicalDesc"bubbly"
color"#2E6671FF"
recipes
"IrishCarBomb"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.15
conditionsnull
probability1
id"AdjustReagent"
IrishCream
id"IrishCream"
name"irish cream"
group"Drinks"
desc"Whiskey-imbued cream. What else could you expect from the Irish."
physicalDesc"creamy"
color"#664300FF"
recipes
"IrishCream"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.2
conditionsnull
probability1
id"AdjustReagent"
IrishCoffee
id"IrishCoffee"
name"irish coffee"
group"Drinks"
desc"Coffee served with irish cream. Regular cream just isn't the same!"
physicalDesc"cloudy"
color"#664300FF"
recipes
"IrishCoffee"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.15
conditionsnull
probability1
id"AdjustReagent"
LongIslandIcedTea
id"LongIslandIcedTea"
name"long island iced tea"
group"Drinks"
desc"The liquor cabinet, brought together in a delicious mix. Intended for middle-aged alcoholic women only."
physicalDesc"strong-smelling"
color"#664300FF"
recipes
"LongIslandIcedTea"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.15
conditionsnull
probability1
id"AdjustReagent"
Manhattan
id"Manhattan"
name"manhattan"
group"Drinks"
desc"The Detective's undercover drink of choice. He never could stomach gin..."
physicalDesc"strong-smelling"
color"#664300FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
ManhattanProject
id"ManhattanProject"
name"manhattan project"
group"Drinks"
desc"A scientist's drink of choice, for pondering ways to blow up the ship."
physicalDesc"strong-smelling"
color"#664300FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
ManlyDorf
id"ManlyDorf"
name"manly dorf"
group"Drinks"
desc"Beer and Ale, brought together in a delicious mix. Intended for stout dwarves only."
physicalDesc"bubbly"
color"#664300FF"
recipes
"ManlyDorf"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
Margarita
id"Margarita"
name"margarita"
group"Drinks"
desc"On the rocks with salt on the rim. Arriba~!"
physicalDesc"strong-smelling"
color"#8CFF8CFF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
Martini
id"Martini"
name"classic martini"
group"Drinks"
desc"Vermouth with Gin. Not quite how 007 enjoyed it, but still delicious."
physicalDesc"strong-smelling"
color"#664300FF"
recipes
"Martini"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.15
conditionsnull
probability1
id"AdjustReagent"
Mead
id"Mead"
name"mead"
group"Drinks"
desc"A Viking's drink, though a cheap one."
physicalDesc"strong-smelling"
color"#664300FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
Mojito
id"Mojito"
name"mojito"
group"Drinks"
desc"If it's good enough for Spesscuba, it's good enough for you."
physicalDesc"strong-smelling"
color"#664300FF"
recipes
"Mojito"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
Moonshine
id"Moonshine"
name"moonshine"
group"Drinks"
desc"Artisanal homemade liquor. What could go wrong?"
physicalDesc"strong-smelling"
color"#D1D7D155"
recipes
"Moonshine"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.25
conditionsnull
probability1
id"AdjustReagent"
Neurotoxin
id"Neurotoxin"
name"neurotoxin"
group"Drinks"
desc"A strong neurotoxin that puts the subject into a death-like state."
physicalDesc"strong-smelling"
color"#2E2E61FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.25
conditionsnull
probability1
id"AdjustReagent"
Poison
rate0.5
effects
damage
types
Poison1
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Patron
id"Patron"
name"patron"
group"Drinks"
desc"Tequila with silver in it, a favorite of alcoholic women in the club scene."
physicalDesc"metallic"
color"#585840FF"
recipes
"Patron"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.2
conditionsnull
probability1
id"AdjustReagent"
RedMead
id"RedMead"
name"red mead"
group"Drinks"
desc"The true Viking's drink! Even though it has a strange red color."
physicalDesc"strong-smelling"
color"#C73C00FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
Sbiten
id"Sbiten"
name"sbiten"
group"Drinks"
desc"A spicy Vodka! Might be a little hot for the little guys!"
physicalDesc"strong-smelling"
color"#004166FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
ScrewdriverCocktail
id"ScrewdriverCocktail"
name"screwdriver"
group"Drinks"
desc"Vodka, mixed with plain ol' orange juice. The result is surprisingly delicious."
physicalDesc"strong-smelling"
color"#A68310FF"
recipes
"ScrewdriverCocktail"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.15
conditionsnull
probability1
id"AdjustReagent"
Silencer
id"Silencer"
name"silencer"
group"Drinks"
desc"A drink from Mime Heaven."
physicalDesc"strong-smelling"
color"#004666FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
Key"Muted"
Component"Muted"
Time2
Refreshtrue
Type0
conditionsnull
probability1
id"GenericStatusEffect"
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Singulo
id"Singulo"
name"singulo"
group"Drinks"
desc"A blue-space beverage!"
physicalDesc"strong-smelling"
color"#3B0C0CFF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
SnowWhite
id"SnowWhite"
name"snow white"
group"Drinks"
desc"A cold refreshment."
physicalDesc"bubbly"
color"#FFFFFFFF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
SuiDream
id"SuiDream"
name"sui dream"
group"Drinks"
desc"'Comprised of: White soda, blue curacao, melon liquor.'"
physicalDesc"strong-smelling"
color"#00A86BFF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
SyndicateBomb
id"SyndicateBomb"
name"syndicate bomb"
group"Drinks"
desc"Somebody set us up the bomb!"
physicalDesc"opaque"
color"#2E6660FF"
recipes
"SyndicateBomb"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
TequilaSunrise
id"TequilaSunrise"
name"tequila sunrise"
group"Drinks"
desc"Tequila and orange juice. Much like a Screwdriver, only Mexican."
physicalDesc"strong-smelling"
color"#FFE48CFF"
recipes
"TequilaSunrise"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.15
conditionsnull
probability1
id"AdjustReagent"
ThreeMileIsland
id"ThreeMileIsland"
name"three mile island iced tea"
group"Drinks"
desc""Made for a woman, strong enough for a man.""
physicalDesc"strong-smelling"
color"#666340FF"
recipes
"ThreeMileIsland"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.15
conditionsnull
probability1
id"AdjustReagent"
Reagent"Uranium"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
ToxinsSpecial
id"ToxinsSpecial"
name"toxins special"
group"Drinks"
desc"This thing is ON FIRE! CALL THE DAMN SHUTTLE!"
physicalDesc"strong-smelling"
color"#665C00FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
VodkaMartini
id"VodkaMartini"
name"vodka martini"
group"Drinks"
desc"Vodka with Gin. Not quite how 007 enjoyed it, but still delicious."
physicalDesc"strong-smelling"
color"#004666FF"
recipes
"VodkaMartini"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.15
conditionsnull
probability1
id"AdjustReagent"
VodkaTonic
id"VodkaTonic"
name"vodka tonic"
group"Drinks"
desc"For when a gin and tonic isn't russian enough."
physicalDesc"strong-smelling"
color"#0064C8FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.15
conditionsnull
probability1
id"AdjustReagent"
WhiskeyCola
id"WhiskeyCola"
name"whiskey cola"
group"Drinks"
desc"Whiskey, mixed with cola. Surprisingly refreshing."
physicalDesc"bubbly"
color"#3E1B00FF"
recipes
"WhiskeyCola"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.15
conditionsnull
probability1
id"AdjustReagent"
WhiskeySoda
id"WhiskeySoda"
name"whiskey soda"
group"Drinks"
desc"For the more refined griffon."
physicalDesc"strong-smelling"
color"#533600FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.15
conditionsnull
probability1
id"AdjustReagent"
WhiteRussian
id"WhiteRussian"
name"white russian"
group"Drinks"
desc"That's just, like, your opinion, man..."
physicalDesc"strong-smelling"
color"#A68340FF"
recipes
"WhiteRussian"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.15
conditionsnull
probability1
id"AdjustReagent"
Cola
id"Cola"
name"cola"
group"Drinks"
desc"A sweet, carbonated soft drink. Caffeine free."
physicalDesc"fizzy"
color"#422912FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
ChangelingSting
id"ChangelingSting"
name"changeling sting"
group"Drinks"
desc"You take a tiny sip and feel a burning sensation..."
physicalDesc"fizzy"
color"#2E6671FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
DrGibb
id"DrGibb"
name"Dr. Gibb"
group"Drinks"
desc"A delicious blend of 42 different flavours."
physicalDesc"fizzy"
color"#102000FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
EnergyDrink
id"EnergyDrink"
name"Energy Drink"
group"Drinks"
desc"A dose of energy! Nanotrasen is not responsible if you grow avian appendages."
physicalDesc"fizzy"
color"#FFFFBFFF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Theobromine"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
GrapeSoda
id"GrapeSoda"
name"grape soda"
group"Drinks"
desc"It's Graaaaaape!"
physicalDesc"fizzy"
color"#AE94A6FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
IceCream
id"IceCream"
name"ice cream"
group"Drinks"
desc"It was either this or the microwave, and nobody wants ice cream soup!"
physicalDesc"creamy"
color"#FFFBD6FF"
recipes
"IceCream"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
LemonLime
id"LemonLime"
name"lemon-lime"
group"Drinks"
desc"tangy lime and lemon soda"
physicalDesc"fizzy"
color"#878F00FF"
recipes
"LemonLime"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
PwrGame
id"PwrGame"
name"Pwr Game"
group"Drinks"
desc"The only drink with the PWR that true gamers crave."
physicalDesc"fizzy"
color"#9385BFFF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
RootBeer
id"RootBeer"
name"root beer"
group"Drinks"
desc"A very sweet, carbonated drink reminiscent of sarsparilla. Goes well with ice cream."
physicalDesc"fizzy"
color"#381C07FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
RootBeerFloat
id"RootBeerFloat"
name"root beer float"
group"Drinks"
desc"Root beer, but now with ice cream on top. It truly is the magnum opus of Canadian summertime drinks."
physicalDesc"reagent-physical-desc-fizzy and creamy"
color"#4F361FFF"
recipes
"RootBeerFloat"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
SpaceMountainWind
id"SpaceMountainWind"
name"Space Mountain Wind"
group"Drinks"
desc"Blows right through you like a space wind."
physicalDesc"fizzy"
color"#102000FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
SpaceUp
id"SpaceUp"
name"Space-Up"
group"Drinks"
desc"Tastes like a hull breach in your mouth."
physicalDesc"fizzy"
color"#00FF00FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Starkist
id"Starkist"
name"starkist"
group"Drinks"
desc"A sweet, orange flavored soft drink."
physicalDesc"fizzy"
color"#9F3400FF"
recipes
"Starkist"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
FourteenLoko
id"FourteenLoko"
name"Fourteen Loko"
group"Drinks"
desc"A highly processed liquid substance barely-passing intergalatic health standards for a soft drink."
physicalDesc"fizzy"
color"#DEB928FF"
recipes
"FourteenLoko"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Theobromine"
Groupnull
Amount0.1
conditionsnull
probability1
id"AdjustReagent"
Poison
rate0.5
effects
damage
types
Poison1
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"