User:Moony/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:
{
{
     "ShamblersJuice": {
     "Phosphorus": {
         "id": "ShamblersJuice",
         "id": "Phosphorus",
         "name": "Shambler's Juice",
         "name": "phosphorus",
        "group": "Elements",
        "desc": "A reactive metal used in pyrotechnics and weapons.",
        "physicalDesc": "powdery",
        "color": "#EDE4E4FF",
        "recipes": [],
        "metabolisms": null
    },
    "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": [],
        "metabolisms": {
            "Food": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "NutritionFactor": 3,
                        "id": "SatiateHunger"
                    }
                ]
            }
        }
    },
    "JuiceLime": {
        "id": "JuiceLime",
        "name": "lime juice",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "~Shake me up some of that Shambler's Juice!~",
         "desc": "The sweet-sour juice of limes.",
         "physicalDesc": "fizzy",
         "physicalDesc": "citric",
         "color": "#66538FFF",
         "color": "#99BB43FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 15: Line 47:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 22: Line 54:
         }
         }
     },
     },
     "Goldschlager": {
     "BloodyMary": {
         "id": "Goldschlager",
         "id": "BloodyMary",
         "name": "Goldschlager",
         "name": "bloody mary",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "100 proof cinnamon schnapps, made for alcoholic teen girls on spring break.",
         "desc": "A strange yet pleasurable mixture made of vodka, tomato, and lime juice.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#FFFF91FF",
         "color": "#660000FF",
         "recipes": [
         "recipes": [
             "Goldschlager"
             "BloodyMary"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 45: Line 77:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.2,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 54: Line 86:
         }
         }
     },
     },
     "Margarita": {
     "Cryptobiolin": {
         "id": "Margarita",
         "id": "Cryptobiolin",
         "name": "margarita",
         "name": "cryptobiolin",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "On the rocks with salt on the rim. Arriba~!",
         "desc": "Causes confusion and dizziness. This is essential to make Spaceacillin.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "fizzy",
         "color": "#8CFF8CFF",
         "color": "#081A80FF",
         "recipes": [
         "recipes": [
             "Margarita"
             "Cryptobiolin"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Key": "Stutter",
                        "Component": "ScrambledAccent",
                        "Time": 2,
                        "Refresh": true,
                        "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "id": "GenericStatusEffect"
                        "id": "SatiateThirst"
                    }
                    },
                ]
            },
            "Alcohol": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "Reagent": "Ethanol",
                         "BoozePower": 20,
                        "Group": null,
                         "SlurSpeech": false,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "Drunk"
                     }
                     }
                 ]
                 ]
Line 86: Line 126:
         }
         }
     },
     },
     "Cognizine": {
     "Spaceacillin": {
         "id": "Cognizine",
         "id": "Spaceacillin",
         "name": "cognizine",
         "name": "spaceacillin",
         "group": "Medicine",
         "group": "Medicine",
         "desc": "A mysterious chemical which is able to make any non-sentient creature sentient.",
         "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": "enigmatic",
         "physicalDesc": "opaque",
         "color": "#B50EE8FF",
         "color": "#9942F5FF",
         "recipes": [
         "recipes": [
             "Cognizine"
             "Spaceacillin"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 101: Line 141:
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": [
                         "CureChance": 0.15,
                            {
                        "conditions": null,
                                "Min": 5,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "MakeSentient"
                         "id": "ChemCureDisease"
                    },
                    {
                        "damage": {
                            "types": {
                                "Cellular": 0.5
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 116: Line 163:
         }
         }
     },
     },
     "Allicin": {
     "Mercury": {
         "id": "Allicin",
         "id": "Mercury",
         "name": "allicin",
         "name": "mercury",
         "group": "Unknown",
         "group": "Elements",
         "desc": "An organosulfur compound found in alliums like garlic, onions, and related plants.",
         "desc": "A silver metal which is liquid at room temperature. It's highly toxic to humans.",
         "physicalDesc": "pungent",
         "physicalDesc": "shiny",
         "color": "#F2E9D2FF",
         "color": "#929296FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Poison": {
                 "rate": 0.05,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 0.06
                                 "Poison": 2
                             },
                             },
                             "groups": null
                             "groups": null
Line 137: Line 184:
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": null,
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Animal",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
Line 157: Line 192:
         }
         }
     },
     },
     "FluorosulfuricAcid": {
     "Charcoal": {
         "id": "FluorosulfuricAcid",
         "id": "Charcoal",
         "name": "fluorosulfuric acid",
         "name": "charcoal",
         "group": "Toxins",
         "group": "Unknown",
         "desc": "An extremely corrosive chemical substance.",
         "desc": "A black, porous solid",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "porous",
         "color": "#5050FFFF",
         "color": "#22282BFF",
         "recipes": [
         "recipes": [
             "FluorosulfuricAcid"
             "Charcoal"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 174: Line 209:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Caustic": 2
                                 "Poison": -1
                             },
                             },
                             "groups": null
                             "groups": null
Line 185: Line 220:
                     },
                     },
                     {
                     {
                         "Messages": [
                         "CleanseRate": 3,
                            "generic-reagent-effect-burning-insides"
                        ],
                        "Type": 1,
                        "VisualType": 4,
                         "conditions": null,
                         "conditions": null,
                         "probability": 0.33,
                         "probability": 1,
                         "id": "PopupMessage"
                         "id": "ChemCleanBloodstream"
                     }
                     }
                 ]
                 ]
Line 198: Line 229:
         }
         }
     },
     },
     "Pax": {
     "Andalusia": {
         "id": "Pax",
         "id": "Andalusia",
         "name": "pax",
         "name": "andalusia",
         "group": "Unknown",
         "group": "Drinks",
         "desc": "A psychiatric drug which prevents the patient from directly harming anyone.",
         "desc": "A nice, strangely named drink.",
         "physicalDesc": "soothing",
         "physicalDesc": "strong-smelling",
         "color": "#AAAAAAFF",
         "color": "#665700FF",
         "recipes": [
         "recipes": [
             "Pax"
             "Andalusia"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Key": "Pacified",
                        "Component": "Pacified",
                        "Time": 2,
                        "Refresh": false,
                        "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 226: Line 261:
         }
         }
     },
     },
     "SpaceDrugs": {
     "Fluorine": {
         "id": "SpaceDrugs",
         "id": "Fluorine",
         "name": "space drugs",
         "name": "fluorine",
         "group": "Narcotics",
         "group": "Elements",
         "desc": "An illegal compound which induces a number of effects such as loss of balance and visual artefacts.",
         "desc": "A highly toxic pale yellow gas. Extremely reactive.",
         "physicalDesc": "syrupy",
         "physicalDesc": "gaseous",
         "color": "#63806EFF",
         "color": "#808080FF",
         "recipes": [
         "recipes": [],
            "SpaceDrugs"
         "metabolisms": null
        ],
         "metabolisms": {
            "Narcotic": {
                "rate": 0.5,
                "effects": [
                    {
                        "Key": "SeeingRainbows",
                        "Component": "SeeingRainbows",
                        "Time": 5,
                        "Refresh": false,
                        "Type": 0,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    }
                ]
            }
        }
     },
     },
     "Tea": {
     "BlueCuracao": {
         "id": "Tea",
         "id": "BlueCuracao",
         "name": "tea",
         "name": "blue curacao",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A drink made by boiling leaves of the tea tree, Camellia sinensis.",
         "desc": "Exotically blue, fruity drink, distilled from oranges.",
         "physicalDesc": "aromatic",
         "physicalDesc": "strong-smelling",
         "color": "#8A5A3AFF",
         "color": "#0000CDFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 273: Line 290:
                     },
                     },
                     {
                     {
                         "Reagent": "Theobromine",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 284: Line 301:
         }
         }
     },
     },
     "VodkaMartini": {
     "RedMead": {
         "id": "VodkaMartini",
         "id": "RedMead",
         "name": "vodka martini",
         "name": "red mead",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Vodka with Gin. Not quite how 007 enjoyed it, but still delicious.",
         "desc": "The true Viking's drink! Even though it has a strange red color.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#004666FF",
         "color": "#C73C00FF",
         "recipes": [
         "recipes": [
             "VodkaMartini"
             "RedMead"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 307: Line 324:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.15,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 316: Line 333:
         }
         }
     },
     },
     "NitrousOxide": {
     "JuicePotato": {
         "id": "NitrousOxide",
         "id": "JuicePotato",
         "name": "nitrous oxide",
         "name": "potato juice",
         "group": "Unknown",
         "group": "Drinks",
         "desc": "You know how everything seems funnier when you're tired? Well...",
         "desc": "Juice of the potato. Bleh.",
         "physicalDesc": "gaseous",
         "physicalDesc": "starchy",
         "color": "#808080FF",
         "color": "#302000FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Gas": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Messages": [
                         "conditions": null,
                            "effect-sleepy"
                        ],
                        "Type": 1,
                        "VisualType": 2,
                        "conditions": [
                            {
                                "Min": 0.5,
                                "Max": 21474836,
                                "Reagent": "NitrousOxide",
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Slime",
                                "ShouldHave": false,
                                "id": "OrganType"
                            }
                        ],
                        "probability": 0.1,
                        "id": "PopupMessage"
                    },
                    {
                        "StatusLifetime": 2,
                         "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "NitrousOxide",
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Slime",
                                "ShouldHave": false,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "WalkSpeedModifier": 0.65,
                         "HydrationFactor": 3,
                         "SprintSpeedModifier": 0.65,
                         "id": "SatiateThirst"
                        "id": "MovespeedModifier"
                    }
                    },
                ]
            }
        }
    },
    "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": [],
        "metabolisms": {
            "Narcotic": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "Key": "ForcedSleep",
                         "Key": "SeeingRainbows",
                         "Component": "ForcedSleeping",
                         "Component": "SeeingRainbows",
                         "Time": 3,
                         "Time": 5,
                         "Refresh": true,
                         "Refresh": false,
                         "Type": 0,
                         "Type": 0,
                         "conditions": [
                         "conditions": null,
                            {
                                "Min": 1.8,
                                "Max": 21474836,
                                "Reagent": "NitrousOxide",
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Slime",
                                "ShouldHave": false,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "GenericStatusEffect"
                     },
                     }
                ]
            }
        }
    },
    "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"
        ],
        "metabolisms": {
            "Medicine": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 0.25
                                 "Poison": -4,
                                "Blunt": 2,
                                "Slash": 1,
                                "Piercing": 1
                             },
                             },
                             "groups": null
                             "groups": null
Line 403: Line 409:
                         "conditions": [
                         "conditions": [
                             {
                             {
                                "Min": 3.5,
                                 "Type": "Plant",
                                "Max": 21474836,
                                 "ShouldHave": true,
                                "Reagent": "NitrousOxide",
                                "id": "ReagentThreshold"
                            },
                            {
                                 "Type": "Slime",
                                 "ShouldHave": false,
                                 "id": "OrganType"
                                 "id": "OrganType"
                             }
                             }
Line 421: Line 421:
         }
         }
     },
     },
     "Whiskey": {
     "ManhattanProject": {
         "id": "Whiskey",
         "id": "ManhattanProject",
         "name": "whiskey",
         "name": "manhattan project",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A type of distilled alcoholic beverage made from fermented grain mash.",
         "desc": "A scientist's drink of choice, for pondering ways to blow up the ship.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#664300FF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [
            "ManhattanProject"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 442: Line 444:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.2,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 451: Line 453:
         }
         }
     },
     },
     "Phosphorus": {
     "JuiceGrape": {
         "id": "Phosphorus",
         "id": "JuiceGrape",
         "name": "phosphorus",
         "name": "grape juice",
         "group": "Elements",
         "group": "Drinks",
         "desc": "A reactive metal used in pyrotechnics and weapons.",
         "desc": "Freshly squeezed juice from red grapes. Quite sweet.",
         "physicalDesc": "powdery",
         "physicalDesc": "crisp",
         "color": "#EDE4E4FF",
         "color": "#512284FF",
         "recipes": [],
         "recipes": [],
        "metabolisms": null
    },
    "Phalanximine": {
        "id": "Phalanximine",
        "name": "phalanximine",
        "group": "Medicine",
        "desc": "Used in the treatment of cancer. Causes moderate radiation poisoning.",
        "physicalDesc": "acrid",
        "color": "#C8FF75FF",
        "recipes": [
            "Phalanximine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "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,
                         "id": "HealthChange"
                         "HydrationFactor": 3,
                    },
                         "id": "SatiateThirst"
                    {
                        "ThirstAmount": -40,
                        "HungerAmount": -40,
                        "conditions": null,
                        "probability": 0.05,
                         "id": "ChemVomit"
                     }
                     }
                 ]
                 ]
Line 500: Line 475:
         }
         }
     },
     },
     "Synaptizine": {
     "Vodka": {
         "id": "Synaptizine",
         "id": "Vodka",
         "name": "synaptizine",
         "name": "vodka",
         "group": "Medicine",
         "group": "Drinks",
         "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": "Clear distilled alcoholic beverage that originates from Poland and Russia.",
         "physicalDesc": "pungent",
         "physicalDesc": "strong-smelling",
         "color": "#D49A2FFF",
         "color": "#D1D1D155",
         "recipes": [
         "recipes": [],
            "Synaptizine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Key": "Stun",
                         "Reagent": "Ethanol",
                         "Component": "",
                         "Group": null,
                        "Time": 3,
                         "Amount": 0.2,
                        "Refresh": true,
                         "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "AdjustReagent"
                    },
                    {
                        "Key": "KnockedDown",
                        "Component": "",
                        "Time": 3,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    },
                    {
                        "Key": "SeeingRainbows",
                        "Component": "",
                        "Time": 15,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                     }
                     }
                 ]
                 ]
Line 561: Line 505:
         }
         }
     },
     },
     "Kvass": {
     "Omnizine": {
         "id": "Kvass",
         "id": "Omnizine",
         "name": "kvass",
         "name": "omnizine",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "A cool refreshing drink with a taste of socialism.",
         "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": "bubbly",
         "physicalDesc": "soothing",
         "color": "#381600FF",
         "color": "#FCF7F9FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
            "Medicine": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Burn": -2,
                                "Toxin": -2,
                                "Airloss": -2,
                                "Brute": -2
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                    }
                ]
            }
        }
    },
    "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": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 583: Line 561:
         }
         }
     },
     },
     "Oxygen": {
     "BananaHonk": {
         "id": "Oxygen",
         "id": "BananaHonk",
         "name": "oxygen",
         "name": "banana honk",
         "group": "Unknown",
         "group": "Drinks",
         "desc": "An oxidizing, colorless gas.",
         "desc": "A drink from Clown Heaven.",
         "physicalDesc": "gaseous",
         "physicalDesc": "strong-smelling",
         "color": "#808080FF",
         "color": "#FFFF91FF",
         "recipes": [],
         "recipes": [
            "BananaHonk"
        ],
         "metabolisms": {
         "metabolisms": {
             "Gas": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "Factor": 1,
                        "conditions": null,
                         "conditions": [
                        "probability": 1,
                             {
                        "HydrationFactor": 2,
                                 "Type": "Human",
                        "id": "SatiateThirst"
                                 "ShouldHave": true,
                    },
                                 "id": "OrganType"
                    {
                             }
                        "Reagent": "Ethanol",
                         ],
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            }
        }
    },
    "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": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 3,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
    },
    "Oxygen": {
        "id": "Oxygen",
        "name": "oxygen",
        "group": "Unknown",
        "desc": "An oxidizing, colorless gas.",
        "physicalDesc": "gaseous",
        "color": "#808080FF",
        "recipes": [],
        "metabolisms": {
            "Gas": {
                "rate": 0.5,
                "effects": [
                    {
                         "Factor": 1,
                         "conditions": [
                             {
                                 "Type": "Human",
                                 "ShouldHave": true,
                                 "id": "OrganType"
                             }
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "Oxygenate"
                         "id": "Oxygenate"
Line 662: Line 696:
         }
         }
     },
     },
     "Water": {
     "LongIslandIcedTea": {
         "id": "Water",
         "id": "LongIslandIcedTea",
         "name": "water",
         "name": "long island iced tea",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A colorless liquid that humans need in order to survive.",
         "desc": "The liquor cabinet, brought together in a delicious mix. Intended for middle-aged alcoholic women only.",
         "physicalDesc": "translucent",
         "physicalDesc": "strong-smelling",
         "color": "#75B1F0FF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [
            "LongIslandIcedTea"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 677: Line 713:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 4,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 684: Line 728:
         }
         }
     },
     },
     "Thermite": {
     "ManlyDorf": {
         "id": "Thermite",
         "id": "ManlyDorf",
         "name": "thermite",
         "name": "manly dorf",
         "group": "Pyrotechnic",
         "group": "Drinks",
         "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": "Beer and Ale, brought together in a delicious mix. Intended for stout dwarves only.",
         "physicalDesc": "grainy",
         "physicalDesc": "bubbly",
         "color": "#757245FF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [
             "Thermite"
             "ManlyDorf"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Heat": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 715: Line 760:
         }
         }
     },
     },
     "Arithrazine": {
     "Water": {
         "id": "Arithrazine",
         "id": "Water",
         "name": "arithrazine",
         "name": "water",
         "group": "Medicine",
         "group": "Drinks",
         "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.",
         "desc": "A colorless liquid that humans need in order to survive.",
         "physicalDesc": "cloudy",
        "physicalDesc": "translucent",
         "color": "#BD5902FF",
        "color": "#75B1F0FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 4,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
    },
    "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": [
         "recipes": [
             "Arithrazine"
             "UnstableMutagen"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 732: Line 799:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Radiation": -3
                                 "Radiation": 3
                             },
                             },
                             "groups": {
                             "groups": null
                                "Brute": 0.5
                            }
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
Line 748: Line 813:
         }
         }
     },
     },
     "JuiceBanana": {
     "CarpoToxin": {
         "id": "JuiceBanana",
         "id": "CarpoToxin",
         "name": "banana juice",
         "name": "carpotoxin",
         "group": "Drinks",
         "group": "Toxins",
         "desc": "The raw essence of a banana. HONK.",
         "desc": "Toxic secretions of a space carp. Causes a painful burning sensation.",
         "physicalDesc": "crisp",
         "physicalDesc": "exotic smelling",
         "color": "#FFE777FF",
         "color": "#E2A38CFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                        "damage": {
                            "types": {
                                "Poison": 4
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                    },
                    {
                        "Messages": [
                            "generic-reagent-effect-burning-insides"
                        ],
                        "Type": 1,
                        "VisualType": 3,
                        "conditions": null,
                        "probability": 0.33,
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 770: Line 852:
         }
         }
     },
     },
     "IceCream": {
     "Booger": {
         "id": "IceCream",
         "id": "Booger",
         "name": "ice cream",
         "name": "booger",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "It was either this or the microwave, and nobody wants ice cream soup!",
         "desc": "Ewww...",
         "physicalDesc": "creamy",
         "physicalDesc": "strong-smelling",
         "color": "#FFFBD6FF",
         "color": "#8CFF8CFF",
         "recipes": [
         "recipes": [
             "IceCream"
             "Booger"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 789: Line 871:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 794: Line 884:
         }
         }
     },
     },
     "JuiceLemon": {
     "BahamaMama": {
         "id": "JuiceLemon",
         "id": "BahamaMama",
         "name": "lemon juice",
         "name": "bahama mama",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "This juice is VERY sour.",
         "desc": "Tropical cocktail.",
         "physicalDesc": "citric",
         "physicalDesc": "strong-smelling",
         "color": "#FFF690FF",
         "color": "#FF7F3BFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 809: Line 899:
                         "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"
                     }
                 ]
             }
         }
         }
     },
     },
     "DryRamen": {
     "WeldingFuel": {
         "id": "DryRamen",
         "id": "WeldingFuel",
         "name": "dry ramen",
         "name": "welding fuel",
         "group": "Drinks",
         "group": "Pyrotechnic",
         "desc": "Dry noodles and salt.",
         "desc": "Used by welders to weld.",
         "physicalDesc": "wormy",
         "physicalDesc": "oily",
         "color": "#664300FF",
         "color": "#A76B1CFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Poison": {
                 "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,
                         "NutritionFactor": 1,
                         "id": "HealthChange"
                         "id": "SatiateHunger"
                    },
                    {
                        "Multiplier": 0.4,
                        "conditions": null,
                        "probability": 1,
                         "id": "FlammableReaction"
                     }
                     }
                 ]
                 ]
Line 838: Line 949:
         }
         }
     },
     },
     "HotRamen": {
     "Ammonia": {
         "id": "HotRamen",
         "id": "Ammonia",
         "name": "hot ramen",
         "name": "ammonia",
         "group": "Drinks",
         "group": "Botanical",
         "desc": "Hot noodles.",
         "desc": "An effective fertilizer which is better than what is available to the botanist initially, though it isn't as powerful as Diethylamine",
         "physicalDesc": "wormy",
         "physicalDesc": "pungent",
         "color": "#664300FF",
         "color": "#77B58EFF",
         "recipes": [
         "recipes": [
             "HotRamen"
             "Ammonia"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                         "damage": {
                         "probability": 1,
                            "types": {
                         "NutritionFactor": 4,
                                "Caustic": 1
                         "id": "SatiateHunger"
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "probability": 1,
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 862: Line 980:
         }
         }
     },
     },
     "ExperimentalStimulants": {
     "JuiceBerry": {
         "id": "ExperimentalStimulants",
         "id": "JuiceBerry",
         "name": "experimental stimulants",
         "name": "berry juice",
         "group": "Narcotics",
         "group": "Drinks",
         "desc": "A prototype version of the Stimulant chemical mixture. Usage grants virtual immunity to stun weaponry, rapid tissue regeneration, extreme running speed by reducing lactic acid buildup, and a general feeling of euphoria. Side effects may include extreme levels of anticoagulation, tunnel vision, extreme toxin buildup in the bloodstream, and rapid liver death. Do not give to animals.",
         "desc": "A delicious blend of several different kinds of berries.",
         "physicalDesc": "exhilarating",
         "physicalDesc": "sweet",
         "color": "#AE0101FF",
         "color": "#660099FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Narcotic": {
             "Drink": {
                 "rate": 0.25,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "StatusLifetime": 2,
                         "conditions": null,
                         "conditions": [
                            {
                                "Min": 10,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "WalkSpeedModifier": 1.8,
                         "HydrationFactor": 3,
                         "SprintSpeedModifier": 1.8,
                        "id": "SatiateThirst"
                         "id": "MovespeedModifier"
                    }
                     },
                ]
            }
        }
    },
    "IcedGreenTea": {
        "id": "IcedGreenTea",
        "name": "iced green tea",
        "group": "Drinks",
        "desc": "cold green tea.",
        "physicalDesc": "aromatic",
        "color": "#CE4200FF",
        "recipes": [
            "IcedGreenTea"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                         "probability": 1,
                        "HydrationFactor": 3,
                         "id": "SatiateThirst"
                     }
                ]
            }
        }
    },
    "Frostoil": {
        "id": "Frostoil",
        "name": "frostoil",
        "group": "Foods",
        "desc": "Leaves the tongue numb in its passage.",
        "physicalDesc": "cold",
        "color": "#87CEEBFF",
        "recipes": [],
        "metabolisms": null
    },
    "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"
        ],
        "metabolisms": {
            "Medicine": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                        "StatusLifetime": 2,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 0,
                                 "Type": "Plant",
                                "Max": 10,
                                 "ShouldHave": true,
                                 "Reagent": null,
                                 "id": "OrganType"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "WalkSpeedModifier": 0.7,
                         "NutritionFactor": 3,
                        "SprintSpeedModifier": 0.7,
                         "id": "SatiateHunger"
                         "id": "MovespeedModifier"
                     },
                     },
                     {
                     {
                         "ElectrocuteTime": 2,
                         "damage": {
                         "ElectrocuteDamageScale": 5,
                            "types": {
                         "Refresh": true,
                                "Poison": 1
                            },
                            "groups": null
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 0,
                                 "Type": "Plant",
                                "Max": 10,
                                 "ShouldHave": true,
                                 "Reagent": null,
                                 "id": "OrganType"
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 0.1,
                        "id": "Electrocute"
                    },
                    {
                        "Amplitude": 10,
                        "Frequency": 4,
                        "Time": 2,
                        "Refresh": true,
                        "conditions": [
                            {
                                "Min": 0,
                                "Max": 10,
                                "Reagent": null,
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "Jitter"
                         "id": "HealthChange"
                     },
                     }
                ]
            }
        }
    },
    "GreenTea": {
        "id": "GreenTea",
        "name": "green tea",
        "group": "Drinks",
        "desc": "Tasty green tea.",
        "physicalDesc": "aromatic",
        "color": "#C33F00FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                        "Key": "Stutter",
                         "conditions": null,
                        "Component": "StutteringAccent",
                        "Time": 2,
                        "Refresh": true,
                        "Type": 0,
                         "conditions": [
                            {
                                "Min": 0,
                                "Max": 10,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                        "HydrationFactor": 3,
                     },
                         "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": [
                     {
                     {
                         "damage": {
                         "conditions": null,
                            "types": {
                        "probability": 1,
                                "Poison": 1
                        "HydrationFactor": 2,
                            },
                        "id": "SatiateThirst"
                            "groups": null
                    }
                        },
                ]
                        "scaleByQuantity": false,
            }
                        "ignoreResistances": true,
        }
                        "conditions": [
    },
                            {
    "Barefoot": {
                                "Min": 10,
        "id": "Barefoot",
                                "Max": 21474836,
        "name": "barefoot",
                                "Reagent": null,
        "group": "Drinks",
                                "id": "ReagentThreshold"
        "desc": "Barefoot and pregnant.",
                            }
        "physicalDesc": "strong-smelling",
                         ],
        "color": "#664300FF",
        "recipes": [
            "Barefoot"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "damage": {
                         "Reagent": "Ethanol",
                            "types": {
                        "Group": null,
                                "Poison": 8
                        "Amount": 0.05,
                            },
                        "conditions": null,
                            "groups": null
                        "probability": 1,
                         },
                         "id": "AdjustReagent"
                        "scaleByQuantity": false,
                    }
                        "ignoreResistances": true,
                ]
                        "conditions": [
            }
                            {
        }
                                "Min": 60,
    },
                                "Max": 21474836,
    "Whiskey": {
                                "Reagent": null,
        "id": "Whiskey",
                                "id": "ReagentThreshold"
        "name": "whiskey",
                            }
        "group": "Drinks",
                         ],
        "desc": "A type of distilled alcoholic beverage made from fermented grain mash.",
        "physicalDesc": "strong-smelling",
        "color": "#664300FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Key": "Stun",
                         "Reagent": "Ethanol",
                         "Component": "",
                         "Group": null,
                         "Time": 6,
                         "Amount": 0.2,
                        "Refresh": true,
                         "conditions": null,
                        "Type": 1,
                         "conditions": [
                            {
                                "Min": 10,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "AdjustReagent"
                     },
                     }
                     {
                ]
                         "Key": "KnockedDown",
            }
                         "Component": "",
        }
                        "Time": 6,
    },
                        "Refresh": true,
    "Posca": {
                         "Type": 1,
        "id": "Posca",
        "name": "posca",
        "group": "Drinks",
        "desc": "Poor warriors' drink from a forgotten era.",
        "physicalDesc": "sour",
        "color": "#B3B599FF",
        "recipes": [
            "Posca"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                         "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 3,
                         "id": "SatiateThirst"
                    }
                ]
            }
        }
    },
    "CarbonDioxide": {
        "id": "CarbonDioxide",
        "name": "carbon dioxide",
        "group": "Unknown",
        "desc": "You have genuinely no idea what this is.",
        "physicalDesc": "odorless",
        "color": "#66FF33FF",
        "recipes": [],
        "metabolisms": {
            "Gas": {
                "rate": 0.5,
                "effects": [
                    {
                         "Factor": 1,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 10,
                                 "Type": "Plant",
                                "Max": 21474836,
                                 "ShouldHave": true,
                                 "Reagent": null,
                                 "id": "OrganType"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "Oxygenate"
                     },
                     },
                     {
                     {
                         "Key": "ForcedSleep",
                         "damage": {
                        "Component": "ForcedSleeping",
                            "types": {
                        "Time": 2,
                                "Poison": 0.2
                         "Refresh": false,
                            },
                         "Type": 1,
                            "groups": null
                        },
                         "scaleByQuantity": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 10,
                                "Type": "Plant",
                                "ShouldHave": false,
                                "id": "OrganType"
                            },
                            {
                                 "Min": 0.5,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": null,
Line 1,041: Line 1,262:
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
             },
             }
             "Medicine": {
        }
                 "rate": 0.25,
    },
    "ErikaSurprise": {
        "id": "ErikaSurprise",
        "name": "erika surprise",
        "group": "Drinks",
        "desc": "The surprise is, it's green!",
        "physicalDesc": "strong-smelling",
        "color": "#2E6671FF",
        "recipes": [
            "ErikaSurprise"
        ],
        "metabolisms": {
             "Drink": {
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "TimerReset": 600,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "ResetNarcolepsy"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "NutritionFactor": 1,
                         "id": "AdjustReagent"
                        "id": "SatiateHunger"
                    }
                    },
                ]
                    {
            }
                        "conditions": null,
        }
                        "probability": 1,
    },
                        "HydrationFactor": 1,
    "Vitamin": {
                        "id": "SatiateThirst"
        "id": "Vitamin",
                    },
        "name": "vitamin",
        "group": "Foods",
        "desc": "Found in healthy, complete meals.",
        "physicalDesc": "chalky",
        "color": "#D3D3D3FF",
        "recipes": [],
        "metabolisms": {
            "Food": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": null,
                             "types": null,
                             "groups": {
                             "groups": {
                                 "Brute": -4,
                                 "Brute": -0.5,
                                 "Burn": -4
                                 "Burn": -0.5
                             }
                             }
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": null,
                            {
                         "probability": 0.5,
                                "Min": 10,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     },
                     },
                     {
                     {
                         "Reagent": "Lexorin",
                         "Scaled": false,
                        "Group": null,
                         "Amount": -0.25,
                         "Amount": -3,
                         "conditions": null,
                         "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Lexorin",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "ModifyBleedAmount"
                     },
                     },
                     {
                     {
                         "Reagent": "ChloralHydrate",
                         "conditions": null,
                        "Group": null,
                        "Amount": -3,
                        "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "ChloralHydrate",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                        "NutritionFactor": 3,
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 1,121: Line 1,343:
         }
         }
     },
     },
     "Toxin": {
     "FourteenLoko": {
         "id": "Toxin",
         "id": "FourteenLoko",
         "name": "toxin",
         "name": "Fourteen Loko",
         "group": "Toxins",
         "group": "Drinks",
         "desc": "A toxic chemical.",
         "desc": "A highly processed liquid substance barely-passing intergalatic health standards for a soft drink.",
         "physicalDesc": "opaque",
         "physicalDesc": "fizzy",
         "color": "#CF3600FF",
         "color": "#DEB928FF",
         "recipes": [],
         "recipes": [
            "FourteenLoko"
        ],
         "metabolisms": {
         "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": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
Line 1,136: Line 1,379:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 2
                                 "Poison": 1
                             },
                             },
                             "groups": null
                             "groups": null
Line 1,150: Line 1,393:
         }
         }
     },
     },
     "Oil": {
     "Inaprovaline": {
         "id": "Oil",
         "id": "Inaprovaline",
         "name": "oil",
         "name": "inaprovaline",
         "group": "Foods",
         "group": "Medicine",
         "desc": "Used by chefs to cook.",
         "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": "oily",
         "physicalDesc": "opaque",
         "color": "#B67823FF",
         "color": "#731024FF",
         "recipes": [
         "recipes": [
             "Oil"
             "Inaprovaline"
        ],
        "metabolisms": null
    },
    "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": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "conditions": null,
                         "damage": {
                        "probability": 1,
                             "types": {
                        "HydrationFactor": 2,
                                 "Asphyxiation": -5
                        "id": "SatiateThirst"
                             },
                    }
                             "groups": null
                ]
                         },
            }
        }
    },
    "PestKiller": {
        "id": "PestKiller",
        "name": "pest killer",
        "group": "Botanical",
        "desc": "A mixture that targets pests.",
        "physicalDesc": "bubbling",
        "color": "#9E9886FF",
        "recipes": [],
        "metabolisms": {
            "Medicine": {
                "rate": 0.5,
                "effects": [
                    {
                         "damage": {
                             "types": {
                                 "Poison": 3
                             },
                             "groups": null
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Type": "Plant",
                                 "Max": 21474836,
                                 "ShouldHave": true,
                                 "Min": 100,
                                 "id": "OrganType"
                                 "id": "TotalDamage"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    },
                    {
                        "Scaled": false,
                        "Amount": -0.25,
                        "conditions": null,
                        "probability": 1,
                        "id": "ModifyBleedAmount"
                     }
                     }
                 ]
                 ]
Line 1,221: Line 1,437:
         }
         }
     },
     },
     "RootBeer": {
     "JuiceBerryPoison": {
         "id": "RootBeer",
         "id": "JuiceBerryPoison",
         "name": "root beer",
         "name": "poison berry juice",
         "group": "Drinks",
         "group": "Unknown",
         "desc": "A very sweet, carbonated drink reminiscent of sarsparilla. Goes well with ice cream.",
         "desc": "A surprisingly tasty juice blended from various kinds of very deadly and toxic berries.",
         "physicalDesc": "fizzy",
         "physicalDesc": "sickly",
         "color": "#381C07FF",
         "color": "#6600CCFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 1,236: Line 1,452:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
             }
             },
        }
            "Poison": {
    },
                "rate": 0.5,
    "IrishCarBomb": {
                "effects": [
        "id": "IrishCarBomb",
                    {
        "name": "irish car bomb",
                        "damage": {
        "group": "Drinks",
                            "types": {
        "desc": "A troubling mixture of irish cream and ale.",
                                "Poison": 1
        "physicalDesc": "bubbly",
                            },
        "color": "#2E6671FF",
                            "groups": null
        "recipes": [
                        },
            "IrishCarBomb"
                        "scaleByQuantity": false,
        ],
                        "ignoreResistances": true,
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 1,275: Line 1,477:
         }
         }
     },
     },
     "JuiceApple": {
     "Sugar": {
         "id": "JuiceApple",
         "id": "Sugar",
         "name": "apple juice",
         "name": "sugar",
         "group": "Drinks",
         "group": "Foods",
         "desc": "It's a little piece of Eden.",
         "desc": "Tasty spacey sugar!",
         "physicalDesc": "crisp",
         "physicalDesc": "sweet",
         "color": "#FDAD01FF",
         "color": "#FFFFFFFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                         "conditions": [
                            {
                                "Min": 0.1,
                                "Max": 21474836,
                                "Reagent": "Nutriment",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "NutritionFactor": 1,
                         "id": "SatiateThirst"
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 1,297: Line 1,506:
         }
         }
     },
     },
     "Phenol": {
     "Ketchup": {
         "id": "Phenol",
         "id": "Ketchup",
         "name": "phenol",
         "name": "ketchup",
         "group": "Unknown",
         "group": "Foods",
         "desc": "An aromatic ring of carbon with a hydroxyl group. A useful precursor to some medicines, but has no healing properties on its own.",
         "desc": "Made from pureed tomatoes and flavored with spices.",
         "physicalDesc": "acidic",
         "physicalDesc": "tangy",
         "color": "#E7EA91FF",
         "color": "#FF0000FF",
         "recipes": [
         "recipes": [
             "Phenol"
             "CookingKetchup"
         ],
         ],
         "metabolisms": null
         "metabolisms": null
     },
     },
     "Rice": {
     "NTCahors": {
         "id": "Rice",
         "id": "NTCahors",
         "name": "rice",
         "name": "NeoTheology Cahors Wine",
         "group": "Foods",
         "group": "Drinks",
         "desc": "Hard, small white grains.",
         "desc": "Fortified dessert wine made from cabernet sauvignon, saperavi and other grapes.",
         "physicalDesc": "chewy",
         "physicalDesc": "strong-smelling",
         "color": "#FFFFFFFF",
         "color": "#7E4043FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Reagent": "Sugar",
                        "Group": null,
                        "Amount": 0.4,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Nutriment",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.1,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 1,341: Line 1,548:
         }
         }
     },
     },
     "LemonLime": {
     "Barozine": {
         "id": "LemonLime",
         "id": "Barozine",
         "name": "lemon-lime",
         "name": "barozine",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "tangy lime and lemon soda",
         "desc": "A potent drug that prevents pressure damage. Causes extreme pain and jittering. Very poisonous when overdosed.",
         "physicalDesc": "fizzy",
         "physicalDesc": "viscous",
         "color": "#878F00FF",
         "color": "#FF867DFF",
         "recipes": [
         "recipes": [],
            "LemonLime"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                         "damage": {
                        "probability": 1,
                            "types": {
                        "HydrationFactor": 2,
                                "Heat": 0.5
                        "id": "SatiateThirst"
                            },
                    }
                            "groups": null
                ]
                        },
            }
                        "scaleByQuantity": false,
        }
                        "ignoreResistances": true,
    },
                        "conditions": null,
    "CafeLatte": {
                        "probability": 0.3,
        "id": "CafeLatte",
                        "id": "HealthChange"
        "name": "cafe latte",
                    },
        "group": "Drinks",
        "desc": "A nice, strong and tasty beverage while you are reading.",
        "physicalDesc": "creamy",
        "color": "#664300FF",
        "recipes": [
            "CafeLatte"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "conditions": null,
                        "damage": {
                            "types": {
                                "Poison": 3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 3,
                         "id": "HealthChange"
                         "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": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "conditions": null,
                         "ThirstAmount": -40,
                         "probability": 1,
                         "HungerAmount": -40,
                         "HydrationFactor": 3,
                         "conditions": [
                        "id": "SatiateThirst"
                            {
                    }
                                "Min": 30,
                ]
                                "Max": 21474836,
            }
                                "Reagent": null,
        }
                                "id": "ReagentThreshold"
    },
                            }
    "SulfuricAcid": {
                        ],
        "id": "SulfuricAcid",
                        "probability": 0.15,
        "name": "sulfuric acid",
                        "id": "ChemVomit"
        "group": "Toxins",
                    },
        "desc": "A highly corrosive, oily, colorless liquid.",
        "physicalDesc": "oily",
        "color": "#BF8C00FF",
        "recipes": [
            "SulfuricAcid"
        ],
        "metabolisms": {
            "Poison": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "damage": {
                         "Key": "PressureImmunity",
                            "types": {
                        "Component": "PressureImmunity",
                                "Caustic": 2
                        "Time": 2,
                            },
                         "Refresh": true,
                            "groups": null
                         "Type": 0,
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "GenericStatusEffect"
                     },
                     },
                     {
                     {
                         "Messages": [
                        "Key": "Stutter",
                             "generic-reagent-effect-burning-insides"
                        "Component": "StutteringAccent",
                        "Time": 2,
                        "Refresh": true,
                        "Type": 0,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    },
                    {
                        "Amplitude": 10,
                        "Frequency": 4,
                        "Time": 2,
                        "Refresh": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "Jitter"
                    },
                    {
                        "EmoteId": "Scream",
                        "ShowInChat": false,
                        "conditions": null,
                        "probability": 0.2,
                        "id": "Emote"
                    },
                    {
                         "Messages": [
                             "barozine-effect-skin-burning",
                            "barozine-effect-muscle-contract"
                         ],
                         ],
                         "Type": 1,
                         "Type": 1,
                         "VisualType": 4,
                         "VisualType": 4,
                         "conditions": null,
                         "conditions": null,
                         "probability": 0.33,
                         "probability": 0.1,
                         "id": "PopupMessage"
                         "id": "PopupMessage"
                     }
                     }
Line 1,454: Line 1,658:
         }
         }
     },
     },
     "SodaWater": {
     "Ale": {
         "id": "SodaWater",
         "id": "Ale",
         "name": "soda water",
         "name": "ale",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A container of club soda. Why not make a scotch and soda?",
         "desc": "A dark alchoholic beverage made by malted barley and yeast.",
         "physicalDesc": "fizzy",
         "physicalDesc": "bubbly",
         "color": "#619494FF",
         "color": "#663100FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 1,469: Line 1,673:
                         "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 1,476: Line 1,688:
         }
         }
     },
     },
     "Amatoxin": {
     "Leporazine": {
         "id": "Amatoxin",
         "id": "Leporazine",
         "name": "amatoxin",
         "name": "leporazine",
         "group": "Toxins",
         "group": "Medicine",
         "desc": "A potent toxin found in some mushrooms.",
         "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": "nondescript",
         "physicalDesc": "pungent",
         "color": "#D6CE7BFF",
         "color": "#FF7DB5FF",
         "recipes": [],
         "recipes": [
            "Leporazine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 1,491: Line 1,705:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 6
                                 "Cold": -4
                             },
                             },
                             "groups": null
                             "groups": null
Line 1,500: Line 1,714:
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    },
                    {
                        "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,
                        "VisualType": 2,
                        "conditions": null,
                        "probability": 0.2,
                        "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 1,505: Line 1,753:
         }
         }
     },
     },
     "Ammonia": {
     "Oculine": {
         "id": "Ammonia",
         "id": "Oculine",
         "name": "ammonia",
         "name": "oculine",
         "group": "Botanical",
         "group": "Medicine",
         "desc": "An effective fertilizer which is better than what is available to the botanist initially, though it isn't as powerful as Diethylamine",
         "desc": "Heals eye damage.",
         "physicalDesc": "pungent",
         "physicalDesc": "translucent",
         "color": "#77B58EFF",
         "color": "#404040FF",
         "recipes": [
         "recipes": [
             "Ammonia"
             "Oculine"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "Amount": -1,
                            "types": {
                                "Caustic": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "ChemHealEyeDamage"
                     }
                     }
                 ]
                 ]
Line 1,536: Line 1,777:
         }
         }
     },
     },
     "Blood": {
     "BuzzochloricBees": {
         "id": "Blood",
         "id": "BuzzochloricBees",
         "name": "blood",
         "name": "Buzzochloric Bees",
         "group": "Biological",
         "group": "Toxins",
         "desc": "I hope this is ketchup.",
         "desc": "Liquid bees. Oh god it's LIQUID BEES NO-",
         "physicalDesc": "ferrous",
         "physicalDesc": "buzzy",
         "color": "#800000FF",
         "color": "#FFD35DFF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 1.5,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
    },
    "IcedCoffee": {
        "id": "IcedCoffee",
        "name": "iced coffee",
        "group": "Drinks",
        "desc": "Coffee and ice, refreshing and cool.",
        "physicalDesc": "aromatic",
        "color": "#102838FF",
         "recipes": [
         "recipes": [
             "IcedCoffee"
             "BuzzochloricBees"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                         "Messages": [
                        "probability": 1,
                            "buzzochloricbees-effect-oh-god-bees",
                        "HydrationFactor": 3,
                            "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,
    },
                         "VisualType": 3,
    "MilkGoat": {
                         "conditions": [
        "id": "MilkGoat",
                            {
        "name": "goats milk",
                                "Min": 0,
        "group": "Drinks",
                                "Max": 0,
        "desc": "An opaque white liquid produced by a goat. High buttermilk content.",
                                "Reagent": "Histamine",
        "physicalDesc": "opaque",
                                "id": "ReagentThreshold"
        "color": "#DFDFDFFF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                         "probability": 1,
                         "HydrationFactor": 4,
                         "id": "SatiateThirst"
                    }
                ]
            }
        }
    },
    "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": {
            "Poison": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                            "types": {
                                "Poison": 3
                             },
                             },
                             "groups": null
                             {
                        },
                                "Tag": "Bee",
                        "scaleByQuantity": false,
                                "Invert": true,
                        "ignoreResistances": true,
                                "id": "HasTag"
                        "conditions": null,
                            }
                         "probability": 1,
                        ],
                         "id": "HealthChange"
                         "probability": 0.1,
                         "id": "PopupMessage"
                     },
                     },
                     {
                     {
                         "Reagent": "Inaprovaline",
                         "Messages": [
                         "Group": null,
                            "buzzochloricbees-effect-histamine-bee-allergy",
                         "Amount": -2,
                            "buzzochloricbees-effect-histamine-swells",
                         "conditions": null,
                            "buzzochloricbees-effect-histamine-numb-to-the-bees",
                        "probability": 1,
                            "buzzochloricbees-effect-histamine-cannot-be-one-with-the-bees",
                        "id": "AdjustReagent"
                            "buzzochloricbees-effect-squeaky-clean"
                    }
                        ],
                ]
                         "Type": 1,
            },
                         "VisualType": 2,
            "Gas": {
                         "conditions": [
                "rate": 0.5,
                            {
                "effects": [
                                "Min": 0.01,
                                "Max": 21474836,
                                "Reagent": "Histamine",
                                "id": "ReagentThreshold"
                            },
                            {
                                "Tag": "Bee",
                                "Invert": true,
                                "id": "HasTag"
                            }
                        ],
                        "probability": 0.05,
                        "id": "PopupMessage"
                    },
                     {
                     {
                         "damage": {
                         "Messages": [
                             "types": {
                            "buzzochloricbees-effect-licoxide-electrifying",
                                 "Poison": 1
                            "buzzochloricbees-effect-licoxide-shocked-by-bee-facts",
                            "buzzochloricbees-effect-licoxide-buzzed",
                             "buzzochloricbees-effect-licoxide-buzzes"
                        ],
                        "Type": 1,
                        "VisualType": 2,
                        "conditions": [
                            {
                                 "Tag": "Bee",
                                "Invert": true,
                                "id": "HasTag"
                             },
                             },
                             "groups": null
                             {
                        },
                                "Min": 0.01,
                        "scaleByQuantity": true,
                                "Max": 21474836,
                        "ignoreResistances": true,
                                "Reagent": "Licoxide",
                        "conditions": null,
                                "id": "ReagentThreshold"
                        "probability": 1,
                            }
                        "id": "HealthChange"
                        ],
                    }
                         "probability": 0.05,
                ]
                         "id": "PopupMessage"
            }
        }
    },
    "ChloralHydrate": {
        "id": "ChloralHydrate",
        "name": "chloral hydrate",
        "group": "Toxins",
        "desc": "In low doses, makes you drowsy. In higher doses, puts you to sleep. Overdoses deal toxin damage.",
        "physicalDesc": "nondescript",
        "color": "#000067FF",
        "recipes": [
            "ChloralHydrate"
        ],
        "metabolisms": {
            "Poison": {
                "rate": 0.5,
                "effects": [
                    {
                        "StatusLifetime": 2,
                        "conditions": null,
                         "probability": 1,
                        "WalkSpeedModifier": 0.65,
                        "SprintSpeedModifier": 0.65,
                         "id": "MovespeedModifier"
                     },
                     },
                     {
                     {
                         "Key": "ForcedSleep",
                         "Messages": [
                        "Component": "ForcedSleeping",
                            "buzzochloricbees-effect-fiber-hairy",
                         "Time": 2,
                            "buzzochloricbees-effect-fiber-soft"
                         "Refresh": false,
                         ],
                         "Type": 0,
                         "Type": 1,
                         "VisualType": 0,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 15,
                                "Tag": "Bee",
                                "Invert": true,
                                "id": "HasTag"
                            },
                            {
                                 "Min": 0.01,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": "ChloralHydrate",
                                 "Reagent": "Fiber",
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 0.05,
                         "id": "GenericStatusEffect"
                         "id": "PopupMessage"
                     },
                     },
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 1.5
                                 "Poison": 2,
                                "Piercing": 2
                             },
                             },
                             "groups": null
                             "groups": null
Line 1,709: Line 1,903:
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 20,
                                 "Tag": "Bee",
                                "Max": 21474836,
                                 "Invert": true,
                                 "Reagent": "ChloralHydrate",
                                 "id": "HasTag"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
Line 1,722: Line 1,915:
         }
         }
     },
     },
     "CogChamp": {
     "DryRamen": {
         "id": "CogChamp",
         "id": "DryRamen",
         "name": "cogchamp",
         "name": "dry ramen",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Not even Ratvar's Four Generals could withstand this! Qevax Jryy!",
         "desc": "Dry noodles and salt.",
         "physicalDesc": "ground brass",
         "physicalDesc": "wormy",
         "color": "#B5A642FF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [],
            "CogChamp"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Key": "RatvarianLanguage",
                        "Component": "RatvarianLanguage",
                        "Time": 2,
                        "Refresh": true,
                        "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "NutritionFactor": 1,
                    },
                         "id": "SatiateHunger"
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 1,764: Line 1,937:
         }
         }
     },
     },
     "Impedrezene": {
     "Soysauce": {
         "id": "Impedrezene",
         "id": "Soysauce",
         "name": "impedrezene",
         "name": "soy sauce",
         "group": "Narcotics",
         "group": "Foods",
         "desc": "A narcotic that impedes one's ability by slowing down the higher brain cell functions. Causes massive brain damage.",
         "desc": "A salty soy-based flavoring.",
         "physicalDesc": "acrid",
         "physicalDesc": "salty",
         "color": "#215263FF",
         "color": "#8B4513FF",
         "recipes": [
         "recipes": [
             "Impedrezene"
             "CookingSoysauce"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Narcotic": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "StatusLifetime": 2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "WalkSpeedModifier": 0.65,
                         "NutritionFactor": 0.5,
                        "SprintSpeedModifier": 0.65,
                         "id": "SatiateHunger"
                         "id": "MovespeedModifier"
                     },
                     },
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": -0.5,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
    },
    "Toxin": {
        "id": "Toxin",
        "name": "toxin",
        "group": "Toxins",
        "desc": "A toxic chemical.",
        "physicalDesc": "opaque",
        "color": "#CF3600FF",
        "recipes": [],
        "metabolisms": {
            "Poison": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
Line 1,798: Line 1,991:
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    },
                    {
                        "Key": "SeeingRainbows",
                        "Component": "SeeingRainbows",
                        "Time": 10,
                        "Refresh": false,
                        "Type": 0,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    },
                    {
                        "ThirstAmount": -40,
                        "HungerAmount": -40,
                        "conditions": null,
                        "probability": 0.05,
                        "id": "ChemVomit"
                    },
                    {
                        "BoozePower": 5,
                        "SlurSpeech": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "Drunk"
                     }
                     }
                 ]
                 ]
Line 1,827: Line 1,996:
         }
         }
     },
     },
     "ManhattanProject": {
     "Manhattan": {
         "id": "ManhattanProject",
         "id": "Manhattan",
         "name": "manhattan project",
         "name": "manhattan",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A scientist's drink of choice, for pondering ways to blow up the ship.",
         "desc": "The Detective's undercover drink of choice. He never could stomach gin...",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#664300FF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [
             "ManhattanProject"
             "Manhattan"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 1,859: Line 2,028:
         }
         }
     },
     },
     "Lexorin": {
     "Theobromine": {
         "id": "Lexorin",
         "id": "Theobromine",
         "name": "lexorin",
         "name": "theobromine",
         "group": "Toxins",
         "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.",
         "desc": "Theobromine is a bitter alkaloid of the cacao plant found in chocolate, and some other foods.",
         "physicalDesc": "pungent",
         "physicalDesc": "grainy",
         "color": "#6B0007FF",
         "color": "#F5F5F5FF",
         "recipes": [
         "recipes": [],
            "Lexorin"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.05,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": null,
                             "types": {
                            "groups": {
                                 "Poison": 0.4
                                 "Airloss": 7
                             },
                             }
                            "groups": null
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Animal",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "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"
                     }
                     }
                 ]
                 ]
Line 1,890: Line 2,088:
         }
         }
     },
     },
     "Booger": {
     "Carpetium": {
         "id": "Booger",
         "id": "Carpetium",
         "name": "booger",
         "name": "carpetium",
         "group": "Drinks",
         "group": "Special",
         "desc": "Ewww...",
         "desc": "A mystical chemical, usually outsourced from the Clown Planet, that covers everything it touches in carpet.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "fibrous",
         "color": "#8CFF8CFF",
         "color": "#800000FF",
         "recipes": [
         "recipes": [
             "Booger"
             "Carpetium"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Messages": [
                            "carpetium-effect-blood-fibrous",
                            "carpetium-effect-jumpsuit-insides"
                        ],
                        "Type": 1,
                        "VisualType": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 0.1,
                        "HydrationFactor": 2,
                         "id": "PopupMessage"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Reagent": "CarpoToxin",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": -3,
                         "conditions": null,
                         "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "CarpoToxin",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "AdjustReagent"
Line 1,922: Line 2,132:
         }
         }
     },
     },
     "Ethylredoxrazine": {
     "Grenadine": {
         "id": "Ethylredoxrazine",
         "id": "Grenadine",
         "name": "ethylredoxrazine",
         "name": "grenadine",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "Neutralises the effects of alcohol in the blood stream. Though it is commonly needed, it is rarely requested.",
         "desc": "Not cherry flavored!",
         "physicalDesc": "opaque",
         "physicalDesc": "dark-red",
         "color": "#2D5708FF",
         "color": "#EA1D26FF",
         "recipes": [
         "recipes": [],
            "Ethylredoxrazine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Key": "Drunk",
                        "Component": "",
                        "Time": 2,
                        "Refresh": true,
                        "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                        "HydrationFactor": 3,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 1,950: Line 2,154:
         }
         }
     },
     },
     "DemonsBlood": {
     "Phlogiston": {
         "id": "DemonsBlood",
         "id": "Phlogiston",
         "name": "demons blood",
         "name": "phlogiston",
        "group": "Drinks",
        "desc": "AHHHH!!!!",
        "physicalDesc": "strong-smelling",
        "color": "#A70000FF",
        "recipes": [
            "DemonsBlood"
        ],
        "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"
                    }
                ]
            }
        }
    },
    "HorseradishSauce": {
        "id": "HorseradishSauce",
        "name": "horseradish sauce",
        "group": "Foods",
        "desc": "Smelly horseradish sauce.",
        "physicalDesc": "overpowering",
        "color": "#808080FF",
        "recipes": [],
        "metabolisms": null
    },
    "Napalm": {
        "id": "Napalm",
        "name": "napalm",
         "group": "Pyrotechnic",
         "group": "Pyrotechnic",
         "desc": "It's just a little flammable.",
         "desc": "Catches you on fire and makes you ignite.",
         "physicalDesc": "soapy",
         "physicalDesc": "burning",
         "color": "#FA00AFFF",
         "color": "#D4872AFF",
         "recipes": [
         "recipes": [
             "Napalm"
             "Phlogiston"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 2,009: Line 2,171:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Heat": 1
                                 "Heat": 3
                             },
                             },
                             "groups": null
                             "groups": null
Line 2,020: Line 2,182:
                     },
                     },
                     {
                     {
                         "Multiplier": 0.4,
                         "Multiplier": 0.1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "FlammableReaction"
                         "id": "FlammableReaction"
                     }
                    },
                    {
                        "Amount": 6000,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustTemperature"
                     }
                 ]
                 ]
             }
             }
         }
         }
     },
     },
     "HippiesDelight": {
     "HotRamen": {
         "id": "HippiesDelight",
         "id": "HotRamen",
         "name": "hippies delight",
         "name": "hot ramen",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "You just don't get it maaaan.",
         "desc": "Hot noodles.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "wormy",
         "color": "#6EAA0CFF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [
             "HippiesDelight"
             "HotRamen"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 2,046: Line 2,214:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "NutritionFactor": 4,
                         "id": "SatiateThirst"
                         "id": "SatiateHunger"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 2,061: Line 2,221:
         }
         }
     },
     },
     "Moonshine": {
     "Thermite": {
         "id": "Moonshine",
         "id": "Thermite",
         "name": "moonshine",
         "name": "thermite",
         "group": "Drinks",
         "group": "Pyrotechnic",
         "desc": "Artisanal homemade liquor. What could go wrong?",
         "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": "strong-smelling",
         "physicalDesc": "grainy",
         "color": "#D1D7D155",
         "color": "#757245FF",
         "recipes": [
         "recipes": [
             "Moonshine"
             "Thermite"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Heat": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                        "id": "SatiateThirst"
                     }
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.25,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                 ]
                 ]
             }
             }
         }
         }
     },
     },
     "Ketchup": {
     "ShamblersJuice": {
         "id": "Ketchup",
         "id": "ShamblersJuice",
         "name": "ketchup",
         "name": "Shambler's Juice",
         "group": "Foods",
         "group": "Drinks",
         "desc": "Made from pureed tomatoes and flavored with spices.",
         "desc": "~Shake me up some of that Shambler's Juice!~",
         "physicalDesc": "tangy",
         "physicalDesc": "fizzy",
         "color": "#FF0000FF",
         "color": "#66538FFF",
        "recipes": [
            "CookingKetchup"
        ],
        "metabolisms": null
    },
    "OilOlive": {
        "id": "OilOlive",
        "name": "olive oil",
        "group": "Foods",
        "desc": "Viscous and fragrant.",
        "physicalDesc": "oily",
        "color": "#808000FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Reagent": "Nutriment",
                        "Group": null,
                        "Amount": 0.75,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 2,129: Line 2,274:
         }
         }
     },
     },
     "Martini": {
     "UncookedAnimalProteins": {
         "id": "Martini",
         "id": "UncookedAnimalProteins",
         "name": "classic martini",
         "name": "uncooked animal proteins",
         "group": "Drinks",
         "group": "Unknown",
         "desc": "Vermouth with Gin. Not quite how 007 enjoyed it, but still delicious.",
         "desc": "This is very risky for the stomachs of softer lifeforms to digest.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "clumpy",
         "color": "#664300FF",
         "color": "#FFFFE5FF",
         "recipes": [
         "recipes": [],
            "Martini"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                        "damage": {
                            "types": {
                                "Poison": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Type": "Human",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Reagent": "Protein",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.15,
                         "Amount": 0.5,
                         "conditions": null,
                         "conditions": [
                            {
                                "Type": "Animal",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "AdjustReagent"
Line 2,161: Line 2,323:
         }
         }
     },
     },
     "Siderlac": {
     "JuicePineapple": {
         "id": "Siderlac",
         "id": "JuicePineapple",
         "name": "siderlac",
         "name": "pineapple juice",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "A powerful anti-caustic medicine derived from plants.",
         "desc": "The delicious juice of a pineapple.",
         "physicalDesc": "milky",
         "physicalDesc": "tropical",
         "color": "#F4DAB8FF",
         "color": "#FFFF00FF",
         "recipes": [
         "recipes": [],
            "Siderlac"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Caustic": -5
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 3,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 2,192: Line 2,345:
         }
         }
     },
     },
     "Sake": {
     "JuiceCarrot": {
         "id": "Sake",
         "id": "JuiceCarrot",
         "name": "sake",
         "name": "carrot juice",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Alcoholic beverage made by fermenting rice that has been polished.",
         "desc": "It's like a carrot, but less crunchy.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "crisp",
         "color": "#DDDDDDFF",
         "color": "#FF8820FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 2,211: Line 2,364:
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Reagent": "Oculine",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.15,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "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",
                         "Reagent": "Nutriment",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.15,
                         "Amount": 0.5,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 2,254: Line 2,383:
         }
         }
     },
     },
     "Sigynate": {
     "PestKiller": {
         "id": "Sigynate",
         "id": "PestKiller",
         "name": "sigynate",
         "name": "pest killer",
         "group": "Medicine",
         "group": "Botanical",
         "desc": "A thick pink syrup useful for neutralizing acids and soothing trauma caused by acids. Tastes sweet!",
         "desc": "A mixture that targets pests.",
         "physicalDesc": "thick",
         "physicalDesc": "bubbling",
         "color": "#E0A5B9FF",
         "color": "#9E9886FF",
         "recipes": [
         "recipes": [],
            "Sigynate"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Medicine": {
Line 2,271: Line 2,398:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Caustic": -3
                                 "Poison": 3
                             },
                             },
                             "groups": null
                             "groups": null
Line 2,277: Line 2,404:
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                        "conditions": [
                            {
                                "Type": "Plant",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                        "probability": 1,
                        "id": "HealthChange"
                    }
                ]
            }
        }
    },
    "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": [],
        "metabolisms": null
    },
    "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": {
                "rate": 0.5,
                "effects": [
                    {
                        "Scaled": false,
                        "Amount": -1.5,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "ModifyBleedAmount"
                     },
                     },
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Heat": 2
                                 "Bloodloss": 3
                             },
                             },
                             "groups": null
                             "groups": null
Line 2,292: Line 2,460:
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 16,
                                 "Min": 15,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": null,
Line 2,300: Line 2,468:
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     },
                     }
                    {
                ]
                        "Amplitude": 10,
            }
                        "Frequency": 4,
        }
                        "Time": 2,
    },
                        "Refresh": true,
    "Tea": {
                        "conditions": [
        "id": "Tea",
                            {
        "name": "tea",
                                "Min": 20,
        "group": "Drinks",
                                "Max": 21474836,
        "desc": "A drink made by boiling leaves of the tea tree, Camellia sinensis.",
                                "Reagent": null,
        "physicalDesc": "aromatic",
                                "id": "ReagentThreshold"
        "color": "#8A5A3AFF",
                            }
        "recipes": [],
                         ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "Jitter"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Messages": [
                         "Reagent": "Theobromine",
                            "generic-reagent-effect-nauseous"
                         "Group": null,
                        ],
                         "Amount": 0.05,
                         "Type": 1,
                         "conditions": null,
                        "VisualType": 2,
                         "probability": 1,
                        "conditions": [
                         "id": "AdjustReagent"
                            {
                                "Min": 20,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 0.2,
                        "id": "PopupMessage"
                    },
                    {
                        "ThirstAmount": -40,
                        "HungerAmount": -40,
                         "conditions": [
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 0.02,
                         "id": "ChemVomit"
                     }
                     }
                 ]
                 ]
Line 2,352: Line 2,503:
         }
         }
     },
     },
     "GroundBee": {
     "Siderlac": {
         "id": "GroundBee",
         "id": "Siderlac",
         "name": "Ground Bee",
         "name": "siderlac",
         "group": "Unknown",
         "group": "Medicine",
         "desc": "Bee grounds. Gross.",
         "desc": "A powerful anti-caustic medicine derived from plants.",
        "physicalDesc": "bee guts",
         "physicalDesc": "milky",
        "color": "#86530EFF",
         "color": "#F4DAB8FF",
        "recipes": [],
        "metabolisms": null
    },
    "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": [
         "recipes": [
             "Desoxyephedrine"
             "Siderlac"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 2,379: Line 2,520:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 0.75
                                 "Caustic": -5
                             },
                             },
                             "groups": null
                             "groups": null
Line 2,386: Line 2,527:
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                        "damage": {
                            "types": {
                                "Poison": 2,
                                "Asphyxiation": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
             },
             }
             "Narcotic": {
        }
    },
    "GinFizz": {
        "id": "GinFizz",
        "name": "gin fizz",
        "group": "Drinks",
        "desc": "Refreshingly lemony, deliciously dry.",
        "physicalDesc": "strong-smelling",
        "color": "#664300FF",
        "recipes": [
            "GinFizz"
        ],
        "metabolisms": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "StatusLifetime": 2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "WalkSpeedModifier": 1.35,
                         "HydrationFactor": 2,
                        "SprintSpeedModifier": 1.35,
                         "id": "SatiateThirst"
                         "id": "MovespeedModifier"
                     },
                     },
                     {
                     {
                         "Key": "Stutter",
                         "Reagent": "Ethanol",
                         "Component": "StutteringAccent",
                         "Group": null,
                        "Time": 2,
                         "Amount": 0.15,
                        "Refresh": true,
                         "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "AdjustReagent"
                    },
                    {
                        "Amplitude": 10,
                        "Frequency": 4,
                        "Time": 2,
                        "Refresh": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "Jitter"
                    },
                    {
                        "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,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                     }
                     }
                 ]
                 ]
             },
             }
        }
    },
    "Cognizine": {
        "id": "Cognizine",
        "name": "cognizine",
        "group": "Medicine",
        "desc": "A mysterious chemical which is able to make any non-sentient creature sentient.",
        "physicalDesc": "enigmatic",
        "color": "#B50EE8FF",
        "recipes": [
            "Cognizine"
        ],
        "metabolisms": {
             "Medicine": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "TimerReset": 600,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 20,
                                 "Min": 5,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": null,
Line 2,478: Line 2,590:
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "ResetNarcolepsy"
                         "id": "MakeSentient"
                     }
                     }
                 ]
                 ]
Line 2,484: Line 2,596:
         }
         }
     },
     },
     "DeadRum": {
     "SpiderBlood": {
         "id": "DeadRum",
         "id": "SpiderBlood",
         "name": "deadrum",
         "name": "blue blood",
        "group": "Biological",
        "desc": "Doesn't taste like blueberry juice.",
        "physicalDesc": "ferrous",
        "color": "#162581FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 1.5,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
    },
    "B52": {
        "id": "B52",
        "name": "b-52",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Distilled alcoholic drink made from saltwater.",
         "desc": "Coffee, irish cream, and cognac. You will get bombed.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "bubbly",
         "color": "#664300FF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [
            "B52"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 2,505: Line 2,641:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.2,
                         "Amount": 0.15,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 2,514: Line 2,650:
         }
         }
     },
     },
     "PulpedBananaPeel": {
     "Coffee": {
         "id": "PulpedBananaPeel",
         "id": "Coffee",
         "name": "pulped banana peel",
         "name": "coffee",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "Pulped banana peels have some effectiveness against bleeding.",
         "desc": "A drink made from brewed coffee beans. Contains a moderate amount of caffeine.",
         "physicalDesc": "pulpy",
         "physicalDesc": "aromatic",
         "color": "#FFE774FF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Scaled": false,
                        "Amount": -0.5,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "ModifyBleedAmount"
                        "HydrationFactor": 2,
                     }
                        "id": "SatiateThirst"
                 ]
                    },
             }
                    {
                        "Reagent": "Theobromine",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                 ]
             }
         }
         }
     },
     },
     "HeartbreakerToxin": {
     "Protein": {
         "id": "HeartbreakerToxin",
         "id": "Protein",
         "name": "heartbreaker toxin",
         "name": "protein",
         "group": "Toxins",
         "group": "Foods",
         "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.",
         "desc": "Found in certain meals, good for bodily health.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "clumpy",
         "color": "#5F959CFF",
         "color": "#FFFFE5FF",
         "recipes": [
         "recipes": [
             "HeartbreakerToxin"
             "ProteinCooking"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": null,
                                 "Asphyxiation": 2
                            "groups": {
                             },
                                 "Brute": -0.4
                            "groups": null
                             }
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "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,
                         "id": "HealthChange"
                        "NutritionFactor": 3,
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 2,568: Line 2,724:
         }
         }
     },
     },
     "Oats": {
     "MilkSpoiled": {
         "id": "Oats",
         "id": "MilkSpoiled",
         "name": "oats",
         "name": "spoiled milk",
         "group": "Foods",
         "group": "Drinks",
         "desc": "Used for a variety of tasty purposes.",
         "desc": "This milk has gone rancid.",
         "physicalDesc": "coarse",
         "physicalDesc": "putrid",
         "color": "#D2B48CFF",
         "color": "#FAFFBAFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": -2,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
    },
    "WhiskeySoda": {
        "id": "WhiskeySoda",
        "name": "whiskey soda",
        "group": "Drinks",
        "desc": "For the more refined griffon.",
        "physicalDesc": "strong-smelling",
        "color": "#533600FF",
        "recipes": [
            "WhiskeySoda"
        ],
        "metabolisms": {
            "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Reagent": "Sugar",
                        "Group": null,
                        "Amount": 0.2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Nutriment",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.3,
                         "Amount": 0.15,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 2,600: Line 2,778:
         }
         }
     },
     },
     "Tritium": {
     "Patron": {
         "id": "Tritium",
         "id": "Patron",
         "name": "tritium",
         "name": "patron",
         "group": "Unknown",
         "group": "Drinks",
         "desc": "Radioactive space-magic pixie dust.",
         "desc": "Tequila with silver in it, a favorite of alcoholic women in the club scene.",
         "physicalDesc": "ionizing",
         "physicalDesc": "metallic",
         "color": "#66FF33FF",
         "color": "#585840FF",
         "recipes": [],
         "recipes": [
            "Patron"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "conditions": null,
                            "types": {
                         "probability": 1,
                                "Radiation": 3
                         "HydrationFactor": 2,
                            },
                         "id": "SatiateThirst"
                            "groups": null
                     },
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                         "id": "HealthChange"
                     }
                ]
            },
            "Gas": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "damage": {
                         "Reagent": "Ethanol",
                            "types": {
                        "Group": null,
                                "Radiation": 1
                         "Amount": 0.2,
                            },
                            "groups": null
                        },
                        "scaleByQuantity": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 2,647: Line 2,810:
         }
         }
     },
     },
     "Posca": {
     "Acetone": {
         "id": "Posca",
         "id": "Acetone",
         "name": "posca",
         "name": "acetone",
         "group": "Drinks",
         "group": "Unknown",
         "desc": "Poor warriors' drink from a forgotten era.",
         "desc": "A slick, slightly carcinogenic liquid. Has a multitude of mundane uses in everyday life.",
         "physicalDesc": "sour",
         "physicalDesc": "acidic",
         "color": "#B3B599FF",
         "color": "#AF14B7FF",
         "recipes": [
         "recipes": [
             "Posca"
             "Acetone"
         ],
         ],
        "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": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Reagent": "Nutriment",
                        "Group": null,
                        "Amount": 0.75,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 3,
                         "id": "AdjustReagent"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
             }
             },
        }
    },
    "Licoxide": {
        "id": "Licoxide",
        "name": "Licoxide",
        "group": "Toxins",
        "desc": "It looks... electrifying.",
        "physicalDesc": "electric",
        "color": "#FDD023FF",
        "recipes": [],
        "metabolisms": {
             "Poison": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "ElectrocuteTime": 2,
                         "Amount": 250,
                         "ElectrocuteDamageScale": 5,
                         "conditions": null,
                         "Refresh": true,
                        "probability": 1,
                        "id": "AdjustTemperature"
                    },
                    {
                        "damage": {
                            "types": {
                                "Caustic": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                "Min": 5,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                         "id": "HealthChange"
                    },
                    {
                        "Messages": [
                            "capsaicin-effect-light-burn"
                        ],
                        "Type": 1,
                        "VisualType": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 0.5,
                         "probability": 0.2,
                         "id": "Electrocute"
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 2,695: Line 2,887:
         }
         }
     },
     },
     "Gold": {
     "Goldschlager": {
         "id": "Gold",
         "id": "Goldschlager",
         "name": "gold",
         "name": "Goldschlager",
        "group": "Elements",
         "group": "Drinks",
        "desc": "Gold is a dense, soft, shiny metal and the most malleable and ductile metal known.",
         "desc": "100 proof cinnamon schnapps, made for alcoholic teen girls on spring break.",
        "physicalDesc": "metallic",
         "physicalDesc": "strong-smelling",
        "color": "#F7C430FF",
         "color": "#FFFF91FF",
        "recipes": [],
        "metabolisms": null
    },
    "SuiDream": {
        "id": "SuiDream",
        "name": "sui dream",
         "group": "Drinks",
         "desc": "'Comprised of: White soda, blue curacao, melon liquor.'",
         "physicalDesc": "strong-smelling",
         "color": "#00A86BFF",
         "recipes": [
         "recipes": [
             "SuiDream"
             "Goldschlager"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 2,728: Line 2,910:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 2,737: Line 2,919:
         }
         }
     },
     },
     "Fiber": {
     "Allicin": {
         "id": "Fiber",
         "id": "Allicin",
         "name": "fiber",
         "name": "allicin",
         "group": "Unknown",
         "group": "Unknown",
         "desc": "A raw material, usually extracted from wool or other fabric products.",
         "desc": "An organosulfur compound found in alliums like garlic, onions, and related plants.",
         "physicalDesc": "fibrous",
         "physicalDesc": "pungent",
         "color": "#808080FF",
         "color": "#F2E9D2FF",
         "recipes": [],
         "recipes": [],
        "metabolisms": null
    },
    "Vinegar": {
        "id": "Vinegar",
        "name": "vinegar",
        "group": "Foods",
        "desc": "Often used to flavor food.",
        "physicalDesc": "sour",
        "color": "#D2B48CFF",
        "recipes": [
            "CookingVinegar"
        ],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.05,
                 "effects": [
                 "effects": [
                     {
                     {
                         "Reagent": "Water",
                         "damage": {
                        "Group": null,
                            "types": {
                        "Amount": 0.4,
                                "Poison": 0.06
                        "conditions": null,
                            },
                        "probability": 1,
                            "groups": null
                        "id": "AdjustReagent"
                         },
                    },
                         "scaleByQuantity": false,
                    {
                         "ignoreResistances": true,
                        "Reagent": "Vitamin",
                         "conditions": [
                        "Group": null,
                             {
                        "Amount": 0.1,
                                 "Min": 1,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                    },
                    {
                         "ThirstAmount": -40,
                         "HungerAmount": -40,
                         "conditions": [
                             {
                                 "Min": 6,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Animal",
                                "ShouldHave": true,
                                "id": "OrganType"
                             }
                             }
                         ],
                         ],
                         "probability": 0.1,
                         "probability": 1,
                         "id": "ChemVomit"
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 2,795: Line 2,960:
         }
         }
     },
     },
     "Nitrogen": {
     "Oats": {
         "id": "Nitrogen",
         "id": "Oats",
         "name": "nitrogen",
         "name": "oats",
         "group": "Unknown",
         "group": "Foods",
         "desc": "A colorless, odorless unreactive gas. Highly stable.",
         "desc": "Used for a variety of tasty purposes.",
         "physicalDesc": "gaseous",
         "physicalDesc": "coarse",
         "color": "#808080FF",
         "color": "#D2B48CFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Gas": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "Factor": 1,
                         "Reagent": "Sugar",
                         "conditions": [
                         "Group": null,
                            {
                        "Amount": 0.2,
                                "Type": "Vox",
                        "conditions": null,
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "Oxygenate"
                         "id": "AdjustReagent"
                     },
                     },
                     {
                     {
                         "Factor": 1,
                         "Reagent": "Nutriment",
                        "conditions": [
                         "Group": null,
                            {
                         "Amount": 0.3,
                                "Type": "Slime",
                         "conditions": null,
                                "ShouldHave": true,
                         "probability": 1,
                                "id": "OrganType"
                         "id": "AdjustReagent"
                            }
                        ],
                        "probability": 1,
                        "id": "Oxygenate"
                    },
                    {
                        "_ratios": {
                            "CarbonDioxide": 1,
                            "Nitrogen": -1
                        },
                        "conditions": [
                            {
                                "Type": "Vox",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "id": "ModifyLungGas"
                    },
                    {
                        "_ratios": {
                            "NitrousOxide": 1,
                            "Nitrogen": -1
                        },
                         "conditions": [
                            {
                                "Type": "Slime",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "id": "ModifyLungGas"
                     }
                     }
                 ]
                 ]
Line 2,865: Line 2,992:
         }
         }
     },
     },
     "Silencer": {
     "Lithium": {
         "id": "Silencer",
         "id": "Lithium",
         "name": "silencer",
         "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
    },
    "AlliesCocktail": {
        "id": "AlliesCocktail",
        "name": "allies cocktail",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A drink from Mime Heaven.",
         "desc": "A drink made from your allies, not as sweet as when made from your enemies.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#004666FF",
         "color": "#00664DFF",
         "recipes": [
         "recipes": [
             "Silencer"
             "AlliesCocktail"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 2,880: Line 3,017:
                 "effects": [
                 "effects": [
                     {
                     {
                        "Key": "Muted",
                        "Component": "Muted",
                        "Time": 2,
                        "Refresh": true,
                        "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "AdjustReagent"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 2,899: Line 3,034:
         }
         }
     },
     },
     "Silver": {
     "Rewriter": {
         "id": "Silver",
         "id": "Rewriter",
         "name": "silver",
         "name": "rewriter",
        "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": [],
        "metabolisms": null
    },
    "Mojito": {
        "id": "Mojito",
        "name": "mojito",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "If it's good enough for Spesscuba, it's good enough for you.",
         "desc": "The secret of the sanctuary of the Librarian...",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#664300FF",
         "color": "#485000FF",
         "recipes": [
         "recipes": [
             "Mojito"
             "Rewriter"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 2,926: Line 3,051:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 2,941: Line 3,058:
         }
         }
     },
     },
     "Miasma": {
     "FluorosulfuricAcid": {
         "id": "Miasma",
         "id": "FluorosulfuricAcid",
         "name": "miasma",
         "name": "fluorosulfuric acid",
         "group": "Unknown",
         "group": "Toxins",
         "desc": "Uh oh, stinky!",
         "desc": "An extremely corrosive chemical substance.",
         "physicalDesc": "gaseous",
         "physicalDesc": "strong-smelling",
         "color": "#56941EFF",
         "color": "#5050FFFF",
         "recipes": [],
         "recipes": [
            "FluorosulfuricAcid"
        ],
         "metabolisms": {
         "metabolisms": {
             "Gas": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "conditions": [
                         "damage": {
                            {
                             "types": {
                                "Type": "Rat",
                                 "Caustic": 2
                                "ShouldHave": false,
                                "id": "OrganType"
                            },
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Miasma",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "ChemMiasmaPoolSource"
                    },
                    {
                         "damage": {
                             "types": {
                                 "Poison": 0.25
                             },
                             },
                             "groups": null
                             "groups": null
Line 2,979: Line 3,081:
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": null,
                            {
                                "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": [
                            {
                                "Type": "Rat",
                                "ShouldHave": false,
                                "id": "OrganType"
                            },
                            {
                                "Min": 0.8,
                                "Max": 21474836,
                                "Reagent": "Miasma",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 0.12,
                        "id": "ChemVomit"
                     },
                     },
                     {
                     {
                         "Messages": [
                         "Messages": [
                             "miasma-smell"
                             "generic-reagent-effect-burning-insides"
                         ],
                         ],
                         "Type": 1,
                         "Type": 1,
                         "VisualType": 2,
                         "VisualType": 4,
                         "conditions": [
                         "conditions": null,
                            {
                        "probability": 0.33,
                                "Min": 0.25,
                        "id": "PopupMessage"
                                "Max": 21474836,
                    }
                                "Reagent": "Miasma",
                ]
                                "id": "ReagentThreshold"
            }
                            }
        }
                        ],
    },
                        "probability": 0.1,
    "Enzyme": {
                        "id": "PopupMessage"
        "id": "Enzyme",
                    },
        "name": "universal enzyme",
        "group": "Foods",
        "desc": "Used in cooking various dishes.",
        "physicalDesc": "chalky",
        "color": "#009900FF",
        "recipes": [],
        "metabolisms": null
    },
    "Vinaigrette": {
        "id": "Vinaigrette",
        "name": "vinaigrette",
        "group": "Foods",
        "desc": "A basic salad dressing made with oil, vinegar and seasoning.",
        "physicalDesc": "sour",
        "color": "#EFDAAEFF",
        "recipes": [
            "CookingVinaigrette"
        ],
        "metabolisms": null
    },
    "Diethylamine": {
        "id": "Diethylamine",
        "name": "diethylamine",
        "group": "Botanical",
        "desc": "A very potent fertilizer.",
        "physicalDesc": "strong-smelling",
        "color": "#A1000BFF",
        "recipes": [
            "Diethylamine"
        ],
        "metabolisms": {
            "Poison": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Blunt": -4,
                                 "Caustic": 1
                                "Slash": -3,
                                "Piercing": -3
                             },
                             },
                             "groups": null
                             "groups": null
                         },
                         },
                         "scaleByQuantity": true,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": null,
                            {
                         "probability": 1,
                                "Type": "Rat",
                                "ShouldHave": true,
                                "id": "OrganType"
                            },
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Miasma",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     }
                     }
Line 3,062: Line 3,152:
         }
         }
     },
     },
     "Carpetium": {
     "Ice": {
         "id": "Carpetium",
         "id": "Ice",
         "name": "carpetium",
         "name": "ice",
         "group": "Special",
         "group": "Unknown",
         "desc": "A mystical chemical, usually outsourced from the Clown Planet, that covers everything it touches in carpet.",
         "desc": "Frozen water.",
         "physicalDesc": "fibrous",
        "physicalDesc": "frosty",
         "color": "#800000FF",
        "color": "#BED8E6FF",
        "recipes": [],
        "metabolisms": null
    },
    "NuclearCola": {
        "id": "NuclearCola",
        "name": "nuclear cola",
        "group": "Drinks",
        "desc": "Cola, cola never changes.",
         "physicalDesc": "fizzy",
         "color": "#100800FF",
         "recipes": [
         "recipes": [
             "Carpetium"
             "NuclearCola"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Messages": [
                            "carpetium-effect-blood-fibrous",
                            "carpetium-effect-jumpsuit-insides"
                        ],
                        "Type": 1,
                        "VisualType": 0,
                         "conditions": null,
                         "conditions": null,
                        "probability": 0.1,
                        "id": "PopupMessage"
                    },
                    {
                        "Reagent": "CarpoToxin",
                        "Group": null,
                        "Amount": -3,
                        "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "CarpoToxin",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                        "HydrationFactor": 6,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
             }
             },
        }
             "Poison": {
    },
    "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": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 3,123: Line 3,190:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": -0.5,
                                 "Poison": 1
                                "Heat": -0.33,
                                "Shock": -0.33,
                                "Cold": -0.33
                             },
                             },
                             "groups": {
                             "groups": null
                                "Brute": -1
                            }
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": null,
                            {
                                "Max": 50,
                                "Min": 0,
                                "id": "TotalDamage"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
Line 3,148: Line 3,204:
         }
         }
     },
     },
     "BananaHonk": {
     "KiraSpecial": {
         "id": "BananaHonk",
         "id": "KiraSpecial",
         "name": "banana honk",
         "name": "kira special",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A drink from Clown Heaven.",
         "desc": "Long live the guy who everyone had mistaken for a girl. Baka!",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#FFFF91FF",
         "color": "#CCCC99FF",
         "recipes": [
         "recipes": [
             "BananaHonk"
             "KiraSpecial"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 3,165: Line 3,221:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 3,180: Line 3,228:
         }
         }
     },
     },
     "Iodine": {
     "Saxoite": {
         "id": "Iodine",
         "id": "Saxoite",
         "name": "iodine",
         "name": "Saxoite",
         "group": "Elements",
         "group": "Unknown",
         "desc": "Commonly added to table salt as a nutrient. On its own it tastes far less pleasing.",
         "desc": "Smells like jazz.",
         "physicalDesc": "dark brown",
         "physicalDesc": "ground brass",
         "color": "#BC8A00FF",
         "color": "#B8A603FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": null
         "metabolisms": null
     },
     },
     "BraveBull": {
     "GrapeSoda": {
         "id": "BraveBull",
         "id": "GrapeSoda",
         "name": "brave bull",
         "name": "grape soda",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "It's just as effective as Dutch-Courage!",
         "desc": "It's Graaaaaape!",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "fizzy",
         "color": "#664300FF",
         "color": "#AE94A6FF",
         "recipes": [
         "recipes": [],
            "BraveBull"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 3,209: Line 3,255:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    }
                ]
            }
        }
    },
    "Rice": {
        "id": "Rice",
        "name": "rice",
        "group": "Foods",
        "desc": "Hard, small white grains.",
        "physicalDesc": "chewy",
        "color": "#FFFFFFFF",
        "recipes": [],
        "metabolisms": {
            "Food": {
                "rate": 0.5,
                "effects": [
                    {
                        "Reagent": "Sugar",
                        "Group": null,
                        "Amount": 0.4,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Reagent": "Nutriment",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.2,
                         "Amount": 0.1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 3,222: Line 3,292:
         }
         }
     },
     },
     "Nicotine": {
     "Margarita": {
         "id": "Nicotine",
         "id": "Margarita",
         "name": "Nicotine",
         "name": "margarita",
         "group": "Narcotics",
         "group": "Drinks",
         "desc": "Dangerous and highly addictive.",
         "desc": "On the rocks with salt on the rim. Arriba~!",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#C0C0C0FF",
         "color": "#8CFF8CFF",
        "recipes": [],
         "recipes": [
        "metabolisms": null
             "Margarita"
    },
    "Enzyme": {
        "id": "Enzyme",
        "name": "universal enzyme",
        "group": "Foods",
        "desc": "Used in cooking various dishes.",
        "physicalDesc": "chalky",
        "color": "#009900FF",
        "recipes": [],
        "metabolisms": null
    },
    "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": {
         "metabolisms": {
Line 3,263: Line 3,313:
                     },
                     },
                     {
                     {
                         "Reagent": "Theobromine",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.1,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "AdjustReagent"
                    }
                ]
            },
            "Poison": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                            "types": {
                                "Poison": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 3,292: Line 3,324:
         }
         }
     },
     },
     "MilkOat": {
     "DoctorsDelight": {
         "id": "MilkOat",
         "id": "DoctorsDelight",
         "name": "oat milk",
         "name": "the doctor's delight",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Surprisingly tasty.",
         "desc": "A gulp a day keeps the MediBot away. That's probably for the best.",
         "physicalDesc": "refreshing",
         "physicalDesc": "strong-smelling",
         "color": "#DEDACDFF",
         "color": "#FF8CFFFF",
         "recipes": [],
         "recipes": [
            "DoctorsDelight"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 3,307: Line 3,341:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 4,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                    },
                    {
                        "conditions": null,
                        "probability": 1,
                        "NutritionFactor": -2,
                        "id": "SatiateHunger"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                 ]
                 ]
             }
             },
        }
    },
    "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": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
Line 3,330: Line 3,365:
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": null,
                                 "Asphyxiation": -1,
                            "groups": {
                                 "Bloodloss": -0.5
                                 "Burn": -1,
                            },
                                 "Brute": -1,
                            "groups": null
                                "Airloss": -1,
                                "Toxin": -1
                            }
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
Line 3,346: Line 3,383:
         }
         }
     },
     },
     "JuiceOrange": {
     "MindbreakerToxin": {
         "id": "JuiceOrange",
         "id": "MindbreakerToxin",
         "name": "orange juice",
         "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"
        ],
        "metabolisms": null
    },
    "Gin": {
        "id": "Gin",
        "name": "gin",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Both delicious AND rich in Vitamin C. What more do you need?",
         "desc": "A distilled alcoholic drink that derives its predominant flavour from juniper berries.",
         "physicalDesc": "citric",
         "physicalDesc": "strong-smelling",
         "color": "#E78108FF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 3,361: Line 3,410:
                         "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 3,368: Line 3,425:
         }
         }
     },
     },
     "THC": {
     "ThreeMileIsland": {
         "id": "THC",
         "id": "ThreeMileIsland",
         "name": "THC",
         "name": "three mile island iced tea",
         "group": "Narcotics",
         "group": "Drinks",
         "desc": "The main psychoactive compound in cannabis.",
         "desc": "\"Made for a woman, strong enough for a man.\"",
         "physicalDesc": "crystalline",
         "physicalDesc": "strong-smelling",
         "color": "#808080FF",
         "color": "#666340FF",
         "recipes": [],
         "recipes": [
            "ThreeMileIsland"
        ],
         "metabolisms": {
         "metabolisms": {
             "Narcotic": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Key": "SeeingRainbows",
                        "Component": "SeeingRainbows",
                        "Time": 5,
                        "Refresh": false,
                        "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                        "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"
                     }
                     }
                 ]
                 ]
Line 3,394: Line 3,465:
         }
         }
     },
     },
     "NorepinephricAcid": {
     "Aloe": {
         "id": "NorepinephricAcid",
         "id": "Aloe",
         "name": "norepinephric acid",
         "name": "aloe",
         "group": "Narcotics",
         "group": "Drinks",
         "desc": "Makes you unable to see while metabolizing.",
         "desc": "So very, very, very good.",
         "physicalDesc": "milky",
         "physicalDesc": "strong-smelling",
         "color": "#96A8B5FF",
         "color": "#192C00FF",
         "recipes": [
         "recipes": [],
            "NorepinephricAcid"
        ],
         "metabolisms": {
         "metabolisms": {
             "Narcotic": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Messages": [
                            "generic-reagent-effect-burning-eyes",
                            "generic-reagent-effect-burning-eyes-a-bit",
                            "generic-reagent-effect-tearing-up",
                            "norepinephricacid-effect-eyelids",
                            "norepinephricacid-effect-eyes-itch",
                            "norepinephricacid-effect-vision-fade",
                            "norepinephricacid-effect-vision-fail"
                        ],
                        "Type": 1,
                        "VisualType": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 0.08,
                         "probability": 1,
                         "id": "PopupMessage"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Messages": [
                         "Reagent": "Ethanol",
                            "norepinephricacid-effect-eye-disconnect",
                        "Group": null,
                            "norepinephricacid-effect-eye-pain",
                        "Amount": 0.05,
                            "norepinephricacid-effect-darkness",
                        "conditions": null,
                            "norepinephricacid-effect-blindness"
                         "probability": 1,
                        ],
                         "id": "AdjustReagent"
                         "Type": 1,
                    }
                         "VisualType": 3,
                ]
                        "conditions": [
            }
                            {
        }
                                "Min": 20,
    },
                                "Max": 21474836,
    "Licoxide": {
                                "Reagent": null,
        "id": "Licoxide",
                                "id": "ReagentThreshold"
        "name": "Licoxide",
                            }
        "group": "Toxins",
                        ],
        "desc": "It looks... electrifying.",
                        "probability": 0.03,
        "physicalDesc": "electric",
                        "id": "PopupMessage"
        "color": "#FDD023FF",
                    },
        "recipes": [],
        "metabolisms": {
            "Poison": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "Key": "TemporaryBlindness",
                         "ElectrocuteTime": 2,
                        "Component": "TemporaryBlindness",
                         "ElectrocuteDamageScale": 5,
                         "Time": 2,
                         "Refresh": true,
                         "Refresh": true,
                         "Type": 0,
                         "conditions": null,
                         "conditions": [
                        "probability": 0.5,
                            {
                         "id": "Electrocute"
                                "Min": 20,
                    }
                                "Max": 21474836,
                ]
                                "Reagent": null,
            }
                                "id": "ReagentThreshold"
        }
                            }
    },
                         ],
    "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,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 3,465: Line 3,541:
         }
         }
     },
     },
     "DoctorsDelight": {
     "WhiskeyCola": {
         "id": "DoctorsDelight",
         "id": "WhiskeyCola",
         "name": "the doctor's delight",
         "name": "whiskey cola",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A gulp a day keeps the MediBot away. That's probably for the best.",
         "desc": "Whiskey, mixed with cola. Surprisingly refreshing.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "bubbly",
         "color": "#FF8CFFFF",
         "color": "#3E1B00FF",
         "recipes": [
         "recipes": [
             "DoctorsDelight"
             "WhiskeyCola"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 3,486: Line 3,562:
                     },
                     },
                     {
                     {
                        "conditions": null,
                         "Reagent": "Ethanol",
                        "probability": 1,
                        "NutritionFactor": -2,
                        "id": "SatiateHunger"
                    },
                    {
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.15,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "AdjustReagent"
                    }
                ]
            },
            "Medicine": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Burn": -1,
                                "Brute": -1,
                                "Airloss": -1,
                                "Toxin": -1
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 3,524: Line 3,573:
         }
         }
     },
     },
     "TonicWater": {
     "MuteToxin": {
         "id": "TonicWater",
         "id": "MuteToxin",
         "name": "tonic water",
         "name": "mute toxin",
         "group": "Drinks",
         "group": "Narcotics",
         "desc": "It tastes strange but at least the quinine keeps the Space Malaria at bay.",
         "desc": "Makes you unable to talk while metabolizing.",
         "physicalDesc": "fizzy",
         "physicalDesc": "syrupy",
         "color": "#0064C8FF",
         "color": "#000000FF",
         "recipes": [],
         "recipes": [
            "MuteToxin"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Narcotic": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Key": "Muted",
                        "Component": "Muted",
                        "Time": 2,
                        "Refresh": true,
                        "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 3,
                         "id": "GenericStatusEffect"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 3,546: Line 3,601:
         }
         }
     },
     },
     "Grenadine": {
     "Phenol": {
         "id": "Grenadine",
         "id": "Phenol",
         "name": "grenadine",
         "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
    },
    "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
    },
    "SpaceMountainWind": {
        "id": "SpaceMountainWind",
        "name": "Space Mountain Wind",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Not cherry flavored!",
         "desc": "Blows right through you like a space wind.",
         "physicalDesc": "dark-red",
         "physicalDesc": "fizzy",
         "color": "#EA1D26FF",
         "color": "#102000FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 3,561: Line 3,638:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 3,568: Line 3,645:
         }
         }
     },
     },
     "DevilsKiss": {
     "TableSalt": {
         "id": "DevilsKiss",
         "id": "TableSalt",
         "name": "devils kiss",
         "name": "table salt",
         "group": "Drinks",
         "group": "Foods",
         "desc": "Creepy time!",
         "desc": "Commonly known as salt, Sodium Chloride is often used to season food or kill borers instantly.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "grainy",
         "color": "#A68310FF",
         "color": "#A1000BFF",
         "recipes": [
         "recipes": [
             "DevilsKiss"
             "TableSalt"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 3,585: Line 3,662:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "NutritionFactor": 0.5,
                         "id": "SatiateThirst"
                         "id": "SatiateHunger"
                     },
                     },
                     {
                     {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                        "HydrationFactor": -0.5,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 3,600: Line 3,675:
         }
         }
     },
     },
     "Lipozine": {
     "Sulfur": {
         "id": "Lipozine",
         "id": "Sulfur",
         "name": "lipozine",
         "name": "sulfur",
         "group": "Medicine",
         "group": "Elements",
         "desc": "Causes weight loss upon consumption.",
         "desc": "A yellow, crystalline solid.",
         "physicalDesc": "oily",
         "physicalDesc": "powdery",
         "color": "#2690B5FF",
         "color": "#FFF385FF",
         "recipes": [
         "recipes": [],
            "Lipozine"
         "metabolisms": null
        ],
         "metabolisms": {
            "Medicine": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "NutritionFactor": -1,
                        "id": "SatiateHunger"
                    }
                ]
            }
        }
     },
     },
     "ThreeMileIsland": {
     "Grog": {
         "id": "ThreeMileIsland",
         "id": "Grog",
         "name": "three mile island iced tea",
         "name": "grog",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "\"Made for a woman, strong enough for a man.\"",
         "desc": "Watered-down rum, pirate approved!",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#666340FF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [
             "ThreeMileIsland"
             "Grog"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 3,646: Line 3,707:
                     {
                     {
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    },
                    {
                        "Reagent": "Uranium",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.05,
Line 3,664: Line 3,717:
         }
         }
     },
     },
     "Barefoot": {
     "Martini": {
         "id": "Barefoot",
         "id": "Martini",
         "name": "barefoot",
         "name": "classic martini",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Barefoot and pregnant.",
         "desc": "Vermouth with Gin. Not quite how 007 enjoyed it, but still delicious.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#664300FF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [
             "Barefoot"
             "Martini"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 3,687: Line 3,740:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.15,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 3,696: Line 3,749:
         }
         }
     },
     },
     "TableSalt": {
     "Iron": {
         "id": "TableSalt",
         "id": "Iron",
         "name": "table salt",
         "name": "iron",
         "group": "Foods",
         "group": "Elements",
         "desc": "Commonly known as salt, Sodium Chloride is often used to season food or kill borers instantly.",
         "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": "grainy",
         "physicalDesc": "metallic",
         "color": "#A1000BFF",
         "color": "#434B4DFF",
         "recipes": [
         "recipes": [],
            "TableSalt"
        ],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Scaled": false,
                        "Amount": 4,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "NutritionFactor": 0.5,
                         "id": "ModifyBloodLevel"
                        "id": "SatiateHunger"
                    },
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": -0.5,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 3,726: Line 3,772:
         }
         }
     },
     },
     "Starkist": {
     "Silver": {
         "id": "Starkist",
         "id": "Silver",
         "name": "starkist",
         "name": "silver",
         "group": "Drinks",
         "group": "Elements",
         "desc": "A sweet, orange flavored soft drink.",
         "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": "fizzy",
         "physicalDesc": "reasonably metallic",
         "color": "#9F3400FF",
         "color": "#D0D0D0FF",
         "recipes": [
         "recipes": [],
            "Starkist"
        "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": {
             "Drink": {
             "Poison": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
    },
    "SpiderBlood": {
        "id": "SpiderBlood",
        "name": "blue blood",
        "group": "Biological",
        "desc": "Doesn't taste like blueberry juice.",
        "physicalDesc": "ferrous",
        "color": "#162581FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Radiation": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 1.5,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 3,772: Line 3,811:
         }
         }
     },
     },
     "Oculine": {
     "Epinephrine": {
         "id": "Oculine",
         "id": "Epinephrine",
         "name": "oculine",
         "name": "epinephrine",
         "group": "Medicine",
         "group": "Medicine",
         "desc": "Heals eye damage.",
         "desc": "Effective at bringing people back from a critical state. Reduces some stun times. Easy to overdose on.",
         "physicalDesc": "translucent",
         "physicalDesc": "odorless",
         "color": "#404040FF",
         "color": "#D2FFFAFF",
         "recipes": [
         "recipes": [
             "Oculine"
             "Epinephrine"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 3,787: Line 3,826:
                 "effects": [
                 "effects": [
                     {
                     {
                         "Amount": -1,
                         "damage": {
                        "conditions": null,
                            "types": {
                        "probability": 1,
                                "Asphyxiation": -3,
                        "id": "ChemHealEyeDamage"
                                "Poison": -0.5
                    }
                            },
                ]
                            "groups": {
            }
                                "Brute": -0.5,
        }
                                "Burn": -0.5
    },
                            }
    "Singulo": {
                        },
        "id": "Singulo",
                        "scaleByQuantity": false,
        "name": "singulo",
                        "ignoreResistances": true,
        "group": "Drinks",
                        "conditions": [
        "desc": "A blue-space beverage!",
                            {
        "physicalDesc": "strong-smelling",
                                "mobstate": 2,
        "color": "#3B0C0CFF",
                                "id": "MobStateCondition"
        "recipes": [],
                            },
        "metabolisms": {
                            {
            "Drink": {
                                "Min": 0,
                "rate": 0.5,
                                "Max": 20,
                "effects": [
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "HealthChange"
                    },
                     {
                     {
                         "conditions": null,
                        "damage": {
                            "types": {
                                "Asphyxiation": 1,
                                "Poison": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 20,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Reagent": "Lexorin",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": -2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "AdjustReagent"
                     }
                    },
                 ]
                    {
             }
                        "Reagent": "Epinephrine",
         }
                        "Group": null,
     },
                        "Amount": -1,
     "AtomicBomb": {
                        "conditions": [
         "id": "AtomicBomb",
                            {
         "name": "atomic bomb",
                                "Min": 1,
                                "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.75,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    },
                    {
                        "Key": "KnockedDown",
                        "Component": "",
                        "Time": 0.75,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                     }
                 ]
             }
         }
     },
     "BlackRussian": {
         "id": "BlackRussian",
         "name": "black russian",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Nuclear proliferation never tasted so good.",
         "desc": "For the lactose-intolerant. Still as classy as a White Russian.",
         "physicalDesc": "cloudy",
         "physicalDesc": "strong-smelling",
         "color": "#666300FF",
         "color": "#360000FF",
         "recipes": [
         "recipes": [
             "AtomicBomb"
             "BlackRussian"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 3,849: Line 3,959:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.15,
                         "Amount": 0.2,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    },
                    {
                        "Reagent": "Radium",
                        "Group": null,
                        "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 3,866: Line 3,968:
         }
         }
     },
     },
     "Sulfur": {
     "Romerol": {
         "id": "Sulfur",
         "id": "Romerol",
         "name": "sulfur",
         "name": "romerol",
         "group": "Elements",
         "group": "Medicine",
         "desc": "A yellow, crystalline solid.",
         "desc": "A difficult to procure chemical used in the reversal of the zombification process. Tastes like death.",
         "physicalDesc": "powdery",
         "physicalDesc": "acrid",
         "color": "#FFF385FF",
         "color": "#7E916EFF",
         "recipes": [],
         "recipes": [
        "metabolisms": null
            "Romerol"
    },
         ],
    "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": "roaring",
        "color": "#F4692EFF",
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 1.5,
                        "id": "SatiateThirst"
                    }
                ]
            },
             "Medicine": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
Line 3,902: Line 3,985:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Bloodloss": -5
                                 "Poison": 0.5
                             },
                             },
                             "groups": {
                             "groups": null
                                "Burn": -5,
                                "Brute": -5,
                                "Toxin": -2
                            }
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
Line 3,920: Line 3,999:
         }
         }
     },
     },
     "JuiceBerry": {
     "SoyLatte": {
         "id": "JuiceBerry",
         "id": "SoyLatte",
         "name": "berry juice",
         "name": "soy latte",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A delicious blend of several different kinds of berries.",
         "desc": "A coffee drink made with espresso and steamed soy milk.",
         "physicalDesc": "sweet",
         "physicalDesc": "strong-smelling",
         "color": "#660099FF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [
            "SoyLatte"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 3,942: Line 4,023:
         }
         }
     },
     },
     "GinTonic": {
     "IrishCream": {
         "id": "GinTonic",
         "id": "IrishCream",
         "name": "gin and tonic",
         "name": "irish cream",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "An all time classic, mild cocktail.",
         "desc": "Whiskey-imbued cream. What else could you expect from the Irish.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "creamy",
         "color": "#004166FF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [
             "GinTonic"
             "IrishCream"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 3,965: Line 4,046:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.15,
                         "Amount": 0.2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 3,974: Line 4,055:
         }
         }
     },
     },
     "Kelotane": {
     "Antifreeze": {
         "id": "Kelotane",
         "id": "Antifreeze",
         "name": "kelotane",
         "name": "antifreeze",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "Treats burn damage and prevents infection.",
         "desc": "Ultimate refreshment.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "translucent",
         "color": "#BF3D19FF",
         "color": "#FF7D63FF",
         "recipes": [
         "recipes": [
             "Kelotane"
             "Antifreeze"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Heat": -0.33,
                                "Shock": -0.33,
                                "Cold": -0.33
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                     }
                        "id": "SatiateThirst"
                 ]
                    },
             }
                    {
         }
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                 ]
             }
         }
     },
     },
     "Neurotoxin": {
     "BeepskySmash": {
         "id": "Neurotoxin",
         "id": "BeepskySmash",
         "name": "neurotoxin",
         "name": "beepsky smash",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A strong neurotoxin that puts the subject into a death-like state.",
         "desc": "Deny drinking this and prepare for THE LAW.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#2E2E61FF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [
            "BeepskySmash"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 4,028: Line 4,110:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.25,
                         "Amount": 0.15,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 4,034: Line 4,116:
                     }
                     }
                 ]
                 ]
             },
             }
             "Poison": {
        }
    },
    "Fiber": {
        "id": "Fiber",
        "name": "fiber",
        "group": "Unknown",
        "desc": "A raw material, usually extracted from wool or other fabric products.",
        "physicalDesc": "fibrous",
        "color": "#808080FF",
        "recipes": [],
        "metabolisms": null
    },
    "Sigynate": {
        "id": "Sigynate",
        "name": "sigynate",
        "group": "Medicine",
        "desc": "A thick pink syrup useful for neutralizing acids and soothing trauma caused by acids.  Tastes sweet!",
        "physicalDesc": "thick",
        "color": "#E0A5B9FF",
        "recipes": [
            "Sigynate"
        ],
        "metabolisms": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 4,041: Line 4,146:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 1
                                 "Caustic": -3
                             },
                             },
                             "groups": null
                             "groups": null
Line 4,050: Line 4,155:
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     }
                     },
                ]
                    {
            }
                        "damage": {
        }
                            "types": {
    },
                                "Heat": 2
    "Protein": {
                             },
        "id": "Protein",
                             "groups": null
        "name": "protein",
        "group": "Foods",
        "desc": "Found in certain meals, good for bodily health.",
        "physicalDesc": "clumpy",
        "color": "#FFFFE5FF",
        "recipes": [
            "ProteinCooking"
        ],
        "metabolisms": {
            "Food": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                             "types": null,
                             "groups": {
                                "Brute": -0.4
                            }
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": [
                         "probability": 0.5,
                            {
                                "Min": 16,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     },
                     },
                     {
                     {
                         "Scaled": false,
                         "Amplitude": 10,
                         "Amount": 1,
                         "Frequency": 4,
                         "conditions": null,
                        "Time": 2,
                        "Refresh": true,
                         "conditions": [
                            {
                                "Min": 20,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "ModifyBloodLevel"
                         "id": "Jitter"
                     },
                     },
                     {
                     {
                         "conditions": null,
                        "Messages": [
                         "probability": 1,
                            "generic-reagent-effect-nauseous"
                         "NutritionFactor": 3,
                        ],
                         "id": "SatiateHunger"
                        "Type": 1,
                     }
                        "VisualType": 2,
                 ]
                         "conditions": [
                            {
                                "Min": 20,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 0.2,
                        "id": "PopupMessage"
                    },
                    {
                        "ThirstAmount": -40,
                        "HungerAmount": -40,
                        "conditions": [
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 0.02,
                         "id": "ChemVomit"
                     }
                 ]
             }
             }
         }
         }
     },
     },
     "MilkSoy": {
     "Milk": {
         "id": "MilkSoy",
         "id": "Milk",
         "name": "soy milk",
         "name": "milk",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Consumers favorite.",
         "desc": "An opaque white liquid produced by the mammary glands of mammals.",
         "physicalDesc": "refreshing",
         "physicalDesc": "opaque",
         "color": "#D2C29DFF",
         "color": "#DFDFDFFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 4,121: Line 4,249:
         }
         }
     },
     },
     "MelonLiquor": {
     "Tritium": {
         "id": "MelonLiquor",
         "id": "Tritium",
         "name": "melon liquor",
         "name": "tritium",
         "group": "Drinks",
         "group": "Unknown",
         "desc": "A relatively sweet and fruity 46 proof liquor.",
         "desc": "Radioactive space-magic pixie dust.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "ionizing",
         "color": "#138808FF",
         "color": "#66FF33FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Radiation": 3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            }
        }
    },
    "Hydrogen": {
        "id": "Hydrogen",
        "name": "hydrogen",
        "group": "Elements",
        "desc": "A light, flammable gas.",
        "physicalDesc": "gaseous",
        "color": "#808080FF",
        "recipes": [],
        "metabolisms": null
    },
    "NuclearCola": {
        "id": "NuclearCola",
        "name": "nuclear cola",
        "group": "Drinks",
        "desc": "Cola, cola never changes.",
        "physicalDesc": "fizzy",
        "color": "#100800FF",
        "recipes": [
            "NuclearCola"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 6,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
             },
             },
             "Poison": {
             "Gas": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 4,189: Line 4,282:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 1
                                 "Radiation": 1
                             },
                             },
                             "groups": null
                             "groups": null
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": true,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
Line 4,203: Line 4,296:
         }
         }
     },
     },
     "JuiceTomato": {
     "Ethylredoxrazine": {
         "id": "JuiceTomato",
         "id": "Ethylredoxrazine",
         "name": "tomato juice",
         "name": "ethylredoxrazine",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "Tomatoes made into juice. What a waste of good tomatoes, huh?",
         "desc": "Neutralises the effects of alcohol in the blood stream. Though it is commonly needed, it is rarely requested.",
         "physicalDesc": "saucey",
         "physicalDesc": "opaque",
         "color": "#731008FF",
         "color": "#2D5708FF",
         "recipes": [],
         "recipes": [
            "Ethylredoxrazine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Key": "Drunk",
                        "Component": "",
                        "Time": 2,
                        "Refresh": true,
                        "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 3,
                         "id": "GenericStatusEffect"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 4,225: Line 4,324:
         }
         }
     },
     },
     "Cola": {
     "DevilsKiss": {
         "id": "Cola",
         "id": "DevilsKiss",
         "name": "cola",
         "name": "devils kiss",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A sweet, carbonated soft drink. Caffeine free.",
         "desc": "Creepy time!",
         "physicalDesc": "fizzy",
         "physicalDesc": "strong-smelling",
         "color": "#422912FF",
         "color": "#A68310FF",
         "recipes": [],
         "recipes": [
            "DevilsKiss"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 4,242: Line 4,343:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 4,247: Line 4,356:
         }
         }
     },
     },
     "Vodka": {
     "CoffeeLiqueur": {
         "id": "Vodka",
         "id": "CoffeeLiqueur",
         "name": "vodka",
         "name": "coffee liqueur",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Clear distilled alcoholic beverage that originates from Poland and Russia.",
         "desc": "Liquor flavoured with cold brewed coffee and spices.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "cloudy",
         "color": "#D1D1D155",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 4,268: Line 4,377:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.2,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 4,277: Line 4,386:
         }
         }
     },
     },
     "WeedKiller": {
     "Amatoxin": {
         "id": "WeedKiller",
         "id": "Amatoxin",
         "name": "weed killer",
         "name": "amatoxin",
         "group": "Botanical",
         "group": "Toxins",
         "desc": "A mixture that targets weeds.",
         "desc": "A potent toxin found in some mushrooms.",
         "physicalDesc": "bubbling",
         "physicalDesc": "nondescript",
         "color": "#968395FF",
         "color": "#D6CE7BFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 4,292: Line 4,401:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 4
                                 "Poison": 6
                             },
                             },
                             "groups": null
                             "groups": null
Line 4,298: Line 4,407:
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": null,
                            {
                                "Type": "Plant",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
Line 4,312: Line 4,415:
         }
         }
     },
     },
     "PwrGame": {
     "Blood": {
         "id": "PwrGame",
         "id": "Blood",
         "name": "Pwr Game",
         "name": "blood",
         "group": "Drinks",
         "group": "Biological",
         "desc": "The only drink with the PWR that true gamers crave. When a gamer talks about gamerfuel, this is what they're literally referring to.",
         "desc": "I hope this is ketchup.",
         "physicalDesc": "fizzy",
         "physicalDesc": "ferrous",
         "color": "#9385BFFF",
         "color": "#800000FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 4,327: Line 4,430:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 1.5,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 4,334: Line 4,437:
         }
         }
     },
     },
     "BahamaMama": {
     "Bicaridine": {
         "id": "BahamaMama",
         "id": "Bicaridine",
         "name": "bahama mama",
         "name": "bicaridine",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "Tropical cocktail.",
         "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": "#FF7F3BFF",
         "color": "#FFAA00FF",
         "recipes": [],
         "recipes": [
            "Bicaridine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Brute": -2
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "damage": {
                         "Group": null,
                            "types": {
                         "Amount": 0.05,
                                "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": 3,
                        "SlurSpeech": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "Drunk"
                     }
                     }
                 ]
                 ]
Line 4,364: Line 4,517:
         }
         }
     },
     },
     "Gin": {
     "DrGibb": {
         "id": "Gin",
         "id": "DrGibb",
         "name": "gin",
         "name": "Dr. Gibb",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A distilled alcoholic drink that derives its predominant flavour from juniper berries.",
         "desc": "A delicious blend of 42 different flavours.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "fizzy",
         "color": "#664300FF",
         "color": "#102000FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 4,381: Line 4,534:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                     }
                    {
                 ]
                        "Reagent": "Ethanol",
             }
                        "Group": null,
                        "Amount": 0.2,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                 ]
             }
         }
         }
     },
     },
     "FoamingAgent": {
     "Dermaline": {
         "id": "FoamingAgent",
         "id": "Dermaline",
         "name": "foaming agent",
         "name": "dermaline",
         "group": "Pyrotechnic",
         "group": "Medicine",
         "desc": "Makes foam such as that's required in metal foam grenades.",
         "desc": "An advanced chemical that is more effective at treating burn damage than Kelotane.",
         "physicalDesc": "foamy",
         "physicalDesc": "translucent",
         "color": "#215263FF",
         "color": "#215263FF",
         "recipes": [
         "recipes": [
             "FoamingAgent"
             "Dermaline"
         ],
         ],
        "metabolisms": null
    },
    "Saxoite": {
        "id": "Saxoite",
        "name": "Saxoite",
        "group": "Unknown",
        "desc": "Smells like jazz.",
        "physicalDesc": "ground brass",
        "color": "#B8A603FF",
        "recipes": [],
        "metabolisms": null
    },
    "Honk": {
        "id": "Honk",
        "name": "honk",
        "group": "Unknown",
        "desc": "A toxin found in bananium. Causes severe honking and internal bleeding, may also cause the patient to mutate.",
        "physicalDesc": "pungent",
        "color": "#F2E9D2FF",
        "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Medicine": {
                 "rate": 0.05,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 0.06
                                 "Heat": -1,
                                "Shock": -1,
                                "Cold": -1
                             },
                             },
                             "groups": null
                             "groups": null
Line 4,437: Line 4,564:
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": null,
                            {
                         "probability": 1,
                                "Min": 1,
                         "id": "HealthChange"
                                "Max": 21474836,
                     },
                                "Reagent": null,
                     {
                                "id": "ReagentThreshold"
                         "damage": {
                            },
                            {
                                "Type": "Animal",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "id": "HealthChange"
                     },
                    {
                        "CauseChance": 1,
                        "Disease": "ActiveHonkVirus",
                        "conditions": null,
                        "probability": 1,
                        "id": "ChemCauseDisease"
                    }
                ]
            }
        }
    },
    "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": {
                             "types": {
                             "types": {
                                 "Poison": -1
                                 "Asphyxiation": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                        "damage": {
                            "types": {
                                "Brute": 0.5
                             },
                             },
                             "groups": null
                             "groups": null
Line 4,526: Line 4,603:
                         "probability": 1,
                         "probability": 1,
                         "id": "Jitter"
                         "id": "Jitter"
                     },
                     }
                     {
                ]
                         "Messages": [
            }
                            "generic-reagent-effect-nauseous"
        }
                         ],
    },
                         "Type": 1,
    "CogChamp": {
                         "VisualType": 2,
        "id": "CogChamp",
        "name": "cogchamp",
        "group": "Drinks",
        "desc": "Not even Ratvar's Four Generals could withstand this! Qevax Jryy!",
        "physicalDesc": "ground brass",
        "color": "#B5A642FF",
        "recipes": [
            "CogChamp"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                         "Key": "RatvarianLanguage",
                        "Component": "RatvarianLanguage",
                        "Time": 2,
                         "Refresh": true,
                         "Type": 0,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    },
                    {
                        "conditions": null,
                        "probability": 1,
                         "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            }
        }
    },
    "Diphenylmethylamine": {
        "id": "Diphenylmethylamine",
        "name": "diphenylmethylamine",
        "group": "Medicine",
        "desc": "A more stable medicine than ethyloxyephedrine. Useful for keeping someone awake.",
        "physicalDesc": "glowing",
        "color": "#B0ABAAFF",
        "recipes": [
            "Diphenylmethylamine"
        ],
        "metabolisms": {
            "Medicine": {
                "rate": 0.5,
                "effects": [
                    {
                        "TimerReset": 600,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 30,
                                 "Min": 5,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": null,
Line 4,541: Line 4,674:
                             }
                             }
                         ],
                         ],
                         "probability": 0.2,
                         "probability": 1,
                         "id": "PopupMessage"
                         "id": "ResetNarcolepsy"
                     },
                     },
                     {
                     {
                         "ThirstAmount": -40,
                         "Messages": [
                        "HungerAmount": -40,
                             "ethyloxyephedrine-effect-feeling-awake",
                        "conditions": [
                            "ethyloxyephedrine-effect-clear-mind"
                             {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                         ],
                         ],
                         "probability": 0.02,
                        "Type": 1,
                         "id": "ChemVomit"
                        "VisualType": 2,
                        "conditions": null,
                         "probability": 0.1,
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
             },
             }
             "Alcohol": {
        }
    },
    "JuiceWatermelon": {
        "id": "JuiceWatermelon",
        "name": "water melon juice",
        "group": "Drinks",
        "desc": "The delicious juice of a watermelon.",
        "physicalDesc": "sweet",
        "color": "#EF3520FF",
        "recipes": [],
        "metabolisms": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "BoozePower": 3,
                         "conditions": null,
                        "SlurSpeech": true,
                         "conditions": [
                            {
                                "Min": 15,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "Drunk"
                        "HydrationFactor": 3,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 4,581: Line 4,714:
         }
         }
     },
     },
     "DexalinPlus": {
     "Dexalin": {
         "id": "DexalinPlus",
         "id": "Dexalin",
         "name": "dexalin plus",
         "name": "dexalin",
         "group": "Medicine",
         "group": "Medicine",
         "desc": "Used in treatment of extreme cases of oxygen deprivation. Effective at healing blood loss damage.",
         "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": "cloudy",
         "physicalDesc": "opaque",
         "color": "#4DA0BDFF",
         "color": "#0041A8FF",
         "recipes": [
         "recipes": [
             "DexalinPlus"
             "Dexalin"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 4,598: Line 4,731:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Asphyxiation": -3.5,
                                 "Asphyxiation": -1,
                                 "Bloodloss": -3
                                 "Bloodloss": -0.5
                             },
                             },
                             "groups": null
                             "groups": null
Line 4,608: Line 4,741:
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    }
                ]
            }
        }
    },
    "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": "Lexorin",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": -3,
                         "Amount": 0.15,
                         "conditions": [
                         "conditions": null,
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Lexorin",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "AdjustReagent"
Line 4,628: Line 4,778:
         }
         }
     },
     },
     "BuzzochloricBees": {
     "Desoxyephedrine": {
         "id": "BuzzochloricBees",
         "id": "Desoxyephedrine",
         "name": "Buzzochloric Bees",
         "name": "desoxyephedrine",
         "group": "Toxins",
         "group": "Narcotics",
         "desc": "Liquid bees. Oh god it's LIQUID BEES NO-",
         "desc": "Desoxyephedrine is a potent stimulant with dangerous side-effects if too much is consumed.",
         "physicalDesc": "buzzy",
         "physicalDesc": "translucent",
         "color": "#FFD35DFF",
         "color": "#FAFAFAFF",
         "recipes": [
         "recipes": [
             "BuzzochloricBees"
             "Desoxyephedrine"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 4,643: Line 4,793:
                 "effects": [
                 "effects": [
                     {
                     {
                         "Messages": [
                         "damage": {
                            "buzzochloricbees-effect-oh-god-bees",
                             "types": {
                            "buzzochloricbees-effect-its-the-bees",
                                 "Poison": 0.75
                            "buzzochloricbees-effect-why-am-i-covered-in-bees",
                            "buzzochloricbees-effect-one-with-the-bees",
                             "buzzochloricbees-effect-squeaky-clean"
                        ],
                        "Type": 1,
                        "VisualType": 3,
                        "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": [
                         "damage": {
                             "buzzochloricbees-effect-histamine-bee-allergy",
                             "types": {
                            "buzzochloricbees-effect-histamine-swells",
                                "Poison": 2,
                            "buzzochloricbees-effect-histamine-numb-to-the-bees",
                                "Asphyxiation": 2
                             "buzzochloricbees-effect-histamine-cannot-be-one-with-the-bees",
                             },
                             "buzzochloricbees-effect-squeaky-clean"
                             "groups": null
                         ],
                         },
                         "Type": 1,
                         "scaleByQuantity": false,
                         "VisualType": 2,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 0.01,
                                 "Min": 30,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": "Histamine",
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                            },
                            {
                                "Tag": "Bee",
                                "Invert": true,
                                "id": "HasTag"
                             }
                             }
                         ],
                         ],
                         "probability": 0.05,
                         "probability": 1,
                         "id": "PopupMessage"
                         "id": "HealthChange"
                     },
                     }
                    {
                ]
                        "Messages": [
            },
                            "buzzochloricbees-effect-licoxide-electrifying",
            "Narcotic": {
                            "buzzochloricbees-effect-licoxide-shocked-by-bee-facts",
                "rate": 0.5,
                            "buzzochloricbees-effect-licoxide-buzzed",
                "effects": [
                            "buzzochloricbees-effect-licoxide-buzzes"
                    {
                        ],
                        "StatusLifetime": 2,
                        "Type": 1,
                        "conditions": null,
                        "VisualType": 2,
                        "probability": 1,
                        "conditions": [
                        "WalkSpeedModifier": 1.35,
                            {
                         "SprintSpeedModifier": 1.35,
                                "Tag": "Bee",
                         "id": "MovespeedModifier"
                                "Invert": true,
                                "id": "HasTag"
                            },
                            {
                                "Min": 0.01,
                                "Max": 21474836,
                                "Reagent": "Licoxide",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 0.05,
                         "id": "PopupMessage"
                     },
                     },
                     {
                     {
                         "Messages": [
                         "Key": "Stutter",
                            "buzzochloricbees-effect-fiber-hairy",
                         "Component": "StutteringAccent",
                            "buzzochloricbees-effect-fiber-soft"
                         "Time": 2,
                        ],
                        "Refresh": true,
                         "Type": 1,
                        "Type": 0,
                        "VisualType": 0,
                        "conditions": null,
                         "conditions": [
                         "probability": 1,
                            {
                         "id": "GenericStatusEffect"
                                "Tag": "Bee",
                                "Invert": true,
                                "id": "HasTag"
                            },
                            {
                                "Min": 0.01,
                                "Max": 21474836,
                                "Reagent": "Fiber",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 0.05,
                         "id": "PopupMessage"
                     },
                     },
                     {
                     {
                         "damage": {
                         "Amplitude": 10,
                            "types": {
                        "Frequency": 4,
                                "Poison": 2,
                        "Time": 2,
                                "Piercing": 2
                        "Refresh": true,
                            },
                        "conditions": null,
                            "groups": null
                        "probability": 1,
                         },
                        "id": "Jitter"
                         "scaleByQuantity": false,
                    },
                         "ignoreResistances": true,
                    {
                        "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,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    }
                ]
            },
            "Medicine": {
                "rate": 0.5,
                "effects": [
                    {
                        "TimerReset": 600,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Tag": "Bee",
                                 "Min": 20,
                                 "Invert": true,
                                "Max": 21474836,
                                 "id": "HasTag"
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "ResetNarcolepsy"
                     }
                     }
                 ]
                 ]
Line 4,766: Line 4,900:
         }
         }
     },
     },
     "Stimulants": {
     "JuiceOrange": {
         "id": "Stimulants",
         "id": "JuiceOrange",
         "name": "stimulants",
         "name": "orange juice",
         "group": "Narcotics",
         "group": "Drinks",
         "desc": "A chemical cocktail developed by Donk Co. that allows agents to recover from stuns faster, move more quickly, and grants a small heal while close to critical condition. Due to the complex nature of the chemical, it is much harder for the body to purge naturally.",
         "desc": "Both delicious AND rich in Vitamin C. What more do you need?",
         "physicalDesc": "energizing",
         "physicalDesc": "citric",
         "color": "#9A040EFF",
         "color": "#E78108FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Narcotic": {
             "Drink": {
                 "rate": 0.2,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "StatusLifetime": 2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "WalkSpeedModifier": 1.3,
                         "HydrationFactor": 3,
                         "SprintSpeedModifier": 1.3,
                         "id": "SatiateThirst"
                        "id": "MovespeedModifier"
                    }
                    },
                ]
            }
        }
    },
    "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": [
                     {
                     {
                        "damage": {
                         "conditions": null,
                            "types": {
                                "Poison": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 80,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Key": "Stun",
                         "Reagent": "Ethanol",
                         "Component": "",
                         "Group": null,
                        "Time": 3,
                         "Amount": 0.15,
                        "Refresh": true,
                         "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "AdjustReagent"
                    },
                    {
                        "Key": "KnockedDown",
                        "Component": "",
                        "Time": 3,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                     }
                     }
                 ]
                 ]
             },
             }
             "Medicine": {
        }
                 "rate": 0.2,
    },
    "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"
        ],
        "metabolisms": {
             "Narcotic": {
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "TimerReset": 600,
                         "StatusLifetime": 2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "ResetNarcolepsy"
                        "WalkSpeedModifier": 0.65,
                        "SprintSpeedModifier": 0.65,
                         "id": "MovespeedModifier"
                     },
                     },
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "NutritionFactor": 1,
                         "id": "HealthChange"
                         "id": "SatiateHunger"
                     },
                     },
                     {
                     {
                        "Key": "SeeingRainbows",
                        "Component": "SeeingRainbows",
                        "Time": 10,
                        "Refresh": false,
                        "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 1,
                         "id": "GenericStatusEffect"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "damage": {
                         "ThirstAmount": -40,
                            "types": null,
                        "HungerAmount": -40,
                            "groups": {
                        "conditions": null,
                                "Burn": -1,
                         "probability": 0.05,
                                "Brute": -1
                         "id": "ChemVomit"
                            }
                    },
                        },
                    {
                         "scaleByQuantity": false,
                        "BoozePower": 5,
                         "ignoreResistances": true,
                        "SlurSpeech": true,
                        "conditions": [
                        "conditions": null,
                            {
                                "Max": 120,
                                "Min": 70,
                                "id": "TotalDamage"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "Drunk"
                     }
                     }
                 ]
                 ]
Line 4,873: Line 5,017:
         }
         }
     },
     },
     "Andalusia": {
     "Plasma": {
         "id": "Andalusia",
         "id": "Plasma",
         "name": "andalusia",
         "name": "plasma",
         "group": "Drinks",
         "group": "Unknown",
         "desc": "A nice, strangely named drink.",
         "desc": "Funky, space-magic pixie dust. You probably shouldn't eat this, but we both know you will anyways.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "gaseous",
         "color": "#665700FF",
         "color": "#7E009EFF",
         "recipes": [
         "recipes": [],
            "Andalusia"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Reagent": "Inaprovaline",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": -2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 4,902: Line 5,051:
                     }
                     }
                 ]
                 ]
             }
            },
         }
            "Gas": {
     },
                "rate": 0.5,
     "GargleBlaster": {
                "effects": [
         "id": "GargleBlaster",
                    {
         "name": "Pan-Galactic Gargle Blaster",
                        "damage": {
                            "types": {
                                "Poison": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": true,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                    }
                ]
             }
         }
     },
     "CubaLibre": {
         "id": "CubaLibre",
         "name": "cuba libre",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Whoah, this stuff looks volatile!",
         "desc": "Rum, mixed with cola. Viva la revolucion.",
         "physicalDesc": "volatile",
         "physicalDesc": "bubbly",
         "color": "#9CC8B4FF",
         "color": "#3E1B00FF",
         "recipes": [
         "recipes": [
             "GargleBlaster"
             "CubaLibre"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 4,928: Line 5,095:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.2,
                         "Amount": 0.15,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 4,937: Line 5,104:
         }
         }
     },
     },
     "SoyLatte": {
     "Lipozine": {
         "id": "SoyLatte",
         "id": "Lipozine",
         "name": "soy latte",
         "name": "lipozine",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "A coffee drink made with espresso and steamed soy milk.",
         "desc": "Causes weight loss upon consumption.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "oily",
         "color": "#664300FF",
         "color": "#2690B5FF",
         "recipes": [
         "recipes": [
             "SoyLatte"
             "Lipozine"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 4,954: Line 5,121:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "NutritionFactor": -1,
                         "id": "SatiateThirst"
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 4,961: Line 5,128:
         }
         }
     },
     },
     "Mayo": {
     "Synaptizine": {
         "id": "Mayo",
         "id": "Synaptizine",
         "name": "mayonnaise",
         "name": "synaptizine",
         "group": "Foods",
         "group": "Medicine",
         "desc": "Creamy sauce, made from oil, egg, and some (edible) acid.",
         "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": "thick",
         "physicalDesc": "pungent",
         "color": "#F9F5E5FF",
         "color": "#D49A2FFF",
         "recipes": [
         "recipes": [
             "CookingMayoVinegar",
             "Synaptizine"
            "CookingMayoLemon"
        ],
        "metabolisms": null
    },
    "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"
         ],
         ],
        "metabolisms": null
    },
    "Diphenhydramine": {
        "id": "Diphenhydramine",
        "name": "diphenhydramine",
        "group": "Medicine",
        "desc": "Rapidly purges the body of histamine and reduces jitteriness.",
        "physicalDesc": "chalky",
        "color": "#64FFE6FF",
        "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "Reagent": "Histamine",
                         "damage": {
                         "Group": null,
                            "types": {
                         "Amount": -3,
                                "Poison": 3
                            },
                            "groups": null
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "HealthChange"
                     },
                     },
                     {
                     {
                         "Key": "Jitter",
                         "Key": "Stun",
                         "Component": "",
                         "Component": "",
                         "Time": 3,
                         "Time": 3,
Line 5,015: Line 5,164:
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "GenericStatusEffect"
                     }
                    },
                 ]
                    {
             }
                        "Key": "KnockedDown",
         }
                        "Component": "",
     },
                        "Time": 3,
     "IrishCoffee": {
                        "Refresh": true,
         "id": "IrishCoffee",
                        "Type": 1,
         "name": "irish coffee",
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    },
                    {
                        "Key": "SeeingRainbows",
                        "Component": "",
                        "Time": 15,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                     }
                 ]
             }
         }
     },
     "MilkGoat": {
         "id": "MilkGoat",
         "name": "goats milk",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Coffee served with irish cream. Regular cream just isn't the same!",
         "desc": "An opaque white liquid produced by a goat. High buttermilk content.",
         "physicalDesc": "cloudy",
        "physicalDesc": "opaque",
        "color": "#DFDFDFFF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 4,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
    },
    "Rum": {
        "id": "Rum",
        "name": "rum",
        "group": "Drinks",
        "desc": "Distilled alcoholic drink made from sugarcane byproducts.",
         "physicalDesc": "strong-smelling",
         "color": "#664300FF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [],
            "IrishCoffee"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 5,043: Line 5,232:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.15,
                         "Amount": 0.2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 5,052: Line 5,241:
         }
         }
     },
     },
     "Vitamin": {
     "MilkSoy": {
         "id": "Vitamin",
         "id": "MilkSoy",
         "name": "vitamin",
         "name": "soy milk",
         "group": "Foods",
         "group": "Drinks",
         "desc": "Found in healthy, complete meals.",
         "desc": "Consumers favorite.",
         "physicalDesc": "chalky",
         "physicalDesc": "refreshing",
         "color": "#D3D3D3FF",
         "color": "#D2C29DFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Drink": {
                 "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,
                         "id": "ModifyBleedAmount"
                         "HydrationFactor": 4,
                    },
                         "id": "SatiateThirst"
                    {
                        "conditions": null,
                        "probability": 1,
                        "NutritionFactor": 3,
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 5,095: Line 5,263:
         }
         }
     },
     },
     "CarbonDioxide": {
     "WhiteRussian": {
         "id": "CarbonDioxide",
         "id": "WhiteRussian",
         "name": "carbon dioxide",
         "name": "white russian",
         "group": "Unknown",
         "group": "Drinks",
         "desc": "You have genuinely no idea what this is.",
         "desc": "That's just, like, your opinion, man...",
         "physicalDesc": "odorless",
         "physicalDesc": "strong-smelling",
         "color": "#66FF33FF",
         "color": "#A68340FF",
         "recipes": [],
         "recipes": [
            "WhiteRussian"
        ],
         "metabolisms": {
         "metabolisms": {
             "Gas": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Factor": 1,
                         "conditions": null,
                         "conditions": [
                            {
                                "Type": "Plant",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "Oxygenate"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "damage": {
                         "Reagent": "Ethanol",
                            "types": {
                        "Group": null,
                                "Poison": 0.2
                         "Amount": 0.15,
                            },
                         "conditions": null,
                            "groups": null
                        },
                         "scaleByQuantity": true,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Type": "Plant",
                                "ShouldHave": false,
                                "id": "OrganType"
                            },
                            {
                                "Min": 0.5,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,148: Line 5,295:
         }
         }
     },
     },
     "JuiceGrape": {
     "Oil": {
         "id": "JuiceGrape",
         "id": "Oil",
         "name": "grape juice",
         "name": "oil",
         "group": "Drinks",
         "group": "Foods",
         "desc": "Freshly squeezed juice from red grapes. Quite sweet.",
         "desc": "Used by chefs to cook.",
         "physicalDesc": "crisp",
        "physicalDesc": "oily",
         "color": "#512284FF",
        "color": "#B67823FF",
         "recipes": [],
        "recipes": [
            "Oil"
        ],
        "metabolisms": null
    },
    "Pax": {
        "id": "Pax",
        "name": "pax",
        "group": "Unknown",
        "desc": "A psychiatric drug which prevents the patient from directly harming anyone.",
         "physicalDesc": "soothing",
         "color": "#AAAAAAFF",
         "recipes": [
            "Pax"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Key": "Pacified",
                        "Component": "Pacified",
                        "Time": 2,
                        "Refresh": false,
                        "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 3,
                         "id": "GenericStatusEffect"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 5,170: Line 5,335:
         }
         }
     },
     },
     "Aluminium": {
     "BraveBull": {
         "id": "Aluminium",
         "id": "BraveBull",
         "name": "aluminium",
         "name": "brave bull",
         "group": "Elements",
         "group": "Drinks",
         "desc": "A silver, soft, non-magnetic, and ductile metal.",
         "desc": "It's just as effective as Dutch-Courage!",
        "physicalDesc": "metallic",
         "physicalDesc": "strong-smelling",
        "color": "#848789FF",
         "color": "#664300FF",
        "recipes": [],
        "metabolisms": null
    },
    "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": [
         "recipes": [
             "Bicaridine"
             "BraveBull"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Brute": -2
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "damage": {
                         "Reagent": "Ethanol",
                            "types": {
                        "Group": null,
                                "Asphyxiation": 1,
                         "Amount": 0.2,
                                "Poison": 0.5
                         "conditions": null,
                            },
                            "groups": null
                        },
                         "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "AdjustReagent"
                    },
                    {
                        "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": 3,
                        "SlurSpeech": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "Drunk"
                     }
                     }
                 ]
                 ]
Line 5,260: Line 5,367:
         }
         }
     },
     },
     "RedMead": {
     "Sbiten": {
         "id": "RedMead",
         "id": "Sbiten",
         "name": "red mead",
         "name": "sbiten",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "The true Viking's drink! Even though it has a strange red color.",
         "desc": "A spicy Vodka! Might be a little hot for the little guys!",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#C73C00FF",
         "color": "#004166FF",
         "recipes": [
         "recipes": [
             "RedMead"
             "Sbiten"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 5,292: Line 5,399:
         }
         }
     },
     },
     "JuiceLime": {
     "SpaceDrugs": {
         "id": "JuiceLime",
         "id": "SpaceDrugs",
         "name": "lime juice",
         "name": "space drugs",
         "group": "Drinks",
         "group": "Narcotics",
         "desc": "The sweet-sour juice of limes.",
         "desc": "An illegal compound which induces a number of effects such as loss of balance and visual artefacts.",
         "physicalDesc": "citric",
         "physicalDesc": "syrupy",
         "color": "#99BB43FF",
         "color": "#63806EFF",
         "recipes": [],
         "recipes": [
            "SpaceDrugs"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Narcotic": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Key": "SeeingRainbows",
                        "Component": "SeeingRainbows",
                        "Time": 5,
                        "Refresh": false,
                        "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 3,
                         "id": "GenericStatusEffect"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 5,314: Line 5,427:
         }
         }
     },
     },
     "Nocturine": {
     "NitrousOxide": {
         "id": "Nocturine",
         "id": "NitrousOxide",
         "name": "nocturine",
         "name": "nitrous oxide",
         "group": "Narcotics",
         "group": "Unknown",
         "desc": "Makes you feel very tired and unable to stand up. Basically, it's bone hurting juice.",
         "desc": "You know how everything seems funnier when you're tired? Well...",
         "physicalDesc": "powdery",
         "physicalDesc": "gaseous",
         "color": "#128E80FF",
         "color": "#808080FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Narcotic": {
             "Gas": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "Messages": [
                             "types": {
                             "effect-sleepy"
                                "Poison": 1
                         ],
                            },
                         "Type": 1,
                            "groups": null
                         "VisualType": 2,
                         },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 60,
                                 "Min": 0.5,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": "NitrousOxide",
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Slime",
                                "ShouldHave": false,
                                "id": "OrganType"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 0.1,
                         "id": "HealthChange"
                         "id": "PopupMessage"
                     },
                     },
                     {
                     {
                         "Key": "ForcedSleep",
                         "StatusLifetime": 2,
                        "Component": "ForcedSleeping",
                        "Time": 2,
                        "Refresh": false,
                        "Type": 0,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 8,
                                 "Min": 1,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": "Nocturine",
                                 "Reagent": "NitrousOxide",
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                            },
                         ],
                            {
                                "Type": "Slime",
                                "ShouldHave": false,
                                "id": "OrganType"
                            }
                        ],
                        "probability": 1,
                        "WalkSpeedModifier": 0.65,
                        "SprintSpeedModifier": 0.65,
                        "id": "MovespeedModifier"
                    },
                    {
                        "Key": "ForcedSleep",
                        "Component": "ForcedSleeping",
                        "Time": 3,
                        "Refresh": true,
                        "Type": 0,
                        "conditions": [
                            {
                                "Min": 1.8,
                                "Max": 21474836,
                                "Reagent": "NitrousOxide",
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Slime",
                                "ShouldHave": false,
                                "id": "OrganType"
                             }
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "GenericStatusEffect"
                     }
                     },
                ]
            }
        }
    },
    "Stellibinin": {
        "id": "Stellibinin",
        "name": "stellibinin",
        "group": "Medicine",
        "desc": "A natual antitoxin with particular effectiveness against amatoxin.",
        "physicalDesc": "starry",
        "color": "#2B2F77FF",
        "recipes": [],
        "metabolisms": {
            "Medicine": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": -4
                                 "Poison": 0.25
                             },
                             },
                             "groups": null
                             "groups": null
Line 5,388: Line 5,512:
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                        "Reagent": "Amatoxin",
                        "Group": null,
                        "Amount": -3,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 1,
                                 "Min": 3.5,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": "Amatoxin",
                                 "Reagent": "NitrousOxide",
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                            },
                            {
                                "Type": "Slime",
                                "ShouldHave": false,
                                "id": "OrganType"
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 5,411: Line 5,532:
         }
         }
     },
     },
     "Coffee": {
     "Carbon": {
         "id": "Coffee",
         "id": "Carbon",
         "name": "coffee",
         "name": "carbon",
        "group": "Elements",
        "desc": "A black, crystalline solid.",
        "physicalDesc": "crystalline",
        "color": "#22282BFF",
        "recipes": [],
        "metabolisms": null
    },
    "Absinthe": {
        "id": "Absinthe",
        "name": "absinthe",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A drink made from brewed coffee beans. Contains a moderate amount of caffeine.",
         "desc": "A anise-flavoured spirit derived from botanicals.",
         "physicalDesc": "aromatic",
         "physicalDesc": "strong-smelling",
         "color": "#664300FF",
         "color": "#33EE00FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 5,430: Line 5,561:
                     },
                     },
                     {
                     {
                         "Reagent": "Theobromine",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.3,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 5,441: Line 5,572:
         }
         }
     },
     },
     "Nutriment": {
     "DexalinPlus": {
         "id": "Nutriment",
         "id": "DexalinPlus",
         "name": "nutriment",
         "name": "dexalin plus",
         "group": "Foods",
         "group": "Medicine",
         "desc": "All the vitamins, minerals, and carbohydrates the body needs in pure form.",
         "desc": "Used in treatment of extreme cases of oxygen deprivation. Effective at healing blood loss damage.",
         "physicalDesc": "opaque",
         "physicalDesc": "cloudy",
         "color": "#664330FF",
         "color": "#4DA0BDFF",
         "recipes": [],
         "recipes": [
            "DexalinPlus"
        ],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Asphyxiation": -3.5,
                                "Bloodloss": -3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "NutritionFactor": 3,
                         "id": "HealthChange"
                         "id": "SatiateHunger"
                    },
                    {
                        "Reagent": "Lexorin",
                        "Group": null,
                        "Amount": -3,
                        "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Lexorin",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,463: Line 5,619:
         }
         }
     },
     },
     "IcedTea": {
     "SnowWhite": {
         "id": "IcedTea",
         "id": "SnowWhite",
         "name": "iced tea",
         "name": "snow white",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "No relation to a certain rap artist/actor.",
         "desc": "A cold refreshment.",
         "physicalDesc": "aromatic",
         "physicalDesc": "bubbly",
         "color": "#104038FF",
         "color": "#FFFFFFFF",
         "recipes": [
         "recipes": [
             "IcedTea"
             "SnowWhite"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 5,484: Line 5,640:
                     },
                     },
                     {
                     {
                         "Reagent": "Theobromine",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.05,
Line 5,495: Line 5,651:
         }
         }
     },
     },
     "Vermouth": {
     "Amasec": {
         "id": "Vermouth",
         "id": "Amasec",
         "name": "vermouth",
         "name": "amasec",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Aromatized, fortified white wine flavored with various botanicals.",
         "desc": "Official drink of the Gun Club!",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#91FF91FF",
         "color": "#124DA7FF",
         "recipes": [],
         "recipes": [
            "Amasec"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 5,525: Line 5,683:
         }
         }
     },
     },
     "VentCrud": {
     "WeedKiller": {
         "id": "VentCrud",
         "id": "WeedKiller",
         "name": "vent crud",
         "name": "weed killer",
         "group": "Unknown",
         "group": "Botanical",
         "desc": "A jet black substance found in poorly maintained ventilation systems.",
         "desc": "A mixture that targets weeds.",
         "physicalDesc": "sticky",
         "physicalDesc": "bubbling",
         "color": "#000000FF",
         "color": "#968395FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 5,540: Line 5,698:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 2
                                 "Poison": 4
                             },
                             },
                             "groups": null
                             "groups": null
Line 5,546: Line 5,704:
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": [
                            {
                                "Type": "Plant",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    },
                    {
                        "CauseChance": 0.6,
                        "Disease": "VentCough",
                        "conditions": null,
                        "probability": 1,
                        "id": "ChemCauseDisease"
                     }
                     }
                 ]
                 ]
Line 5,561: Line 5,718:
         }
         }
     },
     },
     "ChangelingSting": {
     "Singulo": {
         "id": "ChangelingSting",
         "id": "Singulo",
         "name": "changeling sting",
         "name": "singulo",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "You take a tiny sip and feel a burning sensation...",
         "desc": "A blue-space beverage!",
         "physicalDesc": "fizzy",
         "physicalDesc": "strong-smelling",
         "color": "#2E6671FF",
         "color": "#3B0C0CFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 5,578: Line 5,735:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,583: Line 5,748:
         }
         }
     },
     },
     "Corpium": {
     "JuiceTomato": {
         "id": "Corpium",
         "id": "JuiceTomato",
         "name": "corpium",
         "name": "tomato juice",
         "group": "Unknown",
         "group": "Drinks",
         "desc": "A Syndicate cocktail, carefully harvested from various sources. You wouldn't want this inside of you.",
         "desc": "Tomatoes made into juice. What a waste of good tomatoes, huh?",
         "physicalDesc": "necrotic",
         "physicalDesc": "saucey",
         "color": "#7668A1FF",
         "color": "#731008FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Cellular": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "HydrationFactor": 3,
                    },
                         "id": "SatiateThirst"
                    {
                        "CauseChance": 1,
                        "Disease": "ActiveZombieVirus",
                        "conditions": null,
                        "probability": 1,
                         "id": "ChemCauseDisease"
                     }
                     }
                 ]
                 ]
Line 5,619: Line 5,770:
         }
         }
     },
     },
     "CapsaicinOil": {
     "Tequila": {
         "id": "CapsaicinOil",
         "id": "Tequila",
         "name": "Capsaicin Oil",
         "name": "tequila",
         "group": "Unknown",
         "group": "Drinks",
         "desc": "Capsaicin Oil is the ingredient found in different types of hot peppers.",
         "desc": "A strong and mildly flavoured, mexican produced spirit.",
         "physicalDesc": "oily",
         "physicalDesc": "strong-smelling",
         "color": "#FF0000FF",
         "color": "#D7D1D155",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "Reagent": "Nutriment",
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.75,
                         "Amount": 0.2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 5,640: Line 5,797:
                     }
                     }
                 ]
                 ]
             },
             }
             "Poison": {
        }
    },
    "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,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Amount": 250,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustTemperature"
                        "HydrationFactor": 2,
                     },
                        "id": "SatiateThirst"
                     {
                    }
                         "damage": {
                ]
                             "types": {
            }
                                 "Caustic": 1
        }
                             },
    },
    "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"
                     }
                ]
            }
        }
    },
    "Honk": {
        "id": "Honk",
        "name": "honk",
        "group": "Unknown",
        "desc": "A toxin found in bananium. Causes severe honking and internal bleeding, may also cause the patient to mutate.",
        "physicalDesc": "pungent",
        "color": "#F2E9D2FF",
        "recipes": [],
        "metabolisms": {
            "Poison": {
                "rate": 0.05,
                "effects": [
                     {
                         "damage": {
                             "types": {
                                 "Poison": 0.06
                             },
                             "groups": null
                             "groups": null
                         },
                         },
Line 5,661: Line 5,877:
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 5,
                                 "Min": 1,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Animal",
                                "ShouldHave": true,
                                "id": "OrganType"
                             }
                             }
                         ],
                         ],
Line 5,671: Line 5,892:
                     },
                     },
                     {
                     {
                         "Messages": [
                         "CauseChance": 1,
                            "capsaicin-effect-light-burn"
                         "Disease": "ActiveHonkVirus",
                        ],
                         "Type": 1,
                        "VisualType": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 0.2,
                         "probability": 1,
                         "id": "PopupMessage"
                         "id": "ChemCauseDisease"
                     }
                     }
                 ]
                 ]
Line 5,684: Line 5,902:
         }
         }
     },
     },
     "JuicePineapple": {
     "IcedCoffee": {
         "id": "JuicePineapple",
         "id": "IcedCoffee",
         "name": "pineapple juice",
         "name": "iced coffee",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "The delicious juice of a pineapple.",
         "desc": "Coffee and ice, refreshing and cool.",
         "physicalDesc": "tropical",
         "physicalDesc": "aromatic",
         "color": "#FFFF00FF",
         "color": "#102838FF",
         "recipes": [],
         "recipes": [
            "IcedCoffee"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 5,706: Line 5,926:
         }
         }
     },
     },
     "Cryptobiolin": {
     "Histamine": {
         "id": "Cryptobiolin",
         "id": "Histamine",
         "name": "cryptobiolin",
         "name": "histamine",
         "group": "Medicine",
         "group": "Toxins",
         "desc": "Causes confusion and dizziness. This is essential to make Spaceacillin.",
         "desc": "Histamine's effects become more dangerous depending on the dosage amount. They range from mildly annoying to incredibly lethal.",
         "physicalDesc": "fizzy",
         "physicalDesc": "abrasive",
         "color": "#081A80FF",
         "color": "#FA6464FF",
         "recipes": [
         "recipes": [],
            "Cryptobiolin"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "Key": "Stutter",
                         "damage": {
                        "Component": "ScrambledAccent",
                            "types": null,
                        "Time": 2,
                            "groups": {
                         "Refresh": true,
                                "Brute": 2
                         "Type": 0,
                            }
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 0.1,
                        "id": "GenericStatusEffect"
                         "id": "HealthChange"
                    }
                     },
                ]
            },
            "Alcohol": {
                "rate": 0.5,
                "effects": [
                    {
                        "BoozePower": 20,
                        "SlurSpeech": false,
                        "conditions": null,
                        "probability": 1,
                         "id": "Drunk"
                     }
                ]
            }
        }
    },
    "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": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": null,
                                 "Poison": 2
                            "groups": {
                            },
                                 "Brute": 2,
                            "groups": null
                                "Toxin": 2,
                                "Airloss": 2
                            }
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
Line 5,769: Line 5,964:
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Type": "Human",
                                 "Min": 45,
                                 "ShouldHave": true,
                                "Max": 21474836,
                                 "id": "OrganType"
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
Line 5,778: Line 5,974:
                     },
                     },
                     {
                     {
                         "Reagent": "Protein",
                         "Messages": [
                         "Group": null,
                            "histamine-effect-light-itchiness"
                         "Amount": 0.5,
                        ],
                         "Type": 1,
                        "VisualType": 0,
                        "conditions": null,
                         "probability": 0.1,
                        "id": "PopupMessage"
                    },
                    {
                        "Messages": [
                            "histamine-effect-heavy-itchiness"
                        ],
                        "Type": 1,
                        "VisualType": 2,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Type": "Animal",
                                 "Min": 45,
                                 "ShouldHave": true,
                                "Max": 21474836,
                                 "id": "OrganType"
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 0.2,
                         "id": "AdjustReagent"
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 5,795: Line 6,004:
         }
         }
     },
     },
     "Astrotame": {
     "ChloralHydrate": {
         "id": "Astrotame",
         "id": "ChloralHydrate",
         "name": "Astrotame",
         "name": "chloral hydrate",
         "group": "Foods",
         "group": "Toxins",
         "desc": "The sweetness of a thousand sugars but none of the calories.",
         "desc": "In low doses, makes you drowsy. In higher doses, puts you to sleep. Overdoses deal toxin damage.",
         "physicalDesc": "sugary",
         "physicalDesc": "nondescript",
         "color": "#7FFFD4FF",
         "color": "#000067FF",
         "recipes": [],
         "recipes": [
        "metabolisms": null
            "ChloralHydrate"
    },
         ],
    "Flour": {
        "id": "Flour",
        "name": "flour",
         "group": "Foods",
        "desc": "Used for baking.",
        "physicalDesc": "powdery",
        "color": "#FFFFFFFF",
        "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "Reagent": "Sugar",
                         "StatusLifetime": 2,
                        "Group": null,
                        "Amount": 0.4,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                        "WalkSpeedModifier": 0.65,
                        "SprintSpeedModifier": 0.65,
                         "id": "MovespeedModifier"
                     },
                     },
                     {
                     {
                         "Reagent": "Nutriment",
                         "Key": "ForcedSleep",
                         "Group": null,
                        "Component": "ForcedSleeping",
                         "Amount": 0.1,
                        "Time": 2,
                         "conditions": null,
                         "Refresh": false,
                         "Type": 0,
                         "conditions": [
                            {
                                "Min": 15,
                                "Max": 21474836,
                                "Reagent": "ChloralHydrate",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "GenericStatusEffect"
                     }
                     },
                ]
            }
        }
    },
    "Egg": {
        "id": "Egg",
        "name": "egg",
        "group": "Foods",
        "desc": "Used for baking.",
        "physicalDesc": "mucus-like",
        "color": "#FFFFFFFF",
        "recipes": [],
        "metabolisms": {
            "Food": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "Reagent": "Protein",
                         "damage": {
                         "Group": null,
                            "types": {
                         "Amount": 0.5,
                                "Poison": 1.5
                         "conditions": null,
                            },
                            "groups": null
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 20,
                                "Max": 21474836,
                                "Reagent": "ChloralHydrate",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 5,861: Line 6,067:
         }
         }
     },
     },
     "ToxinsSpecial": {
     "TequilaSunrise": {
         "id": "ToxinsSpecial",
         "id": "TequilaSunrise",
         "name": "toxins special",
         "name": "tequila sunrise",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "This thing is ON FIRE! CALL THE DAMN SHUTTLE!",
         "desc": "Tequila and orange juice. Much like a Screwdriver, only Mexican.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#665C00FF",
         "color": "#FFE48CFF",
         "recipes": [
         "recipes": [
             "ToxinsSpecial"
             "TequilaSunrise"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 5,884: Line 6,090:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.15,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 5,893: Line 6,099:
         }
         }
     },
     },
     "DriestMartini": {
     "Cognac": {
         "id": "DriestMartini",
         "id": "Cognac",
         "name": "driest martini",
         "name": "cognac",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Only for the experienced. You think you see sand floating in the glass.",
         "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": "#2E6671FF",
         "color": "#AB3C05FF",
         "recipes": [
         "recipes": [],
            "DriestMartini"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 5,916: Line 6,120:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.15,
                         "Amount": 0.2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 5,925: Line 6,129:
         }
         }
     },
     },
     "RobustHarvest": {
     "Dylovene": {
         "id": "RobustHarvest",
         "id": "Dylovene",
         "name": "robust harvest",
         "name": "dylovene",
         "group": "Botanical",
         "group": "Medicine",
         "desc": "Plant-enhancing hormones, good for increasing potency.",
         "desc": "A broad-spectrum anti-toxin, which treats toxin damage in the blood stream. Overdosing will cause vomiting, dizzyness and pain.",
         "physicalDesc": "robust",
         "physicalDesc": "translucent",
         "color": "#3E901CFF",
         "color": "#3A1D8AFF",
         "recipes": [
         "recipes": [
             "RobustHarvest"
             "Dylovene"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 5,942: Line 6,146:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": -2,
                                 "Poison": -1
                                "Blunt": -3,
                            },
                                "Slash": -3,
                            "groups": null
                                 "Piercing": -3
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                        "damage": {
                            "types": {
                                 "Brute": 0.5
                             },
                             },
                             "groups": null
                             "groups": null
Line 5,953: Line 6,167:
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Type": "Plant",
                                 "Min": 30,
                                 "ShouldHave": true,
                                "Max": 21474836,
                                 "id": "OrganType"
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     }
                     },
                ]
                    {
            }
                        "Amplitude": 10,
        }
                        "Frequency": 4,
    },
                        "Time": 2,
    "WhiteRussian": {
                        "Refresh": true,
        "id": "WhiteRussian",
                        "conditions": [
        "name": "white russian",
                            {
        "group": "Drinks",
                                "Min": 30,
        "desc": "That's just, like, your opinion, man...",
                                "Max": 21474836,
        "physicalDesc": "strong-smelling",
                                "Reagent": null,
        "color": "#A68340FF",
                                "id": "ReagentThreshold"
        "recipes": [
                            }
            "WhiteRussian"
                        ],
        ],
                        "probability": 1,
        "metabolisms": {
                        "id": "Jitter"
            "Drink": {
                    },
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "conditions": null,
                        "Messages": [
                        "probability": 1,
                            "generic-reagent-effect-nauseous"
                         "HydrationFactor": 2,
                        ],
                         "id": "SatiateThirst"
                        "Type": 1,
                        "VisualType": 2,
                         "conditions": [
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 0.2,
                         "id": "PopupMessage"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "ThirstAmount": -40,
                         "Group": null,
                        "HungerAmount": -40,
                        "Amount": 0.15,
                         "conditions": [
                        "conditions": null,
                            {
                         "probability": 1,
                                "Min": 30,
                         "id": "AdjustReagent"
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 0.02,
                         "id": "ChemVomit"
                     }
                     }
                 ]
                 ]
             }
            },
            "Alcohol": {
                "rate": 0.5,
                "effects": [
                    {
                        "BoozePower": 3,
                        "SlurSpeech": true,
                        "conditions": [
                            {
                                "Min": 15,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "Drunk"
                    }
                ]
             }
         }
         }
     },
     },
     "SpaceLube": {
     "Ephedrine": {
         "id": "SpaceLube",
         "id": "Ephedrine",
         "name": "space lube",
         "name": "ephedrine",
         "group": "Unknown",
         "group": "Narcotics",
         "desc": "Space Lube is a high performance lubricant intended for maintenance of extremely complex mechanical equipment (and certainly not used to make people slip).",
         "desc": "Increases stun resistance and movement speed, giving you hand cramps. Overdose deals toxin damage and inhibits breathing.",
         "physicalDesc": "shiny",
         "physicalDesc": "powdery",
         "color": "#77B58EFF",
         "color": "#D2FFFAFF",
         "recipes": [
         "recipes": [
             "SpaceLube"
             "Ephedrine"
        ],
        "metabolisms": null
    },
    "GinFizz": {
        "id": "GinFizz",
        "name": "gin fizz",
        "group": "Drinks",
        "desc": "Refreshingly lemony, deliciously dry.",
        "physicalDesc": "strong-smelling",
        "color": "#664300FF",
        "recipes": [
            "GinFizz"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Narcotic": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "StatusLifetime": 2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "WalkSpeedModifier": 1.25,
                         "id": "SatiateThirst"
                        "SprintSpeedModifier": 1.25,
                         "id": "MovespeedModifier"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "damage": {
                         "Group": null,
                            "types": {
                         "Amount": 0.15,
                                "Poison": 2,
                         "conditions": null,
                                "Asphyxiation": 2
                            },
                            "groups": null
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 20,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "HealthChange"
                     }
                     },
                ]
            }
        }
    },
    "Rum": {
        "id": "Rum",
        "name": "rum",
        "group": "Drinks",
        "desc": "Distilled alcoholic drink made from sugarcane byproducts.",
        "physicalDesc": "strong-smelling",
        "color": "#664300FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                        "Amplitude": 10,
                        "Frequency": 4,
                        "Time": 2,
                        "Refresh": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "Jitter"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Key": "Stun",
                         "Group": null,
                         "Component": "",
                         "Amount": 0.2,
                        "Time": 1,
                        "Refresh": true,
                         "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "GenericStatusEffect"
                     }
                     },
                ]
                    {
            }
                        "Key": "KnockedDown",
        }
                        "Component": "",
    },
                        "Time": 1,
    "JuicePotato": {
                        "Refresh": true,
        "id": "JuicePotato",
                        "Type": 1,
        "name": "potato juice",
                        "conditions": null,
        "group": "Drinks",
                        "probability": 1,
        "desc": "Juice of the potato. Bleh.",
                        "id": "GenericStatusEffect"
        "physicalDesc": "starchy",
                    },
        "color": "#302000FF",
                    {
        "recipes": [],
                        "Messages": [
        "metabolisms": {
                            "ephedrine-effect-tight-pain",
             "Drink": {
                            "ephedrine-effect-heart-pounds"
                        ],
                        "Type": 1,
                        "VisualType": 2,
                        "conditions": null,
                        "probability": 0.05,
                        "id": "PopupMessage"
                    }
                ]
            },
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                        "TimerReset": 600,
                         "conditions": [
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 3,
                         "id": "ResetNarcolepsy"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 6,093: Line 6,351:
         }
         }
     },
     },
     "Frostoil": {
     "ChangelingSting": {
         "id": "Frostoil",
         "id": "ChangelingSting",
         "name": "frostoil",
         "name": "changeling sting",
        "group": "Foods",
        "desc": "Leaves the tongue numb in its passage.",
        "physicalDesc": "cold",
        "color": "#87CEEBFF",
        "recipes": [],
        "metabolisms": null
    },
    "EnergyDrink": {
        "id": "EnergyDrink",
        "name": "Energy Drink",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A dose of energy! Nanotrasen is not responsible if you grow avian appendages.",
         "desc": "You take a tiny sip and feel a burning sensation...",
         "physicalDesc": "fizzy",
         "physicalDesc": "fizzy",
         "color": "#FFFFBFFF",
         "color": "#2E6671FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 6,120: Line 6,368:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                     }
                    {
                 ]
                        "Reagent": "Theobromine",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                 ]
             }
             }
         }
         }
     },
     },
     "Slime": {
     "Starkist": {
         "id": "Slime",
         "id": "Starkist",
         "name": "slime",
         "name": "starkist",
         "group": "Biological",
         "group": "Drinks",
         "desc": "You thought this was gradient blood at first, but you were mistaken.",
         "desc": "A sweet, orange flavored soft drink.",
         "physicalDesc": "viscous",
         "physicalDesc": "fizzy",
         "color": "#2CF274FF",
         "color": "#9F3400FF",
         "recipes": [],
         "recipes": [
            "Starkist"
        ],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 6,148: Line 6,390:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "NutritionFactor": 1.5,
                         "HydrationFactor": 2,
                         "id": "SatiateHunger"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 6,155: Line 6,397:
         }
         }
     },
     },
     "Diethylamine": {
     "GroundBee": {
         "id": "Diethylamine",
         "id": "GroundBee",
         "name": "diethylamine",
         "name": "Ground Bee",
         "group": "Botanical",
         "group": "Unknown",
         "desc": "A very potent fertilizer.",
         "desc": "Bee grounds. Gross.",
        "physicalDesc": "bee guts",
        "color": "#86530EFF",
        "recipes": [],
        "metabolisms": null
    },
    "DemonsBlood": {
        "id": "DemonsBlood",
        "name": "demons blood",
        "group": "Drinks",
        "desc": "AHHHH!!!!",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#A1000BFF",
         "color": "#A70000FF",
         "recipes": [
         "recipes": [
             "Diethylamine"
             "DemonsBlood"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Caustic": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 6,186: Line 6,439:
         }
         }
     },
     },
     "Leporazine": {
     "Flour": {
         "id": "Leporazine",
         "id": "Flour",
         "name": "leporazine",
         "name": "flour",
         "group": "Medicine",
         "group": "Foods",
         "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": "Used for baking.",
         "physicalDesc": "pungent",
         "physicalDesc": "powdery",
         "color": "#FF7DB5FF",
         "color": "#FFFFFFFF",
         "recipes": [
         "recipes": [],
            "Leporazine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "Reagent": "Sugar",
                            "types": {
                        "Group": null,
                                "Cold": -4
                         "Amount": 0.4,
                            },
                            "groups": null
                        },
                         "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "AdjustReagent"
                     },
                     },
                     {
                     {
                         "Amount": 100000,
                         "Reagent": "Nutriment",
                         "conditions": [
                         "Group": null,
                            {
                        "Amount": 0.1,
                                "Min": 0,
                        "conditions": null,
                                "Max": 293.15,
                                "id": "Temperature"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustTemperature"
                         "id": "AdjustReagent"
                    },
                     }
                    {
                        "Amount": -10000,
                        "conditions": [
                            {
                                "Min": 293.15,
                                "Max": 3.4028235e+38,
                                "id": "Temperature"
                            }
                        ],
                        "probability": 1,
                        "id": "AdjustTemperature"
                    },
                    {
                        "Messages": [
                            "leporazine-effect-temperature-adjusting"
                        ],
                        "Type": 1,
                        "VisualType": 2,
                        "conditions": null,
                        "probability": 0.2,
                        "id": "PopupMessage"
                     }
                 ]
                 ]
             }
             }
         }
         }
     },
     },
     "Mead": {
     "Hotsauce": {
         "id": "Mead",
         "id": "Hotsauce",
         "name": "mead",
         "name": "hotsauce",
         "group": "Drinks",
         "group": "Foods",
         "desc": "A Viking's drink, though a cheap one.",
         "desc": "Burns so good.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "spicy",
         "color": "#664300FF",
         "color": "#FF0000FF",
         "recipes": [
         "recipes": [
             "Mead"
             "CookingHotsauce"
         ],
         ],
        "metabolisms": null
    },
    "JuiceLemon": {
        "id": "JuiceLemon",
        "name": "lemon juice",
        "group": "Drinks",
        "desc": "This juice is VERY sour.",
        "physicalDesc": "citric",
        "color": "#FFF690FF",
        "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 6,268: Line 6,498:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 6,283: Line 6,505:
         }
         }
     },
     },
     "JuiceBerryPoison": {
     "Astrotame": {
         "id": "JuiceBerryPoison",
         "id": "Astrotame",
         "name": "poison berry juice",
         "name": "Astrotame",
         "group": "Unknown",
         "group": "Foods",
         "desc": "A surprisingly tasty juice blended from various kinds of very deadly and toxic berries.",
        "desc": "The sweetness of a thousand sugars but none of the calories.",
         "physicalDesc": "sickly",
        "physicalDesc": "sugary",
         "color": "#6600CCFF",
        "color": "#7FFFD4FF",
        "recipes": [],
        "metabolisms": null
    },
    "Stellibinin": {
        "id": "Stellibinin",
        "name": "stellibinin",
        "group": "Medicine",
         "desc": "A natual antitoxin with particular effectiveness against amatoxin.",
         "physicalDesc": "starry",
         "color": "#2B2F77FF",
         "recipes": [],
         "recipes": [],
         "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 6,309: Line 6,530:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 1
                                 "Poison": -4
                             },
                             },
                             "groups": null
                             "groups": null
Line 6,318: Line 6,539:
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    },
                    {
                        "Reagent": "Amatoxin",
                        "Group": null,
                        "Amount": -3,
                        "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Amatoxin",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 6,323: Line 6,559:
         }
         }
     },
     },
     "ScrewdriverCocktail": {
     "ChlorineTrifluoride": {
         "id": "ScrewdriverCocktail",
         "id": "ChlorineTrifluoride",
         "name": "screwdriver",
         "name": "CLF3",
         "group": "Drinks",
         "group": "Pyrotechnic",
         "desc": "Vodka, mixed with plain ol' orange juice. The result is surprisingly delicious.",
         "desc": "You really, REALLY don't want to get this shit anywhere near you.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "blazing",
         "color": "#A68310FF",
         "color": "#FFC8C8FF",
         "recipes": [
         "recipes": [
             "ScrewdriverCocktail"
             "ChlorineTrifluoride"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Heat": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                        "Multiplier": 0.2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "FlammableReaction"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                        "Reagent": "Ethanol",
                         "Amount": 6000,
                        "Group": null,
                         "Amount": 0.15,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "AdjustTemperature"
                     }
                     }
                 ]
                 ]
Line 6,355: Line 6,602:
         }
         }
     },
     },
     "Diphenylmethylamine": {
     "THC": {
         "id": "Diphenylmethylamine",
         "id": "THC",
         "name": "diphenylmethylamine",
         "name": "THC",
         "group": "Medicine",
         "group": "Narcotics",
         "desc": "A more stable medicine than ethyloxyephedrine. Useful for keeping someone awake.",
         "desc": "The main psychoactive compound in cannabis.",
         "physicalDesc": "glowing",
         "physicalDesc": "crystalline",
         "color": "#B0ABAAFF",
         "color": "#808080FF",
         "recipes": [
         "recipes": [],
            "Diphenylmethylamine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Narcotic": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "TimerReset": 600,
                         "Key": "SeeingRainbows",
                         "conditions": [
                         "Component": "SeeingRainbows",
                            {
                        "Time": 5,
                                "Min": 5,
                        "Refresh": false,
                                "Max": 21474836,
                        "Type": 0,
                                "Reagent": null,
                        "conditions": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "ResetNarcolepsy"
                         "id": "GenericStatusEffect"
                    },
                    {
                        "Messages": [
                            "ethyloxyephedrine-effect-feeling-awake",
                            "ethyloxyephedrine-effect-clear-mind"
                        ],
                        "Type": 1,
                        "VisualType": 2,
                        "conditions": null,
                        "probability": 0.1,
                        "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 6,397: Line 6,628:
         }
         }
     },
     },
     "Grog": {
     "Beer": {
         "id": "Grog",
         "id": "Beer",
         "name": "grog",
         "name": "beer",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Watered-down rum, pirate approved!",
         "desc": "An alcoholic beverage made from malted grains, hops, yeast, and water.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "bubbly",
         "color": "#664300FF",
         "color": "#CFA85FFF",
         "recipes": [
         "recipes": [],
            "Grog"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 6,429: Line 6,658:
         }
         }
     },
     },
     "Mercury": {
     "Ketchunaise": {
         "id": "Mercury",
         "id": "Ketchunaise",
         "name": "mercury",
         "name": "ketchunaise",
         "group": "Elements",
         "group": "Foods",
         "desc": "A silver metal which is liquid at room temperature. It's highly toxic to humans.",
         "desc": "So-called Russian dressing, popular among Space Americans.",
         "physicalDesc": "shiny",
        "physicalDesc": "saucey",
         "color": "#929296FF",
        "color": "#FBA399FF",
         "recipes": [],
        "recipes": [
            "CookingKetchunaise"
        ],
        "metabolisms": null
    },
    "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": {
         "metabolisms": {
             "Poison": {
             "Poison": {
Line 6,444: Line 6,687:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 2
                                 "Caustic": 2
                             },
                             },
                             "groups": null
                             "groups": null
Line 6,453: Line 6,696:
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     }
                    },
                    {
                        "Messages": [
                            "generic-reagent-effect-burning-insides"
                        ],
                        "Type": 1,
                        "VisualType": 4,
                        "conditions": null,
                        "probability": 0.33,
                        "id": "PopupMessage"
                     }
                 ]
                 ]
             }
             }
         }
         }
     },
     },
     "DrGibb": {
     "MelonLiquor": {
         "id": "DrGibb",
         "id": "MelonLiquor",
         "name": "Dr. Gibb",
         "name": "melon liquor",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A delicious blend of 42 different flavours.",
         "desc": "A relatively sweet and fruity 46 proof liquor.",
         "physicalDesc": "fizzy",
         "physicalDesc": "strong-smelling",
         "color": "#102000FF",
         "color": "#138808FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 6,475: Line 6,728:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 6,480: Line 6,741:
         }
         }
     },
     },
     "Hotsauce": {
     "PulpedBananaPeel": {
         "id": "Hotsauce",
         "id": "PulpedBananaPeel",
         "name": "hotsauce",
         "name": "pulped banana peel",
         "group": "Foods",
         "group": "Medicine",
         "desc": "Burns so good.",
         "desc": "Pulped banana peels have some effectiveness against bleeding.",
         "physicalDesc": "spicy",
         "physicalDesc": "pulpy",
         "color": "#FF0000FF",
         "color": "#FFE774FF",
        "recipes": [
            "CookingHotsauce"
        ],
        "metabolisms": null
    },
    "GrapeSoda": {
        "id": "GrapeSoda",
        "name": "grape soda",
        "group": "Drinks",
        "desc": "It's Graaaaaape!",
        "physicalDesc": "fizzy",
        "color": "#AE94A6FF",
         "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 6,514: Line 6,764:
         }
         }
     },
     },
     "UnstableMutagen": {
     "Cryoxadone": {
         "id": "UnstableMutagen",
         "id": "Cryoxadone",
         "name": "unstable mutagen",
         "name": "cryoxadone",
         "group": "Toxins",
         "group": "Medicine",
         "desc": "Causes mutations when injected into living people or plants. High doses may be lethal, especially in humans.",
         "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": "glowing",
         "physicalDesc": "fizzy",
         "color": "#00FF5FFF",
         "color": "#0091FFFF",
         "recipes": [
         "recipes": [
             "UnstableMutagen"
             "Cryoxadone"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": null,
                                 "Radiation": 3
                            "groups": {
                            },
                                 "Airloss": -6,
                            "groups": null
                                "Brute": -4,
                                "Burn": -6,
                                "Toxin": -4
                            }
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": [
                            {
                                "Min": 0,
                                "Max": 150,
                                "id": "Temperature"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
Line 6,545: Line 6,804:
         }
         }
     },
     },
     "AlliesCocktail": {
     "Wine": {
         "id": "AlliesCocktail",
         "id": "Wine",
         "name": "allies cocktail",
         "name": "wine",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A drink made from your allies, not as sweet as when made from your enemies.",
         "desc": "An premium alchoholic beverage made from distilled grape juice.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "translucent",
         "color": "#00664DFF",
         "color": "#7E4043FF",
         "recipes": [
         "recipes": [
             "AlliesCocktail"
             "BloodToWine"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 6,577: Line 6,836:
         }
         }
     },
     },
     "Nothing": {
     "HorseradishSauce": {
         "id": "Nothing",
         "id": "HorseradishSauce",
         "name": "nothing",
         "name": "horseradish sauce",
         "group": "Drinks",
        "group": "Foods",
         "desc": "Absolutely nothing.",
        "desc": "Smelly horseradish sauce.",
         "physicalDesc": "nothing",
        "physicalDesc": "overpowering",
         "color": "#FFFFFFFF",
        "color": "#808080FF",
        "recipes": [],
        "metabolisms": null
    },
    "JuiceBanana": {
        "id": "JuiceBanana",
        "name": "banana juice",
         "group": "Drinks",
         "desc": "The raw essence of a banana. HONK.",
         "physicalDesc": "crisp",
         "color": "#FFE777FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 6,592: Line 6,861:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 6,599: Line 6,868:
         }
         }
     },
     },
     "Ultravasculine": {
     "Ichor": {
         "id": "Ultravasculine",
         "id": "Ichor",
         "name": "ultravasculine",
         "name": "ichor",
         "group": "Medicine",
         "group": "Biological",
         "desc": "Rapidly flushes toxins from the body, but places some stress on the veins. Do not overdose.",
         "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": "thick and grainy",
         "physicalDesc": "roaring",
         "color": "#520E30FF",
         "color": "#F4692EFF",
         "recipes": [
         "recipes": [],
            "Ultravasculine"
        ],
         "metabolisms": {
         "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 1.5,
                        "id": "SatiateThirst"
                    }
                ]
            },
             "Medicine": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
Line 6,615: Line 6,893:
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": null,
                             "types": {
                                "Bloodloss": -5
                            },
                             "groups": {
                             "groups": {
                                 "Toxin": -3,
                                 "Burn": -5,
                                 "Brute": 0.5
                                 "Brute": -5,
                                "Toxin": -2
                             }
                             }
                         },
                         },
                         "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"
                     },
                     }
                ]
            }
        }
    },
    "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": [
                     {
                     {
                        "damage": {
                         "conditions": null,
                            "types": null,
                            "groups": {
                                "Toxin": -1,
                                "Brute": 3
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Histamine",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": -1,
                         "Amount": 0.05,
                         "conditions": [
                         "conditions": null,
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Histamine",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "AdjustReagent"
                     },
                     }
                    {
                ]
                        "Reagent": "Ultravasculine",
            }
                        "Group": null,
        }
                        "Amount": 0.5,
    },
                        "conditions": [
    "SodiumCarbonate": {
                            {
        "id": "SodiumCarbonate",
                                "Min": 1,
        "name": "Sodium Carbonate",
                                "Max": 21474836,
        "group": "Unknown",
                                "Reagent": "Histamine",
        "desc": "A white, odorless, water-soluble salt that yields an alkaline solution in water. Also known as soda ash.",
                                "id": "ReagentThreshold"
        "physicalDesc": "powdery",
                            }
        "color": "#FFFFFFFF",
                        ],
        "recipes": [
                        "probability": 1,
            "SodiumCarbonate"
                        "id": "AdjustReagent"
        ],
                    }
        "metabolisms": null
                ]
    },
            }
    "Blackpepper": {
         }
        "id": "Blackpepper",
        "name": "black pepper",
        "group": "Foods",
        "desc": "Often used to flavor food or make people sneeze.",
        "physicalDesc": "grainy",
        "color": "#000000FF",
        "recipes": [],
         "metabolisms": null
     },
     },
     "TranexamicAcid": {
     "Kelotane": {
         "id": "TranexamicAcid",
         "id": "Kelotane",
         "name": "tranexamic acid",
         "name": "kelotane",
         "group": "Medicine",
         "group": "Medicine",
         "desc": "A blood clotting medicine for preventing heavy bleeding. Very dangerous in large quantities.",
         "desc": "Treats burn damage and prevents infection.",
         "physicalDesc": "viscous",
         "physicalDesc": "strong-smelling",
         "color": "#BA7D7DFF",
         "color": "#BF3D19FF",
         "recipes": [
         "recipes": [
             "TranexamicAcid"
             "Kelotane"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 6,703: Line 6,980:
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                    {
                        "Scaled": false,
                        "Amount": -1.5,
                        "conditions": null,
                        "probability": 1,
                        "id": "ModifyBleedAmount"
                    },
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Bloodloss": 3
                                 "Heat": -0.33,
                                "Shock": -0.33,
                                "Cold": -0.33
                             },
                             },
                             "groups": null
                             "groups": null
Line 6,719: Line 6,991:
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": null,
                            {
                         "probability": 1,
                                "Min": 15,
                         "id": "HealthChange"
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 6,734: Line 6,999:
         }
         }
     },
     },
     "Charcoal": {
     "Sake": {
         "id": "Charcoal",
         "id": "Sake",
         "name": "charcoal",
         "name": "sake",
         "group": "Unknown",
         "group": "Drinks",
         "desc": "A black, porous solid",
         "desc": "Alcoholic beverage made by fermenting rice that has been polished.",
         "physicalDesc": "porous",
         "physicalDesc": "strong-smelling",
         "color": "#22282BFF",
         "color": "#DDDDDDFF",
         "recipes": [
         "recipes": [],
            "Charcoal"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "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,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "CleanseRate": 3,
                         "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "ChemCleanBloodstream"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 6,771: Line 7,029:
         }
         }
     },
     },
     "Vinaigrette": {
     "Nothing": {
         "id": "Vinaigrette",
         "id": "Nothing",
         "name": "vinaigrette",
         "name": "nothing",
        "group": "Foods",
        "desc": "A basic salad dressing made with oil, vinegar and seasoning.",
        "physicalDesc": "sour",
        "color": "#EFDAAEFF",
        "recipes": [
            "CookingVinaigrette"
        ],
        "metabolisms": null
    },
    "GreenTea": {
        "id": "GreenTea",
        "name": "green tea",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Tasty green tea.",
         "desc": "Absolutely nothing.",
         "physicalDesc": "aromatic",
         "physicalDesc": "nothing",
         "color": "#C33F00FF",
         "color": "#FFFFFFFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 6,798: Line 7,044:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 6,805: Line 7,051:
         }
         }
     },
     },
     "SpaceCleaner": {
     "RobustHarvest": {
         "id": "SpaceCleaner",
         "id": "RobustHarvest",
         "name": "space cleaner",
         "name": "robust harvest",
         "group": "Unknown",
         "group": "Botanical",
         "desc": "This is able to clean almost all surfaces of almost anything that may dirty them. The janitor is likely to appreciate refills.",
         "desc": "Plant-enhancing hormones, good for increasing potency.",
         "physicalDesc": "lemony fresh",
         "physicalDesc": "robust",
         "color": "#C8FF69FF",
         "color": "#3E901CFF",
         "recipes": [
         "recipes": [
             "SpaceCleaner"
             "RobustHarvest"
        ],
        "metabolisms": null
    },
    "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": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                        "damage": {
                            "types": {
                                "Poison": -2,
                                "Blunt": -3,
                                "Slash": -3,
                                "Piercing": -3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Type": "Plant",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                        "id": "SatiateThirst"
                     }
                    },
                 ]
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.2,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                 ]
             }
             }
         }
         }
     },
     },
     "Radium": {
     "Nitrogen": {
         "id": "Radium",
         "id": "Nitrogen",
         "name": "radium",
         "name": "nitrogen",
         "group": "Elements",
         "group": "Unknown",
         "desc": "A radioactive metal, silvery-white in its pure form. It glows due to its radioactivity and is highly toxic.",
         "desc": "A colorless, odorless unreactive gas. Highly stable.",
         "physicalDesc": "glowing",
         "physicalDesc": "gaseous",
         "color": "#00FF04FF",
         "color": "#808080FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Gas": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "Factor": 1,
                            "types": {
                        "conditions": [
                                 "Radiation": 2
                            {
                             },
                                "Type": "Vox",
                            "groups": null
                                "ShouldHave": true,
                         },
                                 "id": "OrganType"
                         "scaleByQuantity": false,
                             }
                         "ignoreResistances": true,
                        ],
                        "conditions": null,
                        "probability": 1,
                         "id": "Oxygenate"
                    },
                    {
                         "Factor": 1,
                         "conditions": [
                            {
                                "Type": "Slime",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "Oxygenate"
                     }
                     },
                ]
            }
        }
    },
    "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": [],
        "metabolisms": null
    },
    "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": [
            "AcidSpit"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "conditions": null,
                        "_ratios": {
                            "CarbonDioxide": 1,
                            "Nitrogen": -1
                        },
                         "conditions": [
                            {
                                "Type": "Vox",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "ModifyLungGas"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "_ratios": {
                         "Group": null,
                            "NitrousOxide": 1,
                        "Amount": 0.05,
                            "Nitrogen": -1
                        "conditions": null,
                        },
                         "conditions": [
                            {
                                "Type": "Slime",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "ModifyLungGas"
                     }
                     }
                 ]
                 ]
Line 6,920: Line 7,161:
         }
         }
     },
     },
     "Antifreeze": {
     "Bleach": {
         "id": "Antifreeze",
         "id": "Bleach",
         "name": "antifreeze",
         "name": "bleach",
         "group": "Drinks",
         "group": "Unknown",
         "desc": "Ultimate refreshment.",
         "desc": "Heavy duty cleaner that can clean tiles the same as Space Cleaner and also decontaminate clothes. Extremely toxic when ingested.",
         "physicalDesc": "translucent",
         "physicalDesc": "strong-smelling",
         "color": "#FF7D63FF",
         "color": "#A1000BFF",
         "recipes": [
         "recipes": [
             "Antifreeze"
             "Bleach"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Messages": [
                         "Group": null,
                            "generic-reagent-effect-burning-insides"
                         "Amount": 0.15,
                        ],
                         "Type": 1,
                         "VisualType": 3,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 0.33,
                         "id": "AdjustReagent"
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 6,952: Line 7,202:
         }
         }
     },
     },
     "SodiumCarbonate": {
     "Stimulants": {
         "id": "SodiumCarbonate",
         "id": "Stimulants",
         "name": "Sodium Carbonate",
         "name": "stimulants",
         "group": "Unknown",
         "group": "Narcotics",
         "desc": "A white, odorless, water-soluble salt that yields an alkaline solution in water. Also known as soda ash.",
         "desc": "A chemical cocktail developed by Donk Co. that allows agents to recover from stuns faster, move more quickly, and grants a small heal while close to critical condition. Due to the complex nature of the chemical, it is much harder for the body to purge naturally.",
        "physicalDesc": "powdery",
         "physicalDesc": "energizing",
        "color": "#FFFFFFFF",
         "color": "#9A040EFF",
        "recipes": [
         "recipes": [],
            "SodiumCarbonate"
        ],
        "metabolisms": null
    },
    "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": [
            "IcedBeer",
            "IcedBeerAlt"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Narcotic": {
                 "rate": 0.5,
                 "rate": 0.2,
                 "effects": [
                 "effects": [
                     {
                     {
                        "StatusLifetime": 2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "WalkSpeedModifier": 1.3,
                         "id": "SatiateThirst"
                        "SprintSpeedModifier": 1.3,
                         "id": "MovespeedModifier"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "damage": {
                         "Group": null,
                            "types": {
                         "Amount": 0.05,
                                "Poison": 1
                         "conditions": null,
                            },
                            "groups": null
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 80,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "HealthChange"
                     }
                     },
                ]
            }
        }
    },
    "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": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                        "Key": "Stun",
                        "Component": "",
                        "Time": 3,
                        "Refresh": true,
                        "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "GenericStatusEffect"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Key": "KnockedDown",
                         "Group": null,
                         "Component": "",
                         "Amount": 0.05,
                        "Time": 3,
                        "Refresh": true,
                         "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "GenericStatusEffect"
                     }
                     }
                 ]
                 ]
             }
             },
        }
             "Medicine": {
    },
                 "rate": 0.2,
    "EZNutrient": {
        "id": "EZNutrient",
        "name": "EZ nutrient",
        "group": "Botanical",
        "desc": "Give your plants some of those EZ nutrients!",
        "physicalDesc": "thick",
        "color": "#664330FF",
        "recipes": [
            "EZNutrient"
        ],
        "metabolisms": {
             "Food": {
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "TimerReset": 600,
                        "conditions": null,
                        "probability": 1,
                        "id": "ResetNarcolepsy"
                    },
                    {
                        "conditions": null,
                        "probability": 1,
                        "NutritionFactor": 1,
                        "id": "SatiateHunger"
                    },
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 1,
                        "id": "SatiateThirst"
                    },
                    {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Burn": -1,
                                "Brute": -1
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Type": "Plant",
                                 "Max": 120,
                                 "ShouldHave": true,
                                 "Min": 70,
                                 "id": "OrganType"
                                 "id": "TotalDamage"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                        "NutritionFactor": 3,
                         "id": "HealthChange"
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 7,057: Line 7,309:
         }
         }
     },
     },
     "Ale": {
     "Silicon": {
         "id": "Ale",
         "id": "Silicon",
         "name": "ale",
         "name": "silicon",
        "group": "Elements",
        "desc": "A hard and brittle crystalline solid with a blue-grey color.",
        "physicalDesc": "crystalline",
        "color": "#364266FF",
        "recipes": [],
        "metabolisms": null
    },
    "ToxinsSpecial": {
        "id": "ToxinsSpecial",
        "name": "toxins special",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A dark alchoholic beverage made by malted barley and yeast.",
         "desc": "This thing is ON FIRE! CALL THE DAMN SHUTTLE!",
         "physicalDesc": "bubbly",
         "physicalDesc": "strong-smelling",
         "color": "#663100FF",
         "color": "#665C00FF",
         "recipes": [],
         "recipes": [
            "ToxinsSpecial"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 7,087: Line 7,351:
         }
         }
     },
     },
     "SpaceUp": {
     "GinTonic": {
         "id": "SpaceUp",
         "id": "GinTonic",
         "name": "Space-Up",
         "name": "gin and tonic",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Tastes like a hull breach in your mouth.",
         "desc": "An all time classic, mild cocktail.",
         "physicalDesc": "fizzy",
         "physicalDesc": "strong-smelling",
         "color": "#00FF00FF",
         "color": "#004166FF",
         "recipes": [],
         "recipes": [
            "GinTonic"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 7,104: Line 7,370:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 7,109: Line 7,383:
         }
         }
     },
     },
     "Cognac": {
     "DeadRum": {
         "id": "Cognac",
         "id": "DeadRum",
         "name": "cognac",
         "name": "deadrum",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A sweet and strongly alcoholic drink, twice distilled and left to mature for several years. Classy as fornication.",
         "desc": "Distilled alcoholic drink made from saltwater.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#AB3C05FF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 7,139: Line 7,413:
         }
         }
     },
     },
     "WhiskeyCola": {
     "Mold": {
         "id": "WhiskeyCola",
         "id": "Mold",
         "name": "whiskey cola",
         "name": "mold",
         "group": "Drinks",
         "group": "Toxins",
         "desc": "Whiskey, mixed with cola. Surprisingly refreshing.",
         "desc": "Often found in dark, humid places or on old bread.",
         "physicalDesc": "bubbly",
         "physicalDesc": "fuzzy",
         "color": "#3E1B00FF",
         "color": "#8A9A5BFF",
         "recipes": [
         "recipes": [],
            "WhiskeyCola"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "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"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Diseases": [
                         "Group": null,
                            "VentCough",
                        "Amount": 0.15,
                            "SpaceCold",
                        "conditions": null,
                            "SpaceFlu",
                            "BirdFlew",
                            "Plague",
                            "TongueTwister",
                            "MemeticAmirmir"
                        ],
                         "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Mold",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "ChemCauseRandomDisease"
                     }
                     }
                 ]
                 ]
Line 7,171: Line 7,463:
         }
         }
     },
     },
     "Cryoxadone": {
     "Napalm": {
         "id": "Cryoxadone",
         "id": "Napalm",
         "name": "cryoxadone",
         "name": "napalm",
         "group": "Medicine",
         "group": "Pyrotechnic",
         "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.",
         "desc": "It's just a little flammable.",
         "physicalDesc": "fizzy",
         "physicalDesc": "soapy",
         "color": "#0091FFFF",
         "color": "#FA00AFFF",
         "recipes": [
         "recipes": [
             "Cryoxadone"
             "Napalm"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": null,
                             "types": {
                            "groups": {
                                 "Heat": 1
                                 "Airloss": -6,
                            },
                                "Brute": -4,
                            "groups": null
                                "Burn": -6,
                                "Toxin": -4
                            }
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": null,
                            {
                                "Min": 0,
                                "Max": 150,
                                "id": "Temperature"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    },
                    {
                        "Multiplier": 0.4,
                        "conditions": null,
                        "probability": 1,
                        "id": "FlammableReaction"
                     }
                     }
                 ]
                 ]
Line 7,211: Line 7,500:
         }
         }
     },
     },
     "BeepskySmash": {
     "Diphenhydramine": {
         "id": "BeepskySmash",
         "id": "Diphenhydramine",
         "name": "beepsky smash",
         "name": "diphenhydramine",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "Deny drinking this and prepare for THE LAW.",
         "desc": "Rapidly purges the body of histamine and reduces jitteriness.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "chalky",
         "color": "#664300FF",
         "color": "#64FFE6FF",
         "recipes": [
         "recipes": [],
            "BeepskySmash"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Reagent": "Histamine",
                        "Group": null,
                        "Amount": -3,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "AdjustReagent"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Key": "Jitter",
                         "Group": null,
                         "Component": "",
                         "Amount": 0.15,
                        "Time": 3,
                        "Refresh": true,
                         "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "GenericStatusEffect"
                     }
                     }
                 ]
                 ]
Line 7,243: Line 7,534:
         }
         }
     },
     },
     "Epinephrine": {
     "Hyronalin": {
         "id": "Epinephrine",
         "id": "Hyronalin",
         "name": "epinephrine",
         "name": "hyronalin",
         "group": "Medicine",
         "group": "Medicine",
         "desc": "Effective at bringing people back from a critical state. Reduces some stun times. Easy to overdose on.",
         "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": "odorless",
         "physicalDesc": "cloudy",
         "color": "#D2FFFAFF",
         "color": "#4CB580FF",
         "recipes": [
         "recipes": [
             "Epinephrine"
             "Hyronalin"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 7,260: Line 7,551:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Asphyxiation": -3,
                                 "Radiation": -1
                                "Poison": -0.5
                             },
                             },
                             "groups": {
                             "groups": null
                                "Brute": -0.5,
                                "Burn": -0.5
                            }
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": null,
                            {
                                "mobstate": 2,
                                "id": "MobStateCondition"
                            },
                            {
                                "Min": 0,
                                "Max": 20,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    },
                    {
                        "ThirstAmount": -40,
                        "HungerAmount": -40,
                        "conditions": null,
                        "probability": 0.02,
                        "id": "ChemVomit"
                     },
                     },
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Asphyxiation": 1,
                                 "Heat": 0.5
                                "Poison": 1
                             },
                             },
                             "groups": null
                             "groups": null
Line 7,297: Line 7,579:
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 20,
                                 "Min": 30,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": null,
Line 7,307: Line 7,589:
                     },
                     },
                     {
                     {
                         "Reagent": "Lexorin",
                         "Amplitude": 10,
                         "Group": null,
                         "Frequency": 4,
                         "Amount": -2,
                         "Time": 2,
                         "conditions": null,
                         "Refresh": true,
                        "probability": 1,
                        "id": "AdjustReagent"
                    },
                    {
                        "Reagent": "Epinephrine",
                        "Group": null,
                        "Amount": -1,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 1,
                                 "Min": 30,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": "Lexorin",
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "Jitter"
                    },
                    {
                        "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,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    },
                    {
                        "Key": "KnockedDown",
                        "Component": "",
                        "Time": 0.75,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                     }
                     }
                 ]
                 ]
Line 7,368: Line 7,608:
         }
         }
     },
     },
     "SnowWhite": {
     "TonicWater": {
         "id": "SnowWhite",
         "id": "TonicWater",
         "name": "snow white",
         "name": "tonic water",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A cold refreshment.",
         "desc": "It tastes strange but at least the quinine keeps the Space Malaria at bay.",
         "physicalDesc": "bubbly",
         "physicalDesc": "fizzy",
         "color": "#FFFFFFFF",
         "color": "#0064C8FF",
         "recipes": [
         "recipes": [],
            "SnowWhite"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 7,385: Line 7,623:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                     }
                    {
                 ]
                        "Reagent": "Ethanol",
             }
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                 ]
             }
         }
         }
     },
     },
     "Histamine": {
     "Hydrogen": {
         "id": "Histamine",
         "id": "Hydrogen",
         "name": "histamine",
         "name": "hydrogen",
         "group": "Toxins",
         "group": "Elements",
         "desc": "Histamine's effects become more dangerous depending on the dosage amount. They range from mildly annoying to incredibly lethal.",
         "desc": "A light, flammable gas.",
         "physicalDesc": "abrasive",
        "physicalDesc": "gaseous",
         "color": "#FA6464FF",
        "color": "#808080FF",
        "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": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 7,414: Line 7,654:
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": null,
                             "types": {
                            "groups": {
                                 "Radiation": 2
                                 "Brute": 2
                             },
                             }
                            "groups": null
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 0.1,
                         "probability": 1,
                         "id": "HealthChange"
                         "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": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                        "damage": {
                         "conditions": null,
                            "types": null,
                            "groups": {
                                "Brute": 2,
                                "Toxin": 2,
                                "Airloss": 2
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 45,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "HydrationFactor": 3,
                    },
                         "id": "SatiateThirst"
                    {
                        "Messages": [
                            "histamine-effect-light-itchiness"
                        ],
                        "Type": 1,
                        "VisualType": 0,
                        "conditions": null,
                        "probability": 0.1,
                        "id": "PopupMessage"
                    },
                    {
                        "Messages": [
                            "histamine-effect-heavy-itchiness"
                        ],
                        "Type": 1,
                        "VisualType": 2,
                        "conditions": [
                            {
                                "Min": 45,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 0.2,
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 7,478: Line 7,691:
         }
         }
     },
     },
     "Ethanol": {
     "Mead": {
         "id": "Ethanol",
         "id": "Mead",
         "name": "ethanol",
         "name": "mead",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A simple alcohol, makes you drunk if consumed, flammable.",
         "desc": "A Viking's drink, though a cheap one.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#B05B3CFF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [
            "Mead"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                         "conditions": null,
                            "types": {
                                "Poison": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 5,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Dwarf",
                                "ShouldHave": false,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "damage": {
                         "Reagent": "Ethanol",
                            "types": {
                        "Group": null,
                                "Poison": 0.2
                         "Amount": 0.05,
                            },
                         "conditions": null,
                            "groups": null
                        },
                         "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 5,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Dwarf",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "AdjustReagent"
                     },
                     }
                    {
                ]
                        "damage": {
            }
                            "types": null,
        }
                            "groups": {
    },
                                "Brute": -1
    "IcedBeer": {
                            }
        "id": "IcedBeer",
                        },
        "name": "iced beer",
                        "scaleByQuantity": false,
        "group": "Drinks",
                        "ignoreResistances": true,
        "desc": "A beer which is so cold the air around it freezes.",
                        "conditions": [
        "physicalDesc": "bubbly",
                            {
        "color": "#664300FF",
                                "Min": 5,
        "recipes": [
                                "Max": 21474836,
            "IcedBeerAlt",
                                "Reagent": null,
            "IcedBeer"
                                "id": "ReagentThreshold"
        ],
                            },
        "metabolisms": {
                            {
             "Drink": {
                                "Type": "Dwarf",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                        "ThirstAmount": -40,
                        "HungerAmount": -40,
                        "conditions": [
                            {
                                "Min": 3,
                                "Max": 21474836,
                                "Reagent": "Ethanol",
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Dwarf",
                                "ShouldHave": false,
                                "id": "OrganType"
                            }
                        ],
                        "probability": 0.04,
                        "id": "ChemVomit"
                    }
                ]
            },
             "Alcohol": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "BoozePower": 20,
                        "SlurSpeech": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "Drunk"
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 7,600: Line 7,756:
         }
         }
     },
     },
     "Spaceacillin": {
     "MilkOat": {
         "id": "Spaceacillin",
         "id": "MilkOat",
         "name": "spaceacillin",
         "name": "oat milk",
         "group": "Medicine",
         "group": "Drinks",
         "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.",
         "desc": "Surprisingly tasty.",
         "physicalDesc": "opaque",
         "physicalDesc": "refreshing",
         "color": "#9942F5FF",
         "color": "#DEDACDFF",
         "recipes": [
         "recipes": [],
            "Spaceacillin"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "CureChance": 0.15,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "ChemCureDisease"
                         "HydrationFactor": 4,
                    },
                         "id": "SatiateThirst"
                    {
                        "damage": {
                            "types": {
                                "Cellular": 0.5
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 7,637: Line 7,778:
         }
         }
     },
     },
     "Phlogiston": {
     "HippiesDelight": {
         "id": "Phlogiston",
         "id": "HippiesDelight",
         "name": "phlogiston",
         "name": "hippies delight",
         "group": "Pyrotechnic",
         "group": "Drinks",
         "desc": "Catches you on fire and makes you ignite.",
         "desc": "You just don't get it maaaan.",
         "physicalDesc": "burning",
         "physicalDesc": "strong-smelling",
         "color": "#D4872AFF",
         "color": "#6EAA0CFF",
         "recipes": [
         "recipes": [
             "Phlogiston"
             "HippiesDelight"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
            "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"
                    }
                ]
            }
        }
    },
    "BbqSauce": {
        "id": "BbqSauce",
        "name": "BBQ sauce",
        "group": "Foods",
        "desc": "Hand wipes not included.",
        "physicalDesc": "gloopy",
        "color": "#8B0000FF",
        "recipes": [
            "CookingBbqSauce"
        ],
        "metabolisms": null
    },
    "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,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 7,654: Line 7,837:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Heat": 3
                                 "Poison": 2
                             },
                             },
                             "groups": null
                             "groups": null
Line 7,665: Line 7,848:
                     },
                     },
                     {
                     {
                         "Multiplier": 0.1,
                         "CauseChance": 0.6,
                        "Disease": "VentCough",
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "FlammableReaction"
                         "id": "ChemCauseDisease"
                    },
                    {
                        "Amount": 6000,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustTemperature"
                     }
                     }
                 ]
                 ]
Line 7,680: Line 7,858:
         }
         }
     },
     },
     "Acetone": {
     "Ethanol": {
         "id": "Acetone",
         "id": "Ethanol",
         "name": "acetone",
         "name": "ethanol",
         "group": "Unknown",
         "group": "Drinks",
         "desc": "A slick, slightly carcinogenic liquid. Has a multitude of mundane uses in everyday life.",
         "desc": "A simple alcohol, makes you drunk if consumed, flammable.",
        "physicalDesc": "acidic",
         "physicalDesc": "strong-smelling",
        "color": "#AF14B7FF",
         "color": "#B05B3CFF",
        "recipes": [
         "recipes": [],
            "Acetone"
        ],
        "metabolisms": null
    },
    "MuteToxin": {
        "id": "MuteToxin",
        "name": "mute toxin",
        "group": "Narcotics",
        "desc": "Makes you unable to talk while metabolizing.",
         "physicalDesc": "syrupy",
         "color": "#000000FF",
         "recipes": [
            "MuteToxin"
        ],
         "metabolisms": {
         "metabolisms": {
             "Narcotic": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                    {
                        "Key": "Muted",
                        "Component": "Muted",
                        "Time": 2,
                        "Refresh": true,
                        "Type": 0,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    }
                ]
            }
        }
    },
    "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"
        ],
        "metabolisms": {
            "Medicine": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": [
                            {
                                "Type": "Plant",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                        "probability": 1,
                        "NutritionFactor": 3,
                        "id": "SatiateHunger"
                    },
                     {
                     {
                         "damage": {
                         "damage": {
Line 7,757: Line 7,881:
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Type": "Plant",
                                "Min": 5,
                                 "ShouldHave": true,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            },
                            {
                                 "Type": "Dwarf",
                                 "ShouldHave": false,
                                 "id": "OrganType"
                                 "id": "OrganType"
                             }
                             }
Line 7,764: Line 7,894:
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    }
                ]
            }
        }
    },
    "JuiceCarrot": {
        "id": "JuiceCarrot",
        "name": "carrot juice",
        "group": "Drinks",
        "desc": "It's like a carrot, but less crunchy.",
        "physicalDesc": "crisp",
        "color": "#FF8820FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Oculine",
                         "damage": {
                         "Group": null,
                            "types": {
                         "Amount": 0.15,
                                "Poison": 0.2
                         "conditions": null,
                            },
                            "groups": null
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 5,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Dwarf",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "HealthChange"
                     },
                     },
                     {
                     {
                         "Reagent": "Nutriment",
                         "damage": {
                         "Group": null,
                            "types": null,
                         "Amount": 0.5,
                            "groups": {
                         "conditions": null,
                                "Brute": -1
                            }
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 5,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Dwarf",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "HealthChange"
                    },
                    {
                        "ThirstAmount": -40,
                        "HungerAmount": -40,
                        "conditions": [
                            {
                                "Min": 3,
                                "Max": 21474836,
                                "Reagent": "Ethanol",
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Dwarf",
                                "ShouldHave": false,
                                "id": "OrganType"
                            }
                        ],
                        "probability": 0.04,
                        "id": "ChemVomit"
                     }
                     }
                 ]
                 ]
             }
             },
        }
             "Alcohol": {
    },
    "CoffeeLiqueur": {
        "id": "CoffeeLiqueur",
        "name": "coffee liqueur",
        "group": "Drinks",
        "desc": "Liquor flavoured with cold brewed coffee and spices.",
        "physicalDesc": "cloudy",
        "color": "#664300FF",
        "recipes": [],
        "metabolisms": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "BoozePower": 20,
                        "SlurSpeech": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "Drunk"
                        "id": "SatiateThirst"
                     }
                    },
                 ]
                    {
             }
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                 ]
             }
         }
         }
     },
     },
     "Inaprovaline": {
     "Fluorosurfactant": {
         "id": "Inaprovaline",
         "id": "Fluorosurfactant",
         "name": "inaprovaline",
         "name": "fluorosurfactant",
         "group": "Medicine",
         "group": "Pyrotechnic",
         "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.",
         "desc": "A perfluoronated sulfonic acid that forms a foam when mixed with water.",
         "physicalDesc": "opaque",
         "physicalDesc": "opaque",
         "color": "#731024FF",
         "color": "#9E6B38FF",
         "recipes": [
         "recipes": [
             "Inaprovaline"
             "Fluorosurfactant"
         ],
         ],
        "metabolisms": null
    },
    "Egg": {
        "id": "Egg",
        "name": "egg",
        "group": "Foods",
        "desc": "Used for baking.",
        "physicalDesc": "mucus-like",
        "color": "#FFFFFFFF",
        "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "Reagent": "Protein",
                            "types": {
                        "Group": null,
                                "Asphyxiation": -5
                         "Amount": 0.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,
                         "id": "ModifyBleedAmount"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 7,881: Line 8,016:
         }
         }
     },
     },
     "ChlorineTrifluoride": {
     "IceCream": {
         "id": "ChlorineTrifluoride",
         "id": "IceCream",
         "name": "CLF3",
         "name": "ice cream",
         "group": "Pyrotechnic",
         "group": "Drinks",
         "desc": "You really, REALLY don't want to get this shit anywhere near you.",
         "desc": "It was either this or the microwave, and nobody wants ice cream soup!",
         "physicalDesc": "blazing",
         "physicalDesc": "creamy",
         "color": "#FFC8C8FF",
         "color": "#FFFBD6FF",
         "recipes": [
         "recipes": [
             "ChlorineTrifluoride"
             "IceCream"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Heat": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                        "Multiplier": 0.2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "FlammableReaction"
                         "HydrationFactor": 2,
                    },
                         "id": "SatiateThirst"
                    {
                        "Amount": 6000,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustTemperature"
                     }
                     }
                 ]
                 ]
Line 7,924: Line 8,040:
         }
         }
     },
     },
     "Iron": {
     "NorepinephricAcid": {
         "id": "Iron",
         "id": "NorepinephricAcid",
         "name": "iron",
         "name": "norepinephric acid",
         "group": "Elements",
         "group": "Narcotics",
         "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.",
         "desc": "Makes you unable to see while metabolizing.",
         "physicalDesc": "metallic",
         "physicalDesc": "milky",
         "color": "#434B4DFF",
         "color": "#96A8B5FF",
         "recipes": [],
         "recipes": [
            "NorepinephricAcid"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Narcotic": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "Scaled": false,
                         "Messages": [
                         "Amount": 4,
                            "generic-reagent-effect-burning-eyes",
                            "generic-reagent-effect-burning-eyes-a-bit",
                            "generic-reagent-effect-tearing-up",
                            "norepinephricacid-effect-eyelids",
                            "norepinephricacid-effect-eyes-itch",
                            "norepinephricacid-effect-vision-fade",
                            "norepinephricacid-effect-vision-fail"
                        ],
                        "Type": 1,
                         "VisualType": 0,
                         "conditions": null,
                         "conditions": null,
                        "probability": 0.08,
                        "id": "PopupMessage"
                    },
                    {
                        "Messages": [
                            "norepinephricacid-effect-eye-disconnect",
                            "norepinephricacid-effect-eye-pain",
                            "norepinephricacid-effect-darkness",
                            "norepinephricacid-effect-blindness"
                        ],
                        "Type": 1,
                        "VisualType": 3,
                        "conditions": [
                            {
                                "Min": 20,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 0.03,
                        "id": "PopupMessage"
                    },
                    {
                        "Key": "TemporaryBlindness",
                        "Component": "TemporaryBlindness",
                        "Time": 2,
                        "Refresh": true,
                        "Type": 0,
                        "conditions": [
                            {
                                "Min": 20,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "ModifyBloodLevel"
                         "id": "GenericStatusEffect"
                     }
                     }
                 ]
                 ]
Line 7,947: Line 8,111:
         }
         }
     },
     },
     "Hooch": {
     "RootBeerFloat": {
         "id": "Hooch",
         "id": "RootBeerFloat",
         "name": "hooch",
         "name": "root beer float",
         "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": "Root beer, but now with ice cream on top. It truly is the magnum opus of Canadian summertime drinks.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "reagent-physical-desc-fizzy and creamy",
         "color": "#664E00FF",
         "color": "#4F361FFF",
         "recipes": [
         "recipes": [
             "Hooch"
             "RootBeerFloat"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 7,966: Line 8,130:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                     }
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                 ]
                 ]
             }
             }
         }
         }
     },
     },
     "PoisonWine": {
     "Ethyloxyephedrine": {
         "id": "PoisonWine",
         "id": "Ethyloxyephedrine",
         "name": "poison wine",
         "name": "ethyloxyephedrine",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "Is this even wine? Toxic! Hallucinogenic! Probably consumed in boatloads by your superiors!",
         "desc": "An unstable medicine derived from desoxyephedrine. With the main effects of desoxyephedrine neutralized, it may be useful for something else.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "shiny",
         "color": "#000000FF",
         "color": "#D5D5E4FF",
         "recipes": [],
         "recipes": [
            "Ethyloxyephedrine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Amplitude": 10,
                        "Frequency": 4,
                        "Time": 2,
                        "Refresh": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "Jitter"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Key": "Stutter",
                         "Group": null,
                         "Component": "StutteringAccent",
                         "Amount": 0.05,
                        "Time": 2,
                        "Refresh": true,
                         "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "GenericStatusEffect"
                     }
                     },
                ]
            },
            "Poison": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "damage": {
                         "TimerReset": 600,
                            "types": {
                        "conditions": [
                                 "Poison": 1
                            {
                             },
                                "Min": 10,
                            "groups": null
                                "Max": 21474836,
                         },
                                "Reagent": null,
                         "scaleByQuantity": false,
                                 "id": "ReagentThreshold"
                         "ignoreResistances": true,
                             }
                        ],
                        "probability": 1,
                         "id": "ResetNarcolepsy"
                    },
                    {
                        "Messages": [
                            "ethyloxyephedrine-effect-feeling-awake",
                            "ethyloxyephedrine-effect-clear-mind"
                        ],
                         "Type": 1,
                         "VisualType": 2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 0.1,
                         "id": "HealthChange"
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 8,027: Line 8,196:
         }
         }
     },
     },
     "Rewriter": {
     "GargleBlaster": {
         "id": "Rewriter",
         "id": "GargleBlaster",
         "name": "rewriter",
         "name": "Pan-Galactic Gargle Blaster",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "The secret of the sanctuary of the Librarian...",
         "desc": "Whoah, this stuff looks volatile!",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "volatile",
         "color": "#485000FF",
         "color": "#9CC8B4FF",
         "recipes": [
         "recipes": [
             "Rewriter"
             "GargleBlaster"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 8,044: Line 8,213:
                         "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 8,051: Line 8,228:
         }
         }
     },
     },
     "Soysauce": {
     "Lemonade": {
         "id": "Soysauce",
         "id": "Lemonade",
         "name": "soy sauce",
         "name": "lemonade",
         "group": "Foods",
         "group": "Drinks",
         "desc": "A salty soy-based flavoring.",
         "desc": "Drink using lemon juice, water, and a sweetener such as cane sugar or honey.",
         "physicalDesc": "salty",
         "physicalDesc": "tart",
         "color": "#8B4513FF",
         "color": "#FFFF00FF",
         "recipes": [
         "recipes": [
             "CookingSoysauce"
             "Lemonade"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 8,068: Line 8,245:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "NutritionFactor": 0.5,
                         "HydrationFactor": 2,
                        "id": "SatiateHunger"
                    },
                    {
                        "conditions": null,
                        "probability": 1,
                         "HydrationFactor": -0.5,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 8,081: Line 8,252:
         }
         }
     },
     },
     "CubaLibre": {
     "SuiDream": {
         "id": "CubaLibre",
         "id": "SuiDream",
         "name": "cuba libre",
         "name": "sui dream",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Rum, mixed with cola. Viva la revolucion.",
         "desc": "'Comprised of: White soda, blue curacao, melon liquor.'",
         "physicalDesc": "bubbly",
         "physicalDesc": "strong-smelling",
         "color": "#3E1B00FF",
         "color": "#00A86BFF",
         "recipes": [
         "recipes": [
             "CubaLibre"
             "SuiDream"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 8,104: Line 8,275:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.15,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 8,113: Line 8,284:
         }
         }
     },
     },
     "ManlyDorf": {
     "Iodine": {
         "id": "ManlyDorf",
         "id": "Iodine",
         "name": "manly dorf",
         "name": "iodine",
         "group": "Drinks",
         "group": "Elements",
         "desc": "Beer and Ale, brought together in a delicious mix. Intended for stout dwarves only.",
         "desc": "Commonly added to table salt as a nutrient. On its own it tastes far less pleasing.",
         "physicalDesc": "bubbly",
         "physicalDesc": "dark brown",
         "color": "#664300FF",
         "color": "#BC8A00FF",
         "recipes": [
         "recipes": [],
            "ManlyDorf"
        "metabolisms": null
         ],
    },
    "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": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 8,130: Line 8,309:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "NutritionFactor": 1.5,
                         "id": "SatiateThirst"
                         "id": "SatiateHunger"
                     },
                     }
                     {
                ]
                         "Reagent": "Ethanol",
            }
        }
    },
    "OilOlive": {
        "id": "OilOlive",
        "name": "olive oil",
        "group": "Foods",
        "desc": "Viscous and fragrant.",
        "physicalDesc": "oily",
        "color": "#808000FF",
        "recipes": [],
        "metabolisms": {
            "Food": {
                "rate": 0.5,
                "effects": [
                     {
                         "Reagent": "Nutriment",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.75,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 8,145: Line 8,340:
         }
         }
     },
     },
     "PolytrinicAcid": {
     "Aluminium": {
         "id": "PolytrinicAcid",
         "id": "Aluminium",
         "name": "polytrinic acid",
         "name": "aluminium",
         "group": "Toxins",
         "group": "Elements",
         "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.",
         "desc": "A silver, soft, non-magnetic, and ductile metal.",
         "physicalDesc": "strong-smelling",
        "physicalDesc": "metallic",
         "color": "#A1000BFF",
        "color": "#848789FF",
        "recipes": [],
        "metabolisms": null
    },
    "AtomicBomb": {
        "id": "AtomicBomb",
        "name": "atomic bomb",
        "group": "Drinks",
        "desc": "Nuclear proliferation never tasted so good.",
         "physicalDesc": "cloudy",
         "color": "#666300FF",
         "recipes": [
         "recipes": [
             "PolytrinicAcid"
             "AtomicBomb"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Caustic": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Messages": [
                         "Reagent": "Ethanol",
                            "generic-reagent-effect-burning-insides"
                        "Group": null,
                         ],
                        "Amount": 0.15,
                         "Type": 1,
                         "conditions": null,
                         "VisualType": 4,
                         "probability": 1,
                         "id": "AdjustReagent"
                    },
                    {
                        "Reagent": "Radium",
                        "Group": null,
                        "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 0.33,
                         "probability": 1,
                         "id": "PopupMessage"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 8,186: Line 8,390:
         }
         }
     },
     },
     "Frezon": {
     "HeartbreakerToxin": {
         "id": "Frezon",
         "id": "HeartbreakerToxin",
         "name": "frezon",
         "name": "heartbreaker toxin",
         "group": "Unknown",
         "group": "Toxins",
         "desc": "A highly effective coolant.. and hallucinogenic.",
         "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": "gaseous",
         "physicalDesc": "strong-smelling",
         "color": "#3A758CFF",
         "color": "#5F959CFF",
         "recipes": [],
         "recipes": [
            "HeartbreakerToxin"
        ],
         "metabolisms": {
         "metabolisms": {
             "Gas": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 8,201: Line 8,407:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Cellular": 0.01
                                 "Asphyxiation": 2
                             },
                             },
                             "groups": null
                             "groups": null
                         },
                         },
                         "scaleByQuantity": true,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": null,
                            {
                                "Min": 0.5,
                                "Max": 21474836,
                                "Reagent": "Frezon",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     },
                     }
                    {
                ]
                        "Key": "SeeingRainbows",
            }
                        "Component": "SeeingRainbows",
        }
                        "Time": 5,
    },
                        "Refresh": false,
    "Neurotoxin": {
                        "Type": 0,
        "id": "Neurotoxin",
                        "conditions": [
        "name": "neurotoxin",
                            {
        "group": "Drinks",
                                "Min": 1,
        "desc": "A strong neurotoxin that puts the subject into a death-like state.",
                                "Max": 21474836,
        "physicalDesc": "strong-smelling",
                                "Reagent": "Frezon",
        "color": "#2E2E61FF",
                                "id": "ReagentThreshold"
        "recipes": [],
                            }
        "metabolisms": {
                         ],
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "BoozePower": 3,
                         "Reagent": "Ethanol",
                        "SlurSpeech": true,
                         "Group": null,
                         "conditions": [
                        "Amount": 0.25,
                            {
                        "conditions": null,
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Frezon",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "Drunk"
                         "id": "AdjustReagent"
                     },
                     }
                ]
            },
            "Poison": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "Messages": [
                         "damage": {
                             "frezon-lungs-cold"
                            "types": {
                         ],
                                "Poison": 1
                         "Type": 1,
                            },
                         "VisualType": 0,
                             "groups": null
                         "conditions": [
                         },
                            {
                         "scaleByQuantity": false,
                                "Min": 0.5,
                         "ignoreResistances": true,
                                "Max": 21474836,
                         "conditions": null,
                                "Reagent": "Frezon",
                        "probability": 1,
                                "id": "ReagentThreshold"
                        "id": "HealthChange"
                            }
                    }
                        ],
                ]
                        "probability": 0.1,
            }
                        "id": "PopupMessage"
        }
                    },
    },
    "Pilk": {
        "id": "Pilk",
        "name": "pilk",
        "group": "Drinks",
        "desc": "A sickening mixture of milk and cola.",
        "physicalDesc": "creamy",
        "color": "#E7C69FFF",
        "recipes": [
            "Pilk"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "Messages": [
                         "conditions": null,
                            "frezon-euphoric"
                         "probability": 1,
                        ],
                         "HydrationFactor": 1,
                         "Type": 1,
                         "id": "SatiateThirst"
                        "VisualType": 2,
                        "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Frezon",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 0.1,
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 8,287: Line 8,493:
         }
         }
     },
     },
     "Absinthe": {
     "AcidSpit": {
         "id": "Absinthe",
         "id": "AcidSpit",
         "name": "absinthe",
         "name": "acidspit",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A anise-flavoured spirit derived from botanicals.",
         "desc": "A drink for the daring, can be deadly if incorrectly prepared!",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#33EE00FF",
         "color": "#365000FF",
         "recipes": [],
         "recipes": [
            "AcidSpit"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 8,308: Line 8,516:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.3,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 8,317: Line 8,525:
         }
         }
     },
     },
     "PlantBGone": {
     "ExperimentalStimulants": {
         "id": "PlantBGone",
         "id": "ExperimentalStimulants",
         "name": "plant-B-gone",
         "name": "experimental stimulants",
         "group": "Botanical",
         "group": "Narcotics",
         "desc": "A harmful toxic mixture to kill plantlife. Do not ingest!",
         "desc": "A prototype version of the Stimulant chemical mixture. Usage grants virtual immunity to stun weaponry, rapid tissue regeneration, extreme running speed by reducing lactic acid buildup, and a general feeling of euphoria. Side effects may include extreme levels of anticoagulation, tunnel vision, extreme toxin buildup in the bloodstream, and rapid liver death. Do not give to animals.",
         "physicalDesc": "bubbling",
         "physicalDesc": "exhilarating",
         "color": "#49002EFF",
         "color": "#AE0101FF",
         "recipes": [
         "recipes": [],
            "PlantBGone"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Narcotic": {
                 "rate": 0.5,
                 "rate": 0.25,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "StatusLifetime": 2,
                            "types": {
                                "Poison": -4,
                                "Blunt": 2,
                                "Slash": 1,
                                "Piercing": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Type": "Plant",
                                 "Min": 10,
                                 "ShouldHave": true,
                                "Max": 21474836,
                                 "id": "OrganType"
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "WalkSpeedModifier": 1.8,
                    }
                        "SprintSpeedModifier": 1.8,
                ]
                        "id": "MovespeedModifier"
            }
                    },
        }
                    {
    },
                        "StatusLifetime": 2,
    "Dermaline": {
                        "conditions": [
        "id": "Dermaline",
                             {
        "name": "dermaline",
                                 "Min": 0,
        "group": "Medicine",
                                 "Max": 10,
        "desc": "An advanced chemical that is more effective at treating burn damage than Kelotane.",
                                 "Reagent": null,
        "physicalDesc": "translucent",
                                "id": "ReagentThreshold"
        "color": "#215263FF",
                            }
        "recipes": [
                         ],
            "Dermaline"
        ],
        "metabolisms": {
            "Medicine": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                             "types": {
                                 "Heat": -1,
                                 "Shock": -1,
                                 "Cold": -1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "WalkSpeedModifier": 0.7,
                        "SprintSpeedModifier": 0.7,
                         "id": "MovespeedModifier"
                     },
                     },
                     {
                     {
                         "damage": {
                         "ElectrocuteTime": 2,
                            "types": {
                         "ElectrocuteDamageScale": 5,
                                "Asphyxiation": 1
                         "Refresh": true,
                            },
                            "groups": null
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 30,
                                 "Min": 0,
                                 "Max": 21474836,
                                 "Max": 10,
                                 "Reagent": null,
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 0.1,
                         "id": "HealthChange"
                         "id": "Electrocute"
                     },
                     },
                     {
                     {
Line 8,413: Line 8,589:
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 30,
                                 "Min": 0,
                                 "Max": 21474836,
                                 "Max": 10,
                                 "Reagent": null,
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
Line 8,421: Line 8,597:
                         "probability": 1,
                         "probability": 1,
                         "id": "Jitter"
                         "id": "Jitter"
                     }
                     },
                ]
                    {
            }
                        "Key": "Stutter",
        }
                        "Component": "StutteringAccent",
    },
                        "Time": 2,
    "Theobromine": {
                        "Refresh": true,
        "id": "Theobromine",
                        "Type": 0,
        "name": "theobromine",
                        "conditions": [
        "group": "Toxins",
                            {
        "desc": "Theobromine is a bitter alkaloid of the cacao plant found in chocolate, and some other foods.",
                                "Min": 0,
        "physicalDesc": "grainy",
                                "Max": 10,
        "color": "#F5F5F5FF",
                                "Reagent": null,
        "recipes": [],
                                "id": "ReagentThreshold"
        "metabolisms": {
                            }
            "Poison": {
                        ],
                "rate": 0.05,
                        "probability": 1,
                "effects": [
                        "id": "GenericStatusEffect"
                    },
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 0.4
                                 "Poison": 1
                             },
                             },
                             "groups": null
                             "groups": null
Line 8,449: Line 8,626:
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 1,
                                 "Min": 10,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                        "damage": {
                            "types": {
                                "Poison": 8
                             },
                             },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                             {
                             {
                                 "Type": "Animal",
                                 "Min": 60,
                                 "ShouldHave": true,
                                "Max": 21474836,
                                 "id": "OrganType"
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
Line 8,464: Line 8,656:
                     },
                     },
                     {
                     {
                         "ThirstAmount": -40,
                         "Key": "Stun",
                         "HungerAmount": -40,
                        "Component": "",
                        "Time": 6,
                        "Refresh": true,
                         "Type": 1,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 3,
                                 "Min": 10,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Animal",
                                "ShouldHave": true,
                                "id": "OrganType"
                             }
                             }
                         ],
                         ],
                         "probability": 0.04,
                         "probability": 1,
                         "id": "ChemVomit"
                         "id": "GenericStatusEffect"
                    },
                    {
                        "Key": "KnockedDown",
                        "Component": "",
                        "Time": 6,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": [
                            {
                                "Min": 10,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    },
                    {
                        "Key": "ForcedSleep",
                        "Component": "ForcedSleeping",
                        "Time": 2,
                        "Refresh": false,
                        "Type": 1,
                        "conditions": [
                            {
                                "Min": 10,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "GenericStatusEffect"
                     }
                     }
                 ]
                 ]
             }
             },
        }
             "Medicine": {
    },
                 "rate": 0.25,
    "Amasec": {
        "id": "Amasec",
        "name": "amasec",
        "group": "Drinks",
        "desc": "Official drink of the Gun Club!",
        "physicalDesc": "strong-smelling",
        "color": "#124DA7FF",
        "recipes": [
            "Amasec"
        ],
        "metabolisms": {
             "Drink": {
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "TimerReset": 600,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "ResetNarcolepsy"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "NutritionFactor": 1,
                    }
                        "id": "SatiateHunger"
                ]
                    },
            }
        }
    },
    "Tequila": {
        "id": "Tequila",
        "name": "tequila",
        "group": "Drinks",
        "desc": "A strong and mildly flavoured, mexican produced spirit.",
        "physicalDesc": "strong-smelling",
        "color": "#D7D1D155",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 1,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     },
                     },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.2,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            }
        }
    },
    "Mold": {
        "id": "Mold",
        "name": "mold",
        "group": "Toxins",
        "desc": "Often found in dark, humid places or on old bread.",
        "physicalDesc": "fuzzy",
        "color": "#8A9A5BFF",
        "recipes": [],
        "metabolisms": {
            "Poison": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": null,
                                 "Poison": 1
                            "groups": {
                            },
                                 "Brute": -4,
                            "groups": null
                                "Burn": -4
                            }
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": [
                         "probability": 1,
                            {
                         "id": "HealthChange"
                                "Min": 10,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "id": "HealthChange"
                     },
                     },
                     {
                     {
                         "Diseases": [
                         "Reagent": "Lexorin",
                            "VentCough",
                        "Group": null,
                            "SpaceCold",
                        "Amount": -3,
                            "SpaceFlu",
                            "BirdFlew",
                            "Plague",
                            "TongueTwister",
                            "MemeticAmirmir"
                        ],
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 1,
                                 "Min": 1,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": "Mold",
                                 "Reagent": "Lexorin",
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "ChemCauseRandomDisease"
                         "id": "AdjustReagent"
                     }
                     },
                ]
            }
        }
    },
    "Sugar": {
        "id": "Sugar",
        "name": "sugar",
        "group": "Foods",
        "desc": "Tasty spacey sugar!",
        "physicalDesc": "sweet",
        "color": "#FFFFFFFF",
        "recipes": [],
        "metabolisms": {
            "Food": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                        "Reagent": "ChloralHydrate",
                        "Group": null,
                        "Amount": -3,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 0.1,
                                 "Min": 1,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": "Nutriment",
                                 "Reagent": "ChloralHydrate",
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                        "NutritionFactor": 1,
                         "id": "AdjustReagent"
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 8,627: Line 8,784:
         }
         }
     },
     },
     "Carbon": {
     "DriestMartini": {
         "id": "Carbon",
         "id": "DriestMartini",
         "name": "carbon",
         "name": "driest martini",
         "group": "Elements",
         "group": "Drinks",
         "desc": "A black, crystalline solid.",
         "desc": "Only for the experienced. You think you see sand floating in the glass.",
        "physicalDesc": "crystalline",
         "physicalDesc": "strong-smelling",
        "color": "#22282BFF",
         "color": "#2E6671FF",
        "recipes": [],
        "metabolisms": null
    },
    "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": [
         "recipes": [
             "Fluorosurfactant"
             "DriestMartini"
         ],
         ],
        "metabolisms": null
    },
    "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"
                    }
                ]
            }
        }
    },
    "Aloe": {
        "id": "Aloe",
        "name": "aloe",
        "group": "Drinks",
        "desc": "So very, very, very good.",
        "physicalDesc": "strong-smelling",
        "color": "#192C00FF",
        "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 8,692: Line 8,807:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.15,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 8,701: Line 8,816:
         }
         }
     },
     },
     "Omnizine": {
     "Ultravasculine": {
         "id": "Omnizine",
         "id": "Ultravasculine",
         "name": "omnizine",
         "name": "ultravasculine",
         "group": "Medicine",
         "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.",
         "desc": "Rapidly flushes toxins from the body, but places some stress on the veins. Do not overdose.",
         "physicalDesc": "soothing",
         "physicalDesc": "thick and grainy",
         "color": "#FCF7F9FF",
         "color": "#520E30FF",
         "recipes": [],
         "recipes": [
            "Ultravasculine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Medicine": {
Line 8,717: Line 8,834:
                             "types": null,
                             "types": null,
                             "groups": {
                             "groups": {
                                "Burn": -2,
                                 "Toxin": -3,
                                 "Toxin": -2,
                                 "Brute": 0.5
                                "Airloss": -2,
                                 "Brute": -2
                             }
                             }
                         },
                         },
                         "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"
                     }
                     },
                ]
            }
        }
    },
    "MilkSpoiled": {
        "id": "MilkSpoiled",
        "name": "spoiled milk",
        "group": "Drinks",
        "desc": "This milk has gone rancid.",
        "physicalDesc": "putrid",
        "color": "#FAFFBAFF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "conditions": null,
                        "damage": {
                            "types": null,
                            "groups": {
                                "Toxin": -1,
                                "Brute": 3
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": -2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                    },
                     }
                    {
                 ]
                        "Reagent": "Histamine",
             }
                        "Group": null,
         }
                        "Amount": -1,
     },
                        "conditions": [
     "WhiskeySoda": {
                            {
         "id": "WhiskeySoda",
                                "Min": 1,
         "name": "whiskey soda",
                                "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"
                     }
                 ]
             }
         }
     },
     "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": [],
        "metabolisms": null
    },
    "EnergyDrink": {
         "id": "EnergyDrink",
         "name": "Energy Drink",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "For the more refined griffon.",
         "desc": "A dose of energy! Nanotrasen is not responsible if you grow avian appendages.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "fizzy",
         "color": "#533600FF",
         "color": "#FFFFBFFF",
         "recipes": [
         "recipes": [],
            "WhiskeySoda"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 8,776: Line 8,935:
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Reagent": "Theobromine",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.15,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 8,787: Line 8,946:
         }
         }
     },
     },
     "Sodium": {
     "Potassium": {
         "id": "Sodium",
         "id": "Potassium",
         "name": "sodium",
         "name": "potassium",
         "group": "Elements",
         "group": "Elements",
         "desc": "A silvery-white alkali metal. Highly reactive in its pure form.",
         "desc": "A soft, shiny grey metal. Even more reactive than lithium.",
         "physicalDesc": "metallic",
         "physicalDesc": "shiny",
         "color": "#C6C8CCFF",
         "color": "#C6C8CCFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": null
         "metabolisms": null
     },
     },
     "Ephedrine": {
     "Ipecac": {
         "id": "Ephedrine",
         "id": "Ipecac",
         "name": "ephedrine",
         "name": "ipecac",
         "group": "Narcotics",
         "group": "Medicine",
         "desc": "Increases stun resistance and movement speed, giving you hand cramps. Overdose deals toxin damage and inhibits breathing.",
         "desc": "Induces vomiting. Useful for stopping a poisoning that isn't done metabolizing.",
         "physicalDesc": "powdery",
         "physicalDesc": "inky",
         "color": "#D2FFFAFF",
         "color": "#422912FF",
         "recipes": [
         "recipes": [
             "Ephedrine"
             "Ipecac"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Narcotic": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "StatusLifetime": 2,
                         "ThirstAmount": -40,
                        "HungerAmount": -40,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 0.3,
                         "WalkSpeedModifier": 1.25,
                         "id": "ChemVomit"
                        "SprintSpeedModifier": 1.25,
                    }
                        "id": "MovespeedModifier"
                ]
                    },
            }
                     {
        }
                         "damage": {
    },
                             "types": {
    "FoamingAgent": {
                                 "Poison": 2,
        "id": "FoamingAgent",
                                 "Asphyxiation": 2
        "name": "foaming agent",
                             },
        "group": "Pyrotechnic",
                             "groups": null
        "desc": "Makes foam such as that's required in metal foam grenades.",
                         },
        "physicalDesc": "foamy",
                         "scaleByQuantity": false,
        "color": "#215263FF",
                         "ignoreResistances": true,
        "recipes": [
                         "conditions": [
            "FoamingAgent"
                             {
        ],
                                 "Min": 20,
        "metabolisms": null
    },
    "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": {
                "rate": 0.5,
                "effects": [
                     {
                         "damage": {
                             "types": {
                                 "Radiation": -3
                            },
                            "groups": {
                                 "Brute": 0.5
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                    }
                ]
            }
        }
    },
    "Frezon": {
        "id": "Frezon",
        "name": "frezon",
        "group": "Unknown",
        "desc": "A highly effective coolant.. and hallucinogenic.",
        "physicalDesc": "gaseous",
        "color": "#3A758CFF",
        "recipes": [],
        "metabolisms": {
            "Gas": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                            "types": {
                                "Cellular": 0.01
                             },
                             "groups": null
                         },
                         "scaleByQuantity": true,
                         "ignoreResistances": true,
                         "conditions": [
                             {
                                 "Min": 0.5,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": "Frezon",
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
Line 8,841: Line 9,059:
                     },
                     },
                     {
                     {
                         "Amplitude": 10,
                         "Key": "SeeingRainbows",
                         "Frequency": 4,
                         "Component": "SeeingRainbows",
                         "Time": 2,
                         "Time": 5,
                         "Refresh": true,
                         "Refresh": false,
                         "conditions": null,
                        "Type": 0,
                         "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Frezon",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "Jitter"
                         "id": "GenericStatusEffect"
                     },
                     },
                     {
                     {
                         "Key": "Stun",
                         "BoozePower": 3,
                         "Component": "",
                        "SlurSpeech": true,
                        "Time": 1,
                         "conditions": [
                        "Refresh": true,
                            {
                        "Type": 1,
                                "Min": 1,
                        "conditions": null,
                                "Max": 21474836,
                                "Reagent": "Frezon",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "Drunk"
                     },
                     },
                     {
                     {
                         "Key": "KnockedDown",
                         "Messages": [
                        "Component": "",
                            "frezon-lungs-cold"
                        "Time": 1,
                         ],
                         "Refresh": true,
                         "Type": 1,
                         "Type": 1,
                         "conditions": null,
                        "VisualType": 0,
                         "probability": 1,
                         "conditions": [
                         "id": "GenericStatusEffect"
                            {
                                "Min": 0.5,
                                "Max": 21474836,
                                "Reagent": "Frezon",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 0.1,
                         "id": "PopupMessage"
                     },
                     },
                     {
                     {
                         "Messages": [
                         "Messages": [
                             "ephedrine-effect-tight-pain",
                             "frezon-euphoric"
                            "ephedrine-effect-heart-pounds"
                         ],
                         ],
                         "Type": 1,
                         "Type": 1,
                         "VisualType": 2,
                         "VisualType": 2,
                        "conditions": null,
                         "conditions": [
                        "probability": 0.05,
                        "id": "PopupMessage"
                    }
                ]
            },
            "Medicine": {
                "rate": 0.5,
                "effects": [
                    {
                        "TimerReset": 600,
                         "conditions": [
                             {
                             {
                                 "Min": 30,
                                 "Min": 1,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": "Frezon",
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 0.1,
                         "id": "ResetNarcolepsy"
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 8,902: Line 9,127:
         }
         }
     },
     },
     "Sbiten": {
     "Vermouth": {
         "id": "Sbiten",
         "id": "Vermouth",
         "name": "sbiten",
         "name": "vermouth",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A spicy Vodka! Might be a little hot for the little guys!",
         "desc": "Aromatized, fortified white wine flavored with various botanicals.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#004166FF",
         "color": "#91FF91FF",
         "recipes": [
         "recipes": [],
            "Sbiten"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 8,934: Line 9,157:
         }
         }
     },
     },
     "Patron": {
     "Nocturine": {
         "id": "Patron",
         "id": "Nocturine",
         "name": "patron",
         "name": "nocturine",
         "group": "Drinks",
         "group": "Narcotics",
         "desc": "Tequila with silver in it, a favorite of alcoholic women in the club scene.",
         "desc": "Makes you feel very tired and unable to stand up. Basically, it's bone hurting juice.",
         "physicalDesc": "metallic",
         "physicalDesc": "powdery",
         "color": "#585840FF",
         "color": "#128E80FF",
         "recipes": [
         "recipes": [],
            "Patron"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Narcotic": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "conditions": null,
                         "damage": {
                        "probability": 1,
                             "types": {
                        "HydrationFactor": 2,
                                 "Poison": 1
                        "id": "SatiateThirst"
                             },
                    },
                             "groups": null
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.2,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            }
        }
    },
    "Ash": {
        "id": "Ash",
        "name": "ash",
        "group": "Unknown",
        "desc": "A light grey powdery residue",
        "physicalDesc": "powdery",
        "color": "#FFFFFFFF",
        "recipes": [],
        "metabolisms": null
    },
    "Barozine": {
        "id": "Barozine",
        "name": "barozine",
        "group": "Medicine",
        "desc": "A potent drug that prevents pressure damage. Causes extreme pain and jittering. Very poisonous when overdosed.",
        "physicalDesc": "viscous",
        "color": "#FF867DFF",
        "recipes": [],
        "metabolisms": {
            "Medicine": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                            "types": {
                                "Heat": 0.5
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 0.3,
                        "id": "HealthChange"
                    },
                    {
                         "damage": {
                             "types": {
                                 "Poison": 3
                             },
                             "groups": null
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
Line 9,012: Line 9,180:
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 30,
                                 "Min": 60,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": null,
Line 9,022: Line 9,190:
                     },
                     },
                     {
                     {
                         "ThirstAmount": -40,
                         "Key": "ForcedSleep",
                         "HungerAmount": -40,
                        "Component": "ForcedSleeping",
                        "Time": 2,
                        "Refresh": false,
                         "Type": 0,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 30,
                                 "Min": 8,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": "Nocturine",
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                        "probability": 0.15,
                        "id": "ChemVomit"
                    },
                    {
                        "Key": "PressureImmunity",
                        "Component": "PressureImmunity",
                        "Time": 2,
                        "Refresh": true,
                        "Type": 0,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    },
                    {
                        "Key": "Stutter",
                        "Component": "StutteringAccent",
                        "Time": 2,
                        "Refresh": true,
                        "Type": 0,
                        "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "GenericStatusEffect"
                    },
                    {
                        "Amplitude": 10,
                        "Frequency": 4,
                        "Time": 2,
                        "Refresh": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "Jitter"
                    },
                    {
                        "EmoteId": "Scream",
                        "ShowInChat": false,
                        "conditions": null,
                        "probability": 0.2,
                        "id": "Emote"
                    },
                    {
                        "Messages": [
                            "barozine-effect-skin-burning",
                            "barozine-effect-muscle-contract"
                        ],
                        "Type": 1,
                        "VisualType": 4,
                        "conditions": null,
                        "probability": 0.1,
                        "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 9,086: Line 9,210:
         }
         }
     },
     },
     "Bilk": {
     "JuiceApple": {
         "id": "Bilk",
         "id": "JuiceApple",
         "name": "bilk",
         "name": "apple juice",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "This appears to be beer mixed with milk. Disgusting.",
         "desc": "It's a little piece of Eden.",
         "physicalDesc": "bilky",
         "physicalDesc": "crisp",
         "color": "#895C4CFF",
         "color": "#FDAD01FF",
         "recipes": [
         "recipes": [],
            "Bilk"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 9,110: Line 9,232:
         }
         }
     },
     },
     "Bleach": {
     "Phalanximine": {
         "id": "Bleach",
         "id": "Phalanximine",
         "name": "bleach",
         "name": "phalanximine",
         "group": "Unknown",
         "group": "Medicine",
         "desc": "Heavy duty cleaner that can clean tiles the same as Space Cleaner and also decontaminate clothes. Extremely toxic when ingested.",
         "desc": "Used in the treatment of cancer. Causes moderate radiation poisoning.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "acrid",
         "color": "#A1000BFF",
         "color": "#C8FF75FF",
         "recipes": [
         "recipes": [
             "Bleach"
             "Phalanximine"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 9,127: Line 9,249:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 3
                                 "Cellular": -1,
                                "Radiation": 1
                             },
                             },
                             "groups": null
                             "groups": null
Line 9,138: Line 9,261:
                     },
                     },
                     {
                     {
                         "Messages": [
                         "ThirstAmount": -40,
                            "generic-reagent-effect-burning-insides"
                         "HungerAmount": -40,
                        ],
                         "Type": 1,
                        "VisualType": 3,
                         "conditions": null,
                         "conditions": null,
                         "probability": 0.33,
                         "probability": 0.05,
                         "id": "PopupMessage"
                         "id": "ChemVomit"
                     }
                     }
                 ]
                 ]
Line 9,151: Line 9,271:
         }
         }
     },
     },
     "JuiceWatermelon": {
     "Moonshine": {
         "id": "JuiceWatermelon",
         "id": "Moonshine",
         "name": "water melon juice",
         "name": "moonshine",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "The delicious juice of a watermelon.",
         "desc": "Artisanal homemade liquor. What could go wrong?",
         "physicalDesc": "sweet",
         "physicalDesc": "strong-smelling",
         "color": "#EF3520FF",
         "color": "#D1D7D155",
         "recipes": [],
         "recipes": [
            "Moonshine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 9,166: Line 9,288:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.25,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 9,173: Line 9,303:
         }
         }
     },
     },
     "Manhattan": {
     "SulfuricAcid": {
         "id": "Manhattan",
         "id": "SulfuricAcid",
         "name": "manhattan",
         "name": "sulfuric acid",
         "group": "Drinks",
         "group": "Toxins",
         "desc": "The Detective's undercover drink of choice. He never could stomach gin...",
         "desc": "A highly corrosive, oily, colorless liquid.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "oily",
         "color": "#664300FF",
         "color": "#BF8C00FF",
         "recipes": [
         "recipes": [
             "Manhattan"
             "SulfuricAcid"
         ],
         ],
        "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"
                    }
                ]
            }
        }
    },
    "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
    },
    "WeldingFuel": {
        "id": "WeldingFuel",
        "name": "welding fuel",
        "group": "Pyrotechnic",
        "desc": "Used by welders to weld.",
        "physicalDesc": "oily",
        "color": "#A76B1CFF",
        "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Poison": {
Line 9,230: Line 9,320:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 1
                                 "Caustic": 2
                             },
                             },
                             "groups": null
                             "groups": null
Line 9,241: Line 9,331:
                     },
                     },
                     {
                     {
                         "Multiplier": 0.4,
                         "Messages": [
                            "generic-reagent-effect-burning-insides"
                        ],
                        "Type": 1,
                        "VisualType": 4,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 0.33,
                         "id": "FlammableReaction"
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 9,250: Line 9,344:
         }
         }
     },
     },
     "BlackRussian": {
     "Mayo": {
         "id": "BlackRussian",
         "id": "Mayo",
         "name": "black russian",
         "name": "mayonnaise",
        "group": "Foods",
        "desc": "Creamy sauce, made from oil, egg, and some (edible) acid.",
        "physicalDesc": "thick",
        "color": "#F9F5E5FF",
        "recipes": [
            "CookingMayoVinegar",
            "CookingMayoLemon"
        ],
        "metabolisms": null
    },
    "LemonLime": {
        "id": "LemonLime",
        "name": "lemon-lime",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "For the lactose-intolerant. Still as classy as a White Russian.",
         "desc": "tangy lime and lemon soda",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "fizzy",
         "color": "#360000FF",
         "color": "#878F00FF",
         "recipes": [
         "recipes": [
             "BlackRussian"
             "LemonLime"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 9,269: Line 9,376:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.2,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 9,282: Line 9,381:
         }
         }
     },
     },
     "Wine": {
     "ScrewdriverCocktail": {
         "id": "Wine",
         "id": "ScrewdriverCocktail",
         "name": "wine",
         "name": "screwdriver",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "An premium alchoholic beverage made from distilled grape juice.",
         "desc": "Vodka, mixed with plain ol' orange juice. The result is surprisingly delicious.",
         "physicalDesc": "translucent",
         "physicalDesc": "strong-smelling",
         "color": "#7E4043FF",
         "color": "#A68310FF",
         "recipes": [
         "recipes": [
             "BloodToWine"
             "ScrewdriverCocktail"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 9,305: Line 9,404:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.15,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 9,314: Line 9,413:
         }
         }
     },
     },
     "Uranium": {
     "VodkaTonic": {
         "id": "Uranium",
         "id": "VodkaTonic",
         "name": "uranium",
         "name": "vodka tonic",
         "group": "Elements",
         "group": "Drinks",
         "desc": "A grey metallic chemical element in the actinide series, weakly radioactive.",
         "desc": "For when a gin and tonic isn't russian enough.",
         "physicalDesc": "metallic",
         "physicalDesc": "strong-smelling",
         "color": "#8FA191FF",
         "color": "#0064C8FF",
         "recipes": [],
         "recipes": [
            "VodkaTonic"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Radiation": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 9,343: Line 9,445:
         }
         }
     },
     },
     "Lemonade": {
     "SpaceCleaner": {
         "id": "Lemonade",
         "id": "SpaceCleaner",
         "name": "lemonade",
         "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"
        ],
        "metabolisms": null
    },
    "Silencer": {
        "id": "Silencer",
        "name": "silencer",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Drink using lemon juice, water, and a sweetener such as cane sugar or honey.",
         "desc": "A drink from Mime Heaven.",
         "physicalDesc": "tart",
         "physicalDesc": "strong-smelling",
         "color": "#FFFF00FF",
         "color": "#004666FF",
         "recipes": [
         "recipes": [
             "Lemonade"
             "Silencer"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 9,358: Line 9,472:
                 "effects": [
                 "effects": [
                     {
                     {
                        "Key": "Muted",
                        "Component": "Muted",
                        "Time": 2,
                        "Refresh": true,
                        "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                        "id": "GenericStatusEffect"
                    },
                    {
                        "conditions": null,
                        "probability": 1,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 9,367: Line 9,491:
         }
         }
     },
     },
     "Ice": {
     "EZNutrient": {
         "id": "Ice",
         "id": "EZNutrient",
         "name": "ice",
         "name": "EZ nutrient",
         "group": "Unknown",
         "group": "Botanical",
         "desc": "Frozen water.",
         "desc": "Give your plants some of those EZ nutrients!",
        "physicalDesc": "frosty",
         "physicalDesc": "thick",
        "color": "#BED8E6FF",
         "color": "#664330FF",
        "recipes": [],
        "metabolisms": null
    },
    "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": [],
        "metabolisms": null
    },
    "Pilk": {
        "id": "Pilk",
        "name": "pilk",
        "group": "Drinks",
        "desc": "A sickening mixture of milk and cola.",
         "physicalDesc": "creamy",
         "color": "#E7C69FFF",
         "recipes": [
         "recipes": [
             "Pilk"
             "EZNutrient"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                         "conditions": [
                            {
                                "Type": "Plant",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 1,
                         "NutritionFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 9,411: Line 9,521:
         }
         }
     },
     },
     "VodkaTonic": {
     "SyndicateBomb": {
         "id": "VodkaTonic",
         "id": "SyndicateBomb",
         "name": "vodka tonic",
         "name": "syndicate bomb",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "For when a gin and tonic isn't russian enough.",
         "desc": "Somebody set us up the bomb!",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "opaque",
         "color": "#0064C8FF",
         "color": "#2E6660FF",
         "recipes": [
         "recipes": [
             "VodkaTonic"
             "SyndicateBomb"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 9,434: Line 9,544:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.15,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 9,443: Line 9,553:
         }
         }
     },
     },
     "B52": {
     "Miasma": {
         "id": "B52",
         "id": "Miasma",
         "name": "b-52",
         "name": "miasma",
         "group": "Drinks",
         "group": "Unknown",
         "desc": "Coffee, irish cream, and cognac. You will get bombed.",
         "desc": "Uh oh, stinky!",
         "physicalDesc": "bubbly",
         "physicalDesc": "gaseous",
         "color": "#664300FF",
         "color": "#56941EFF",
         "recipes": [
         "recipes": [],
            "B52"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Gas": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                         "conditions": [
                            {
                                "Type": "Rat",
                                "ShouldHave": false,
                                "id": "OrganType"
                            },
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Miasma",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "ChemMiasmaPoolSource"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "damage": {
                        "Group": null,
                            "types": {
                        "Amount": 0.15,
                                "Poison": 0.25
                        "conditions": null,
                            },
                         "probability": 1,
                            "groups": null
                         "id": "AdjustReagent"
                         },
                    }
                         "scaleByQuantity": false,
                ]
                        "ignoreResistances": true,
            }
                        "conditions": [
        }
                            {
    },
                                "Type": "Rat",
    "Hyronalin": {
                                "ShouldHave": false,
        "id": "Hyronalin",
                                "id": "OrganType"
        "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": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                            "types": {
                                "Radiation": -1
                             },
                             },
                             "groups": null
                             {
                        },
                                "Min": 1,
                        "scaleByQuantity": false,
                                "Max": 21474836,
                        "ignoreResistances": true,
                                "Reagent": "Miasma",
                        "conditions": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
Line 9,505: Line 9,610:
                         "ThirstAmount": -40,
                         "ThirstAmount": -40,
                         "HungerAmount": -40,
                         "HungerAmount": -40,
                         "conditions": null,
                         "conditions": [
                        "probability": 0.02,
                            {
                        "id": "ChemVomit"
                                "Type": "Rat",
                    },
                                "ShouldHave": false,
                    {
                                "id": "OrganType"
                        "damage": {
                            "types": {
                                "Heat": 0.5
                             },
                             },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                             {
                             {
                                 "Min": 30,
                                 "Min": 0.8,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": "Miasma",
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 0.12,
                         "id": "HealthChange"
                         "id": "ChemVomit"
                     },
                     },
                     {
                     {
                         "Amplitude": 10,
                         "Messages": [
                         "Frequency": 4,
                            "miasma-smell"
                         "Time": 2,
                        ],
                         "Refresh": true,
                        "Type": 1,
                        "VisualType": 2,
                        "conditions": [
                            {
                                "Min": 0.25,
                                "Max": 21474836,
                                "Reagent": "Miasma",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 0.1,
                        "id": "PopupMessage"
                    },
                    {
                         "damage": {
                            "types": {
                                "Blunt": -4,
                                "Slash": -3,
                                "Piercing": -3
                            },
                            "groups": null
                        },
                         "scaleByQuantity": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 30,
                                "Type": "Rat",
                                "ShouldHave": true,
                                "id": "OrganType"
                            },
                            {
                                 "Min": 1,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": "Miasma",
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "Jitter"
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 9,549: Line 9,674:
         }
         }
     },
     },
     "IcedGreenTea": {
     "SpaceLube": {
         "id": "IcedGreenTea",
         "id": "SpaceLube",
         "name": "iced green tea",
         "name": "space lube",
         "group": "Drinks",
         "group": "Unknown",
         "desc": "cold green tea.",
         "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": "aromatic",
         "physicalDesc": "shiny",
         "color": "#CE4200FF",
         "color": "#77B58EFF",
         "recipes": [
         "recipes": [
             "IcedGreenTea"
             "SpaceLube"
         ],
         ],
         "metabolisms": {
         "metabolisms": null
            "Drink": {
    },
                "rate": 0.5,
    "Ash": {
                "effects": [
        "id": "Ash",
                    {
        "name": "ash",
                        "conditions": null,
        "group": "Unknown",
                        "probability": 1,
        "desc": "A light grey powdery residue",
                        "HydrationFactor": 3,
        "physicalDesc": "powdery",
                        "id": "SatiateThirst"
        "color": "#FFFFFFFF",
                    }
        "recipes": [],
                ]
         "metabolisms": null
            }
         }
     },
     },
     "CarpoToxin": {
     "Corpium": {
         "id": "CarpoToxin",
         "id": "Corpium",
         "name": "carpotoxin",
         "name": "corpium",
         "group": "Toxins",
         "group": "Unknown",
         "desc": "Toxic secretions of a space carp. Causes a painful burning sensation.",
         "desc": "A Syndicate cocktail, carefully harvested from various sources. You wouldn't want this inside of you.",
         "physicalDesc": "exotic smelling",
         "physicalDesc": "necrotic",
         "color": "#E2A38CFF",
         "color": "#7668A1FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 9,588: Line 9,711:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 4
                                 "Cellular": 1
                             },
                             },
                             "groups": null
                             "groups": null
Line 9,599: Line 9,722:
                     },
                     },
                     {
                     {
                         "Messages": [
                         "CauseChance": 1,
                            "generic-reagent-effect-burning-insides"
                         "Disease": "ActiveZombieVirus",
                        ],
                         "Type": 1,
                        "VisualType": 3,
                         "conditions": null,
                         "conditions": null,
                         "probability": 0.33,
                         "probability": 1,
                         "id": "PopupMessage"
                         "id": "ChemCauseDisease"
                     }
                     }
                 ]
                 ]
Line 9,612: Line 9,732:
         }
         }
     },
     },
     "Romerol": {
     "Hooch": {
         "id": "Romerol",
         "id": "Hooch",
         "name": "romerol",
         "name": "hooch",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "A difficult to procure chemical used in the reversal of the zombification process. Tastes like death.",
         "desc": "Either someone's failure at cocktail making or attempt in alchohol production. In any case, do you really want to drink that?",
         "physicalDesc": "acrid",
         "physicalDesc": "strong-smelling",
         "color": "#7E916EFF",
         "color": "#664E00FF",
         "recipes": [
         "recipes": [
             "Romerol"
             "Hooch"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "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,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 9,643: Line 9,764:
         }
         }
     },
     },
     "Silicon": {
     "Gold": {
         "id": "Silicon",
         "id": "Gold",
         "name": "silicon",
         "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": [],
        "metabolisms": null
    },
    "Chlorine": {
        "id": "Chlorine",
        "name": "chlorine",
         "group": "Elements",
         "group": "Elements",
         "desc": "A hard and brittle crystalline solid with a blue-grey color.",
         "desc": "A yellow-green gas which is toxic to humans.",
         "physicalDesc": "crystalline",
         "physicalDesc": "gaseous",
         "color": "#364266FF",
         "color": "#A2FF00FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": null
         "metabolisms": null
     },
     },
     "Ethyloxyephedrine": {
     "Tricordrazine": {
         "id": "Ethyloxyephedrine",
         "id": "Tricordrazine",
         "name": "ethyloxyephedrine",
         "name": "tricordrazine",
         "group": "Medicine",
         "group": "Medicine",
         "desc": "An unstable medicine derived from desoxyephedrine. With the main effects of desoxyephedrine neutralized, it may be useful for something else.",
         "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": "shiny",
         "physicalDesc": "opaque",
         "color": "#D5D5E4FF",
         "color": "#00E5FFFF",
         "recipes": [
         "recipes": [
             "Ethyloxyephedrine"
             "Tricordrazine"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 9,668: Line 9,799:
                 "effects": [
                 "effects": [
                     {
                     {
                         "Amplitude": 10,
                         "damage": {
                        "Frequency": 4,
                            "types": {
                        "Time": 2,
                                "Poison": -0.5,
                        "Refresh": true,
                                "Heat": -0.33,
                        "conditions": null,
                                "Shock": -0.33,
                        "probability": 1,
                                "Cold": -0.33
                        "id": "Jitter"
                            },
                    },
                            "groups": {
                    {
                                "Brute": -1
                        "Key": "Stutter",
                            }
                        "Component": "StutteringAccent",
                         },
                        "Time": 2,
                         "scaleByQuantity": false,
                         "Refresh": true,
                         "ignoreResistances": true,
                         "Type": 0,
                         "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    },
                    {
                        "TimerReset": 600,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                "Min": 10,
                                 "Max": 50,
                                 "Max": 21474836,
                                 "Min": 0,
                                 "Reagent": null,
                                 "id": "TotalDamage"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "ResetNarcolepsy"
                         "id": "HealthChange"
                    },
                    {
                        "Messages": [
                            "ethyloxyephedrine-effect-feeling-awake",
                            "ethyloxyephedrine-effect-clear-mind"
                        ],
                        "Type": 1,
                        "VisualType": 2,
                        "conditions": null,
                        "probability": 0.1,
                        "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 9,714: Line 9,826:
         }
         }
     },
     },
     "ErikaSurprise": {
     "Nicotine": {
         "id": "ErikaSurprise",
         "id": "Nicotine",
         "name": "erika surprise",
         "name": "Nicotine",
         "group": "Drinks",
         "group": "Narcotics",
         "desc": "The surprise is, it's green!",
         "desc": "Dangerous and highly addictive.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#2E6671FF",
         "color": "#C0C0C0FF",
         "recipes": [
         "recipes": [],
            "ErikaSurprise"
        "metabolisms": null
         ],
    },
    "PwrGame": {
        "id": "PwrGame",
        "name": "Pwr Game",
         "group": "Drinks",
        "desc": "The only drink with the PWR that true gamers crave. When a gamer talks about gamerfuel, this is what they're literally referring to.",
        "physicalDesc": "fizzy",
        "color": "#9385BFFF",
        "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 9,733: Line 9,853:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 9,746: Line 9,858:
         }
         }
     },
     },
     "TequilaSunrise": {
     "Cream": {
         "id": "TequilaSunrise",
         "id": "Cream",
         "name": "tequila sunrise",
         "name": "cream",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Tequila and orange juice. Much like a Screwdriver, only Mexican.",
         "desc": "The fatty, still liquid part of milk. Why don't you mix this with sum scotch, eh?",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "creamy",
         "color": "#FFE48CFF",
         "color": "#DFD7AFFF",
         "recipes": [
         "recipes": [],
            "TequilaSunrise"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 9,763: Line 9,873:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 1,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 9,778: Line 9,880:
         }
         }
     },
     },
     "Ipecac": {
     "Vinegar": {
         "id": "Ipecac",
         "id": "Vinegar",
         "name": "ipecac",
         "name": "vinegar",
         "group": "Medicine",
         "group": "Foods",
         "desc": "Induces vomiting. Useful for stopping a poisoning that isn't done metabolizing.",
         "desc": "Often used to flavor food.",
         "physicalDesc": "inky",
         "physicalDesc": "sour",
         "color": "#422912FF",
         "color": "#D2B48CFF",
         "recipes": [
         "recipes": [
             "Ipecac"
             "CookingVinegar"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "ThirstAmount": -40,
                        "Reagent": "Water",
                        "Group": null,
                        "Amount": 0.4,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    },
                    {
                        "Reagent": "Vitamin",
                        "Group": null,
                        "Amount": 0.1,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    },
                    {
                         "ThirstAmount": -40,
                         "HungerAmount": -40,
                         "HungerAmount": -40,
                         "conditions": null,
                         "conditions": [
                         "probability": 0.3,
                            {
                                "Min": 6,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 0.1,
                         "id": "ChemVomit"
                         "id": "ChemVomit"
                     }
                     }
Line 9,803: Line 9,928:
         }
         }
     },
     },
     "Chlorine": {
     "IcedTea": {
         "id": "Chlorine",
         "id": "IcedTea",
         "name": "chlorine",
         "name": "iced tea",
        "group": "Elements",
        "desc": "A yellow-green gas which is toxic to humans.",
        "physicalDesc": "gaseous",
        "color": "#A2FF00FF",
        "recipes": [],
        "metabolisms": null
    },
    "BloodyMary": {
        "id": "BloodyMary",
        "name": "bloody mary",
         "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 9,834: Line 9,949:
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Reagent": "Theobromine",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.05,
Line 9,845: Line 9,960:
         }
         }
     },
     },
     "Blackpepper": {
     "Lexorin": {
         "id": "Blackpepper",
         "id": "Lexorin",
         "name": "black pepper",
         "name": "lexorin",
         "group": "Foods",
         "group": "Toxins",
         "desc": "Often used to flavor food or make people sneeze.",
         "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": "grainy",
         "physicalDesc": "pungent",
         "color": "#000000FF",
         "color": "#6B0007FF",
         "recipes": [],
         "recipes": [
        "metabolisms": null
            "Lexorin"
    },
         ],
    "BlueCuracao": {
        "id": "BlueCuracao",
        "name": "blue curacao",
         "group": "Drinks",
        "desc": "Exotically blue, fruity drink, distilled from oranges.",
        "physicalDesc": "strong-smelling",
        "color": "#0000CDFF",
        "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Airloss": 7
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.1,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 9,885: Line 9,991:
         }
         }
     },
     },
     "Beer": {
     "PoisonWine": {
         "id": "Beer",
         "id": "PoisonWine",
         "name": "beer",
         "name": "poison wine",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "An alcoholic beverage made from malted grains, hops, yeast, and water.",
         "desc": "Is this even wine? Toxic! Hallucinogenic! Probably consumed in boatloads by your superiors!",
         "physicalDesc": "bubbly",
         "physicalDesc": "strong-smelling",
         "color": "#CFA85FFF",
         "color": "#000000FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 9,912: Line 10,018:
                     }
                     }
                 ]
                 ]
             }
             },
        }
            "Poison": {
    },
                "rate": 0.5,
    "Ketchunaise": {
                "effects": [
        "id": "Ketchunaise",
                    {
        "name": "ketchunaise",
                        "damage": {
        "group": "Foods",
                            "types": {
        "desc": "So-called Russian dressing, popular among Space Americans.",
                                "Poison": 1
        "physicalDesc": "saucey",
                            },
        "color": "#FBA399FF",
                            "groups": null
        "recipes": [
                        },
            "CookingKetchunaise"
                        "scaleByQuantity": false,
        ],
                        "ignoreResistances": true,
        "metabolisms": null
    },
    "Fluorine": {
        "id": "Fluorine",
        "name": "fluorine",
        "group": "Elements",
        "desc": "A highly toxic pale yellow gas. Extremely reactive.",
        "physicalDesc": "gaseous",
        "color": "#808080FF",
        "recipes": [],
        "metabolisms": null
    },
    "Milk": {
        "id": "Milk",
        "name": "milk",
        "group": "Drinks",
        "desc": "An opaque white liquid produced by the mammary glands of mammals.",
        "physicalDesc": "opaque",
        "color": "#DFDFDFFF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 4,
                         "id": "HealthChange"
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
    },
    "BbqSauce": {
        "id": "BbqSauce",
        "name": "BBQ sauce",
        "group": "Foods",
        "desc": "Hand wipes not included.",
        "physicalDesc": "gloopy",
        "color": "#8B0000FF",
        "recipes": [
            "CookingBbqSauce"
        ],
        "metabolisms": null
    },
    "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": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 1,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
    },
    "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
    },
    "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"
                    }
                ]
            }
        }
    },
    "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": [],
        "metabolisms": {
            "Narcotic": {
                "rate": 0.5,
                "effects": [
                    {
                        "Key": "SeeingRainbows",
                        "Component": "SeeingRainbows",
                        "Time": 5,
                        "Refresh": false,
                        "Type": 0,
                        "conditions": null,
                        "probability": 1,
                         "id": "GenericStatusEffect"
                     }
                     }
                 ]
                 ]

Revision as of 07:19, 30 April 2023

Phosphorus
id"Phosphorus"
name"phosphorus"
group"Elements"
desc"A reactive metal used in pyrotechnics and weapons."
physicalDesc"powdery"
color"#EDE4E4FF"
recipes
Empty array
metabolismsnull
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"
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"
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"
Cryptobiolin
id"Cryptobiolin"
name"cryptobiolin"
group"Medicine"
desc"Causes confusion and dizziness. This is essential to make Spaceacillin."
physicalDesc"fizzy"
color"#081A80FF"
recipes
"Cryptobiolin"
metabolisms
Medicine
rate0.5
effects
Key"Stutter"
Component"ScrambledAccent"
Time2
Refreshtrue
Type0
conditionsnull
probability1
id"GenericStatusEffect"
Alcohol
rate0.5
effects
BoozePower20
SlurSpeechfalse
conditionsnull
probability1
id"Drunk"
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"
damage
types
Cellular0.5
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
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"
Charcoal
id"Charcoal"
name"charcoal"
group"Unknown"
desc"A black, porous solid"
physicalDesc"porous"
color"#22282BFF"
recipes
"Charcoal"
metabolisms
Medicine
rate0.5
effects
damage
types
Poison-1
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
CleanseRate3
conditionsnull
probability1
id"ChemCleanBloodstream"
Andalusia
id"Andalusia"
name"andalusia"
group"Drinks"
desc"A nice, strangely named drink."
physicalDesc"strong-smelling"
color"#665700FF"
recipes
"Andalusia"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
Fluorine
id"Fluorine"
name"fluorine"
group"Elements"
desc"A highly toxic pale yellow gas. Extremely reactive."
physicalDesc"gaseous"
color"#808080FF"
recipes
Empty array
metabolismsnull
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"
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
"RedMead"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
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"
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"
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"
metabolisms
Medicine
rate0.5
effects
damage
types
Poison-4
Blunt2
Slash1
Piercing1
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Type"Plant"
ShouldHavetrue
id"OrganType"
probability1
id"HealthChange"
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
"ManhattanProject"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
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"
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"
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"
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"
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"
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"
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"
Factor1
conditions
Type"Plant"
ShouldHavetrue
id"OrganType"
probability1
id"Oxygenate"
_ratios
CarbonDioxide1
Oxygen-1
conditions
Type"Vox"
ShouldHavefalse
id"OrganType"
probability1
id"ModifyLungGas"
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"
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"
Water
id"Water"
name"water"
group"Drinks"
desc"A colorless liquid that humans need in order to survive."
physicalDesc"translucent"
color"#75B1F0FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor4
id"SatiateThirst"
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"
CarpoToxin
id"CarpoToxin"
name"carpotoxin"
group"Toxins"
desc"Toxic secretions of a space carp. Causes a painful burning sensation."
physicalDesc"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
VisualType3
conditionsnull
probability0.33
id"PopupMessage"
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"
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"
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"
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
types
Caustic1
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
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"
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"
Frostoil
id"Frostoil"
name"frostoil"
group"Foods"
desc"Leaves the tongue numb in its passage."
physicalDesc"cold"
color"#87CEEBFF"
recipes
Empty array
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"
metabolisms
Medicine
rate0.5
effects
conditions
Type"Plant"
ShouldHavetrue
id"OrganType"
probability1
NutritionFactor3
id"SatiateHunger"
damage
types
Poison1
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Type"Plant"
ShouldHavetrue
id"OrganType"
probability1
id"HealthChange"
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"
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"
Barefoot
id"Barefoot"
name"barefoot"
group"Drinks"
desc"Barefoot and pregnant."
physicalDesc"strong-smelling"
color"#664300FF"
recipes
"Barefoot"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
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"
Posca
id"Posca"
name"posca"
group"Drinks"
desc"Poor warriors' drink from a forgotten era."
physicalDesc"sour"
color"#B3B599FF"
recipes
"Posca"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor3
id"SatiateThirst"
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
Factor1
conditions
Type"Plant"
ShouldHavetrue
id"OrganType"
probability1
id"Oxygenate"
damage
types
Poison0.2
groupsnull
scaleByQuantitytrue
ignoreResistancestrue
conditions
Type"Plant"
ShouldHavefalse
id"OrganType"
Min0.5
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"HealthChange"
ErikaSurprise
id"ErikaSurprise"
name"erika surprise"
group"Drinks"
desc"The surprise is, it's green!"
physicalDesc"strong-smelling"
color"#2E6671FF"
recipes
"ErikaSurprise"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
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"
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"
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"
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"
Sugar
id"Sugar"
name"sugar"
group"Foods"
desc"Tasty spacey sugar!"
physicalDesc"sweet"
color"#FFFFFFFF"
recipes
Empty array
metabolisms
Food
rate0.5
effects
conditions
Min0.1
Max21474836
Reagent"Nutriment"
id"ReagentThreshold"
probability1
NutritionFactor1
id"SatiateHunger"
Ketchup
id"Ketchup"
name"ketchup"
group"Foods"
desc"Made from pureed tomatoes and flavored with spices."
physicalDesc"tangy"
color"#FF0000FF"
recipes
"CookingKetchup"
metabolismsnull
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"
Barozine
id"Barozine"
name"barozine"
group"Medicine"
desc"A potent drug 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
Heat0.5
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability0.3
id"HealthChange"
damage
types
Poison3
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min30
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"HealthChange"
ThirstAmount-40
HungerAmount-40
conditions
Min30
Max21474836
Reagentnull
id"ReagentThreshold"
probability0.15
id"ChemVomit"
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"
EmoteId"Scream"
ShowInChatfalse
conditionsnull
probability0.2
id"Emote"
Messages
"barozine-effect-skin-burning"
"barozine-effect-muscle-contract"
Type1
VisualType4
conditionsnull
probability0.1
id"PopupMessage"
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"
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
VisualType2
conditionsnull
probability0.2
id"PopupMessage"
Oculine
id"Oculine"
name"oculine"
group"Medicine"
desc"Heals eye damage."
physicalDesc"translucent"
color"#404040FF"
recipes
"Oculine"
metabolisms
Medicine
rate0.5
effects
Amount-1
conditionsnull
probability1
id"ChemHealEyeDamage"
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
VisualType3
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
VisualType2
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
VisualType2
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
VisualType0
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"
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"
Soysauce
id"Soysauce"
name"soy sauce"
group"Foods"
desc"A salty soy-based flavoring."
physicalDesc"salty"
color"#8B4513FF"
recipes
"CookingSoysauce"
metabolisms
Food
rate0.5
effects
conditionsnull
probability1
NutritionFactor0.5
id"SatiateHunger"
conditionsnull
probability1
HydrationFactor-0.5
id"SatiateThirst"
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"
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
"Manhattan"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
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.05
effects
damage
types
Poison0.4
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"
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
VisualType0
conditionsnull
probability0.1
id"PopupMessage"
Reagent"CarpoToxin"
Groupnull
Amount-3
conditions
Min1
Max21474836
Reagent"CarpoToxin"
id"ReagentThreshold"
probability1
id"AdjustReagent"
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"
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"
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"
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"
ShamblersJuice
id"ShamblersJuice"
name"Shambler's Juice"
group"Drinks"
desc"~Shake me up some of that Shambler's Juice!~"
physicalDesc"fizzy"
color"#66538FFF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
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"
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"
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
HydrationFactor2
id"SatiateThirst"
Reagent"Oculine"
Groupnull
Amount0.15
conditionsnull
probability1
id"AdjustReagent"
Reagent"Nutriment"
Groupnull
Amount0.5
conditionsnull
probability1
id"AdjustReagent"
PestKiller
id"PestKiller"
name"pest killer"
group"Botanical"
desc"A mixture that targets pests."
physicalDesc"bubbling"
color"#9E9886FF"
recipes
Empty array
metabolisms
Medicine
rate0.5
effects
damage
types
Poison3
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Type"Plant"
ShouldHavetrue
id"OrganType"
probability1
id"HealthChange"
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
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"
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"
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
types
Caustic-5
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
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"
Cognizine
id"Cognizine"
name"cognizine"
group"Medicine"
desc"A mysterious chemical which is able to make any non-sentient creature sentient."
physicalDesc"enigmatic"
color"#B50EE8FF"
recipes
"Cognizine"
metabolisms
Medicine
rate0.5
effects
conditions
Min5
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"MakeSentient"
SpiderBlood
id"SpiderBlood"
name"blue blood"
group"Biological"
desc"Doesn't taste like blueberry juice."
physicalDesc"ferrous"
color"#162581FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor1.5
id"SatiateThirst"
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"
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"
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"
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"
WhiskeySoda
id"WhiskeySoda"
name"whiskey soda"
group"Drinks"
desc"For the more refined griffon."
physicalDesc"strong-smelling"
color"#533600FF"
recipes
"WhiskeySoda"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.15
conditionsnull
probability1
id"AdjustReagent"
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"
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
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
Food
rate0.5
effects
Reagent"Nutriment"
Groupnull
Amount0.75
conditionsnull
probability1
id"AdjustReagent"
Poison
rate0.5
effects
Amount250
conditionsnull
probability1
id"AdjustTemperature"
damage
types
Caustic1
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min5
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"HealthChange"
Messages
"capsaicin-effect-light-burn"
Type1
VisualType0
conditionsnull
probability0.2
id"PopupMessage"
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"
Allicin
id"Allicin"
name"allicin"
group"Unknown"
desc"An organosulfur compound found in alliums like garlic, onions, and related plants."
physicalDesc"pungent"
color"#F2E9D2FF"
recipes
Empty array
metabolisms
Poison
rate0.05
effects
damage
types
Poison0.06
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min1
Max21474836
Reagentnull
id"ReagentThreshold"
Type"Animal"
ShouldHavetrue
id"OrganType"
probability1
id"HealthChange"
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
Reagent"Sugar"
Groupnull
Amount0.2
conditionsnull
probability1
id"AdjustReagent"
Reagent"Nutriment"
Groupnull
Amount0.3
conditionsnull
probability1
id"AdjustReagent"
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
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
"AlliesCocktail"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
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"
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
types
Caustic2
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Messages
"generic-reagent-effect-burning-insides"
Type1
VisualType4
conditionsnull
probability0.33
id"PopupMessage"
Enzyme
id"Enzyme"
name"universal enzyme"
group"Foods"
desc"Used in cooking various dishes."
physicalDesc"chalky"
color"#009900FF"
recipes
Empty array
metabolismsnull
Vinaigrette
id"Vinaigrette"
name"vinaigrette"
group"Foods"
desc"A basic salad dressing made with oil, vinegar and seasoning."
physicalDesc"sour"
color"#EFDAAEFF"
recipes
"CookingVinaigrette"
metabolismsnull
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
types
Caustic1
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Ice
id"Ice"
name"ice"
group"Unknown"
desc"Frozen water."
physicalDesc"frosty"
color"#BED8E6FF"
recipes
Empty array
metabolismsnull
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"
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"
Saxoite
id"Saxoite"
name"Saxoite"
group"Unknown"
desc"Smells like jazz."
physicalDesc"ground brass"
color"#B8A603FF"
recipes
Empty array
metabolismsnull
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"
Rice
id"Rice"
name"rice"
group"Foods"
desc"Hard, small white grains."
physicalDesc"chewy"
color"#FFFFFFFF"
recipes
Empty array
metabolisms
Food
rate0.5
effects
Reagent"Sugar"
Groupnull
Amount0.4
conditionsnull
probability1
id"AdjustReagent"
Reagent"Nutriment"
Groupnull
Amount0.1
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
"Margarita"
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"
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
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"
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"
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"
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"
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"
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"
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"
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
Sodium
id"Sodium"
name"sodium"
group"Elements"
desc"A silvery-white alkali metal. Highly reactive in its pure form."
physicalDesc"metallic"
color"#C6C8CCFF"
recipes
Empty array
metabolismsnull
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"
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"
Sulfur
id"Sulfur"
name"sulfur"
group"Elements"
desc"A yellow, crystalline solid."
physicalDesc"powdery"
color"#FFF385FF"
recipes
Empty array
metabolismsnull
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"
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"
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
Amount4
conditionsnull
probability1
id"ModifyBloodLevel"
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
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"
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
mobstate2
id"MobStateCondition"
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"
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"
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"
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"
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"
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"
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"
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
Sigynate
id"Sigynate"
name"sigynate"
group"Medicine"
desc"A thick pink syrup useful for neutralizing acids and soothing trauma caused by acids. Tastes sweet!"
physicalDesc"thick"
color"#E0A5B9FF"
recipes
"Sigynate"
metabolisms
Medicine
rate0.5
effects
damage
types
Caustic-3
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
damage
types
Heat2
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min16
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"HealthChange"
Amplitude10
Frequency4
Time2
Refreshtrue
conditions
Min20
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"Jitter"
Messages
"generic-reagent-effect-nauseous"
Type1
VisualType2
conditions
Min20
Max21474836
Reagentnull
id"ReagentThreshold"
probability0.2
id"PopupMessage"
ThirstAmount-40
HungerAmount-40
conditions
Min30
Max21474836
Reagentnull
id"ReagentThreshold"
probability0.02
id"ChemVomit"
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"
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"
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"
DevilsKiss
id"DevilsKiss"
name"devils kiss"
group"Drinks"
desc"Creepy time!"
physicalDesc"strong-smelling"
color"#A68310FF"
recipes
"DevilsKiss"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
CoffeeLiqueur
id"CoffeeLiqueur"
name"coffee liqueur"
group"Drinks"
desc"Liquor flavoured with cold brewed coffee and spices."
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"
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"
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"
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
BoozePower3
SlurSpeechtrue
conditionsnull
probability1
id"Drunk"
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"
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
types
Heat-1
Shock-1
Cold-1
groupsnull
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"
CogChamp
id"CogChamp"
name"cogchamp"
group"Drinks"
desc"Not even Ratvar's Four Generals could withstand this! Qevax Jryy!"
physicalDesc"ground brass"
color"#B5A642FF"
recipes
"CogChamp"
metabolisms
Drink
rate0.5
effects
Key"RatvarianLanguage"
Component"RatvarianLanguage"
Time2
Refreshtrue
Type0
conditionsnull
probability1
id"GenericStatusEffect"
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.15
conditionsnull
probability1
id"AdjustReagent"
Diphenylmethylamine
id"Diphenylmethylamine"
name"diphenylmethylamine"
group"Medicine"
desc"A more stable medicine than ethyloxyephedrine. Useful for keeping someone awake."
physicalDesc"glowing"
color"#B0ABAAFF"
recipes
"Diphenylmethylamine"
metabolisms
Medicine
rate0.5
effects
TimerReset600
conditions
Min5
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"ResetNarcolepsy"
Messages
"ethyloxyephedrine-effect-feeling-awake"
"ethyloxyephedrine-effect-clear-mind"
Type1
VisualType2
conditionsnull
probability0.1
id"PopupMessage"
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"
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"
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"
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"
Medicine
rate0.5
effects
TimerReset600
conditions
Min20
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"ResetNarcolepsy"
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"
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"
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"
metabolisms
Narcotic
rate0.5
effects
StatusLifetime2
conditionsnull
probability1
WalkSpeedModifier0.65
SprintSpeedModifier0.65
id"MovespeedModifier"
damage
types
Poison2
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Key"SeeingRainbows"
Component"SeeingRainbows"
Time10
Refreshfalse
Type0
conditionsnull
probability1
id"GenericStatusEffect"
ThirstAmount-40
HungerAmount-40
conditionsnull
probability0.05
id"ChemVomit"
BoozePower5
SlurSpeechtrue
conditionsnull
probability1
id"Drunk"
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"
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"
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"
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"
Key"SeeingRainbows"
Component""
Time15
Refreshtrue
Type1
conditionsnull
probability1
id"GenericStatusEffect"
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"
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"
MilkSoy
id"MilkSoy"
name"soy milk"
group"Drinks"
desc"Consumers favorite."
physicalDesc"refreshing"
color"#D2C29DFF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor4
id"SatiateThirst"
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"
Oil
id"Oil"
name"oil"
group"Foods"
desc"Used by chefs to cook."
physicalDesc"oily"
color"#B67823FF"
recipes
"Oil"
metabolismsnull
Pax
id"Pax"
name"pax"
group"Unknown"
desc"A psychiatric drug which prevents the patient from directly harming anyone."
physicalDesc"soothing"
color"#AAAAAAFF"
recipes
"Pax"
metabolisms
Poison
rate0.5
effects
Key"Pacified"
Component"Pacified"
Time2
Refreshfalse
Type0
conditionsnull
probability1
id"GenericStatusEffect"
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"
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
"Sbiten"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
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"
NitrousOxide
id"NitrousOxide"
name"nitrous oxide"
group"Unknown"
desc"You know how everything seems funnier when you're tired? Well..."
physicalDesc"gaseous"
color"#808080FF"
recipes
Empty array
metabolisms
Gas
rate0.5
effects
Messages
"effect-sleepy"
Type1
VisualType2
conditions
Min0.5
Max21474836
Reagent"NitrousOxide"
id"ReagentThreshold"
Type"Slime"
ShouldHavefalse
id"OrganType"
probability0.1
id"PopupMessage"
StatusLifetime2
conditions
Min1
Max21474836
Reagent"NitrousOxide"
id"ReagentThreshold"
Type"Slime"
ShouldHavefalse
id"OrganType"
probability1
WalkSpeedModifier0.65
SprintSpeedModifier0.65
id"MovespeedModifier"
Key"ForcedSleep"
Component"ForcedSleeping"
Time3
Refreshtrue
Type0
conditions
Min1.8
Max21474836
Reagent"NitrousOxide"
id"ReagentThreshold"
Type"Slime"
ShouldHavefalse
id"OrganType"
probability1
id"GenericStatusEffect"
damage
types
Poison0.25
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min3.5
Max21474836
Reagent"NitrousOxide"
id"ReagentThreshold"
Type"Slime"
ShouldHavefalse
id"OrganType"
probability1
id"HealthChange"
Carbon
id"Carbon"
name"carbon"
group"Elements"
desc"A black, crystalline solid."
physicalDesc"crystalline"
color"#22282BFF"
recipes
Empty array
metabolismsnull
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"
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"
SnowWhite
id"SnowWhite"
name"snow white"
group"Drinks"
desc"A cold refreshment."
physicalDesc"bubbly"
color"#FFFFFFFF"
recipes
"SnowWhite"
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
"Amasec"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
WeedKiller
id"WeedKiller"
name"weed killer"
group"Botanical"
desc"A mixture that targets weeds."
physicalDesc"bubbling"
color"#968395FF"
recipes
Empty array
metabolisms
Poison
rate0.5
effects
damage
types
Poison4
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Type"Plant"
ShouldHavetrue
id"OrganType"
probability1
id"HealthChange"
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"
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"
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"
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"
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"
Honk
id"Honk"
name"honk"
group"Unknown"
desc"A toxin found in bananium. Causes severe honking and internal bleeding, may also cause the patient to mutate."
physicalDesc"pungent"
color"#F2E9D2FF"
recipes
Empty array
metabolisms
Poison
rate0.05
effects
damage
types
Poison0.06
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min1
Max21474836
Reagentnull
id"ReagentThreshold"
Type"Animal"
ShouldHavetrue
id"OrganType"
probability1
id"HealthChange"
CauseChance1
Disease"ActiveHonkVirus"
conditionsnull
probability1
id"ChemCauseDisease"
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"
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
VisualType0
conditionsnull
probability0.1
id"PopupMessage"
Messages
"histamine-effect-heavy-itchiness"
Type1
VisualType2
conditions
Min45
Max21474836
Reagentnull
id"ReagentThreshold"
probability0.2
id"PopupMessage"
ChloralHydrate
id"ChloralHydrate"
name"chloral hydrate"
group"Toxins"
desc"In low doses, makes you drowsy. In higher doses, puts you to sleep. Overdoses deal toxin damage."
physicalDesc"nondescript"
color"#000067FF"
recipes
"ChloralHydrate"
metabolisms
Poison
rate0.5
effects
StatusLifetime2
conditionsnull
probability1
WalkSpeedModifier0.65
SprintSpeedModifier0.65
id"MovespeedModifier"
Key"ForcedSleep"
Component"ForcedSleeping"
Time2
Refreshfalse
Type0
conditions
Min15
Max21474836
Reagent"ChloralHydrate"
id"ReagentThreshold"
probability1
id"GenericStatusEffect"
damage
types
Poison1.5
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min20
Max21474836
Reagent"ChloralHydrate"
id"ReagentThreshold"
probability1
id"HealthChange"
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"
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"
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"
damage
types
Brute0.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"
Messages
"generic-reagent-effect-nauseous"
Type1
VisualType2
conditions
Min30
Max21474836
Reagentnull
id"ReagentThreshold"
probability0.2
id"PopupMessage"
ThirstAmount-40
HungerAmount-40
conditions
Min30
Max21474836
Reagentnull
id"ReagentThreshold"
probability0.02
id"ChemVomit"
Alcohol
rate0.5
effects
BoozePower3
SlurSpeechtrue
conditions
Min15
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"Drunk"
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
VisualType2
conditionsnull
probability0.05
id"PopupMessage"
Medicine
rate0.5
effects
TimerReset600
conditions
Min30
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"ResetNarcolepsy"
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"
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"
GroundBee
id"GroundBee"
name"Ground Bee"
group"Unknown"
desc"Bee grounds. Gross."
physicalDesc"bee guts"
color"#86530EFF"
recipes
Empty array
metabolismsnull
DemonsBlood
id"DemonsBlood"
name"demons blood"
group"Drinks"
desc"AHHHH!!!!"
physicalDesc"strong-smelling"
color"#A70000FF"
recipes
"DemonsBlood"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
Flour
id"Flour"
name"flour"
group"Foods"
desc"Used for baking."
physicalDesc"powdery"
color"#FFFFFFFF"
recipes
Empty array
metabolisms
Food
rate0.5
effects
Reagent"Sugar"
Groupnull
Amount0.4
conditionsnull
probability1
id"AdjustReagent"
Reagent"Nutriment"
Groupnull
Amount0.1
conditionsnull
probability1
id"AdjustReagent"
Hotsauce
id"Hotsauce"
name"hotsauce"
group"Foods"
desc"Burns so good."
physicalDesc"spicy"
color"#FF0000FF"
recipes
"CookingHotsauce"
metabolismsnull
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"
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
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"
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"
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"
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"
Ketchunaise
id"Ketchunaise"
name"ketchunaise"
group"Foods"
desc"So-called Russian dressing, popular among Space Americans."
physicalDesc"saucey"
color"#FBA399FF"
recipes
"CookingKetchunaise"
metabolismsnull
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
types
Caustic2
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Messages
"generic-reagent-effect-burning-insides"
Type1
VisualType4
conditionsnull
probability0.33
id"PopupMessage"
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"
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"
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-6
Toxin-4
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min0
Max150
id"Temperature"
probability1
id"HealthChange"
Wine
id"Wine"
name"wine"
group"Drinks"
desc"An premium alchoholic beverage made from distilled grape juice."
physicalDesc"translucent"
color"#7E4043FF"
recipes
"BloodToWine"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
HorseradishSauce
id"HorseradishSauce"
name"horseradish sauce"
group"Foods"
desc"Smelly horseradish sauce."
physicalDesc"overpowering"
color"#808080FF"
recipes
Empty array
metabolismsnull
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"
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"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"
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"
SodiumCarbonate
id"SodiumCarbonate"
name"Sodium Carbonate"
group"Unknown"
desc"A white, odorless, water-soluble salt that yields an alkaline solution in water. Also known as soda ash."
physicalDesc"powdery"
color"#FFFFFFFF"
recipes
"SodiumCarbonate"
metabolismsnull
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
metabolismsnull
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
types
Heat-0.33
Shock-0.33
Cold-0.33
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
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"
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"
RobustHarvest
id"RobustHarvest"
name"robust harvest"
group"Botanical"
desc"Plant-enhancing hormones, good for increasing potency."
physicalDesc"robust"
color"#3E901CFF"
recipes
"RobustHarvest"
metabolisms
Poison
rate0.5
effects
damage
types
Poison-2
Blunt-3
Slash-3
Piercing-3
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Type"Plant"
ShouldHavetrue
id"OrganType"
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"
_ratios
NitrousOxide1
Nitrogen-1
conditions
Type"Slime"
ShouldHavetrue
id"OrganType"
probability1
id"ModifyLungGas"
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
VisualType3
conditionsnull
probability0.33
id"PopupMessage"
Stimulants
id"Stimulants"
name"stimulants"
group"Narcotics"
desc"A chemical cocktail developed by Donk Co. that allows agents to recover from stuns faster, move more quickly, and grants a small heal while close to critical condition. Due to the complex nature of the chemical, it is much harder for the body to purge naturally."
physicalDesc"energizing"
color"#9A040EFF"
recipes
Empty array
metabolisms
Narcotic
rate0.2
effects
StatusLifetime2
conditionsnull
probability1
WalkSpeedModifier1.3
SprintSpeedModifier1.3
id"MovespeedModifier"
damage
types
Poison1
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min80
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"HealthChange"
Key"Stun"
Component""
Time3
Refreshtrue
Type1
conditionsnull
probability1
id"GenericStatusEffect"
Key"KnockedDown"
Component""
Time3
Refreshtrue
Type1
conditionsnull
probability1
id"GenericStatusEffect"
Medicine
rate0.2
effects
TimerReset600
conditionsnull
probability1
id"ResetNarcolepsy"
conditionsnull
probability1
NutritionFactor1
id"SatiateHunger"
conditionsnull
probability1
HydrationFactor1
id"SatiateThirst"
damage
typesnull
groups
Burn-1
Brute-1
scaleByQuantityfalse
ignoreResistancestrue
conditions
Max120
Min70
id"TotalDamage"
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
ToxinsSpecial
id"ToxinsSpecial"
name"toxins special"
group"Drinks"
desc"This thing is ON FIRE! CALL THE DAMN SHUTTLE!"
physicalDesc"strong-smelling"
color"#665C00FF"
recipes
"ToxinsSpecial"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
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"
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"
Mold
id"Mold"
name"mold"
group"Toxins"
desc"Often found in dark, humid places or on old bread."
physicalDesc"fuzzy"
color"#8A9A5BFF"
recipes
Empty array
metabolisms
Poison
rate0.5
effects
damage
types
Poison1
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Diseases
"VentCough"
"SpaceCold"
"SpaceFlu"
"BirdFlew"
"Plague"
"TongueTwister"
"MemeticAmirmir"
conditions
Min1
Max21474836
Reagent"Mold"
id"ReagentThreshold"
probability1
id"ChemCauseRandomDisease"
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"
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"
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"
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"
Hydrogen
id"Hydrogen"
name"hydrogen"
group"Elements"
desc"A light, flammable gas."
physicalDesc"gaseous"
color"#808080FF"
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"
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"
Mead
id"Mead"
name"mead"
group"Drinks"
desc"A Viking's drink, though a cheap one."
physicalDesc"strong-smelling"
color"#664300FF"
recipes
"Mead"
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
"IcedBeerAlt"
"IcedBeer"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
MilkOat
id"MilkOat"
name"oat milk"
group"Drinks"
desc"Surprisingly tasty."
physicalDesc"refreshing"
color"#DEDACDFF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor4
id"SatiateThirst"
HippiesDelight
id"HippiesDelight"
name"hippies delight"
group"Drinks"
desc"You just don't get it maaaan."
physicalDesc"strong-smelling"
color"#6EAA0CFF"
recipes
"HippiesDelight"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
BbqSauce
id"BbqSauce"
name"BBQ sauce"
group"Foods"
desc"Hand wipes not included."
physicalDesc"gloopy"
color"#8B0000FF"
recipes
"CookingBbqSauce"
metabolismsnull
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"
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
types
Poison1
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min5
Max21474836
Reagentnull
id"ReagentThreshold"
Type"Dwarf"
ShouldHavefalse
id"OrganType"
probability1
id"HealthChange"
damage
types
Poison0.2
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min5
Max21474836
Reagentnull
id"ReagentThreshold"
Type"Dwarf"
ShouldHavetrue
id"OrganType"
probability1
id"HealthChange"
damage
typesnull
groups
Brute-1
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min5
Max21474836
Reagentnull
id"ReagentThreshold"
Type"Dwarf"
ShouldHavetrue
id"OrganType"
probability1
id"HealthChange"
ThirstAmount-40
HungerAmount-40
conditions
Min3
Max21474836
Reagent"Ethanol"
id"ReagentThreshold"
Type"Dwarf"
ShouldHavefalse
id"OrganType"
probability0.04
id"ChemVomit"
Alcohol
rate0.5
effects
BoozePower20
SlurSpeechtrue
conditionsnull
probability1
id"Drunk"
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
Egg
id"Egg"
name"egg"
group"Foods"
desc"Used for baking."
physicalDesc"mucus-like"
color"#FFFFFFFF"
recipes
Empty array
metabolisms
Food
rate0.5
effects
Reagent"Protein"
Groupnull
Amount0.5
conditionsnull
probability1
id"AdjustReagent"
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"
NorepinephricAcid
id"NorepinephricAcid"
name"norepinephric acid"
group"Narcotics"
desc"Makes you unable to see while metabolizing."
physicalDesc"milky"
color"#96A8B5FF"
recipes
"NorepinephricAcid"
metabolisms
Narcotic
rate0.5
effects
Messages
"generic-reagent-effect-burning-eyes"
"generic-reagent-effect-burning-eyes-a-bit"
"generic-reagent-effect-tearing-up"
"norepinephricacid-effect-eyelids"
"norepinephricacid-effect-eyes-itch"
"norepinephricacid-effect-vision-fade"
"norepinephricacid-effect-vision-fail"
Type1
VisualType0
conditionsnull
probability0.08
id"PopupMessage"
Messages
"norepinephricacid-effect-eye-disconnect"
"norepinephricacid-effect-eye-pain"
"norepinephricacid-effect-darkness"
"norepinephricacid-effect-blindness"
Type1
VisualType3
conditions
Min20
Max21474836
Reagentnull
id"ReagentThreshold"
probability0.03
id"PopupMessage"
Key"TemporaryBlindness"
Component"TemporaryBlindness"
Time2
Refreshtrue
Type0
conditions
Min20
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"GenericStatusEffect"
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"
Ethyloxyephedrine
id"Ethyloxyephedrine"
name"ethyloxyephedrine"
group"Medicine"
desc"An unstable medicine derived from desoxyephedrine. With the main effects of desoxyephedrine neutralized, it may be useful for something else."
physicalDesc"shiny"
color"#D5D5E4FF"
recipes
"Ethyloxyephedrine"
metabolisms
Medicine
rate0.5
effects
Amplitude10
Frequency4
Time2
Refreshtrue
conditionsnull
probability1
id"Jitter"
Key"Stutter"
Component"StutteringAccent"
Time2
Refreshtrue
Type0
conditionsnull
probability1
id"GenericStatusEffect"
TimerReset600
conditions
Min10
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"ResetNarcolepsy"
Messages
"ethyloxyephedrine-effect-feeling-awake"
"ethyloxyephedrine-effect-clear-mind"
Type1
VisualType2
conditionsnull
probability0.1
id"PopupMessage"
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"
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"
SuiDream
id"SuiDream"
name"sui dream"
group"Drinks"
desc"'Comprised of: White soda, blue curacao, melon liquor.'"
physicalDesc"strong-smelling"
color"#00A86BFF"
recipes
"SuiDream"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
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
Empty array
metabolismsnull
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"
OilOlive
id"OilOlive"
name"olive oil"
group"Foods"
desc"Viscous and fragrant."
physicalDesc"oily"
color"#808000FF"
recipes
Empty array
metabolisms
Food
rate0.5
effects
Reagent"Nutriment"
Groupnull
Amount0.75
conditionsnull
probability1
id"AdjustReagent"
Aluminium
id"Aluminium"
name"aluminium"
group"Elements"
desc"A silver, soft, non-magnetic, and ductile metal."
physicalDesc"metallic"
color"#848789FF"
recipes
Empty array
metabolismsnull
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"
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"
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"
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"
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
"AcidSpit"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
ExperimentalStimulants
id"ExperimentalStimulants"
name"experimental stimulants"
group"Narcotics"
desc"A prototype version of the Stimulant chemical mixture. Usage grants virtual immunity to stun weaponry, rapid tissue regeneration, extreme running speed by reducing lactic acid buildup, and a general feeling of euphoria. Side effects may include extreme levels of anticoagulation, tunnel vision, extreme toxin buildup in the bloodstream, and rapid liver death. Do not give to animals."
physicalDesc"exhilarating"
color"#AE0101FF"
recipes
Empty array
metabolisms
Narcotic
rate0.25
effects
StatusLifetime2
conditions
Min10
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
WalkSpeedModifier1.8
SprintSpeedModifier1.8
id"MovespeedModifier"
StatusLifetime2
conditions
Min0
Max10
Reagentnull
id"ReagentThreshold"
probability1
WalkSpeedModifier0.7
SprintSpeedModifier0.7
id"MovespeedModifier"
ElectrocuteTime2
ElectrocuteDamageScale5
Refreshtrue
conditions
Min0
Max10
Reagentnull
id"ReagentThreshold"
probability0.1
id"Electrocute"
Amplitude10
Frequency4
Time2
Refreshtrue
conditions
Min0
Max10
Reagentnull
id"ReagentThreshold"
probability1
id"Jitter"
Key"Stutter"
Component"StutteringAccent"
Time2
Refreshtrue
Type0
conditions
Min0
Max10
Reagentnull
id"ReagentThreshold"
probability1
id"GenericStatusEffect"
damage
types
Poison1
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min10
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"HealthChange"
damage
types
Poison8
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min60
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"HealthChange"
Key"Stun"
Component""
Time6
Refreshtrue
Type1
conditions
Min10
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"GenericStatusEffect"
Key"KnockedDown"
Component""
Time6
Refreshtrue
Type1
conditions
Min10
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"GenericStatusEffect"
Key"ForcedSleep"
Component"ForcedSleeping"
Time2
Refreshfalse
Type1
conditions
Min10
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"GenericStatusEffect"
Medicine
rate0.25
effects
TimerReset600
conditionsnull
probability1
id"ResetNarcolepsy"
conditionsnull
probability1
NutritionFactor1
id"SatiateHunger"
conditionsnull
probability1
HydrationFactor1
id"SatiateThirst"
damage
typesnull
groups
Brute-4
Burn-4
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min10
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"HealthChange"
Reagent"Lexorin"
Groupnull
Amount-3
conditions
Min1
Max21474836
Reagent"Lexorin"
id"ReagentThreshold"
probability1
id"AdjustReagent"
Reagent"ChloralHydrate"
Groupnull
Amount-3
conditions
Min1
Max21474836
Reagent"ChloralHydrate"
id"ReagentThreshold"
probability1
id"AdjustReagent"
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"
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"
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
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"
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
Ipecac
id"Ipecac"
name"ipecac"
group"Medicine"
desc"Induces vomiting. Useful for stopping a poisoning that isn't done metabolizing."
physicalDesc"inky"
color"#422912FF"
recipes
"Ipecac"
metabolisms
Medicine
rate0.5
effects
ThirstAmount-40
HungerAmount-40
conditionsnull
probability0.3
id"ChemVomit"
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
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"
Frezon
id"Frezon"
name"frezon"
group"Unknown"
desc"A highly effective coolant.. and hallucinogenic."
physicalDesc"gaseous"
color"#3A758CFF"
recipes
Empty array
metabolisms
Gas
rate0.5
effects
damage
types
Cellular0.01
groupsnull
scaleByQuantitytrue
ignoreResistancestrue
conditions
Min0.5
Max21474836
Reagent"Frezon"
id"ReagentThreshold"
probability1
id"HealthChange"
Key"SeeingRainbows"
Component"SeeingRainbows"
Time5
Refreshfalse
Type0
conditions
Min1
Max21474836
Reagent"Frezon"
id"ReagentThreshold"
probability1
id"GenericStatusEffect"
BoozePower3
SlurSpeechtrue
conditions
Min1
Max21474836
Reagent"Frezon"
id"ReagentThreshold"
probability1
id"Drunk"
Messages
"frezon-lungs-cold"
Type1
VisualType0
conditions
Min0.5
Max21474836
Reagent"Frezon"
id"ReagentThreshold"
probability0.1
id"PopupMessage"
Messages
"frezon-euphoric"
Type1
VisualType2
conditions
Min1
Max21474836
Reagent"Frezon"
id"ReagentThreshold"
probability0.1
id"PopupMessage"
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"
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"
Key"ForcedSleep"
Component"ForcedSleeping"
Time2
Refreshfalse
Type0
conditions
Min8
Max21474836
Reagent"Nocturine"
id"ReagentThreshold"
probability1
id"GenericStatusEffect"
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"
Phalanximine
id"Phalanximine"
name"phalanximine"
group"Medicine"
desc"Used in the treatment of cancer. Causes moderate radiation poisoning."
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"
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"
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
Caustic2
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Messages
"generic-reagent-effect-burning-insides"
Type1
VisualType4
conditionsnull
probability0.33
id"PopupMessage"
Mayo
id"Mayo"
name"mayonnaise"
group"Foods"
desc"Creamy sauce, made from oil, egg, and some (edible) acid."
physicalDesc"thick"
color"#F9F5E5FF"
recipes
"CookingMayoVinegar"
"CookingMayoLemon"
metabolismsnull
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"
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"
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
"VodkaTonic"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.15
conditionsnull
probability1
id"AdjustReagent"
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
Silencer
id"Silencer"
name"silencer"
group"Drinks"
desc"A drink from Mime Heaven."
physicalDesc"strong-smelling"
color"#004666FF"
recipes
"Silencer"
metabolisms
Drink
rate0.5
effects
Key"Muted"
Component"Muted"
Time2
Refreshtrue
Type0
conditionsnull
probability1
id"GenericStatusEffect"
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
EZNutrient
id"EZNutrient"
name"EZ nutrient"
group"Botanical"
desc"Give your plants some of those EZ nutrients!"
physicalDesc"thick"
color"#664330FF"
recipes
"EZNutrient"
metabolisms
Food
rate0.5
effects
conditions
Type"Plant"
ShouldHavetrue
id"OrganType"
probability1
NutritionFactor3
id"SatiateHunger"
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"
Miasma
id"Miasma"
name"miasma"
group"Unknown"
desc"Uh oh, stinky!"
physicalDesc"gaseous"
color"#56941EFF"
recipes
Empty array
metabolisms
Gas
rate0.5
effects
conditions
Type"Rat"
ShouldHavefalse
id"OrganType"
Min1
Max21474836
Reagent"Miasma"
id"ReagentThreshold"
probability1
id"ChemMiasmaPoolSource"
damage
types
Poison0.25
groupsnull
scaleByQuantityfalse
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
VisualType2
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"
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
Ash
id"Ash"
name"ash"
group"Unknown"
desc"A light grey powdery residue"
physicalDesc"powdery"
color"#FFFFFFFF"
recipes
Empty array
metabolismsnull
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"
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
"Hooch"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
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
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
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
Heat-0.33
Shock-0.33
Cold-0.33
groups
Brute-1
scaleByQuantityfalse
ignoreResistancestrue
conditions
Max50
Min0
id"TotalDamage"
probability1
id"HealthChange"
Nicotine
id"Nicotine"
name"Nicotine"
group"Narcotics"
desc"Dangerous and highly addictive."
physicalDesc"strong-smelling"
color"#C0C0C0FF"
recipes
Empty array
metabolismsnull
PwrGame
id"PwrGame"
name"Pwr Game"
group"Drinks"
desc"The only drink with the PWR that true gamers crave. When a gamer talks about gamerfuel, this is what they're literally referring to."
physicalDesc"fizzy"
color"#9385BFFF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
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"
Vinegar
id"Vinegar"
name"vinegar"
group"Foods"
desc"Often used to flavor food."
physicalDesc"sour"
color"#D2B48CFF"
recipes
"CookingVinegar"
metabolisms
Food
rate0.5
effects
Reagent"Water"
Groupnull
Amount0.4
conditionsnull
probability1
id"AdjustReagent"
Reagent"Vitamin"
Groupnull
Amount0.1
conditionsnull
probability1
id"AdjustReagent"
ThirstAmount-40
HungerAmount-40
conditions
Min6
Max21474836
Reagentnull
id"ReagentThreshold"
probability0.1
id"ChemVomit"
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"
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"
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"