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:
{
{
     "SpaceCleaner": {
     "Spaceacillin": {
         "id": "SpaceCleaner",
         "id": "Spaceacillin",
         "name": "space cleaner",
         "name": "spaceacillin",
        "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
    },
    "Siderlac": {
        "id": "Siderlac",
        "name": "siderlac",
         "group": "Medicine",
         "group": "Medicine",
         "desc": "A powerful anti-caustic medicine derived from plants.",
         "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": "milky",
         "physicalDesc": "opaque",
         "color": "#F4DAB8FF",
         "color": "#9942F5FF",
         "recipes": [
         "recipes": [
             "Siderlac"
             "Spaceacillin"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 26: Line 14:
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                    {
                        "CureChance": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "ChemCureDisease"
                    },
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Caustic": -5
                                 "Cellular": 0.5
                             },
                             },
                             "groups": null
                             "groups": null
Line 43: Line 37:
         }
         }
     },
     },
     "Ichor": {
     "AcidSpit": {
         "id": "Ichor",
         "id": "AcidSpit",
         "name": "ichor",
         "name": "acidspit",
         "group": "Biological",
         "group": "Drinks",
         "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.",
         "desc": "A drink for the daring, can be deadly if incorrectly prepared!",
         "physicalDesc": "roaring",
         "physicalDesc": "strong-smelling",
         "color": "#F4692EFF",
         "color": "#365000FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 58: Line 52:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 1.5,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
            },
             }
            "Medicine": {
         }
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                            "types": {
                                "Bloodloss": -5
                            },
                            "groups": {
                                "Burn": -5,
                                "Brute": -5,
                                "Toxin": -2
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                    }
                ]
             }
         }
     },
     },
     "Manhattan": {
     "Beer": {
         "id": "Manhattan",
         "id": "Beer",
         "name": "manhattan",
         "name": "beer",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "The Detective's undercover drink of choice. He never could stomach gin...",
         "desc": "An alcoholic beverage made from malted grains, hops, yeast, and water.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "bubbly",
         "color": "#664300FF",
         "color": "#CFA85FFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 117: Line 97:
         }
         }
     },
     },
     "DemonsBlood": {
     "RootBeerFloat": {
         "id": "DemonsBlood",
         "id": "RootBeerFloat",
         "name": "demons blood",
         "name": "root beer float",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "AHHHH!!!!",
         "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": "#A70000FF",
         "color": "#4F361FFF",
         "recipes": [],
         "recipes": [
            "RootBeerFloat"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 134: Line 116:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 147: Line 121:
         }
         }
     },
     },
     "Slime": {
     "Ale": {
         "id": "Slime",
         "id": "Ale",
         "name": "slime",
         "name": "ale",
        "group": "Biological",
        "desc": "You thought this was gradient blood at first, but you were mistaken.",
        "physicalDesc": "viscous",
        "color": "#2CF274FF",
        "recipes": [],
        "metabolisms": {
            "Food": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "NutritionFactor": 1.5,
                        "id": "SatiateHunger"
                    }
                ]
            }
        }
    },
    "Cola": {
        "id": "Cola",
        "name": "cola",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A sweet, carbonated soft drink. Caffeine free.",
         "desc": "A dark alchoholic beverage made by malted barley and yeast.",
         "physicalDesc": "fizzy",
         "physicalDesc": "bubbly",
         "color": "#422912FF",
         "color": "#663100FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 186: Line 138:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 191: Line 151:
         }
         }
     },
     },
     "Tritium": {
     "Nocturine": {
         "id": "Tritium",
         "id": "Nocturine",
         "name": "tritium",
         "name": "nocturine",
         "group": "Unknown",
         "group": "Narcotics",
         "desc": "Radioactive space-magic pixie dust.",
         "desc": "Makes you feel very tired and unable to stand up. Basically, it's bone hurting juice.",
         "physicalDesc": "ionizing",
         "physicalDesc": "powdery",
         "color": "#66FF33FF",
         "color": "#128E80FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Narcotic": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 206: Line 166:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Radiation": 3
                                 "Poison": 1
                             },
                             },
                             "groups": null
                             "groups": null
Line 212: Line 172:
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": [
                        "probability": 1,
                            {
                        "id": "HealthChange"
                                "Min": 60,
                    }
                                "Max": 21474836,
                ]
                                "Reagent": null,
            },
                                "id": "ReagentThreshold"
            "Gas": {
                            }
                "rate": 0.5,
                        ],
                "effects": [
                        "probability": 1,
                        "id": "HealthChange"
                    },
                     {
                     {
                         "damage": {
                         "Key": "ForcedSleep",
                            "types": {
                        "Component": "ForcedSleeping",
                                "Radiation": 1
                        "Time": 2,
                            },
                        "Refresh": false,
                            "groups": null
                        "Type": 0,
                         },
                         "conditions": [
                        "scaleByQuantity": true,
                            {
                        "ignoreResistances": true,
                                "Min": 8,
                        "conditions": null,
                                "Max": 21474836,
                                "Reagent": "Nocturine",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "GenericStatusEffect"
                     }
                     }
                 ]
                 ]
Line 238: Line 204:
         }
         }
     },
     },
     "IceCream": {
     "TableSalt": {
         "id": "IceCream",
         "id": "TableSalt",
         "name": "ice cream",
         "name": "table salt",
         "group": "Drinks",
         "group": "Foods",
         "desc": "It was either this or the microwave, and nobody wants ice cream soup!",
         "desc": "Commonly known as salt, Sodium Chloride is often used to season food or kill borers instantly.",
         "physicalDesc": "creamy",
         "physicalDesc": "grainy",
         "color": "#FFFBD6FF",
         "color": "#A1000BFF",
         "recipes": [
         "recipes": [
             "IceCream"
             "TableSalt"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 255: Line 221:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                        "NutritionFactor": 0.5,
                         "id": "SatiateThirst"
                        "id": "SatiateHunger"
                     }
                    },
                    {
                        "conditions": null,
                        "probability": 1,
                         "HydrationFactor": -0.5,
                         "id": "SatiateThirst"
                     }
                 ]
                 ]
             }
             }
         }
         }
     },
     },
     "BuzzochloricBees": {
     "KiraSpecial": {
         "id": "BuzzochloricBees",
         "id": "KiraSpecial",
         "name": "Buzzochloric Bees",
         "name": "kira special",
         "group": "Toxins",
         "group": "Drinks",
         "desc": "Liquid bees. Oh god it's LIQUID BEES NO-",
         "desc": "Long live the guy who everyone had mistaken for a girl. Baka!",
         "physicalDesc": "buzzy",
         "physicalDesc": "strong-smelling",
         "color": "#FFD35DFF",
         "color": "#CCCC99FF",
         "recipes": [
         "recipes": [
             "BuzzochloricBees"
             "KiraSpecial"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "Messages": [
                         "conditions": null,
                            "buzzochloricbees-effect-oh-god-bees",
                        "probability": 1,
                            "buzzochloricbees-effect-its-the-bees",
                        "HydrationFactor": 3,
                            "buzzochloricbees-effect-why-am-i-covered-in-bees",
                        "id": "SatiateThirst"
                            "buzzochloricbees-effect-one-with-the-bees",
                    }
                            "buzzochloricbees-effect-squeaky-clean"
                ]
                        ],
            }
                        "Type": 1,
        }
                        "VisualType": 3,
    },
                        "conditions": [
    "DriestMartini": {
                            {
        "id": "DriestMartini",
                                "Min": 0,
        "name": "driest martini",
                                "Max": 0,
        "group": "Drinks",
                                "Reagent": "Histamine",
        "desc": "Only for the experienced. You think you see sand floating in the glass.",
                                "id": "ReagentThreshold"
        "physicalDesc": "strong-smelling",
                            },
        "color": "#2E6671FF",
                            {
        "recipes": [
                                "Tag": "Bee",
            "DriestMartini"
                                "Invert": true,
        ],
                                "id": "HasTag"
        "metabolisms": {
                            }
            "Drink": {
                        ],
                "rate": 0.5,
                        "probability": 0.1,
                "effects": [
                        "id": "PopupMessage"
                    },
                     {
                     {
                         "Messages": [
                         "conditions": null,
                            "buzzochloricbees-effect-histamine-bee-allergy",
                         "probability": 1,
                            "buzzochloricbees-effect-histamine-swells",
                         "HydrationFactor": 2,
                            "buzzochloricbees-effect-histamine-numb-to-the-bees",
                         "id": "SatiateThirst"
                            "buzzochloricbees-effect-histamine-cannot-be-one-with-the-bees",
                            "buzzochloricbees-effect-squeaky-clean"
                        ],
                         "Type": 1,
                         "VisualType": 2,
                        "conditions": [
                            {
                                "Min": 0.01,
                                "Max": 21474836,
                                "Reagent": "Histamine",
                                "id": "ReagentThreshold"
                            },
                            {
                                "Tag": "Bee",
                                "Invert": true,
                                "id": "HasTag"
                            }
                        ],
                        "probability": 0.05,
                         "id": "PopupMessage"
                     },
                     },
                     {
                     {
                         "Messages": [
                         "Reagent": "Ethanol",
                            "buzzochloricbees-effect-licoxide-electrifying",
                        "Group": null,
                            "buzzochloricbees-effect-licoxide-shocked-by-bee-facts",
                        "Amount": 0.15,
                            "buzzochloricbees-effect-licoxide-buzzed",
                        "conditions": null,
                            "buzzochloricbees-effect-licoxide-buzzes"
                         "probability": 1,
                        ],
                         "id": "AdjustReagent"
                         "Type": 1,
                    }
                         "VisualType": 2,
                ]
                        "conditions": [
            }
                            {
        }
                                "Tag": "Bee",
    },
                                "Invert": true,
    "IcedTea": {
                                "id": "HasTag"
        "id": "IcedTea",
                            },
        "name": "iced tea",
                            {
        "group": "Drinks",
                                "Min": 0.01,
        "desc": "No relation to a certain rap artist/actor.",
                                "Max": 21474836,
        "physicalDesc": "aromatic",
                                "Reagent": "Licoxide",
        "color": "#104038FF",
                                "id": "ReagentThreshold"
        "recipes": [
                            }
            "IcedTea"
                        ],
        ],
                        "probability": 0.05,
        "metabolisms": {
                        "id": "PopupMessage"
            "Drink": {
                    },
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "Messages": [
                         "conditions": null,
                            "buzzochloricbees-effect-fiber-hairy",
                         "probability": 1,
                            "buzzochloricbees-effect-fiber-soft"
                         "HydrationFactor": 2,
                        ],
                         "id": "SatiateThirst"
                         "Type": 1,
                         "VisualType": 0,
                        "conditions": [
                            {
                                "Tag": "Bee",
                                "Invert": true,
                                "id": "HasTag"
                            },
                            {
                                "Min": 0.01,
                                "Max": 21474836,
                                "Reagent": "Fiber",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 0.05,
                         "id": "PopupMessage"
                     },
                     },
                     {
                     {
                         "damage": {
                         "Reagent": "Theobromine",
                            "types": {
                        "Group": null,
                                "Poison": 2,
                         "Amount": 0.05,
                                "Piercing": 2
                         "conditions": null,
                            },
                         "probability": 1,
                            "groups": null
                         "id": "AdjustReagent"
                        },
                         "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Tag": "Bee",
                                "Invert": true,
                                "id": "HasTag"
                            }
                        ],
                         "probability": 1,
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 400: Line 322:
         }
         }
     },
     },
     "Nitrogen": {
     "Egg": {
         "id": "Nitrogen",
         "id": "Egg",
         "name": "nitrogen",
         "name": "egg",
         "group": "Unknown",
         "group": "Foods",
         "desc": "A colorless, odorless unreactive gas. Highly stable.",
         "desc": "Used for baking.",
         "physicalDesc": "gaseous",
         "physicalDesc": "mucus-like",
         "color": "#808080FF",
         "color": "#FFFFFFFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Gas": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "Factor": 1,
                         "Reagent": "Protein",
                         "conditions": [
                         "Group": null,
                            {
                        "Amount": 0.5,
                                "Type": "Vox",
                        "conditions": null,
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "Oxygenate"
                         "id": "AdjustReagent"
                     },
                     }
                    {
                ]
                        "Factor": 1,
            }
                        "conditions": [
        }
                            {
    },
                                "Type": "Slime",
    "Frostoil": {
                                "ShouldHave": true,
        "id": "Frostoil",
                                "id": "OrganType"
        "name": "frostoil",
                            }
        "group": "Foods",
                        ],
        "desc": "Leaves the tongue numb in its passage.",
                        "probability": 1,
        "physicalDesc": "cold",
                        "id": "Oxygenate"
        "color": "#87CEEBFF",
                    },
        "recipes": [],
                    {
        "metabolisms": null
                        "_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"
                    }
                ]
            }
        }
     },
     },
     "Barozine": {
     "Ipecac": {
         "id": "Barozine",
         "id": "Ipecac",
         "name": "barozine",
         "name": "ipecac",
         "group": "Medicine",
         "group": "Medicine",
         "desc": "A potent drug that prevents pressure damage. Causes extreme pain and jittering. Very poisonous when overdosed.",
         "desc": "Induces vomiting. Useful for stopping a poisoning that isn't done metabolizing.",
         "physicalDesc": "viscous",
         "physicalDesc": "inky",
         "color": "#FF867DFF",
         "color": "#422912FF",
         "recipes": [],
         "recipes": [
            "Ipecac"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Medicine": {
Line 483: Line 371:
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "ThirstAmount": -40,
                            "types": {
                         "HungerAmount": -40,
                                "Heat": 0.5
                         "conditions": null,
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": null,
                         "probability": 0.3,
                         "probability": 0.3,
                         "id": "HealthChange"
                         "id": "ChemVomit"
                     },
                     }
                ]
            }
        }
    },
    "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": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                        "damage": {
                         "conditions": null,
                            "types": {
                                "Poison": 3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "ThirstAmount": -40,
                         "Reagent": "Ethanol",
                         "HungerAmount": -40,
                        "Group": null,
                         "conditions": [
                         "Amount": 0.15,
                            {
                         "conditions": null,
                                "Min": 30,
                        "probability": 1,
                                "Max": 21474836,
                        "id": "AdjustReagent"
                                "Reagent": null,
                    }
                                "id": "ReagentThreshold"
                ]
                            }
            }
                        ],
        }
                        "probability": 0.15,
    },
                        "id": "ChemVomit"
    "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": [
                     {
                     {
                        "Key": "PressureImmunity",
                        "Component": "PressureImmunity",
                        "Time": 2,
                        "Refresh": true,
                        "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "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"
                     },
                     }
                ]
            }
        }
    },
    "HippiesDelight": {
        "id": "HippiesDelight",
        "name": "hippies delight",
        "group": "Drinks",
        "desc": "You just don't get it maaaan.",
        "physicalDesc": "strong-smelling",
        "color": "#6EAA0CFF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                        "Amplitude": 10,
                         "conditions": null,
                        "Frequency": 4,
                        "Time": 2,
                        "Refresh": true,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "Jitter"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "EmoteId": "Scream",
                         "Reagent": "Ethanol",
                         "ShowInChat": false,
                         "Group": null,
                        "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 0.2,
                         "probability": 1,
                        "id": "Emote"
                         "id": "AdjustReagent"
                    },
                    {
                        "Messages": [
                            "barozine-effect-skin-burning",
                            "barozine-effect-muscle-contract"
                        ],
                        "Type": 1,
                        "VisualType": 4,
                        "conditions": null,
                        "probability": 0.1,
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 612: Line 507:
         }
         }
     },
     },
     "Ale": {
     "Mold": {
         "id": "Ale",
         "id": "Mold",
         "name": "ale",
         "name": "mold",
         "group": "Drinks",
         "group": "Toxins",
         "desc": "A dark alchoholic beverage made by malted barley and yeast.",
         "desc": "Often found in dark, humid places or on old bread.",
         "physicalDesc": "bubbly",
         "physicalDesc": "fuzzy",
         "color": "#663100FF",
         "color": "#8A9A5BFF",
         "recipes": [],
         "recipes": [],
         "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.05,
                            "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 642: Line 557:
         }
         }
     },
     },
     "Sulfur": {
     "Soysauce": {
         "id": "Sulfur",
         "id": "Soysauce",
         "name": "sulfur",
         "name": "soy sauce",
         "group": "Elements",
         "group": "Foods",
         "desc": "A yellow, crystalline solid.",
         "desc": "A salty soy-based flavoring.",
        "physicalDesc": "powdery",
         "physicalDesc": "salty",
        "color": "#FFF385FF",
         "color": "#8B4513FF",
        "recipes": [],
        "metabolisms": null
    },
    "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": [
         "recipes": [
             "SpaceLube"
             "CookingSoysauce"
        ],
        "metabolisms": null
    },
    "NuclearCola": {
        "id": "NuclearCola",
        "name": "nuclear cola",
        "group": "Drinks",
        "desc": "Cola, cola never changes.",
        "physicalDesc": "fizzy",
        "color": "#100800FF",
        "recipes": [
            "NuclearCola"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 681: Line 574:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 6,
                         "NutritionFactor": 0.5,
                         "id": "SatiateThirst"
                         "id": "SatiateHunger"
                     }
                     },
                ]
                     {
            },
            "Poison": {
                "rate": 0.5,
                "effects": [
                     {
                        "damage": {
                            "types": {
                                "Poison": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": -0.5,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 706: Line 587:
         }
         }
     },
     },
     "Vitamin": {
     "RedMead": {
         "id": "Vitamin",
         "id": "RedMead",
         "name": "vitamin",
         "name": "red mead",
         "group": "Foods",
         "group": "Drinks",
         "desc": "Found in healthy, complete meals.",
         "desc": "The true Viking's drink! Even though it has a strange red color.",
         "physicalDesc": "chalky",
         "physicalDesc": "strong-smelling",
         "color": "#D3D3D3FF",
         "color": "#C73C00FF",
         "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": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "NutritionFactor": 3,
                         "id": "AdjustReagent"
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 749: Line 617:
         }
         }
     },
     },
     "Acetone": {
     "MilkSoy": {
         "id": "Acetone",
         "id": "MilkSoy",
         "name": "acetone",
         "name": "soy milk",
        "group": "Unknown",
        "desc": "A slick, slightly carcinogenic liquid. Has a multitude of mundane uses in everyday life.",
        "physicalDesc": "acidic",
        "color": "#AF14B7FF",
        "recipes": [
            "Acetone"
        ],
        "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": "Consumers favorite.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "refreshing",
         "color": "#664300FF",
         "color": "#D2C29DFF",
         "recipes": [
         "recipes": [],
            "Mojito"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 778: Line 632:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 4,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 793: Line 639:
         }
         }
     },
     },
     "WhiskeySoda": {
     "WeedKiller": {
         "id": "WhiskeySoda",
         "id": "WeedKiller",
         "name": "whiskey soda",
         "name": "weed killer",
         "group": "Drinks",
         "group": "Botanical",
         "desc": "For the more refined griffon.",
         "desc": "A mixture that targets weeds.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "bubbling",
         "color": "#533600FF",
         "color": "#968395FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                         "damage": {
                         "probability": 1,
                            "types": {
                         "HydrationFactor": 2,
                                "Poison": 4
                         "id": "SatiateThirst"
                            },
                    },
                            "groups": null
                    {
                        },
                        "Reagent": "Ethanol",
                         "scaleByQuantity": false,
                        "Group": null,
                         "ignoreResistances": true,
                        "Amount": 0.15,
                         "conditions": [
                         "conditions": null,
                            {
                                "Type": "Plant",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 823: Line 674:
         }
         }
     },
     },
     "Milk": {
     "Plasma": {
         "id": "Milk",
         "id": "Plasma",
         "name": "milk",
         "name": "plasma",
         "group": "Drinks",
         "group": "Unknown",
         "desc": "An opaque white liquid produced by the mammary glands of mammals.",
         "desc": "Funky, space-magic pixie dust. You probably shouldn't eat this, but we both know you will anyways.",
         "physicalDesc": "opaque",
         "physicalDesc": "gaseous",
         "color": "#DFDFDFFF",
         "color": "#7E009EFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                        "Reagent": "Inaprovaline",
                        "Group": null,
                        "Amount": -2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 4,
                         "id": "AdjustReagent"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
             }
             },
        }
             "Gas": {
    },
                 "rate": 0.5,
    "SpaceDrugs": {
                 "effects": [
        "id": "SpaceDrugs",
                     {
        "name": "space drugs",
                         "damage": {
        "group": "Narcotics",
                            "types": {
        "desc": "An illegal compound which induces a number of effects such as loss of balance and visual artefacts.",
                                "Poison": 1
        "physicalDesc": "syrupy",
                            },
        "color": "#63806EFF",
                            "groups": null
        "recipes": [
                        },
            "SpaceDrugs"
                         "scaleByQuantity": true,
        ],
                         "ignoreResistances": true,
        "metabolisms": {
             "Narcotic": {
                 "rate": 0.5,
                 "effects": [
                     {
                         "Key": "SeeingRainbows",
                        "Component": "SeeingRainbows",
                        "Time": 5,
                         "Refresh": false,
                         "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 873: Line 729:
         }
         }
     },
     },
     "IrishCarBomb": {
     "Ichor": {
         "id": "IrishCarBomb",
         "id": "Ichor",
         "name": "irish car bomb",
         "name": "ichor",
         "group": "Drinks",
         "group": "Biological",
         "desc": "A troubling mixture of irish cream and ale.",
         "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": "bubbly",
         "physicalDesc": "roaring",
         "color": "#2E6671FF",
         "color": "#F4692EFF",
         "recipes": [
         "recipes": [],
            "IrishCarBomb"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 890: Line 744:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 1.5,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
             }
             },
        }
             "Medicine": {
    },
                 "rate": 0.5,
    "RootBeerFloat": {
                 "effects": [
        "id": "RootBeerFloat",
        "name": "root beer float",
        "group": "Drinks",
        "desc": "Root beer, but now with ice cream on top. It truly is the magnum opus of Canadian summertime drinks.",
        "physicalDesc": "reagent-physical-desc-fizzy and creamy",
        "color": "#4F361FFF",
        "recipes": [
            "RootBeerFloat"
        ],
        "metabolisms": {
             "Drink": {
                 "rate": 0.5,
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Bloodloss": -5
                            },
                            "groups": {
                                "Burn": -5,
                                "Brute": -5,
                                "Toxin": -2
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 929: Line 773:
         }
         }
     },
     },
     "Iron": {
     "Potassium": {
         "id": "Iron",
         "id": "Potassium",
         "name": "iron",
         "name": "potassium",
         "group": "Elements",
         "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.",
         "desc": "A soft, shiny grey metal. Even more reactive than lithium.",
         "physicalDesc": "metallic",
         "physicalDesc": "shiny",
         "color": "#434B4DFF",
         "color": "#C6C8CCFF",
         "recipes": [],
         "recipes": [],
        "metabolisms": null
    },
    "BuzzochloricBees": {
        "id": "BuzzochloricBees",
        "name": "Buzzochloric Bees",
        "group": "Toxins",
        "desc": "Liquid bees. Oh god it's LIQUID BEES NO-",
        "physicalDesc": "buzzy",
        "color": "#FFD35DFF",
        "recipes": [
            "BuzzochloricBees"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "Scaled": false,
                         "Messages": [
                        "Amount": 4,
                            "buzzochloricbees-effect-oh-god-bees",
                        "conditions": null,
                            "buzzochloricbees-effect-its-the-bees",
                        "probability": 1,
                            "buzzochloricbees-effect-why-am-i-covered-in-bees",
                        "id": "ModifyBloodLevel"
                            "buzzochloricbees-effect-one-with-the-bees",
                    }
                            "buzzochloricbees-effect-squeaky-clean"
                ]
                        ],
            }
                        "Type": 1,
        }
                        "VisualType": 3,
    },
                        "conditions": [
    "Diphenhydramine": {
                            {
        "id": "Diphenhydramine",
                                "Min": 0,
        "name": "diphenhydramine",
                                "Max": 0,
        "group": "Medicine",
                                "Reagent": "Histamine",
        "desc": "Rapidly purges the body of histamine and reduces jitteriness.",
                                "id": "ReagentThreshold"
        "physicalDesc": "chalky",
                            },
        "color": "#64FFE6FF",
                            {
        "recipes": [],
                                "Tag": "Bee",
        "metabolisms": {
                                "Invert": true,
            "Medicine": {
                                "id": "HasTag"
                "rate": 0.5,
                            }
                "effects": [
                         ],
                    {
                         "probability": 0.1,
                        "Reagent": "Histamine",
                         "id": "PopupMessage"
                        "Group": null,
                         "Amount": -3,
                        "conditions": null,
                         "probability": 1,
                         "id": "AdjustReagent"
                     },
                     },
                     {
                     {
                         "Key": "Jitter",
                         "Messages": [
                        "Component": "",
                            "buzzochloricbees-effect-histamine-bee-allergy",
                        "Time": 3,
                            "buzzochloricbees-effect-histamine-swells",
                        "Refresh": true,
                            "buzzochloricbees-effect-histamine-numb-to-the-bees",
                            "buzzochloricbees-effect-histamine-cannot-be-one-with-the-bees",
                            "buzzochloricbees-effect-squeaky-clean"
                        ],
                         "Type": 1,
                         "Type": 1,
                         "conditions": null,
                         "VisualType": 2,
                         "probability": 1,
                         "conditions": [
                        "id": "GenericStatusEffect"
                            {
                    }
                                "Min": 0.01,
                ]
                                "Max": 21474836,
            }
                                "Reagent": "Histamine",
        }
                                "id": "ReagentThreshold"
    },
                            },
    "Lithium": {
                            {
        "id": "Lithium",
                                "Tag": "Bee",
        "name": "lithium",
                                "Invert": true,
        "group": "Elements",
                                "id": "HasTag"
        "desc": "A soft, silvery-white alkali metal. It's highly reactive, and ignites if it makes contact with water.",
                            }
        "physicalDesc": "shiny",
                        ],
        "color": "#C6C8CCFF",
                        "probability": 0.05,
        "recipes": [],
                        "id": "PopupMessage"
        "metabolisms": null
                    },
    },
    "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,
                         "Messages": [
                        "probability": 1,
                            "buzzochloricbees-effect-licoxide-electrifying",
                        "HydrationFactor": 3,
                            "buzzochloricbees-effect-licoxide-shocked-by-bee-facts",
                        "id": "SatiateThirst"
                            "buzzochloricbees-effect-licoxide-buzzed",
                    }
                            "buzzochloricbees-effect-licoxide-buzzes"
                ]
                        ],
            }
                        "Type": 1,
        }
                        "VisualType": 2,
    },
                        "conditions": [
    "GargleBlaster": {
                            {
        "id": "GargleBlaster",
                                "Tag": "Bee",
        "name": "Pan-Galactic Gargle Blaster",
                                "Invert": true,
        "group": "Drinks",
                                "id": "HasTag"
        "desc": "Whoah, this stuff looks volatile!",
                            },
        "physicalDesc": "volatile",
                            {
        "color": "#9CC8B4FF",
                                "Min": 0.01,
        "recipes": [
                                "Max": 21474836,
            "GargleBlaster"
                                "Reagent": "Licoxide",
        ],
                                "id": "ReagentThreshold"
        "metabolisms": {
                            }
            "Drink": {
                        ],
                "rate": 0.5,
                        "probability": 0.05,
                "effects": [
                        "id": "PopupMessage"
                    },
                     {
                     {
                         "conditions": null,
                         "Messages": [
                         "probability": 1,
                            "buzzochloricbees-effect-fiber-hairy",
                         "HydrationFactor": 2,
                            "buzzochloricbees-effect-fiber-soft"
                         "id": "SatiateThirst"
                        ],
                         "Type": 1,
                         "VisualType": 0,
                        "conditions": [
                            {
                                "Tag": "Bee",
                                "Invert": true,
                                "id": "HasTag"
                            },
                            {
                                "Min": 0.01,
                                "Max": 21474836,
                                "Reagent": "Fiber",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 0.05,
                         "id": "PopupMessage"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "damage": {
                        "Group": null,
                            "types": {
                        "Amount": 0.2,
                                "Poison": 2,
                        "conditions": null,
                                 "Piercing": 2
                        "probability": 1,
                             },
                        "id": "AdjustReagent"
                    }
                ]
            }
        }
    },
    "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": {
                            "types": {
                                 "Poison": -4
                             },
                             "groups": null
                             "groups": null
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                        "Reagent": "Amatoxin",
                        "Group": null,
                        "Amount": -3,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 1,
                                 "Tag": "Bee",
                                "Max": 21474836,
                                 "Invert": true,
                                 "Reagent": "Amatoxin",
                                 "id": "HasTag"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 1,096: Line 921:
         }
         }
     },
     },
     "Spaceacillin": {
     "Hotsauce": {
         "id": "Spaceacillin",
         "id": "Hotsauce",
         "name": "spaceacillin",
         "name": "hotsauce",
         "group": "Medicine",
         "group": "Foods",
         "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": "Burns so good.",
         "physicalDesc": "opaque",
         "physicalDesc": "spicy",
         "color": "#9942F5FF",
         "color": "#FF0000FF",
         "recipes": [
         "recipes": [
             "Spaceacillin"
             "CookingHotsauce"
         ],
         ],
         "metabolisms": {
        "metabolisms": null
             "Medicine": {
    },
    "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": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "CureChance": 0.15,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "ChemCureDisease"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "damage": {
                         "Reagent": "Ethanol",
                            "types": {
                        "Group": null,
                                "Cellular": 0.5
                         "Amount": 0.05,
                            },
                            "groups": null
                        },
                         "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 1,133: Line 965:
         }
         }
     },
     },
     "Ultravasculine": {
     "OilOlive": {
         "id": "Ultravasculine",
         "id": "OilOlive",
         "name": "ultravasculine",
         "name": "olive oil",
         "group": "Medicine",
         "group": "Foods",
         "desc": "Rapidly flushes toxins from the body, but places some stress on the veins. Do not overdose.",
         "desc": "Viscous and fragrant.",
         "physicalDesc": "thick and grainy",
         "physicalDesc": "oily",
         "color": "#520E30FF",
         "color": "#808000FF",
         "recipes": [
         "recipes": [],
            "Ultravasculine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "Reagent": "Nutriment",
                            "types": null,
                        "Group": null,
                            "groups": {
                        "Amount": 0.75,
                                "Toxin": -3,
                        "conditions": null,
                                "Brute": 0.5
                        "probability": 1,
                            }
                        "id": "AdjustReagent"
                        },
                    }
                        "scaleByQuantity": false,
                ]
                        "ignoreResistances": true,
            }
                        "conditions": [
        }
                            {
    },
                                "Min": 0,
    "Tea": {
                                "Max": 30,
        "id": "Tea",
                                "Reagent": null,
        "name": "tea",
                                "id": "ReagentThreshold"
        "group": "Drinks",
                            }
        "desc": "A drink made by boiling leaves of the tea tree, Camellia sinensis.",
                        ],
        "physicalDesc": "aromatic",
                        "probability": 1,
        "color": "#8A5A3AFF",
                        "id": "HealthChange"
        "recipes": [],
                    },
        "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": "Theobromine",
                         "Group": null,
                         "Group": null,
                        "Amount": -1,
                         "Amount": 0.05,
                        "conditions": [
                         "conditions": null,
                            {
                         "probability": 1,
                                "Min": 1,
                         "id": "AdjustReagent"
                                "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"
                     }
                 ]
                 ]
             }
             }
         }
         }
     },
     },
     "MilkSpoiled": {
     "Patron": {
         "id": "MilkSpoiled",
         "id": "Patron",
         "name": "spoiled milk",
         "name": "patron",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "This milk has gone rancid.",
         "desc": "Tequila with silver in it, a favorite of alcoholic women in the club scene.",
         "physicalDesc": "putrid",
         "physicalDesc": "metallic",
         "color": "#FAFFBAFF",
         "color": "#585840FF",
         "recipes": [],
         "recipes": [
            "Patron"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 1,238: Line 1,036:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": -2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.2,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 1,245: Line 1,051:
         }
         }
     },
     },
     "Lexorin": {
     "WeldingFuel": {
         "id": "Lexorin",
         "id": "WeldingFuel",
         "name": "lexorin",
         "name": "welding fuel",
         "group": "Toxins",
         "group": "Pyrotechnic",
         "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": "Used by welders to weld.",
         "physicalDesc": "pungent",
         "physicalDesc": "oily",
         "color": "#6B0007FF",
         "color": "#A76B1CFF",
         "recipes": [
         "recipes": [],
            "Lexorin"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Poison": {
Line 1,261: Line 1,065:
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": null,
                             "types": {
                            "groups": {
                                 "Poison": 1
                                 "Airloss": 7
                             },
                             }
                            "groups": null
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
Line 1,271: Line 1,075:
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    },
                    {
                        "Multiplier": 0.4,
                        "conditions": null,
                        "probability": 1,
                        "id": "FlammableReaction"
                     }
                     }
                 ]
                 ]
Line 1,276: Line 1,086:
         }
         }
     },
     },
     "BlackRussian": {
     "DoctorsDelight": {
         "id": "BlackRussian",
         "id": "DoctorsDelight",
         "name": "black russian",
         "name": "the doctor's delight",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "For the lactose-intolerant. Still as classy as a White Russian.",
         "desc": "A gulp a day keeps the MediBot away. That's probably for the best.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#360000FF",
         "color": "#FF8CFFFF",
         "recipes": [
         "recipes": [
             "BlackRussian"
             "DoctorsDelight"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 1,295: Line 1,105:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "conditions": null,
                        "probability": 1,
                        "NutritionFactor": -2,
                        "id": "SatiateHunger"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.2,
                         "Amount": 0.05,
                         "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 1,308: Line 1,145:
         }
         }
     },
     },
     "Potassium": {
     "Arithrazine": {
         "id": "Potassium",
         "id": "Arithrazine",
         "name": "potassium",
         "name": "arithrazine",
         "group": "Elements",
         "group": "Medicine",
         "desc": "A soft, shiny grey metal. Even more reactive than lithium.",
         "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": "shiny",
        "physicalDesc": "cloudy",
         "color": "#C6C8CCFF",
        "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"
                    }
                ]
            }
        }
    },
    "Nicotine": {
        "id": "Nicotine",
        "name": "Nicotine",
        "group": "Narcotics",
        "desc": "Dangerous and highly addictive.",
         "physicalDesc": "strong-smelling",
         "color": "#C0C0C0FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": null
         "metabolisms": null
     },
     },
     "ErikaSurprise": {
     "AlliesCocktail": {
         "id": "ErikaSurprise",
         "id": "AlliesCocktail",
         "name": "erika surprise",
         "name": "allies cocktail",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "The surprise is, it's green!",
         "desc": "A drink made from your allies, not as sweet as when made from your enemies.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#2E6671FF",
         "color": "#00664DFF",
         "recipes": [
         "recipes": [],
            "ErikaSurprise"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 1,350: Line 1,218:
         }
         }
     },
     },
     "HippiesDelight": {
     "Silver": {
         "id": "HippiesDelight",
         "id": "Silver",
         "name": "hippies delight",
         "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": [],
        "metabolisms": null
    },
    "GroundBee": {
        "id": "GroundBee",
        "name": "Ground Bee",
        "group": "Unknown",
        "desc": "Bee grounds. Gross.",
        "physicalDesc": "bee guts",
        "color": "#86530EFF",
        "recipes": [],
        "metabolisms": null
    },
    "Silencer": {
        "id": "Silencer",
        "name": "silencer",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "You just don't get it maaaan.",
         "desc": "A drink from Mime Heaven.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#6EAA0CFF",
         "color": "#004666FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 1,363: Line 1,251:
                 "effects": [
                 "effects": [
                     {
                     {
                        "Key": "Muted",
                        "Component": "Muted",
                        "Time": 2,
                        "Refresh": true,
                        "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "GenericStatusEffect"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 1,380: Line 1,270:
         }
         }
     },
     },
     "BraveBull": {
     "MilkSpoiled": {
         "id": "BraveBull",
         "id": "MilkSpoiled",
         "name": "brave bull",
         "name": "spoiled milk",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "It's just as effective as Dutch-Courage!",
         "desc": "This milk has gone rancid.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "putrid",
         "color": "#664300FF",
         "color": "#FAFFBAFF",
         "recipes": [
         "recipes": [],
            "BraveBull"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 1,397: Line 1,285:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": -2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                     }
                    {
                 ]
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.2,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                 ]
             }
             }
         }
         }
     },
     },
     "ScrewdriverCocktail": {
     "JuiceBerryPoison": {
         "id": "ScrewdriverCocktail",
         "id": "JuiceBerryPoison",
         "name": "screwdriver",
         "name": "poison berry juice",
         "group": "Drinks",
         "group": "Unknown",
         "desc": "Vodka, mixed with plain ol' orange juice. The result is surprisingly delicious.",
         "desc": "A surprisingly tasty juice blended from various kinds of very deadly and toxic berries.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "sickly",
         "color": "#A68310FF",
         "color": "#6600CCFF",
         "recipes": [
         "recipes": [],
            "ScrewdriverCocktail"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 1,429: Line 1,307:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
             }
             },
        }
             "Poison": {
    },
    "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": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 1,461: Line 1,318:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Cold": -4
                                 "Poison": 1
                             },
                             },
                             "groups": null
                             "groups": null
Line 1,470: Line 1,327:
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     },
                     }
                    {
                ]
                        "Amount": 100000,
            }
                        "conditions": [
        }
                            {
    },
                                "Min": 0,
    "SpaceDrugs": {
                                "Max": 293.15,
        "id": "SpaceDrugs",
                                "id": "Temperature"
        "name": "space drugs",
                            }
        "group": "Narcotics",
                        ],
        "desc": "An illegal compound which induces a number of effects such as loss of balance and visual artefacts.",
                        "probability": 1,
        "physicalDesc": "syrupy",
                        "id": "AdjustTemperature"
        "color": "#63806EFF",
                    },
        "recipes": [
            "SpaceDrugs"
        ],
        "metabolisms": {
            "Narcotic": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "Amount": -10000,
                         "Key": "SeeingRainbows",
                         "conditions": [
                         "Component": "SeeingRainbows",
                            {
                        "Time": 5,
                                "Min": 293.15,
                        "Refresh": false,
                                "Max": 3.4028235e+38,
                        "Type": 0,
                                "id": "Temperature"
                        "conditions": null,
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustTemperature"
                         "id": "GenericStatusEffect"
                    },
                    {
                        "Messages": [
                            "leporazine-effect-temperature-adjusting"
                        ],
                        "Type": 1,
                        "VisualType": 2,
                        "conditions": null,
                        "probability": 0.2,
                        "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 1,509: Line 1,360:
         }
         }
     },
     },
     "GreenTea": {
     "Synaptizine": {
         "id": "GreenTea",
         "id": "Synaptizine",
         "name": "green tea",
         "name": "synaptizine",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "Tasty green tea.",
         "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": "aromatic",
         "physicalDesc": "pungent",
         "color": "#C33F00FF",
         "color": "#D49A2FFF",
         "recipes": [],
         "recipes": [
            "Synaptizine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 3,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     },
                     }
                ]
            }
        }
    },
    "Antifreeze": {
        "id": "Antifreeze",
        "name": "antifreeze",
        "group": "Drinks",
        "desc": "Ultimate refreshment.",
        "physicalDesc": "translucent",
        "color": "#FF7D63FF",
        "recipes": [
            "Antifreeze"
        ],
        "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.15,
                        "Time": 3,
                        "Refresh": true,
                         "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "GenericStatusEffect"
                     }
                    },
                 ]
                    {
                        "Key": "SeeingRainbows",
                        "Component": "",
                        "Time": 15,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                     }
                 ]
             }
             }
         }
         }
     },
     },
     "IcedTea": {
     "SpaceUp": {
         "id": "IcedTea",
         "id": "SpaceUp",
         "name": "iced tea",
         "name": "Space-Up",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "No relation to a certain rap artist/actor.",
         "desc": "Tastes like a hull breach in your mouth.",
         "physicalDesc": "aromatic",
         "physicalDesc": "fizzy",
         "color": "#104038FF",
         "color": "#00FF00FF",
         "recipes": [
         "recipes": [],
            "IcedTea"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 1,582: Line 1,438:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Theobromine",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 1,595: Line 1,443:
         }
         }
     },
     },
     "Frostoil": {
     "Amatoxin": {
         "id": "Frostoil",
         "id": "Amatoxin",
         "name": "frostoil",
         "name": "amatoxin",
         "group": "Foods",
         "group": "Toxins",
         "desc": "Leaves the tongue numb in its passage.",
         "desc": "A potent toxin found in some mushrooms.",
         "physicalDesc": "cold",
         "physicalDesc": "nondescript",
         "color": "#87CEEBFF",
         "color": "#D6CE7BFF",
        "recipes": [],
        "metabolisms": null
    },
    "JuiceLime": {
        "id": "JuiceLime",
        "name": "lime juice",
        "group": "Drinks",
        "desc": "The sweet-sour juice of limes.",
        "physicalDesc": "citric",
        "color": "#99BB43FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                        "damage": {
                            "types": {
                                "Poison": 6
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 3,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 1,627: Line 1,472:
         }
         }
     },
     },
     "Blackpepper": {
     "ToxinsSpecial": {
         "id": "Blackpepper",
         "id": "ToxinsSpecial",
         "name": "black pepper",
         "name": "toxins special",
        "group": "Foods",
        "desc": "Often used to flavor food or make people sneeze.",
        "physicalDesc": "grainy",
        "color": "#000000FF",
        "recipes": [],
        "metabolisms": null
    },
    "PwrGame": {
        "id": "PwrGame",
        "name": "Pwr Game",
         "group": "Drinks",
         "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.",
         "desc": "This thing is ON FIRE! CALL THE DAMN SHUTTLE!",
         "physicalDesc": "fizzy",
         "physicalDesc": "strong-smelling",
         "color": "#9385BFFF",
         "color": "#665C00FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 1,654: Line 1,489:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     },
                ]
            }
        }
    },
    "Licoxide": {
        "id": "Licoxide",
        "name": "Licoxide",
        "group": "Toxins",
        "desc": "It looks... electrifying.",
        "physicalDesc": "electric",
        "color": "#FDD023FF",
        "recipes": [],
        "metabolisms": {
            "Poison": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "ElectrocuteTime": 2,
                         "Reagent": "Ethanol",
                         "ElectrocuteDamageScale": 5,
                         "Group": null,
                         "Refresh": true,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 0.5,
                         "probability": 1,
                         "id": "Electrocute"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 1,683: Line 1,502:
         }
         }
     },
     },
     "ChloralHydrate": {
     "Chlorine": {
         "id": "ChloralHydrate",
         "id": "Chlorine",
         "name": "chloral hydrate",
         "name": "chlorine",
         "group": "Toxins",
         "group": "Elements",
         "desc": "In low doses, makes you drowsy. In higher doses, puts you to sleep. Overdoses deal toxin damage.",
         "desc": "A yellow-green gas which is toxic to humans.",
         "physicalDesc": "nondescript",
        "physicalDesc": "gaseous",
         "color": "#000067FF",
        "color": "#A2FF00FF",
        "recipes": [],
        "metabolisms": null
    },
    "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": [
         "recipes": [
             "ChloralHydrate"
             "ThreeMileIsland"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "StatusLifetime": 2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "WalkSpeedModifier": 0.65,
                         "HydrationFactor": 2,
                        "SprintSpeedModifier": 0.65,
                         "id": "SatiateThirst"
                         "id": "MovespeedModifier"
                     },
                     },
                     {
                     {
                         "Key": "ForcedSleep",
                         "Reagent": "Ethanol",
                        "Component": "ForcedSleeping",
                         "Group": null,
                         "Time": 2,
                         "Amount": 0.15,
                         "Refresh": false,
                         "conditions": null,
                        "Type": 0,
                         "conditions": [
                            {
                                "Min": 15,
                                "Max": 21474836,
                                "Reagent": "ChloralHydrate",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "AdjustReagent"
                     },
                     },
                     {
                     {
                         "damage": {
                         "Reagent": "Uranium",
                            "types": {
                        "Group": null,
                                "Poison": 1.5
                         "Amount": 0.05,
                            },
                         "conditions": null,
                            "groups": null
                         "probability": 1,
                        },
                         "id": "AdjustReagent"
                         "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 20,
                                "Max": 21474836,
                                "Reagent": "ChloralHydrate",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 1,746: Line 1,552:
         }
         }
     },
     },
     "Booger": {
     "Impedrezene": {
         "id": "Booger",
         "id": "Impedrezene",
         "name": "booger",
         "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": null
    },
    "VodkaTonic": {
        "id": "VodkaTonic",
        "name": "vodka tonic",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Ewww...",
         "desc": "For when a gin and tonic isn't russian enough.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#8CFF8CFF",
         "color": "#0064C8FF",
         "recipes": [
         "recipes": [],
            "Booger"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 1,769: Line 1,585:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.15,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 1,778: Line 1,594:
         }
         }
     },
     },
     "Nutriment": {
     "JuiceApple": {
         "id": "Nutriment",
         "id": "JuiceApple",
         "name": "nutriment",
         "name": "apple juice",
         "group": "Foods",
         "group": "Drinks",
         "desc": "All the vitamins, minerals, and carbohydrates the body needs in pure form.",
         "desc": "It's a little piece of Eden.",
         "physicalDesc": "opaque",
         "physicalDesc": "crisp",
         "color": "#664330FF",
         "color": "#FDAD01FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 1,793: Line 1,609:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "NutritionFactor": 3,
                         "HydrationFactor": 3,
                         "id": "SatiateHunger"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 1,800: Line 1,616:
         }
         }
     },
     },
     "Silencer": {
     "Vinegar": {
         "id": "Silencer",
         "id": "Vinegar",
         "name": "silencer",
         "name": "vinegar",
         "group": "Drinks",
         "group": "Foods",
         "desc": "A drink from Mime Heaven.",
         "desc": "Often used to flavor food.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "sour",
         "color": "#004666FF",
         "color": "#D2B48CFF",
         "recipes": [],
         "recipes": [
            "CookingVinegar"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "Key": "Muted",
                         "Reagent": "Water",
                         "Component": "Muted",
                         "Group": null,
                        "Time": 2,
                         "Amount": 0.4,
                        "Refresh": true,
                         "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "AdjustReagent"
                     },
                     },
                     {
                     {
                        "Reagent": "Vitamin",
                        "Group": null,
                        "Amount": 0.1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "id": "AdjustReagent"
                         "id": "SatiateThirst"
                    },
                    {
                        "ThirstAmount": -40,
                        "HungerAmount": -40,
                        "conditions": [
                            {
                                "Min": 6,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 0.1,
                         "id": "ChemVomit"
                     }
                     }
                 ]
                 ]
Line 1,832: Line 1,664:
         }
         }
     },
     },
     "PestKiller": {
     "JuiceBerry": {
         "id": "PestKiller",
         "id": "JuiceBerry",
         "name": "pest killer",
         "name": "berry juice",
         "group": "Botanical",
         "group": "Drinks",
         "desc": "A mixture that targets pests.",
         "desc": "A delicious blend of several different kinds of berries.",
         "physicalDesc": "bubbling",
         "physicalDesc": "sweet",
         "color": "#9E9886FF",
         "color": "#660099FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "conditions": null,
                            "types": {
                                "Poison": 3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                "Type": "Plant",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 3,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 1,867: Line 1,686:
         }
         }
     },
     },
     "Arithrazine": {
     "JuiceTomato": {
         "id": "Arithrazine",
         "id": "JuiceTomato",
         "name": "arithrazine",
         "name": "tomato juice",
         "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": "Tomatoes made into juice. What a waste of good tomatoes, huh?",
         "physicalDesc": "cloudy",
         "physicalDesc": "saucey",
         "color": "#BD5902FF",
         "color": "#731008FF",
         "recipes": [
         "recipes": [],
            "Arithrazine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Radiation": -3
                            },
                            "groups": {
                                "Brute": 0.5
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 3,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 1,900: Line 1,708:
         }
         }
     },
     },
     "Andalusia": {
     "ScrewdriverCocktail": {
         "id": "Andalusia",
         "id": "ScrewdriverCocktail",
         "name": "andalusia",
         "name": "screwdriver",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A nice, strangely named drink.",
         "desc": "Vodka, mixed with plain ol' orange juice. The result is surprisingly delicious.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#665700FF",
         "color": "#A68310FF",
         "recipes": [],
         "recipes": [
            "ScrewdriverCocktail"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 1,921: Line 1,731:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.15,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 1,930: Line 1,740:
         }
         }
     },
     },
     "JuiceOrange": {
     "BlackRussian": {
         "id": "JuiceOrange",
         "id": "BlackRussian",
         "name": "orange juice",
         "name": "black russian",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Both delicious AND rich in Vitamin C. What more do you need?",
         "desc": "For the lactose-intolerant. Still as classy as a White Russian.",
         "physicalDesc": "citric",
         "physicalDesc": "strong-smelling",
         "color": "#E78108FF",
         "color": "#360000FF",
         "recipes": [],
         "recipes": [
            "BlackRussian"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 1,945: Line 1,757:
                         "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 1,952: Line 1,772:
         }
         }
     },
     },
     "PolytrinicAcid": {
     "Carpetium": {
         "id": "PolytrinicAcid",
         "id": "Carpetium",
         "name": "polytrinic acid",
         "name": "carpetium",
         "group": "Toxins",
         "group": "Special",
         "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 mystical chemical, usually outsourced from the Clown Planet, that covers everything it touches in carpet.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "fibrous",
         "color": "#A1000BFF",
         "color": "#800000FF",
         "recipes": [
         "recipes": [
             "PolytrinicAcid"
             "Carpetium"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 1,967: Line 1,787:
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "Messages": [
                             "types": {
                             "carpetium-effect-blood-fibrous",
                                "Caustic": 2
                             "carpetium-effect-jumpsuit-insides"
                            },
                         ],
                             "groups": null
                         "Type": 1,
                         },
                         "VisualType": 0,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 0.1,
                         "id": "HealthChange"
                         "id": "PopupMessage"
                     },
                     },
                     {
                     {
                         "Messages": [
                         "Reagent": "CarpoToxin",
                             "generic-reagent-effect-burning-insides"
                        "Group": null,
                        "Amount": -3,
                        "conditions": [
                             {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "CarpoToxin",
                                "id": "ReagentThreshold"
                            }
                         ],
                         ],
                         "Type": 1,
                         "probability": 1,
                        "VisualType": 4,
                         "id": "AdjustReagent"
                        "conditions": null,
                        "probability": 0.33,
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 1,993: Line 1,816:
         }
         }
     },
     },
     "Hydrogen": {
     "DexalinPlus": {
         "id": "Hydrogen",
         "id": "DexalinPlus",
         "name": "hydrogen",
         "name": "dexalin plus",
        "group": "Elements",
        "desc": "A light, flammable gas.",
        "physicalDesc": "gaseous",
        "color": "#808080FF",
        "recipes": [],
        "metabolisms": null
    },
    "Inaprovaline": {
        "id": "Inaprovaline",
        "name": "inaprovaline",
         "group": "Medicine",
         "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.",
         "desc": "Used in treatment of extreme cases of oxygen deprivation. Effective at healing blood loss damage.",
         "physicalDesc": "opaque",
         "physicalDesc": "cloudy",
         "color": "#731024FF",
         "color": "#4DA0BDFF",
         "recipes": [
         "recipes": [
             "Inaprovaline"
             "DexalinPlus"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 2,020: Line 1,833:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Asphyxiation": -5
                                 "Asphyxiation": -3.5,
                                "Bloodloss": -3
                             },
                             },
                             "groups": null
                             "groups": null
Line 2,026: Line 1,840:
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": null,
                            {
                                "Max": 21474836,
                                "Min": 100,
                                "id": "TotalDamage"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     },
                     },
                     {
                     {
                         "Scaled": false,
                         "Reagent": "Lexorin",
                         "Amount": -0.25,
                        "Group": null,
                         "conditions": null,
                         "Amount": -3,
                         "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Lexorin",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "ModifyBleedAmount"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 2,047: Line 1,863:
         }
         }
     },
     },
     "GrapeSoda": {
     "IceCream": {
         "id": "GrapeSoda",
         "id": "IceCream",
         "name": "grape soda",
         "name": "ice cream",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "It's Graaaaaape!",
         "desc": "It was either this or the microwave, and nobody wants ice cream soup!",
         "physicalDesc": "fizzy",
         "physicalDesc": "creamy",
         "color": "#AE94A6FF",
         "color": "#FFFBD6FF",
         "recipes": [],
         "recipes": [
            "IceCream"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 2,069: Line 1,887:
         }
         }
     },
     },
     "Synaptizine": {
     "Miasma": {
         "id": "Synaptizine",
         "id": "Miasma",
         "name": "synaptizine",
         "name": "miasma",
         "group": "Medicine",
         "group": "Unknown",
         "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": "Uh oh, stinky!",
         "physicalDesc": "pungent",
         "physicalDesc": "gaseous",
         "color": "#D49A2FFF",
         "color": "#56941EFF",
         "recipes": [
         "recipes": [],
            "Synaptizine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Gas": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "conditions": [
                            "types": {
                            {
                                 "Poison": 3
                                "Type": "Rat",
                                "ShouldHave": false,
                                 "id": "OrganType"
                             },
                             },
                             "groups": null
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Miasma",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "ChemMiasmaPoolSource"
                    },
                    {
                        "damage": {
                            "types": {
                                "Poison": 0.25
                            },
                             "groups": null
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": [
                            {
                                "Type": "Rat",
                                "ShouldHave": false,
                                "id": "OrganType"
                            },
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Miasma",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     },
                     },
                     {
                     {
                         "Key": "Stun",
                         "ThirstAmount": -40,
                         "Component": "",
                        "HungerAmount": -40,
                        "Time": 3,
                         "conditions": [
                        "Refresh": true,
                            {
                        "Type": 1,
                                "Type": "Rat",
                        "conditions": null,
                                "ShouldHave": false,
                         "probability": 1,
                                "id": "OrganType"
                         "id": "GenericStatusEffect"
                            },
                            {
                                "Min": 0.8,
                                "Max": 21474836,
                                "Reagent": "Miasma",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 0.12,
                         "id": "ChemVomit"
                     },
                     },
                     {
                     {
                         "Key": "KnockedDown",
                         "Messages": [
                        "Component": "",
                            "miasma-smell"
                        "Time": 3,
                         ],
                         "Refresh": true,
                         "Type": 1,
                         "Type": 1,
                         "conditions": null,
                        "VisualType": 2,
                         "probability": 1,
                         "conditions": [
                         "id": "GenericStatusEffect"
                            {
                                "Min": 0.25,
                                "Max": 21474836,
                                "Reagent": "Miasma",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 0.1,
                         "id": "PopupMessage"
                     },
                     },
                     {
                     {
                         "Key": "SeeingRainbows",
                         "damage": {
                        "Component": "",
                            "types": {
                         "Time": 15,
                                "Blunt": -4,
                         "Refresh": true,
                                "Slash": -3,
                         "Type": 1,
                                "Piercing": -3
                        "conditions": null,
                            },
                            "groups": null
                        },
                         "scaleByQuantity": true,
                         "ignoreResistances": true,
                         "conditions": [
                            {
                                "Type": "Rat",
                                "ShouldHave": true,
                                "id": "OrganType"
                            },
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Miasma",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 2,130: Line 2,008:
         }
         }
     },
     },
     "Enzyme": {
     "Slime": {
         "id": "Enzyme",
         "id": "Slime",
         "name": "universal enzyme",
         "name": "slime",
         "group": "Foods",
         "group": "Biological",
         "desc": "Used in cooking various dishes.",
         "desc": "You thought this was gradient blood at first, but you were mistaken.",
         "physicalDesc": "chalky",
         "physicalDesc": "viscous",
         "color": "#009900FF",
         "color": "#2CF274FF",
         "recipes": [],
         "recipes": [],
        "metabolisms": null
         "metabolisms": {
    },
             "Food": {
    "Oats": {
        "id": "Oats",
        "name": "oats",
        "group": "Foods",
        "desc": "Used for a variety of tasty purposes.",
        "physicalDesc": "coarse",
        "color": "#D2B48CFF",
        "recipes": [],
         "metabolisms": {
             "Food": {
                 "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"
                         "NutritionFactor": 1.5,
                    },
                         "id": "SatiateHunger"
                    {
                        "Reagent": "Nutriment",
                        "Group": null,
                        "Amount": 0.3,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 2,172: Line 2,030:
         }
         }
     },
     },
     "JuicePineapple": {
     "JuiceOrange": {
         "id": "JuicePineapple",
         "id": "JuiceOrange",
         "name": "pineapple juice",
         "name": "orange juice",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "The delicious juice of a pineapple.",
         "desc": "Both delicious AND rich in Vitamin C. What more do you need?",
         "physicalDesc": "tropical",
         "physicalDesc": "citric",
         "color": "#FFFF00FF",
         "color": "#E78108FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 2,194: Line 2,052:
         }
         }
     },
     },
     "SulfuricAcid": {
     "Ketchunaise": {
         "id": "SulfuricAcid",
         "id": "Ketchunaise",
         "name": "sulfuric acid",
         "name": "ketchunaise",
         "group": "Toxins",
         "group": "Foods",
         "desc": "A highly corrosive, oily, colorless liquid.",
         "desc": "So-called Russian dressing, popular among Space Americans.",
         "physicalDesc": "oily",
         "physicalDesc": "saucey",
         "color": "#BF8C00FF",
         "color": "#FBA399FF",
         "recipes": [
         "recipes": [
             "SulfuricAcid"
             "CookingKetchunaise"
         ],
         ],
         "metabolisms": {
         "metabolisms": null
            "Poison": {
     },
                "rate": 0.5,
     "WhiteRussian": {
                "effects": [
         "id": "WhiteRussian",
                    {
         "name": "white russian",
                        "damage": {
                            "types": {
                                "Caustic": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                        "Messages": [
                            "generic-reagent-effect-burning-insides"
                        ],
                        "Type": 1,
                        "VisualType": 4,
                        "conditions": null,
                        "probability": 0.33,
                        "id": "PopupMessage"
                    }
                ]
            }
        }
     },
     "Aloe": {
         "id": "Aloe",
         "name": "aloe",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "So very, very, very good.",
         "desc": "That's just, like, your opinion, man...",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#192C00FF",
         "color": "#A68340FF",
         "recipes": [],
         "recipes": [
            "WhiteRussian"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 2,256: Line 2,087:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.15,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 2,265: Line 2,096:
         }
         }
     },
     },
     "TonicWater": {
     "LemonLime": {
         "id": "TonicWater",
         "id": "LemonLime",
         "name": "tonic water",
         "name": "lemon-lime",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "It tastes strange but at least the quinine keeps the Space Malaria at bay.",
         "desc": "tangy lime and lemon soda",
         "physicalDesc": "fizzy",
         "physicalDesc": "fizzy",
         "color": "#0064C8FF",
         "color": "#878F00FF",
         "recipes": [],
         "recipes": [
            "LemonLime"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 2,280: Line 2,113:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 2,287: Line 2,120:
         }
         }
     },
     },
     "Napalm": {
     "Hydrogen": {
         "id": "Napalm",
         "id": "Hydrogen",
         "name": "napalm",
         "name": "hydrogen",
        "group": "Elements",
        "desc": "A light, flammable gas.",
        "physicalDesc": "gaseous",
        "color": "#808080FF",
        "recipes": [],
        "metabolisms": null
    },
    "ChlorineTrifluoride": {
        "id": "ChlorineTrifluoride",
        "name": "CLF3",
         "group": "Pyrotechnic",
         "group": "Pyrotechnic",
         "desc": "It's just a little flammable.",
         "desc": "You really, REALLY don't want to get this shit anywhere near you.",
         "physicalDesc": "soapy",
         "physicalDesc": "blazing",
         "color": "#FA00AFFF",
         "color": "#FFC8C8FF",
         "recipes": [
         "recipes": [
             "Napalm"
             "ChlorineTrifluoride"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 2,315: Line 2,158:
                     },
                     },
                     {
                     {
                         "Multiplier": 0.4,
                         "Multiplier": 0.2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "FlammableReaction"
                         "id": "FlammableReaction"
                    },
                    {
                        "Amount": 6000,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustTemperature"
                     }
                     }
                 ]
                 ]
Line 2,324: Line 2,173:
         }
         }
     },
     },
     "EnergyDrink": {
     "Enzyme": {
         "id": "EnergyDrink",
         "id": "Enzyme",
         "name": "Energy Drink",
         "name": "universal enzyme",
        "group": "Foods",
        "desc": "Used in cooking various dishes.",
        "physicalDesc": "chalky",
        "color": "#009900FF",
        "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": [
            "Fluorosurfactant"
        ],
        "metabolisms": null
    },
    "Manhattan": {
        "id": "Manhattan",
        "name": "manhattan",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A dose of energy! Nanotrasen is not responsible if you grow avian appendages.",
         "desc": "The Detective's undercover drink of choice. He never could stomach gin...",
         "physicalDesc": "fizzy",
         "physicalDesc": "strong-smelling",
         "color": "#FFFFBFFF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 2,343: Line 2,214:
                     },
                     },
                     {
                     {
                         "Reagent": "Theobromine",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.05,
Line 2,354: Line 2,225:
         }
         }
     },
     },
     "Ammonia": {
     "Acetone": {
         "id": "Ammonia",
         "id": "Acetone",
         "name": "ammonia",
         "name": "acetone",
         "group": "Botanical",
         "group": "Unknown",
         "desc": "An effective fertilizer which is better than what is available to the botanist initially, though it isn't as powerful as Diethylamine",
         "desc": "A slick, slightly carcinogenic liquid. Has a multitude of mundane uses in everyday life.",
         "physicalDesc": "pungent",
         "physicalDesc": "acidic",
         "color": "#77B58EFF",
         "color": "#AF14B7FF",
        "recipes": [
            "Acetone"
        ],
        "metabolisms": null
    },
    "Phlogiston": {
        "id": "Phlogiston",
        "name": "phlogiston",
        "group": "Pyrotechnic",
        "desc": "Catches you on fire and makes you ignite.",
        "physicalDesc": "burning",
        "color": "#D4872AFF",
         "recipes": [
         "recipes": [
             "Ammonia"
             "Phlogiston"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 2,371: Line 2,254:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Caustic": 1
                                 "Heat": 3
                             },
                             },
                             "groups": null
                             "groups": null
Line 2,380: Line 2,263:
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    },
                    {
                        "Multiplier": 0.1,
                        "conditions": null,
                        "probability": 1,
                        "id": "FlammableReaction"
                    },
                    {
                        "Amount": 6000,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustTemperature"
                     }
                     }
                 ]
                 ]
Line 2,385: Line 2,280:
         }
         }
     },
     },
     "JuiceApple": {
     "Inaprovaline": {
         "id": "JuiceApple",
         "id": "Inaprovaline",
         "name": "apple juice",
         "name": "inaprovaline",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "It's a little piece of Eden.",
         "desc": "Inaprovaline is a synaptic stimulant and cardiostimulant. Commonly used to stabilize patients- it stops oxygen loss when the patient is in critical health. It'll also slow down bleeding by a good amount. Acts as a decent painkiller.",
         "physicalDesc": "crisp",
         "physicalDesc": "opaque",
         "color": "#FDAD01FF",
         "color": "#731024FF",
         "recipes": [],
         "recipes": [
            "Inaprovaline"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Asphyxiation": -5
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                "Max": 21474836,
                                "Min": 100,
                                "id": "TotalDamage"
                            }
                        ],
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                        "Scaled": false,
                        "Amount": -0.25,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 3,
                         "id": "ModifyBleedAmount"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 2,407: Line 2,324:
         }
         }
     },
     },
     "AcidSpit": {
     "Blood": {
         "id": "AcidSpit",
         "id": "Blood",
         "name": "acidspit",
         "name": "blood",
         "group": "Drinks",
         "group": "Biological",
         "desc": "A drink for the daring, can be deadly if incorrectly prepared!",
         "desc": "I hope this is ketchup.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "ferrous",
         "color": "#365000FF",
         "color": "#800000FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 2,422: Line 2,339:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 1.5,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 2,437: Line 2,346:
         }
         }
     },
     },
     "NitrousOxide": {
     "Ketchup": {
         "id": "NitrousOxide",
         "id": "Ketchup",
         "name": "nitrous oxide",
         "name": "ketchup",
         "group": "Unknown",
         "group": "Foods",
         "desc": "You know how everything seems funnier when you're tired? Well...",
         "desc": "Made from pureed tomatoes and flavored with spices.",
         "physicalDesc": "gaseous",
        "physicalDesc": "tangy",
         "color": "#808080FF",
        "color": "#FF0000FF",
        "recipes": [
            "CookingKetchup"
        ],
        "metabolisms": null
    },
    "Silicon": {
        "id": "Silicon",
        "name": "silicon",
        "group": "Elements",
        "desc": "A hard and brittle crystalline solid with a blue-grey color.",
        "physicalDesc": "crystalline",
        "color": "#364266FF",
        "recipes": [],
        "metabolisms": null
    },
    "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": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Gas": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "Messages": [
                         "conditions": null,
                            "effect-sleepy"
                         "probability": 1,
                        ],
                         "HydrationFactor": 2,
                         "Type": 1,
                         "id": "SatiateThirst"
                         "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,
                         "Reagent": "Ethanol",
                         "conditions": [
                        "Group": null,
                            {
                        "Amount": 0.2,
                                "Min": 1,
                         "conditions": null,
                                "Max": 21474836,
                        "probability": 1,
                                "Reagent": "NitrousOxide",
                        "id": "AdjustReagent"
                                "id": "ReagentThreshold"
                    }
                            },
                ]
                            {
            }
                                "Type": "Slime",
        }
                                "ShouldHave": false,
    },
                                "id": "OrganType"
    "JuiceBanana": {
                            }
        "id": "JuiceBanana",
                         ],
        "name": "banana juice",
        "group": "Drinks",
        "desc": "The raw essence of a banana. HONK.",
        "physicalDesc": "crisp",
        "color": "#FFE777FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 3,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
    },
    "Neurotoxin": {
        "id": "Neurotoxin",
        "name": "neurotoxin",
        "group": "Drinks",
        "desc": "A strong neurotoxin that puts the subject into a death-like state.",
        "physicalDesc": "strong-smelling",
        "color": "#2E2E61FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "WalkSpeedModifier": 0.65,
                         "HydrationFactor": 2,
                        "SprintSpeedModifier": 0.65,
                         "id": "SatiateThirst"
                         "id": "MovespeedModifier"
                     },
                     },
                     {
                     {
                         "Key": "ForcedSleep",
                         "Reagent": "Ethanol",
                         "Component": "ForcedSleeping",
                         "Group": null,
                         "Time": 3,
                         "Amount": 0.25,
                        "Refresh": true,
                         "conditions": null,
                        "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": "AdjustReagent"
                     },
                     }
                ]
            },
            "Poison": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 0.25
                                 "Poison": 1
                             },
                             },
                             "groups": null
                             "groups": null
Line 2,522: Line 2,460:
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": null,
                            {
                                "Min": 3.5,
                                "Max": 21474836,
                                "Reagent": "NitrousOxide",
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Slime",
                                "ShouldHave": false,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
Line 2,542: Line 2,468:
         }
         }
     },
     },
     "Fluorine": {
     "Napalm": {
         "id": "Fluorine",
         "id": "Napalm",
         "name": "fluorine",
         "name": "napalm",
         "group": "Elements",
         "group": "Pyrotechnic",
         "desc": "A highly toxic pale yellow gas. Extremely reactive.",
         "desc": "It's just a little flammable.",
         "physicalDesc": "gaseous",
         "physicalDesc": "soapy",
         "color": "#808080FF",
         "color": "#FA00AFFF",
         "recipes": [],
         "recipes": [
        "metabolisms": null
            "Napalm"
    },
         ],
    "Gin": {
         "metabolisms": {
        "id": "Gin",
             "Poison": {
         "name": "gin",
                 "rate": 0.5,
        "group": "Drinks",
        "desc": "A distilled alcoholic drink that derives its predominant flavour from juniper berries.",
        "physicalDesc": "strong-smelling",
        "color": "#664300FF",
        "recipes": [],
         "metabolisms": {
             "Drink": {
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Heat": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Multiplier": 0.4,
                        "Group": null,
                        "Amount": 0.2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "FlammableReaction"
                     }
                     }
                 ]
                 ]
Line 2,582: Line 2,505:
         }
         }
     },
     },
     "Chlorine": {
     "DryRamen": {
         "id": "Chlorine",
         "id": "DryRamen",
         "name": "chlorine",
         "name": "dry ramen",
        "group": "Elements",
        "desc": "A yellow-green gas which is toxic to humans.",
        "physicalDesc": "gaseous",
        "color": "#A2FF00FF",
        "recipes": [],
        "metabolisms": null
    },
    "Beer": {
        "id": "Beer",
        "name": "beer",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "An alcoholic beverage made from malted grains, hops, yeast, and water.",
         "desc": "Dry noodles and salt.",
         "physicalDesc": "bubbly",
         "physicalDesc": "wormy",
         "color": "#CFA85FFF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 2,607: Line 2,520:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "NutritionFactor": 1,
                        "id": "SatiateThirst"
                         "id": "SatiateHunger"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 2,622: Line 2,527:
         }
         }
     },
     },
     "CapsaicinOil": {
     "FourteenLoko": {
         "id": "CapsaicinOil",
         "id": "FourteenLoko",
         "name": "Capsaicin Oil",
         "name": "Fourteen Loko",
         "group": "Unknown",
         "group": "Drinks",
         "desc": "Capsaicin Oil is the ingredient found in different types of hot peppers.",
         "desc": "A highly processed liquid substance barely-passing intergalatic health standards for a soft drink.",
         "physicalDesc": "oily",
         "physicalDesc": "fizzy",
         "color": "#FF0000FF",
         "color": "#DEB928FF",
         "recipes": [],
         "recipes": [
            "FourteenLoko"
        ],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "Reagent": "Nutriment",
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                         "Reagent": "Theobromine",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.75,
                         "Amount": 0.1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 2,647: Line 2,560:
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                    {
                        "Amount": 250,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustTemperature"
                    },
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Caustic": 1
                                 "Poison": 1
                             },
                             },
                             "groups": null
                             "groups": null
Line 2,662: Line 2,569:
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": null,
                            {
                                "Min": 5,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    },
                    {
                        "Messages": [
                            "capsaicin-effect-light-burn"
                        ],
                        "Type": 1,
                        "VisualType": 0,
                        "conditions": null,
                        "probability": 0.2,
                        "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 2,687: Line 2,577:
         }
         }
     },
     },
     "Martini": {
     "Sake": {
         "id": "Martini",
         "id": "Sake",
         "name": "classic martini",
         "name": "sake",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Vermouth with Gin. Not quite how 007 enjoyed it, but still delicious.",
         "desc": "Alcoholic beverage made by fermenting rice that has been polished.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#664300FF",
         "color": "#DDDDDDFF",
         "recipes": [
         "recipes": [],
            "Martini"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 2,710: Line 2,598:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.15,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 2,719: Line 2,607:
         }
         }
     },
     },
     "JuiceGrape": {
     "Frezon": {
         "id": "JuiceGrape",
         "id": "Frezon",
         "name": "grape juice",
         "name": "frezon",
         "group": "Drinks",
         "group": "Unknown",
         "desc": "Freshly squeezed juice from red grapes. Quite sweet.",
         "desc": "A highly effective coolant.. and hallucinogenic.",
         "physicalDesc": "crisp",
         "physicalDesc": "gaseous",
         "color": "#512284FF",
         "color": "#3A758CFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Gas": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                        "damage": {
                            "types": {
                                "Cellular": 0.01
                            },
                            "groups": null
                        },
                        "scaleByQuantity": true,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 0.5,
                                "Max": 21474836,
                                "Reagent": "Frezon",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 3,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     },
                     }
                    {
                ]
                        "Key": "SeeingRainbows",
            }
                        "Component": "SeeingRainbows",
        }
                        "Time": 5,
    },
                        "Refresh": false,
    "Patron": {
                        "Type": 0,
        "id": "Patron",
                        "conditions": [
        "name": "patron",
                            {
        "group": "Drinks",
                                "Min": 1,
        "desc": "Tequila with silver in it, a favorite of alcoholic women in the club scene.",
                                "Max": 21474836,
        "physicalDesc": "metallic",
                                "Reagent": "Frezon",
        "color": "#585840FF",
                                "id": "ReagentThreshold"
        "recipes": [
                            }
            "Patron"
                         ],
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "GenericStatusEffect"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "BoozePower": 3,
                         "Group": null,
                        "SlurSpeech": true,
                        "Amount": 0.2,
                         "conditions": [
                        "conditions": null,
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Frezon",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "Drunk"
                     }
                     },
                ]
            }
        }
    },
    "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",
                         "Messages": [
                        "Group": null,
                            "frezon-lungs-cold"
                         "Amount": 0.75,
                        ],
                         "conditions": null,
                        "Type": 1,
                         "probability": 1,
                        "VisualType": 0,
                         "id": "AdjustReagent"
                        "conditions": [
                            {
                                "Min": 0.5,
                                "Max": 21474836,
                                "Reagent": "Frezon",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 0.1,
                        "id": "PopupMessage"
                    },
                    {
                        "Messages": [
                            "frezon-euphoric"
                        ],
                        "Type": 1,
                        "VisualType": 2,
                         "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Frezon",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 0.1,
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 2,797: Line 2,708:
         }
         }
     },
     },
     "Phenol": {
     "Martini": {
         "id": "Phenol",
         "id": "Martini",
         "name": "phenol",
         "name": "classic martini",
         "group": "Unknown",
         "group": "Drinks",
         "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": "Vermouth with Gin. Not quite how 007 enjoyed it, but still delicious.",
         "physicalDesc": "acidic",
         "physicalDesc": "strong-smelling",
         "color": "#E7EA91FF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [
             "Phenol"
             "Martini"
         ],
         ],
        "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": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 2,830: Line 2,731:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.15,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 2,839: Line 2,740:
         }
         }
     },
     },
     "ChlorineTrifluoride": {
     "Nothing": {
         "id": "ChlorineTrifluoride",
         "id": "Nothing",
         "name": "CLF3",
         "name": "nothing",
         "group": "Pyrotechnic",
         "group": "Drinks",
         "desc": "You really, REALLY don't want to get this shit anywhere near you.",
         "desc": "Absolutely nothing.",
         "physicalDesc": "blazing",
         "physicalDesc": "nothing",
         "color": "#FFC8C8FF",
         "color": "#FFFFFFFF",
         "recipes": [
         "recipes": [],
            "ChlorineTrifluoride"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Heat": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "HydrationFactor": 2,
                    },
                         "id": "SatiateThirst"
                    {
                        "Multiplier": 0.2,
                        "conditions": null,
                        "probability": 1,
                        "id": "FlammableReaction"
                    },
                    {
                        "Amount": 6000,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustTemperature"
                     }
                     }
                 ]
                 ]
Line 2,882: Line 2,762:
         }
         }
     },
     },
     "Margarita": {
     "Pilk": {
         "id": "Margarita",
         "id": "Pilk",
         "name": "margarita",
         "name": "pilk",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "On the rocks with salt on the rim. Arriba~!",
         "desc": "A sickening mixture of milk and cola.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "creamy",
         "color": "#8CFF8CFF",
         "color": "#E7C69FFF",
         "recipes": [],
         "recipes": [
            "Pilk"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 2,897: Line 2,779:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 1,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                     }
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                 ]
                 ]
             }
             }
         }
         }
     },
     },
     "IrishCream": {
     "GreenTea": {
         "id": "IrishCream",
         "id": "GreenTea",
         "name": "irish cream",
         "name": "green tea",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Whiskey-imbued cream. What else could you expect from the Irish.",
         "desc": "Tasty green tea.",
         "physicalDesc": "creamy",
         "physicalDesc": "aromatic",
         "color": "#664300FF",
         "color": "#C33F00FF",
         "recipes": [
         "recipes": [],
            "IrishCream"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 2,929: Line 2,801:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.2,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 2,944: Line 2,808:
         }
         }
     },
     },
     "FoamingAgent": {
     "Aluminium": {
         "id": "FoamingAgent",
         "id": "Aluminium",
         "name": "foaming agent",
         "name": "aluminium",
         "group": "Pyrotechnic",
         "group": "Elements",
         "desc": "Makes foam such as that's required in metal foam grenades.",
         "desc": "A silver, soft, non-magnetic, and ductile metal.",
         "physicalDesc": "foamy",
         "physicalDesc": "metallic",
         "color": "#215263FF",
         "color": "#848789FF",
         "recipes": [
         "recipes": [],
            "FoamingAgent"
        ],
         "metabolisms": null
         "metabolisms": null
     },
     },
     "RootBeer": {
     "Nitrogen": {
         "id": "RootBeer",
         "id": "Nitrogen",
         "name": "root beer",
         "name": "nitrogen",
         "group": "Drinks",
         "group": "Unknown",
         "desc": "A very sweet, carbonated drink reminiscent of sarsparilla. Goes well with ice cream.",
         "desc": "A colorless, odorless unreactive gas. Highly stable.",
         "physicalDesc": "fizzy",
         "physicalDesc": "gaseous",
         "color": "#381C07FF",
         "color": "#808080FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Gas": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                        "Factor": 1,
                        "conditions": [
                            {
                                "Type": "Vox",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                        "probability": 1,
                        "id": "Oxygenate"
                    },
                    {
                        "Factor": 1,
                        "conditions": [
                            {
                                "Type": "Slime",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                        "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,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "ModifyLungGas"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 2,978: Line 2,888:
         }
         }
     },
     },
     "TableSalt": {
     "Corpium": {
         "id": "TableSalt",
         "id": "Corpium",
         "name": "table salt",
         "name": "corpium",
         "group": "Foods",
         "group": "Unknown",
         "desc": "Commonly known as salt, Sodium Chloride is often used to season food or kill borers instantly.",
         "desc": "A Syndicate cocktail, carefully harvested from various sources. You wouldn't want this inside of you.",
         "physicalDesc": "grainy",
         "physicalDesc": "necrotic",
         "color": "#A1000BFF",
         "color": "#7668A1FF",
         "recipes": [
         "recipes": [],
            "TableSalt"
        ],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Poison": {
                 "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,
                        "NutritionFactor": 0.5,
                         "id": "HealthChange"
                         "id": "SatiateHunger"
                     },
                     },
                     {
                     {
                        "CauseChance": 1,
                        "Disease": "ActiveZombieVirus",
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": -0.5,
                         "id": "ChemCauseDisease"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 3,008: Line 2,924:
         }
         }
     },
     },
     "Protein": {
     "Bicaridine": {
         "id": "Protein",
         "id": "Bicaridine",
         "name": "protein",
         "name": "bicaridine",
         "group": "Foods",
         "group": "Medicine",
         "desc": "Found in certain meals, good for bodily health.",
         "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": "clumpy",
         "physicalDesc": "opaque",
         "color": "#FFFFE5FF",
         "color": "#FFAA00FF",
         "recipes": [
         "recipes": [
             "ProteinCooking"
             "Bicaridine"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 3,026: Line 2,942:
                             "types": null,
                             "types": null,
                             "groups": {
                             "groups": {
                                 "Brute": -0.4
                                 "Brute": -2
                             }
                             }
                         },
                         },
Line 3,032: Line 2,948:
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 0.5,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     },
                     },
                     {
                     {
                         "Scaled": false,
                         "damage": {
                         "Amount": 1,
                            "types": {
                         "conditions": null,
                                "Asphyxiation": 1,
                                "Poison": 0.5
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "ModifyBloodLevel"
                         "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,
                        "NutritionFactor": 3,
                         "id": "Drunk"
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 3,052: Line 3,004:
         }
         }
     },
     },
     "Histamine": {
     "Grenadine": {
         "id": "Histamine",
         "id": "Grenadine",
         "name": "histamine",
         "name": "grenadine",
         "group": "Toxins",
         "group": "Drinks",
         "desc": "Histamine's effects become more dangerous depending on the dosage amount. They range from mildly annoying to incredibly lethal.",
         "desc": "Not cherry flavored!",
         "physicalDesc": "abrasive",
         "physicalDesc": "dark-red",
         "color": "#FA6464FF",
         "color": "#EA1D26FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                         "conditions": null,
                            "types": null,
                         "probability": 1,
                            "groups": {
                         "HydrationFactor": 3,
                                "Brute": 2
                         "id": "SatiateThirst"
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 0.1,
                        "id": "HealthChange"
                    },
                    {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Brute": 2,
                                "Toxin": 2,
                                "Airloss": 2
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                "Min": 45,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                        "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 3,130: Line 3,026:
         }
         }
     },
     },
     "CarpoToxin": {
     "Flour": {
         "id": "CarpoToxin",
         "id": "Flour",
         "name": "carpotoxin",
         "name": "flour",
         "group": "Toxins",
         "group": "Foods",
         "desc": "Toxic secretions of a space carp. Causes a painful burning sensation.",
         "desc": "Used for baking.",
         "physicalDesc": "exotic smelling",
         "physicalDesc": "powdery",
         "color": "#E2A38CFF",
         "color": "#FFFFFFFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "Reagent": "Sugar",
                            "types": {
                        "Group": null,
                                "Poison": 4
                         "Amount": 0.4,
                            },
                            "groups": null
                        },
                         "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "AdjustReagent"
                     },
                     },
                     {
                     {
                         "Messages": [
                         "Reagent": "Nutriment",
                            "generic-reagent-effect-burning-insides"
                         "Group": null,
                        ],
                         "Amount": 0.1,
                         "Type": 1,
                         "VisualType": 3,
                         "conditions": null,
                         "conditions": null,
                         "probability": 0.33,
                         "probability": 1,
                         "id": "PopupMessage"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 3,169: Line 3,058:
         }
         }
     },
     },
     "Tricordrazine": {
     "Hooch": {
         "id": "Tricordrazine",
         "id": "Hooch",
         "name": "tricordrazine",
         "name": "hooch",
         "group": "Medicine",
         "group": "Drinks",
         "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.",
         "desc": "Either someone's failure at cocktail making or attempt in alchohol production. In any case, do you really want to drink that?",
         "physicalDesc": "opaque",
         "physicalDesc": "strong-smelling",
         "color": "#00E5FFFF",
         "color": "#664E00FF",
         "recipes": [
         "recipes": [],
            "Tricordrazine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "conditions": null,
                            "types": {
                        "probability": 1,
                                "Poison": -0.5,
                        "HydrationFactor": 2,
                                "Heat": -0.33,
                        "id": "SatiateThirst"
                                "Shock": -0.33,
                    },
                                "Cold": -0.33
                    {
                            },
                        "Reagent": "Ethanol",
                            "groups": {
                         "Group": null,
                                "Brute": -1
                         "Amount": 0.05,
                            }
                        "conditions": null,
                        },
                        "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": [
                            {
                                "Max": 50,
                                "Min": 0,
                                "id": "TotalDamage"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 3,211: Line 3,088:
         }
         }
     },
     },
     "Lemonade": {
     "Cream": {
         "id": "Lemonade",
         "id": "Cream",
         "name": "lemonade",
         "name": "cream",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Drink using lemon juice, water, and a sweetener such as cane sugar or honey.",
         "desc": "The fatty, still liquid part of milk. Why don't you mix this with sum scotch, eh?",
         "physicalDesc": "tart",
         "physicalDesc": "creamy",
         "color": "#FFFF00FF",
         "color": "#DFD7AFFF",
         "recipes": [
         "recipes": [],
            "Lemonade"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 3,228: Line 3,103:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 1,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 3,235: Line 3,110:
         }
         }
     },
     },
     "Lipozine": {
     "Phenol": {
         "id": "Lipozine",
         "id": "Phenol",
         "name": "lipozine",
         "name": "phenol",
         "group": "Medicine",
         "group": "Unknown",
         "desc": "Causes weight loss upon consumption.",
         "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": "oily",
         "physicalDesc": "acidic",
         "color": "#2690B5FF",
         "color": "#E7EA91FF",
         "recipes": [
         "recipes": [
             "Lipozine"
             "Phenol"
        ],
        "metabolisms": null
    },
    "IcedCoffee": {
        "id": "IcedCoffee",
        "name": "iced coffee",
        "group": "Drinks",
        "desc": "Coffee and ice, refreshing and cool.",
        "physicalDesc": "aromatic",
        "color": "#102838FF",
        "recipes": [
            "IcedCoffee"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 3,252: Line 3,139:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "NutritionFactor": -1,
                         "HydrationFactor": 3,
                         "id": "SatiateHunger"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 3,259: Line 3,146:
         }
         }
     },
     },
     "Vinaigrette": {
     "TonicWater": {
         "id": "Vinaigrette",
         "id": "TonicWater",
         "name": "vinaigrette",
         "name": "tonic water",
         "group": "Foods",
         "group": "Drinks",
         "desc": "A basic salad dressing made with oil, vinegar and seasoning.",
         "desc": "It tastes strange but at least the quinine keeps the Space Malaria at bay.",
        "physicalDesc": "sour",
         "physicalDesc": "fizzy",
        "color": "#EFDAAEFF",
         "color": "#0064C8FF",
        "recipes": [
            "CookingVinaigrette"
        ],
        "metabolisms": null
    },
    "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": [],
         "recipes": [],
         "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": 3,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 3,297: Line 3,168:
         }
         }
     },
     },
     "Bicaridine": {
     "GrapeSoda": {
         "id": "Bicaridine",
         "id": "GrapeSoda",
         "name": "bicaridine",
         "name": "grape soda",
         "group": "Medicine",
         "group": "Drinks",
         "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.",
         "desc": "It's Graaaaaape!",
         "physicalDesc": "opaque",
         "physicalDesc": "fizzy",
         "color": "#FFAA00FF",
         "color": "#AE94A6FF",
         "recipes": [
         "recipes": [],
            "Bicaridine"
        ],
         "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"
                     }
                ]
            }
        }
    },
    "FluorosulfuricAcid": {
        "id": "FluorosulfuricAcid",
        "name": "fluorosulfuric acid",
        "group": "Toxins",
        "desc": "An extremely corrosive chemical substance.",
        "physicalDesc": "strong-smelling",
        "color": "#5050FFFF",
        "recipes": [
            "FluorosulfuricAcid"
        ],
        "metabolisms": {
            "Poison": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Asphyxiation": 1,
                                 "Caustic": 2
                                "Poison": 0.5
                             },
                             },
                             "groups": null
                             "groups": null
Line 3,334: Line 3,213:
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": null,
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     },
                     },
                     {
                     {
                         "Amplitude": 10,
                         "Messages": [
                        "Frequency": 4,
                             "generic-reagent-effect-burning-insides"
                        "Time": 2,
                         ],
                        "Refresh": true,
                         "Type": 1,
                        "conditions": [
                         "VisualType": 4,
                             {
                                "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": 0.33,
                         "id": "Drunk"
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 3,377: Line 3,231:
         }
         }
     },
     },
     "DevilsKiss": {
     "Kvass": {
         "id": "DevilsKiss",
         "id": "Kvass",
         "name": "devils kiss",
         "name": "kvass",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Creepy time!",
         "desc": "A cool refreshing drink with a taste of socialism.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "bubbly",
         "color": "#A68310FF",
         "color": "#381600FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 3,392: Line 3,246:
                         "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,407: Line 3,253:
         }
         }
     },
     },
     "Singulo": {
     "HeartbreakerToxin": {
         "id": "Singulo",
         "id": "HeartbreakerToxin",
         "name": "singulo",
         "name": "heartbreaker toxin",
         "group": "Drinks",
         "group": "Toxins",
         "desc": "A blue-space beverage!",
         "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",
         "physicalDesc": "strong-smelling",
         "color": "#3B0C0CFF",
         "color": "#5F959CFF",
         "recipes": [],
         "recipes": [
            "HeartbreakerToxin"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Asphyxiation": 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.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 3,437: Line 3,284:
         }
         }
     },
     },
     "Barefoot": {
     "JuiceWatermelon": {
         "id": "Barefoot",
         "id": "JuiceWatermelon",
         "name": "barefoot",
         "name": "water melon juice",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Barefoot and pregnant.",
         "desc": "The delicious juice of a watermelon.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "sweet",
         "color": "#664300FF",
         "color": "#EF3520FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 3,452: Line 3,299:
                         "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,467: Line 3,306:
         }
         }
     },
     },
     "Tea": {
     "ExperimentalStimulants": {
         "id": "Tea",
         "id": "ExperimentalStimulants",
         "name": "tea",
         "name": "experimental stimulants",
         "group": "Drinks",
         "group": "Narcotics",
         "desc": "A drink made by boiling leaves of the tea tree, Camellia sinensis.",
         "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": "aromatic",
         "physicalDesc": "exhilarating",
         "color": "#8A5A3AFF",
         "color": "#AE0101FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
            "Drink": {
             "Narcotic": {
                "rate": 0.5,
                 "rate": 0.25,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Theobromine",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "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": [],
        "metabolisms": {
             "Narcotic": {
                 "rate": 0.25,
                 "effects": [
                 "effects": [
                     {
                     {
Line 3,756: Line 3,565:
         }
         }
     },
     },
     "MilkSoy": {
     "PoisonWine": {
         "id": "MilkSoy",
         "id": "PoisonWine",
         "name": "soy milk",
         "name": "poison wine",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Consumers favorite.",
         "desc": "Is this even wine? Toxic! Hallucinogenic! Probably consumed in boatloads by your superiors!",
         "physicalDesc": "refreshing",
         "physicalDesc": "strong-smelling",
         "color": "#D2C29DFF",
         "color": "#000000FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 3,771: Line 3,580:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 4,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
             }
            },
         }
            "Poison": {
     },
                "rate": 0.5,
     "Whiskey": {
                "effects": [
         "id": "Whiskey",
                    {
         "name": "whiskey",
                        "damage": {
                            "types": {
                                "Poison": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                    }
                ]
             }
         }
     },
     "Aloe": {
         "id": "Aloe",
         "name": "aloe",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A type of distilled alcoholic beverage made from fermented grain mash.",
         "desc": "So very, very, very good.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#664300FF",
         "color": "#192C00FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 3,799: Line 3,634:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.2,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 3,808: Line 3,643:
         }
         }
     },
     },
     "DrGibb": {
     "Lithium": {
         "id": "DrGibb",
         "id": "Lithium",
         "name": "Dr. Gibb",
         "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
    },
    "Posca": {
        "id": "Posca",
        "name": "posca",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A delicious blend of 42 different flavours.",
         "desc": "Poor warriors' drink from a forgotten era.",
         "physicalDesc": "fizzy",
         "physicalDesc": "sour",
         "color": "#102000FF",
         "color": "#B3B599FF",
         "recipes": [],
         "recipes": [
            "Posca"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 3,823: Line 3,670:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 3,830: Line 3,677:
         }
         }
     },
     },
     "AlliesCocktail": {
     "Absinthe": {
         "id": "AlliesCocktail",
         "id": "Absinthe",
         "name": "allies cocktail",
         "name": "absinthe",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A drink made from your allies, not as sweet as when made from your enemies.",
         "desc": "A anise-flavoured spirit derived from botanicals.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#00664DFF",
         "color": "#33EE00FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 3,851: Line 3,698:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.3,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 3,860: Line 3,707:
         }
         }
     },
     },
     "Carbon": {
     "IrishCarBomb": {
         "id": "Carbon",
         "id": "IrishCarBomb",
         "name": "carbon",
         "name": "irish car bomb",
         "group": "Elements",
         "group": "Drinks",
         "desc": "A black, crystalline solid.",
         "desc": "A troubling mixture of irish cream and ale.",
        "physicalDesc": "crystalline",
         "physicalDesc": "bubbly",
        "color": "#22282BFF",
         "color": "#2E6671FF",
        "recipes": [],
        "metabolisms": null
    },
    "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": [
         "recipes": [
             "Ethylredoxrazine"
             "IrishCarBomb"
         ],
         ],
         "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": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 3,898: Line 3,739:
         }
         }
     },
     },
     "NorepinephricAcid": {
     "Ash": {
         "id": "NorepinephricAcid",
         "id": "Ash",
         "name": "norepinephric acid",
         "name": "ash",
         "group": "Narcotics",
         "group": "Unknown",
         "desc": "Makes you unable to see while metabolizing.",
         "desc": "A light grey powdery residue",
         "physicalDesc": "milky",
         "physicalDesc": "powdery",
         "color": "#96A8B5FF",
         "color": "#FFFFFFFF",
         "recipes": [
         "recipes": [],
            "NorepinephricAcid"
        "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": [],
         "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,
    "Leporazine": {
                                "Reagent": null,
        "id": "Leporazine",
                                 "id": "ReagentThreshold"
        "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": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                             "types": {
                                "Cold": -4
                            },
                             "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "probability": 1,
                         "id": "HealthChange"
                    },
                    {
                        "Amount": 100000,
                         "conditions": [
                             {
                                 "Min": 0,
                                 "Max": 293.15,
                                 "id": "Temperature"
                             }
                             }
                         ],
                         ],
                         "probability": 0.03,
                         "probability": 1,
                         "id": "PopupMessage"
                         "id": "AdjustTemperature"
                     },
                     },
                     {
                     {
                         "Key": "TemporaryBlindness",
                         "Amount": -10000,
                        "Component": "TemporaryBlindness",
                        "Time": 2,
                        "Refresh": true,
                        "Type": 0,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 20,
                                 "Min": 293.15,
                                 "Max": 21474836,
                                 "Max": 3.4028235e+38,
                                "Reagent": null,
                                 "id": "Temperature"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "AdjustTemperature"
                    },
                    {
                        "Messages": [
                            "leporazine-effect-temperature-adjusting"
                        ],
                        "Type": 1,
                        "VisualType": 2,
                        "conditions": null,
                        "probability": 0.2,
                        "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 3,969: Line 3,844:
         }
         }
     },
     },
     "VodkaTonic": {
     "Uranium": {
         "id": "VodkaTonic",
         "id": "Uranium",
         "name": "vodka tonic",
         "name": "uranium",
        "group": "Elements",
        "desc": "A grey metallic chemical element in the actinide series, weakly radioactive.",
        "physicalDesc": "metallic",
        "color": "#8FA191FF",
        "recipes": [],
        "metabolisms": {
            "Poison": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                            "types": {
                                "Radiation": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                    }
                ]
            }
        }
    },
    "WhiskeySoda": {
        "id": "WhiskeySoda",
        "name": "whiskey soda",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "For when a gin and tonic isn't russian enough.",
         "desc": "For the more refined griffon.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#0064C8FF",
         "color": "#533600FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 3,999: Line 3,903:
         }
         }
     },
     },
     "PlantBGone": {
     "FoamingAgent": {
         "id": "PlantBGone",
         "id": "FoamingAgent",
         "name": "plant-B-gone",
         "name": "foaming agent",
         "group": "Botanical",
         "group": "Pyrotechnic",
         "desc": "A harmful toxic mixture to kill plantlife. Do not ingest!",
         "desc": "Makes foam such as that's required in metal foam grenades.",
         "physicalDesc": "bubbling",
         "physicalDesc": "foamy",
         "color": "#49002EFF",
         "color": "#215263FF",
         "recipes": [
         "recipes": [
             "PlantBGone"
             "FoamingAgent"
        ],
        "metabolisms": null
    },
    "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": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                            "types": {
                                "Poison": -4,
                                "Blunt": 2,
                                "Slash": 1,
                                "Piercing": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                "Type": "Plant",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                        "probability": 1,
                        "id": "HealthChange"
                    }
                ]
            }
        }
    },
    "PulpedBananaPeel": {
        "id": "PulpedBananaPeel",
        "name": "pulped banana peel",
        "group": "Medicine",
        "desc": "Pulped banana peels have some effectiveness against bleeding.",
        "physicalDesc": "pulpy",
        "color": "#FFE774FF",
        "recipes": [],
        "metabolisms": {
            "Medicine": {
                 "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": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 4,062: Line 3,947:
         }
         }
     },
     },
     "JuiceWatermelon": {
     "Pax": {
         "id": "JuiceWatermelon",
         "id": "Pax",
         "name": "water melon juice",
         "name": "pax",
         "group": "Drinks",
         "group": "Unknown",
         "desc": "The delicious juice of a watermelon.",
         "desc": "A psychiatric drug which prevents the patient from directly harming anyone.",
        "physicalDesc": "sweet",
         "physicalDesc": "soothing",
        "color": "#EF3520FF",
         "color": "#AAAAAAFF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 3,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
    },
    "Posca": {
        "id": "Posca",
        "name": "posca",
        "group": "Drinks",
        "desc": "Poor warriors' drink from a forgotten era.",
         "physicalDesc": "sour",
         "color": "#B3B599FF",
         "recipes": [
         "recipes": [
             "Posca"
             "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 4,108: Line 3,975:
         }
         }
     },
     },
     "SyndicateBomb": {
     "GinFizz": {
         "id": "SyndicateBomb",
         "id": "GinFizz",
         "name": "syndicate bomb",
         "name": "gin fizz",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Somebody set us up the bomb!",
         "desc": "Refreshingly lemony, deliciously dry.",
         "physicalDesc": "opaque",
         "physicalDesc": "strong-smelling",
         "color": "#2E6660FF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [
             "SyndicateBomb"
             "GinFizz"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 4,131: Line 3,998:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.15,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 4,140: Line 4,007:
         }
         }
     },
     },
     "Ethanol": {
     "JuicePotato": {
         "id": "Ethanol",
         "id": "JuicePotato",
         "name": "ethanol",
         "name": "potato juice",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A simple alcohol, makes you drunk if consumed, flammable.",
         "desc": "Juice of the potato. Bleh.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "starchy",
         "color": "#B05B3CFF",
         "color": "#302000FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 3,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
    },
    "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": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
    },
    "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": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 4,155: Line 4,070:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 1
                                 "Radiation": -1
                             },
                             },
                             "groups": null
                             "groups": null
Line 4,161: Line 4,076:
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": null,
                            {
                         "probability": 1,
                                "Min": 5,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Dwarf",
                                "ShouldHave": false,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    },
                    {
                        "ThirstAmount": -40,
                        "HungerAmount": -40,
                        "conditions": null,
                        "probability": 0.02,
                        "id": "ChemVomit"
                     },
                     },
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 0.2
                                 "Heat": 0.5
                             },
                             },
                             "groups": null
                             "groups": null
Line 4,188: Line 4,098:
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 5,
                                 "Min": 30,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Dwarf",
                                "ShouldHave": true,
                                "id": "OrganType"
                             }
                             }
                         ],
                         ],
Line 4,203: Line 4,108:
                     },
                     },
                     {
                     {
                         "damage": {
                         "Amplitude": 10,
                            "types": null,
                        "Frequency": 4,
                            "groups": {
                         "Time": 2,
                                "Brute": -1
                         "Refresh": true,
                            }
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 5,
                                 "Min": 30,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Dwarf",
                                "ShouldHave": true,
                                "id": "OrganType"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "Jitter"
                     },
                     }
                    {
                ]
                        "ThirstAmount": -40,
            }
                        "HungerAmount": -40,
        }
                        "conditions": [
    },
                            {
    "Sbiten": {
                                "Min": 3,
        "id": "Sbiten",
                                "Max": 21474836,
        "name": "sbiten",
                                "Reagent": "Ethanol",
        "group": "Drinks",
                                "id": "ReagentThreshold"
        "desc": "A spicy Vodka! Might be a little hot for the little guys!",
                            },
        "physicalDesc": "strong-smelling",
                            {
        "color": "#004166FF",
                                "Type": "Dwarf",
        "recipes": [],
                                "ShouldHave": false,
        "metabolisms": {
                                "id": "OrganType"
             "Drink": {
                            }
                        ],
                        "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 4,262: Line 4,157:
         }
         }
     },
     },
     "Diphenylmethylamine": {
     "Blackpepper": {
         "id": "Diphenylmethylamine",
         "id": "Blackpepper",
         "name": "diphenylmethylamine",
         "name": "black pepper",
         "group": "Medicine",
         "group": "Foods",
         "desc": "A more stable medicine than ethyloxyephedrine. Useful for keeping someone awake.",
         "desc": "Often used to flavor food or make people sneeze.",
         "physicalDesc": "glowing",
         "physicalDesc": "grainy",
         "color": "#B0ABAAFF",
         "color": "#000000FF",
         "recipes": [
         "recipes": [],
            "Diphenylmethylamine"
        "metabolisms": null
         ],
    },
         "metabolisms": {
    "Licoxide": {
             "Medicine": {
        "id": "Licoxide",
        "name": "Licoxide",
        "group": "Toxins",
        "desc": "It looks... electrifying.",
        "physicalDesc": "electric",
        "color": "#FDD023FF",
         "recipes": [],
         "metabolisms": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "TimerReset": 600,
                         "ElectrocuteTime": 2,
                         "conditions": [
                         "ElectrocuteDamageScale": 5,
                            {
                         "Refresh": true,
                                "Min": 5,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "ResetNarcolepsy"
                    },
                    {
                        "Messages": [
                            "ethyloxyephedrine-effect-feeling-awake",
                            "ethyloxyephedrine-effect-clear-mind"
                        ],
                        "Type": 1,
                         "VisualType": 2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 0.1,
                         "probability": 0.5,
                         "id": "PopupMessage"
                         "id": "Electrocute"
                     }
                     }
                 ]
                 ]
Line 4,304: Line 4,191:
         }
         }
     },
     },
     "Miasma": {
     "PwrGame": {
         "id": "Miasma",
         "id": "PwrGame",
         "name": "miasma",
         "name": "Pwr Game",
         "group": "Unknown",
         "group": "Drinks",
         "desc": "Uh oh, stinky!",
         "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": "gaseous",
         "physicalDesc": "fizzy",
         "color": "#56941EFF",
         "color": "#9385BFFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Gas": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": [
                         "conditions": null,
                            {
                        "probability": 1,
                                "Type": "Rat",
                        "HydrationFactor": 2,
                                "ShouldHave": false,
                        "id": "SatiateThirst"
                                "id": "OrganType"
                    }
                            },
                ]
                            {
            }
                                "Min": 1,
        }
                                "Max": 21474836,
    },
                                "Reagent": "Miasma",
    "SpaceLube": {
                                "id": "ReagentThreshold"
        "id": "SpaceLube",
                            }
        "name": "space lube",
                        ],
        "group": "Unknown",
                        "probability": 1,
        "desc": "Space Lube is a high performance lubricant intended for maintenance of extremely complex mechanical equipment (and certainly not used to make people slip).",
                        "id": "ChemMiasmaPoolSource"
        "physicalDesc": "shiny",
                    },
        "color": "#77B58EFF",
        "recipes": [
            "SpaceLube"
        ],
        "metabolisms": null
    },
    "Ammonia": {
        "id": "Ammonia",
        "name": "ammonia",
        "group": "Botanical",
        "desc": "An effective fertilizer which is better than what is available to the botanist initially, though it isn't as powerful as Diethylamine",
        "physicalDesc": "pungent",
        "color": "#77B58EFF",
        "recipes": [
            "Ammonia"
        ],
        "metabolisms": {
            "Poison": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 0.25
                                 "Caustic": 1
                             },
                             },
                             "groups": null
                             "groups": null
Line 4,342: Line 4,248:
                         "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": [
    },
                            {
    "Phosphorus": {
                                "Type": "Rat",
        "id": "Phosphorus",
                                "ShouldHave": false,
        "name": "phosphorus",
                                "id": "OrganType"
        "group": "Elements",
                            },
        "desc": "A reactive metal used in pyrotechnics and weapons.",
                            {
        "physicalDesc": "powdery",
                                "Min": 0.8,
        "color": "#EDE4E4FF",
                                "Max": 21474836,
        "recipes": [],
                                "Reagent": "Miasma",
        "metabolisms": null
                                "id": "ReagentThreshold"
    },
                            }
    "Gin": {
                        ],
        "id": "Gin",
                        "probability": 0.12,
        "name": "gin",
                        "id": "ChemVomit"
        "group": "Drinks",
                    },
        "desc": "A distilled alcoholic drink that derives its predominant flavour from juniper berries.",
        "physicalDesc": "strong-smelling",
        "color": "#664300FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "Messages": [
                         "conditions": null,
                            "miasma-smell"
                         "probability": 1,
                        ],
                         "HydrationFactor": 2,
                         "Type": 1,
                         "id": "SatiateThirst"
                         "VisualType": 2,
                        "conditions": [
                            {
                                "Min": 0.25,
                                "Max": 21474836,
                                "Reagent": "Miasma",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 0.1,
                         "id": "PopupMessage"
                     },
                     },
                     {
                     {
                         "damage": {
                         "Reagent": "Ethanol",
                            "types": {
                        "Group": null,
                                "Blunt": -4,
                         "Amount": 0.2,
                                "Slash": -3,
                         "conditions": null,
                                "Piercing": -3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": true,
                         "ignoreResistances": true,
                         "conditions": [
                            {
                                "Type": "Rat",
                                "ShouldHave": true,
                                "id": "OrganType"
                            },
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Miasma",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 4,425: Line 4,296:
         }
         }
     },
     },
     "Left4Zed": {
     "SodaWater": {
         "id": "Left4Zed",
         "id": "SodaWater",
         "name": "left-4-zed",
         "name": "soda water",
         "group": "Botanical",
         "group": "Drinks",
         "desc": "A cocktail of mutagenic compounds, which cause plant life to become highly unstable.",
         "desc": "A container of club soda. Why not make a scotch and soda?",
         "physicalDesc": "heterogeneous",
         "physicalDesc": "fizzy",
         "color": "#5B406CFF",
         "color": "#619494FF",
         "recipes": [
         "recipes": [],
            "Left4Zed"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": [
                         "conditions": null,
                            {
                                "Type": "Plant",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "NutritionFactor": 3,
                         "HydrationFactor": 3,
                         "id": "SatiateHunger"
                         "id": "SatiateThirst"
                     },
                     }
                ]
            }
        }
    },
    "Carbon": {
        "id": "Carbon",
        "name": "carbon",
        "group": "Elements",
        "desc": "A black, crystalline solid.",
        "physicalDesc": "crystalline",
        "color": "#22282BFF",
        "recipes": [],
        "metabolisms": null
    },
    "Mercury": {
        "id": "Mercury",
        "name": "mercury",
        "group": "Elements",
        "desc": "A silver metal which is liquid at room temperature. It's highly toxic to humans.",
        "physicalDesc": "shiny",
        "color": "#929296FF",
        "recipes": [],
        "metabolisms": {
            "Poison": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 1
                                 "Poison": 2
                             },
                             },
                             "groups": null
                             "groups": null
Line 4,460: Line 4,349:
                         "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,474: Line 4,357:
         }
         }
     },
     },
     "Grog": {
     "Diphenylmethylamine": {
         "id": "Grog",
         "id": "Diphenylmethylamine",
         "name": "grog",
         "name": "diphenylmethylamine",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "Watered-down rum, pirate approved!",
         "desc": "A more stable medicine than ethyloxyephedrine. Useful for keeping someone awake.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "glowing",
         "color": "#664300FF",
         "color": "#B0ABAAFF",
         "recipes": [
         "recipes": [
             "Grog"
             "Diphenylmethylamine"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                        "TimerReset": 600,
                        "probability": 1,
                         "conditions": [
                         "HydrationFactor": 2,
                            {
                         "id": "SatiateThirst"
                                "Min": 5,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "id": "ResetNarcolepsy"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Messages": [
                         "Group": null,
                            "ethyloxyephedrine-effect-feeling-awake",
                         "Amount": 0.05,
                            "ethyloxyephedrine-effect-clear-mind"
                        ],
                         "Type": 1,
                         "VisualType": 2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 0.1,
                         "id": "AdjustReagent"
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 4,506: Line 4,399:
         }
         }
     },
     },
     "Fluorosurfactant": {
     "SyndicateBomb": {
         "id": "Fluorosurfactant",
         "id": "SyndicateBomb",
         "name": "fluorosurfactant",
         "name": "syndicate bomb",
         "group": "Pyrotechnic",
         "group": "Drinks",
         "desc": "A perfluoronated sulfonic acid that forms a foam when mixed with water.",
         "desc": "Somebody set us up the bomb!",
         "physicalDesc": "opaque",
         "physicalDesc": "opaque",
         "color": "#9E6B38FF",
         "color": "#2E6660FF",
         "recipes": [
         "recipes": [
             "Fluorosurfactant"
             "SyndicateBomb"
         ],
         ],
        "metabolisms": null
    },
    "Iodine": {
        "id": "Iodine",
        "name": "iodine",
        "group": "Elements",
        "desc": "Commonly added to table salt as a nutrient. On its own it tastes far less pleasing.",
        "physicalDesc": "dark brown",
        "color": "#BC8A00FF",
        "recipes": [],
        "metabolisms": null
    },
    "ShamblersJuice": {
        "id": "ShamblersJuice",
        "name": "Shambler's Juice",
        "group": "Drinks",
        "desc": "~Shake me up some of that Shambler's Juice!~",
        "physicalDesc": "fizzy",
        "color": "#66538FFF",
        "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 4,545: Line 4,418:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 4,550: Line 4,431:
         }
         }
     },
     },
     "ManlyDorf": {
     "Ephedrine": {
         "id": "ManlyDorf",
         "id": "Ephedrine",
         "name": "manly dorf",
         "name": "ephedrine",
         "group": "Drinks",
         "group": "Narcotics",
         "desc": "Beer and Ale, brought together in a delicious mix. Intended for stout dwarves only.",
         "desc": "Increases stun resistance and movement speed, giving you hand cramps. Overdose deals toxin damage and inhibits breathing.",
         "physicalDesc": "bubbly",
         "physicalDesc": "powdery",
         "color": "#664300FF",
         "color": "#D2FFFAFF",
         "recipes": [
         "recipes": [
             "ManlyDorf"
             "Ephedrine"
         ],
         ],
         "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"
                    },
                    {
                        "damage": {
                            "types": {
                                "Poison": 2,
                                "Asphyxiation": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                "Min": 20,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                         "id": "HealthChange"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Amplitude": 10,
                         "Group": null,
                        "Frequency": 4,
                         "Amount": 0.05,
                         "Time": 2,
                         "Refresh": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "Jitter"
                     }
                     },
                ]
                    {
            }
                        "Key": "Stun",
        }
                        "Component": "",
    },
                        "Time": 1,
    "AtomicBomb": {
                        "Refresh": true,
        "id": "AtomicBomb",
                        "Type": 1,
        "name": "atomic bomb",
        "group": "Drinks",
        "desc": "Nuclear proliferation never tasted so good.",
        "physicalDesc": "cloudy",
        "color": "#666300FF",
        "recipes": [
            "AtomicBomb"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "GenericStatusEffect"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Key": "KnockedDown",
                         "Group": null,
                         "Component": "",
                         "Amount": 0.15,
                        "Time": 1,
                        "Refresh": true,
                         "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "GenericStatusEffect"
                     },
                     },
                     {
                     {
                         "Reagent": "Radium",
                         "Messages": [
                         "Group": null,
                            "ephedrine-effect-tight-pain",
                         "Amount": 0.05,
                            "ephedrine-effect-heart-pounds"
                        ],
                         "Type": 1,
                         "VisualType": 2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 0.05,
                         "id": "AdjustReagent"
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
             }
             },
        }
    },
    "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": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "TimerReset": 600,
                            "types": {
                        "conditions": [
                                 "Poison": -1
                            {
                             },
                                "Min": 30,
                            "groups": null
                                "Max": 21474836,
                         },
                                "Reagent": null,
                         "scaleByQuantity": false,
                                 "id": "ReagentThreshold"
                         "ignoreResistances": true,
                             }
                        ],
                        "probability": 1,
                         "id": "ResetNarcolepsy"
                    }
                ]
            }
        }
    },
    "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": {
                                 "Brute": 0.5
                                 "Bloodloss": 3
                             },
                             },
                             "groups": null
                             "groups": null
Line 4,660: Line 4,568:
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 30,
                                 "Min": 15,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": null,
Line 4,668: Line 4,576:
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     },
                     }
                    {
                ]
                        "Amplitude": 10,
            }
                        "Frequency": 4,
        }
                        "Time": 2,
    },
                        "Refresh": true,
    "Antifreeze": {
                        "conditions": [
        "id": "Antifreeze",
                            {
        "name": "antifreeze",
                                "Min": 30,
        "group": "Drinks",
                                "Max": 21474836,
        "desc": "Ultimate refreshment.",
                                "Reagent": null,
        "physicalDesc": "translucent",
                                "id": "ReagentThreshold"
        "color": "#FF7D63FF",
                            }
        "recipes": [
                         ],
            "Antifreeze"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "Jitter"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Messages": [
                         "Reagent": "Ethanol",
                            "generic-reagent-effect-nauseous"
                         "Group": null,
                        ],
                         "Amount": 0.15,
                         "Type": 1,
                         "conditions": null,
                        "VisualType": 2,
                         "probability": 1,
                        "conditions": [
                         "id": "AdjustReagent"
                            {
                                "Min": 30,
                                "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"
                     }
                     }
                 ]
                 ]
             },
             }
             "Alcohol": {
        }
                 "rate": 0.5,
    },
    "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": [
                 "effects": [
                     {
                     {
                        "BoozePower": 3,
                         "conditions": null,
                        "SlurSpeech": true,
                         "conditions": [
                            {
                                "Min": 15,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "Drunk"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 4,739: Line 4,635:
         }
         }
     },
     },
     "Cornoil": {
     "Fluorine": {
         "id": "Cornoil",
         "id": "Fluorine",
         "name": "corn oil",
         "name": "fluorine",
         "group": "Foods",
         "group": "Elements",
         "desc": "Corn oil, A delicious oil used in cooking. Made from corn.",
         "desc": "A highly toxic pale yellow gas. Extremely reactive.",
         "physicalDesc": "oily",
         "physicalDesc": "gaseous",
         "color": "#FFFF00FF",
         "color": "#808080FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": null
         "metabolisms": null
     },
     },
     "Rewriter": {
     "Coffee": {
         "id": "Rewriter",
         "id": "Coffee",
         "name": "rewriter",
         "name": "coffee",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "The secret of the sanctuary of the Librarian...",
         "desc": "A drink made from brewed coffee beans. Contains a moderate amount of caffeine.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "aromatic",
         "color": "#485000FF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [],
            "Rewriter"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 4,766: Line 4,660:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                    },
                 ]
                    {
             }
                        "Reagent": "Theobromine",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                 ]
             }
         }
         }
     },
     },
     "ThreeMileIsland": {
     "Singulo": {
         "id": "ThreeMileIsland",
         "id": "Singulo",
         "name": "three mile island iced tea",
         "name": "singulo",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "\"Made for a woman, strong enough for a man.\"",
         "desc": "A blue-space beverage!",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#666340FF",
         "color": "#3B0C0CFF",
         "recipes": [
         "recipes": [],
            "ThreeMileIsland"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 4,795: Line 4,695:
                     {
                     {
                         "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 4,813: Line 4,705:
         }
         }
     },
     },
     "RedMead": {
     "SnowWhite": {
         "id": "RedMead",
         "id": "SnowWhite",
         "name": "red mead",
         "name": "snow white",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "The true Viking's drink! Even though it has a strange red color.",
         "desc": "A cold refreshment.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "bubbly",
         "color": "#C73C00FF",
         "color": "#FFFFFFFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 4,843: Line 4,735:
         }
         }
     },
     },
     "Fiber": {
     "Histamine": {
         "id": "Fiber",
         "id": "Histamine",
         "name": "fiber",
         "name": "histamine",
         "group": "Unknown",
         "group": "Toxins",
         "desc": "A raw material, usually extracted from wool or other fabric products.",
         "desc": "Histamine's effects become more dangerous depending on the dosage amount. They range from mildly annoying to incredibly lethal.",
         "physicalDesc": "fibrous",
         "physicalDesc": "abrasive",
         "color": "#808080FF",
         "color": "#FA6464FF",
         "recipes": [],
         "recipes": [],
        "metabolisms": null
         "metabolisms": {
    },
             "Poison": {
    "WeldingFuel": {
                 "rate": 0.5,
        "id": "WeldingFuel",
        "name": "welding fuel",
        "group": "Pyrotechnic",
        "desc": "Used by welders to weld.",
        "physicalDesc": "oily",
        "color": "#A76B1CFF",
        "recipes": [],
         "metabolisms": {
             "Poison": {
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": null,
                                 "Poison": 1
                            "groups": {
                             },
                                 "Brute": 2
                            "groups": null
                             }
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                        "probability": 0.1,
                        "id": "HealthChange"
                    },
                    {
                        "damage": {
                            "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"
                         "id": "HealthChange"
                     },
                     },
                     {
                     {
                         "Multiplier": 0.4,
                         "Messages": [
                            "histamine-effect-light-itchiness"
                        ],
                        "Type": 1,
                        "VisualType": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 0.1,
                         "id": "FlammableReaction"
                         "id": "PopupMessage"
                     }
                    },
                 ]
                    {
             }
                        "Messages": [
         }
                            "histamine-effect-heavy-itchiness"
     },
                        ],
     "WhiskeyCola": {
                        "Type": 1,
         "id": "WhiskeyCola",
                        "VisualType": 2,
         "name": "whiskey cola",
                        "conditions": [
                            {
                                "Min": 45,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 0.2,
                        "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": [
            "CookingMayoLemon",
            "CookingMayoVinegar"
        ],
        "metabolisms": null
    },
    "ManlyDorf": {
         "id": "ManlyDorf",
         "name": "manly dorf",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Whiskey, mixed with cola. Surprisingly refreshing.",
         "desc": "Beer and Ale, brought together in a delicious mix. Intended for stout dwarves only.",
         "physicalDesc": "bubbly",
         "physicalDesc": "bubbly",
         "color": "#3E1B00FF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [
             "WhiskeyCola"
             "ManlyDorf"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 4,911: Line 4,849:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.15,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 4,920: Line 4,858:
         }
         }
     },
     },
     "HeartbreakerToxin": {
     "BbqSauce": {
         "id": "HeartbreakerToxin",
         "id": "BbqSauce",
         "name": "heartbreaker toxin",
         "name": "BBQ sauce",
         "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": "Hand wipes not included.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "gloopy",
         "color": "#5F959CFF",
         "color": "#8B0000FF",
         "recipes": [
         "recipes": [
             "HeartbreakerToxin"
             "CookingBbqSauce"
         ],
         ],
         "metabolisms": {
         "metabolisms": null
            "Poison": {
     },
                "rate": 0.5,
     "ErikaSurprise": {
                "effects": [
         "id": "ErikaSurprise",
                    {
         "name": "erika surprise",
                        "damage": {
                            "types": {
                                "Asphyxiation": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                    }
                ]
            }
        }
     },
     "MilkOat": {
         "id": "MilkOat",
         "name": "oat milk",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Surprisingly tasty.",
         "desc": "The surprise is, it's green!",
        "physicalDesc": "refreshing",
         "physicalDesc": "strong-smelling",
        "color": "#DEDACDFF",
         "color": "#2E6671FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 4,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
    },
    "CubaLibre": {
        "id": "CubaLibre",
        "name": "cuba libre",
        "group": "Drinks",
        "desc": "Rum, mixed with cola. Viva la revolucion.",
         "physicalDesc": "bubbly",
         "color": "#3E1B00FF",
         "recipes": [
         "recipes": [
             "CubaLibre"
             "ErikaSurprise"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 4,996: Line 4,893:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.15,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 5,005: Line 4,902:
         }
         }
     },
     },
     "HorseradishSauce": {
     "SodiumCarbonate": {
         "id": "HorseradishSauce",
         "id": "SodiumCarbonate",
         "name": "horseradish sauce",
         "name": "Sodium Carbonate",
         "group": "Foods",
         "group": "Unknown",
         "desc": "Smelly horseradish sauce.",
         "desc": "A white, odorless, water-soluble salt that yields an alkaline solution in water.  Also known as soda ash.",
         "physicalDesc": "overpowering",
         "physicalDesc": "powdery",
         "color": "#808080FF",
         "color": "#FFFFFFFF",
         "recipes": [],
         "recipes": [
            "SodiumCarbonate"
        ],
         "metabolisms": null
         "metabolisms": null
     },
     },
     "PoisonWine": {
     "Lexorin": {
         "id": "PoisonWine",
         "id": "Lexorin",
         "name": "poison wine",
         "name": "lexorin",
         "group": "Drinks",
         "group": "Toxins",
         "desc": "Is this even wine? Toxic! Hallucinogenic! Probably consumed in boatloads by your superiors!",
         "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": "strong-smelling",
         "physicalDesc": "pungent",
         "color": "#000000FF",
         "color": "#6B0007FF",
         "recipes": [],
         "recipes": [
            "Lexorin"
        ],
         "metabolisms": {
         "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"
                    }
                ]
            },
             "Poison": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
Line 5,048: Line 4,930:
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": null,
                                 "Poison": 1
                            "groups": {
                             },
                                 "Airloss": 7
                            "groups": null
                             }
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
Line 5,063: Line 4,945:
         }
         }
     },
     },
     "ToxinsSpecial": {
     "Ethylredoxrazine": {
         "id": "ToxinsSpecial",
         "id": "Ethylredoxrazine",
         "name": "toxins special",
         "name": "ethylredoxrazine",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "This thing is ON FIRE! CALL THE DAMN SHUTTLE!",
         "desc": "Neutralises the effects of alcohol in the blood stream. Though it is commonly needed, it is rarely requested.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "opaque",
         "color": "#665C00FF",
         "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": 2,
                         "id": "GenericStatusEffect"
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,093: Line 4,973:
         }
         }
     },
     },
     "Nocturine": {
     "Tritium": {
         "id": "Nocturine",
         "id": "Tritium",
         "name": "nocturine",
         "name": "tritium",
         "group": "Narcotics",
         "group": "Unknown",
         "desc": "Makes you feel very tired and unable to stand up. Basically, it's bone hurting juice.",
         "desc": "Radioactive space-magic pixie dust.",
         "physicalDesc": "powdery",
         "physicalDesc": "ionizing",
         "color": "#128E80FF",
         "color": "#66FF33FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Narcotic": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 5,108: Line 4,988:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 1
                                 "Radiation": 3
                             },
                             },
                             "groups": null
                             "groups": null
Line 5,114: Line 4,994:
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": null,
                            {
                                "Min": 60,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     },
                     }
                    {
                ]
                        "Key": "ForcedSleep",
            },
                        "Component": "ForcedSleeping",
            "Gas": {
                        "Time": 2,
                "rate": 0.5,
                         "Refresh": false,
                "effects": [
                        "Type": 0,
                    {
                        "conditions": [
                         "damage": {
                             {
                            "types": {
                                "Min": 8,
                                "Radiation": 1
                                "Max": 21474836,
                             },
                                "Reagent": "Nocturine",
                            "groups": null
                                "id": "ReagentThreshold"
                        },
                            }
                        "scaleByQuantity": true,
                        ],
                        "ignoreResistances": true,
                        "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 5,146: Line 5,020:
         }
         }
     },
     },
     "Pilk": {
     "Left4Zed": {
         "id": "Pilk",
         "id": "Left4Zed",
         "name": "pilk",
         "name": "left-4-zed",
         "group": "Drinks",
         "group": "Botanical",
         "desc": "A sickening mixture of milk and cola.",
         "desc": "A cocktail of mutagenic compounds, which cause plant life to become highly unstable.",
         "physicalDesc": "creamy",
         "physicalDesc": "heterogeneous",
         "color": "#E7C69FFF",
         "color": "#5B406CFF",
         "recipes": [
         "recipes": [
             "Pilk"
             "Left4Zed"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "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"
                     }
                     },
                ]
                     {
            }
        }
    },
    "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": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 3
                                 "Poison": 1
                             },
                             },
                             "groups": null
                             "groups": null
Line 5,191: Line 5,055:
                         "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"
                    },
                    {
                        "Reagent": "Inaprovaline",
                        "Group": null,
                        "Amount": -2,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
             },
             }
        }
    },
    "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": [],
        "metabolisms": {
             "Gas": {
             "Gas": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "Messages": [
                             "types": {
                             "effect-sleepy"
                                 "Poison": 1
                        ],
                        "Type": 1,
                        "VisualType": 2,
                        "conditions": [
                            {
                                 "Min": 0.5,
                                "Max": 21474836,
                                "Reagent": "NitrousOxide",
                                "id": "ReagentThreshold"
                             },
                             },
                             "groups": null
                             {
                        },
                                "Type": "Slime",
                        "scaleByQuantity": true,
                                "ShouldHave": false,
                        "ignoreResistances": true,
                                "id": "OrganType"
                        "conditions": null,
                            }
                        "probability": 1,
                        ],
                        "id": "HealthChange"
                        "probability": 0.1,
                    }
                        "id": "PopupMessage"
                ]
                    },
            }
        }
    },
    "Sbiten": {
        "id": "Sbiten",
        "name": "sbiten",
        "group": "Drinks",
        "desc": "A spicy Vodka! Might be a little hot for the little guys!",
        "physicalDesc": "strong-smelling",
        "color": "#004166FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "conditions": null,
                        "StatusLifetime": 2,
                         "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "NitrousOxide",
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Slime",
                                "ShouldHave": false,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "WalkSpeedModifier": 0.65,
                         "id": "SatiateThirst"
                        "SprintSpeedModifier": 0.65,
                         "id": "MovespeedModifier"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Key": "ForcedSleep",
                         "Group": null,
                        "Component": "ForcedSleeping",
                         "Amount": 0.05,
                        "Time": 3,
                         "conditions": null,
                        "Refresh": true,
                         "probability": 1,
                        "Type": 0,
                         "id": "AdjustReagent"
                        "conditions": [
                            {
                                "Min": 1.8,
                                "Max": 21474836,
                                "Reagent": "NitrousOxide",
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Slime",
                                "ShouldHave": false,
                                "id": "OrganType"
                            }
                        ],
                        "probability": 1,
                         "id": "GenericStatusEffect"
                    },
                    {
                         "damage": {
                            "types": {
                                "Poison": 0.25
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 3.5,
                                "Max": 21474836,
                                "Reagent": "NitrousOxide",
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Slime",
                                "ShouldHave": false,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 5,255: Line 5,174:
         }
         }
     },
     },
     "BbqSauce": {
     "AtomicBomb": {
         "id": "BbqSauce",
         "id": "AtomicBomb",
         "name": "BBQ sauce",
         "name": "atomic bomb",
         "group": "Foods",
         "group": "Drinks",
         "desc": "Hand wipes not included.",
         "desc": "Nuclear proliferation never tasted so good.",
         "physicalDesc": "gloopy",
         "physicalDesc": "cloudy",
         "color": "#8B0000FF",
         "color": "#666300FF",
         "recipes": [
         "recipes": [
             "CookingBbqSauce"
             "AtomicBomb"
         ],
         ],
        "metabolisms": null
         "metabolisms": {
    },
             "Drink": {
    "Moonshine": {
                 "rate": 0.5,
        "id": "Moonshine",
        "name": "moonshine",
        "group": "Drinks",
        "desc": "Artisanal homemade liquor. What could go wrong?",
        "physicalDesc": "strong-smelling",
        "color": "#D1D7D155",
        "recipes": [
            "Moonshine"
        ],
         "metabolisms": {
             "Drink": {
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
Line 5,290: Line 5,197:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.25,
                         "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    },
                    {
                        "Reagent": "Radium",
                        "Group": null,
                        "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 5,299: Line 5,214:
         }
         }
     },
     },
     "TequilaSunrise": {
     "JuicePineapple": {
         "id": "TequilaSunrise",
         "id": "JuicePineapple",
         "name": "tequila sunrise",
        "name": "pineapple juice",
        "group": "Drinks",
        "desc": "The delicious juice of a pineapple.",
        "physicalDesc": "tropical",
        "color": "#FFFF00FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 3,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
    },
    "Tequila": {
        "id": "Tequila",
         "name": "tequila",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Tequila and orange juice. Much like a Screwdriver, only Mexican.",
         "desc": "A strong and mildly flavoured, mexican produced spirit.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#FFE48CFF",
         "color": "#D7D1D155",
         "recipes": [
         "recipes": [],
            "TequilaSunrise"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 5,322: Line 5,257:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.15,
                         "Amount": 0.2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 5,331: Line 5,266:
         }
         }
     },
     },
     "Bleach": {
     "Booger": {
         "id": "Bleach",
         "id": "Booger",
         "name": "bleach",
         "name": "booger",
         "group": "Unknown",
         "group": "Drinks",
         "desc": "Heavy duty cleaner that can clean tiles the same as Space Cleaner and also decontaminate clothes. Extremely toxic when ingested.",
         "desc": "Ewww...",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#A1000BFF",
         "color": "#8CFF8CFF",
        "recipes": [
            "Booger"
        ],
        "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"
                    }
                ]
            }
        }
    },
    "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": [
         "recipes": [
             "Bleach"
             "Dylovene"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 5,348: Line 5,315:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 3
                                 "Poison": -1
                             },
                             },
                             "groups": null
                             "groups": null
Line 5,359: Line 5,326:
                     },
                     },
                     {
                     {
                         "Messages": [
                         "damage": {
                             "generic-reagent-effect-burning-insides"
                             "types": {
                        ],
                                "Brute": 0.5
                        "Type": 1,
                            },
                        "VisualType": 3,
                            "groups": null
                        "conditions": null,
                        },
                        "probability": 0.33,
                        "scaleByQuantity": false,
                        "id": "PopupMessage"
                        "ignoreResistances": true,
                    }
                        "conditions": [
                ]
                            {
            }
                                "Min": 30,
        }
                                "Max": 21474836,
    },
                                "Reagent": null,
    "Nicotine": {
                                "id": "ReagentThreshold"
        "id": "Nicotine",
                            }
        "name": "Nicotine",
                        ],
        "group": "Narcotics",
                        "probability": 1,
        "desc": "Dangerous and highly addictive.",
                        "id": "HealthChange"
        "physicalDesc": "strong-smelling",
                    },
        "color": "#C0C0C0FF",
        "recipes": [],
        "metabolisms": null
    },
    "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": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "conditions": null,
                        "Amplitude": 10,
                        "Frequency": 4,
                        "Time": 2,
                        "Refresh": true,
                         "conditions": [
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "Jitter"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Messages": [
                         "Group": null,
                            "generic-reagent-effect-nauseous"
                         "Amount": 0.15,
                        ],
                         "conditions": null,
                         "Type": 1,
                         "probability": 1,
                        "VisualType": 2,
                         "id": "AdjustReagent"
                        "conditions": [
                            {
                                "Min": 30,
                                "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"
                     }
                     }
                 ]
                 ]
             }
             },
        }
             "Alcohol": {
    },
    "RobustHarvest": {
        "id": "RobustHarvest",
        "name": "robust harvest",
        "group": "Botanical",
        "desc": "Plant-enhancing hormones, good for increasing potency.",
        "physicalDesc": "robust",
        "color": "#3E901CFF",
        "recipes": [
            "RobustHarvest"
        ],
        "metabolisms": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "BoozePower": 3,
                            "types": {
                         "SlurSpeech": true,
                                "Poison": -2,
                                "Blunt": -3,
                                "Slash": -3,
                                "Piercing": -3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Type": "Plant",
                                 "Min": 15,
                                 "ShouldHave": true,
                                "Max": 21474836,
                                 "id": "OrganType"
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "Drunk"
                     }
                     }
                 ]
                 ]
Line 5,454: Line 5,415:
         }
         }
     },
     },
     "Kelotane": {
     "Sugar": {
         "id": "Kelotane",
         "id": "Sugar",
         "name": "kelotane",
         "name": "sugar",
         "group": "Medicine",
         "group": "Foods",
         "desc": "Treats burn damage and prevents infection.",
         "desc": "Tasty spacey sugar!",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "sweet",
         "color": "#BF3D19FF",
         "color": "#FFFFFFFF",
         "recipes": [
         "recipes": [],
            "Kelotane"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "conditions": [
                             "types": {
                             {
                                 "Heat": -0.33,
                                 "Min": 0.1,
                                 "Shock": -0.33,
                                 "Max": 21474836,
                                 "Cold": -0.33
                                 "Reagent": "Nutriment",
                            },
                                "id": "ReagentThreshold"
                            "groups": null
                            }
                        },
                         ],
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "NutritionFactor": 1,
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 5,487: Line 5,444:
         }
         }
     },
     },
     "Uranium": {
     "Starkist": {
         "id": "Uranium",
         "id": "Starkist",
         "name": "uranium",
         "name": "starkist",
         "group": "Elements",
         "group": "Drinks",
         "desc": "A grey metallic chemical element in the actinide series, weakly radioactive.",
         "desc": "A sweet, orange flavored soft drink.",
         "physicalDesc": "metallic",
         "physicalDesc": "fizzy",
         "color": "#8FA191FF",
         "color": "#9F3400FF",
         "recipes": [],
         "recipes": [
            "Starkist"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "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": {
         "metabolisms": {
             "Poison": {
             "Poison": {
Line 5,502: Line 5,485:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Radiation": 2
                                 "Poison": -2,
                                "Blunt": -3,
                                "Slash": -3,
                                "Piercing": -3
                             },
                             },
                             "groups": null
                             "groups": null
Line 5,508: Line 5,494:
                         "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"
Line 5,516: Line 5,508:
         }
         }
     },
     },
     "B52": {
     "MilkGoat": {
         "id": "B52",
         "id": "MilkGoat",
         "name": "b-52",
         "name": "goats milk",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Coffee, irish cream, and cognac. You will get bombed.",
         "desc": "An opaque white liquid produced by a goat. High buttermilk content.",
         "physicalDesc": "bubbly",
         "physicalDesc": "opaque",
         "color": "#664300FF",
         "color": "#DFDFDFFF",
         "recipes": [
         "recipes": [],
            "B52"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 5,533: Line 5,523:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 4,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,548: Line 5,530:
         }
         }
     },
     },
     "FluorosulfuricAcid": {
     "Oil": {
         "id": "FluorosulfuricAcid",
         "id": "Oil",
         "name": "fluorosulfuric acid",
         "name": "oil",
         "group": "Toxins",
         "group": "Foods",
         "desc": "An extremely corrosive chemical substance.",
         "desc": "Used by chefs to cook.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "oily",
         "color": "#5050FFFF",
         "color": "#B67823FF",
         "recipes": [
         "recipes": [
             "FluorosulfuricAcid"
             "Oil"
         ],
         ],
        "metabolisms": null
    },
    "Rice": {
        "id": "Rice",
        "name": "rice",
        "group": "Foods",
        "desc": "Hard, small white grains.",
        "physicalDesc": "chewy",
        "color": "#FFFFFFFF",
        "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "Reagent": "Sugar",
                            "types": {
                        "Group": null,
                                "Caustic": 2
                         "Amount": 0.4,
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "AdjustReagent"
                     },
                     },
                     {
                     {
                         "Messages": [
                         "Reagent": "Nutriment",
                            "generic-reagent-effect-burning-insides"
                         "Group": null,
                        ],
                         "Amount": 0.1,
                         "Type": 1,
                         "VisualType": 4,
                         "conditions": null,
                         "conditions": null,
                         "probability": 0.33,
                         "probability": 1,
                         "id": "PopupMessage"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,589: Line 5,574:
         }
         }
     },
     },
     "SpaceUp": {
     "ChloralHydrate": {
         "id": "SpaceUp",
         "id": "ChloralHydrate",
         "name": "Space-Up",
         "name": "chloral hydrate",
         "group": "Drinks",
         "group": "Toxins",
         "desc": "Tastes like a hull breach in your mouth.",
         "desc": "In low doses, makes you drowsy. In higher doses, puts you to sleep. Overdoses deal toxin damage.",
         "physicalDesc": "fizzy",
         "physicalDesc": "nondescript",
         "color": "#00FF00FF",
         "color": "#000067FF",
         "recipes": [],
         "recipes": [
            "ChloralHydrate"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "StatusLifetime": 2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "WalkSpeedModifier": 0.65,
                         "id": "SatiateThirst"
                        "SprintSpeedModifier": 0.65,
                        "id": "MovespeedModifier"
                    },
                    {
                        "Key": "ForcedSleep",
                        "Component": "ForcedSleeping",
                        "Time": 2,
                        "Refresh": false,
                        "Type": 0,
                        "conditions": [
                            {
                                "Min": 15,
                                "Max": 21474836,
                                "Reagent": "ChloralHydrate",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    },
                    {
                        "damage": {
                            "types": {
                                "Poison": 1.5
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                "Min": 20,
                                "Max": 21474836,
                                "Reagent": "ChloralHydrate",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 5,611: Line 5,637:
         }
         }
     },
     },
     "Nothing": {
     "Andalusia": {
         "id": "Nothing",
         "id": "Andalusia",
         "name": "nothing",
         "name": "andalusia",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Absolutely nothing.",
         "desc": "A nice, strangely named drink.",
         "physicalDesc": "nothing",
         "physicalDesc": "strong-smelling",
         "color": "#FFFFFFFF",
         "color": "#665700FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 5,628: Line 5,654:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,633: Line 5,667:
         }
         }
     },
     },
     "WhiteRussian": {
     "Ice": {
         "id": "WhiteRussian",
         "id": "Ice",
         "name": "white russian",
         "name": "ice",
        "group": "Unknown",
        "desc": "Frozen water.",
        "physicalDesc": "frosty",
        "color": "#BED8E6FF",
        "recipes": [],
        "metabolisms": null
    },
    "DeadRum": {
        "id": "DeadRum",
        "name": "deadrum",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "That's just, like, your opinion, man...",
         "desc": "Distilled alcoholic drink made from saltwater.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#A68340FF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [],
            "WhiteRussian"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 5,656: Line 5,698:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.15,
                         "Amount": 0.2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 5,665: Line 5,707:
         }
         }
     },
     },
     "Phlogiston": {
     "IrishCoffee": {
         "id": "Phlogiston",
         "id": "IrishCoffee",
         "name": "phlogiston",
         "name": "irish coffee",
         "group": "Pyrotechnic",
         "group": "Drinks",
         "desc": "Catches you on fire and makes you ignite.",
         "desc": "Coffee served with irish cream. Regular cream just isn't the same!",
         "physicalDesc": "burning",
         "physicalDesc": "cloudy",
         "color": "#D4872AFF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [
             "Phlogiston"
             "IrishCoffee"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Heat": 3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Multiplier": 0.1,
                         "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "FlammableReaction"
                         "id": "AdjustReagent"
                    },
                    {
                        "Amount": 6000,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustTemperature"
                     }
                     }
                 ]
                 ]
Line 5,708: Line 5,739:
         }
         }
     },
     },
     "LongIslandIcedTea": {
     "Rewriter": {
         "id": "LongIslandIcedTea",
         "id": "Rewriter",
         "name": "long island iced tea",
         "name": "rewriter",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "The liquor cabinet, brought together in a delicious mix. Intended for middle-aged alcoholic women only.",
         "desc": "The secret of the sanctuary of the Librarian...",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#664300FF",
         "color": "#485000FF",
         "recipes": [
         "recipes": [
             "LongIslandIcedTea"
             "Rewriter"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 5,725: Line 5,756:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,740: Line 5,763:
         }
         }
     },
     },
     "Amasec": {
     "Allicin": {
         "id": "Amasec",
         "id": "Allicin",
         "name": "amasec",
         "name": "allicin",
         "group": "Drinks",
         "group": "Unknown",
         "desc": "Official drink of the Gun Club!",
         "desc": "An organosulfur compound found in alliums like garlic, onions, and related plants.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "pungent",
         "color": "#124DA7FF",
         "color": "#F2E9D2FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.05,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                        "damage": {
                            "types": {
                                "Poison": 0.06
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Animal",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,770: Line 5,804:
         }
         }
     },
     },
     "Goldschlager": {
     "ShamblersJuice": {
         "id": "Goldschlager",
         "id": "ShamblersJuice",
         "name": "Goldschlager",
         "name": "Shambler's Juice",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "100 proof cinnamon schnapps, made for alcoholic teen girls on spring break.",
         "desc": "~Shake me up some of that Shambler's Juice!~",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "fizzy",
         "color": "#FFFF91FF",
         "color": "#66538FFF",
         "recipes": [
         "recipes": [],
            "Goldschlager"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 5,789: Line 5,821:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.2,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,802: Line 5,826:
         }
         }
     },
     },
     "DriestMartini": {
     "Astrotame": {
         "id": "DriestMartini",
         "id": "Astrotame",
         "name": "driest martini",
         "name": "Astrotame",
        "group": "Foods",
        "desc": "The sweetness of a thousand sugars but none of the calories.",
        "physicalDesc": "sugary",
        "color": "#7FFFD4FF",
        "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
    },
    "Water": {
        "id": "Water",
        "name": "water",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Only for the experienced. You think you see sand floating in the glass.",
         "desc": "A colorless liquid that humans need in order to survive.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "translucent",
         "color": "#2E6671FF",
         "color": "#75B1F0FF",
         "recipes": [
         "recipes": [],
            "DriestMartini"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 5,819: Line 5,861:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 4,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,834: Line 5,868:
         }
         }
     },
     },
     "Hooch": {
     "Vodka": {
         "id": "Hooch",
         "id": "Vodka",
         "name": "hooch",
         "name": "vodka",
         "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": "Clear distilled alcoholic beverage that originates from Poland and Russia.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#664E00FF",
         "color": "#D1D1D155",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 5,855: Line 5,889:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 5,864: Line 5,898:
         }
         }
     },
     },
     "NTCahors": {
     "Desoxyephedrine": {
         "id": "NTCahors",
         "id": "Desoxyephedrine",
         "name": "NeoTheology Cahors Wine",
         "name": "desoxyephedrine",
         "group": "Drinks",
         "group": "Narcotics",
         "desc": "Fortified dessert wine made from cabernet sauvignon, saperavi and other grapes.",
         "desc": "Desoxyephedrine is a potent stimulant with dangerous side-effects if too much is consumed.",
        "physicalDesc": "strong-smelling",
         "physicalDesc": "translucent",
        "color": "#7E4043FF",
         "color": "#FAFAFAFF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            }
        }
    },
    "Mayo": {
        "id": "Mayo",
        "name": "mayonnaise",
        "group": "Foods",
        "desc": "Creamy sauce, made from oil, egg, and some (edible) acid.",
         "physicalDesc": "thick",
         "color": "#F9F5E5FF",
         "recipes": [
         "recipes": [
             "CookingMayoVinegar",
             "Desoxyephedrine"
            "CookingMayoLemon"
         ],
         ],
        "metabolisms": null
    },
    "Frezon": {
        "id": "Frezon",
        "name": "frezon",
        "group": "Unknown",
        "desc": "A highly effective coolant.. and hallucinogenic.",
        "physicalDesc": "gaseous",
        "color": "#3A758CFF",
        "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Gas": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 5,922: Line 5,915:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Cellular": 0.01
                                 "Poison": 0.75
                             },
                             },
                             "groups": null
                             "groups": null
                         },
                         },
                         "scaleByQuantity": true,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                        "conditions": null,
                             {
                        "probability": 1,
                                 "Min": 0.5,
                        "id": "HealthChange"
                    },
                    {
                        "damage": {
                            "types": {
                                "Poison": 2,
                                "Asphyxiation": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                             {
                                 "Min": 30,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": "Frezon",
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
Line 5,938: Line 5,945:
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    }
                ]
            },
            "Narcotic": {
                "rate": 0.5,
                "effects": [
                    {
                        "StatusLifetime": 2,
                        "conditions": null,
                        "probability": 1,
                        "WalkSpeedModifier": 1.35,
                        "SprintSpeedModifier": 1.35,
                        "id": "MovespeedModifier"
                     },
                     },
                     {
                     {
                         "Key": "SeeingRainbows",
                         "Key": "Stutter",
                         "Component": "SeeingRainbows",
                         "Component": "StutteringAccent",
                         "Time": 5,
                         "Time": 2,
                         "Refresh": false,
                         "Refresh": true,
                         "Type": 0,
                         "Type": 0,
                         "conditions": [
                         "conditions": null,
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Frezon",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "GenericStatusEffect"
                     },
                     },
                     {
                     {
                         "BoozePower": 3,
                         "Amplitude": 10,
                         "SlurSpeech": true,
                         "Frequency": 4,
                         "conditions": [
                         "Time": 2,
                            {
                        "Refresh": true,
                                "Min": 1,
                        "conditions": null,
                                "Max": 21474836,
                                "Reagent": "Frezon",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "Drunk"
                         "id": "Jitter"
                     },
                     },
                     {
                     {
                         "Messages": [
                         "Key": "Stun",
                            "frezon-lungs-cold"
                        "Component": "",
                         ],
                        "Time": 3,
                         "Refresh": true,
                         "Type": 1,
                         "Type": 1,
                        "VisualType": 0,
                         "conditions": null,
                         "conditions": [
                         "probability": 1,
                            {
                         "id": "GenericStatusEffect"
                                "Min": 0.5,
                                "Max": 21474836,
                                "Reagent": "Frezon",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 0.1,
                         "id": "PopupMessage"
                     },
                     },
                     {
                     {
                         "Messages": [
                         "Key": "KnockedDown",
                            "frezon-euphoric"
                        "Component": "",
                         ],
                        "Time": 3,
                         "Refresh": true,
                         "Type": 1,
                         "Type": 1,
                         "VisualType": 2,
                         "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    }
                ]
            },
            "Medicine": {
                "rate": 0.5,
                "effects": [
                    {
                        "TimerReset": 600,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 1,
                                 "Min": 20,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": "Frezon",
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 0.1,
                         "probability": 1,
                         "id": "PopupMessage"
                         "id": "ResetNarcolepsy"
                     }
                     }
                 ]
                 ]
Line 6,008: Line 6,020:
         }
         }
     },
     },
     "JuiceBanana": {
     "CubaLibre": {
         "id": "JuiceBanana",
         "id": "CubaLibre",
         "name": "banana juice",
         "name": "cuba libre",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "The raw essence of a banana. HONK.",
         "desc": "Rum, mixed with cola. Viva la revolucion.",
         "physicalDesc": "crisp",
         "physicalDesc": "bubbly",
         "color": "#FFE777FF",
         "color": "#3E1B00FF",
         "recipes": [],
         "recipes": [
            "CubaLibre"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 6,023: Line 6,037:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 6,030: Line 6,052:
         }
         }
     },
     },
     "Astrotame": {
     "MilkOat": {
         "id": "Astrotame",
         "id": "MilkOat",
         "name": "Astrotame",
         "name": "oat milk",
         "group": "Foods",
         "group": "Drinks",
         "desc": "The sweetness of a thousand sugars but none of the calories.",
         "desc": "Surprisingly tasty.",
         "physicalDesc": "sugary",
         "physicalDesc": "refreshing",
         "color": "#7FFFD4FF",
         "color": "#DEDACDFF",
         "recipes": [],
         "recipes": [],
        "metabolisms": null
    },
    "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"
        ],
        "metabolisms": null
    },
    "EZNutrient": {
        "id": "EZNutrient",
        "name": "EZ nutrient",
        "group": "Botanical",
        "desc": "Give your plants some of those EZ nutrients!",
        "physicalDesc": "thick",
        "color": "#664330FF",
        "recipes": [
            "EZNutrient"
        ],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": [
                         "conditions": null,
                            {
                                "Type": "Plant",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "NutritionFactor": 3,
                         "HydrationFactor": 4,
                         "id": "SatiateHunger"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 6,082: Line 6,074:
         }
         }
     },
     },
     "Ethyloxyephedrine": {
     "Diethylamine": {
         "id": "Ethyloxyephedrine",
         "id": "Diethylamine",
         "name": "ethyloxyephedrine",
         "name": "diethylamine",
         "group": "Medicine",
         "group": "Botanical",
         "desc": "An unstable medicine derived from desoxyephedrine. With the main effects of desoxyephedrine neutralized, it may be useful for something else.",
         "desc": "A very potent fertilizer.",
         "physicalDesc": "shiny",
         "physicalDesc": "strong-smelling",
         "color": "#D5D5E4FF",
         "color": "#A1000BFF",
         "recipes": [
         "recipes": [
             "Ethyloxyephedrine"
             "Diethylamine"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "Amplitude": 10,
                         "damage": {
                        "Frequency": 4,
                            "types": {
                         "Time": 2,
                                "Caustic": 1
                         "Refresh": true,
                            },
                            "groups": null
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "Jitter"
                         "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": "Stutter",
                        "Component": "StutteringAccent",
                        "Time": 2,
                        "Refresh": true,
                        "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "TimerReset": 600,
                         "Reagent": "Ethanol",
                         "conditions": [
                         "Group": null,
                            {
                        "Amount": 0.05,
                                "Min": 10,
                        "conditions": null,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "ResetNarcolepsy"
                         "id": "AdjustReagent"
                    },
                    {
                        "Messages": [
                            "ethyloxyephedrine-effect-feeling-awake",
                            "ethyloxyephedrine-effect-clear-mind"
                        ],
                        "Type": 1,
                        "VisualType": 2,
                        "conditions": null,
                        "probability": 0.1,
                        "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 6,143: Line 6,135:
         }
         }
     },
     },
     "DryRamen": {
     "Phalanximine": {
         "id": "DryRamen",
         "id": "Phalanximine",
         "name": "dry ramen",
         "name": "phalanximine",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "Dry noodles and salt.",
         "desc": "Used in the treatment of cancer. Causes moderate radiation poisoning.",
         "physicalDesc": "wormy",
         "physicalDesc": "acrid",
         "color": "#664300FF",
         "color": "#C8FF75FF",
         "recipes": [],
         "recipes": [
            "Phalanximine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Cellular": -1,
                                "Radiation": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "NutritionFactor": 1,
                         "id": "HealthChange"
                         "id": "SatiateHunger"
                    },
                     }
                    {
                 ]
                        "ThirstAmount": -40,
                        "HungerAmount": -40,
                        "conditions": null,
                        "probability": 0.05,
                         "id": "ChemVomit"
                     }
                 ]
             }
             }
         }
         }
     },
     },
     "UncookedAnimalProteins": {
     "Charcoal": {
         "id": "UncookedAnimalProteins",
         "id": "Charcoal",
         "name": "uncooked animal proteins",
         "name": "charcoal",
         "group": "Unknown",
         "group": "Unknown",
         "desc": "This is very risky for the stomachs of softer lifeforms to digest.",
         "desc": "A black, porous solid",
         "physicalDesc": "clumpy",
         "physicalDesc": "porous",
         "color": "#FFFFE5FF",
         "color": "#22282BFF",
         "recipes": [],
         "recipes": [
            "Charcoal"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 6,180: Line 6,191:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 2
                                 "Poison": -1
                             },
                             },
                             "groups": null
                             "groups": null
Line 6,186: Line 6,197:
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": null,
                            {
                                "Type": "Human",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     },
                     },
                     {
                     {
                         "Reagent": "Protein",
                         "CleanseRate": 3,
                         "Group": null,
                         "conditions": null,
                        "Amount": 0.5,
                        "conditions": [
                            {
                                "Type": "Animal",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "ChemCleanBloodstream"
                     }
                     }
                 ]
                 ]
Line 6,214: Line 6,211:
         }
         }
     },
     },
     "THC": {
     "Rum": {
         "id": "THC",
         "id": "Rum",
         "name": "THC",
         "name": "rum",
         "group": "Narcotics",
         "group": "Drinks",
         "desc": "The main psychoactive compound in cannabis.",
         "desc": "Distilled alcoholic drink made from sugarcane byproducts.",
         "physicalDesc": "crystalline",
         "physicalDesc": "strong-smelling",
         "color": "#808080FF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [],
         "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.2,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 6,240: Line 6,241:
         }
         }
     },
     },
     "SnowWhite": {
     "Barefoot": {
         "id": "SnowWhite",
         "id": "Barefoot",
         "name": "snow white",
         "name": "barefoot",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A cold refreshment.",
         "desc": "Barefoot and pregnant.",
         "physicalDesc": "bubbly",
         "physicalDesc": "strong-smelling",
         "color": "#FFFFFFFF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 6,270: Line 6,271:
         }
         }
     },
     },
     "Toxin": {
     "Siderlac": {
         "id": "Toxin",
         "id": "Siderlac",
         "name": "toxin",
         "name": "siderlac",
         "group": "Toxins",
         "group": "Medicine",
         "desc": "A toxic chemical.",
         "desc": "A powerful anti-caustic medicine derived from plants.",
         "physicalDesc": "opaque",
         "physicalDesc": "milky",
         "color": "#CF3600FF",
         "color": "#F4DAB8FF",
         "recipes": [],
         "recipes": [
            "Siderlac"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 6,285: Line 6,288:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 2
                                 "Caustic": -5
                             },
                             },
                             "groups": null
                             "groups": null
Line 6,299: Line 6,302:
         }
         }
     },
     },
     "Ephedrine": {
     "IrishCream": {
         "id": "Ephedrine",
         "id": "IrishCream",
         "name": "ephedrine",
         "name": "irish cream",
         "group": "Narcotics",
         "group": "Drinks",
         "desc": "Increases stun resistance and movement speed, giving you hand cramps. Overdose deals toxin damage and inhibits breathing.",
         "desc": "Whiskey-imbued cream. What else could you expect from the Irish.",
         "physicalDesc": "powdery",
         "physicalDesc": "creamy",
         "color": "#D2FFFAFF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [
             "Ephedrine"
             "IrishCream"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Narcotic": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "StatusLifetime": 2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "WalkSpeedModifier": 1.25,
                         "HydrationFactor": 2,
                        "SprintSpeedModifier": 1.25,
                         "id": "SatiateThirst"
                         "id": "MovespeedModifier"
                     },
                     },
                     {
                     {
                         "damage": {
                         "Reagent": "Ethanol",
                            "types": {
                        "Group": null,
                                "Poison": 2,
                         "Amount": 0.2,
                                "Asphyxiation": 2
                         "conditions": null,
                            },
                            "groups": null
                        },
                         "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 20,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "AdjustReagent"
                     },
                     }
                ]
            }
        }
    },
    "Moonshine": {
        "id": "Moonshine",
        "name": "moonshine",
        "group": "Drinks",
        "desc": "Artisanal homemade liquor. What could go wrong?",
        "physicalDesc": "strong-smelling",
        "color": "#D1D7D155",
        "recipes": [
            "Moonshine"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                        "Amplitude": 10,
                        "Frequency": 4,
                        "Time": 2,
                        "Refresh": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "Jitter"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Key": "Stun",
                         "Reagent": "Ethanol",
                         "Component": "",
                         "Group": null,
                        "Time": 1,
                         "Amount": 0.25,
                        "Refresh": true,
                         "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "AdjustReagent"
                     },
                     }
                ]
            }
        }
    },
    "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
    },
    "GargleBlaster": {
        "id": "GargleBlaster",
        "name": "Pan-Galactic Gargle Blaster",
        "group": "Drinks",
        "desc": "Whoah, this stuff looks volatile!",
        "physicalDesc": "volatile",
        "color": "#9CC8B4FF",
        "recipes": [
            "GargleBlaster"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                        "Key": "KnockedDown",
                        "Component": "",
                        "Time": 1,
                        "Refresh": true,
                        "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Messages": [
                         "Reagent": "Ethanol",
                            "ephedrine-effect-tight-pain",
                         "Group": null,
                            "ephedrine-effect-heart-pounds"
                         "Amount": 0.2,
                        ],
                         "Type": 1,
                         "VisualType": 2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 0.05,
                         "probability": 1,
                         "id": "PopupMessage"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
             },
             }
             "Medicine": {
        }
                 "rate": 0.5,
    },
    "Iodine": {
        "id": "Iodine",
        "name": "iodine",
        "group": "Elements",
        "desc": "Commonly added to table salt as a nutrient. On its own it tastes far less pleasing.",
        "physicalDesc": "dark brown",
        "color": "#BC8A00FF",
        "recipes": [],
        "metabolisms": null
    },
    "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": [
                 "effects": [
                     {
                     {
                         "TimerReset": 600,
                         "damage": {
                            "types": {
                                "Poison": 0.06
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 30,
                                 "Min": 1,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Animal",
                                "ShouldHave": true,
                                "id": "OrganType"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "ResetNarcolepsy"
                         "id": "HealthChange"
                    },
                    {
                        "CauseChance": 1,
                        "Disease": "ActiveHonkVirus",
                        "conditions": null,
                        "probability": 1,
                        "id": "ChemCauseDisease"
                     }
                     }
                 ]
                 ]
Line 6,404: Line 6,466:
         }
         }
     },
     },
     "MelonLiquor": {
     "Grog": {
         "id": "MelonLiquor",
         "id": "Grog",
         "name": "melon liquor",
         "name": "grog",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A relatively sweet and fruity 46 proof liquor.",
         "desc": "Watered-down rum, pirate approved!",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#138808FF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [
            "Grog"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 6,434: Line 6,498:
         }
         }
     },
     },
     "Cryoxadone": {
     "Goldschlager": {
         "id": "Cryoxadone",
         "id": "Goldschlager",
         "name": "cryoxadone",
         "name": "Goldschlager",
         "group": "Medicine",
         "group": "Drinks",
         "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": "100 proof cinnamon schnapps, made for alcoholic teen girls on spring break.",
         "physicalDesc": "fizzy",
         "physicalDesc": "strong-smelling",
         "color": "#0091FFFF",
         "color": "#FFFF91FF",
         "recipes": [
         "recipes": [
             "Cryoxadone"
             "Goldschlager"
         ],
         ],
        "metabolisms": {
            "Medicine": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Airloss": -6,
                                "Brute": -4,
                                "Burn": -6,
                                "Toxin": -4
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                "Min": 0,
                                "Max": 150,
                                "id": "Temperature"
                            }
                        ],
                        "probability": 1,
                        "id": "HealthChange"
                    }
                ]
            }
        }
    },
    "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": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 6,495: Line 6,521:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 6,504: Line 6,530:
         }
         }
     },
     },
     "Impedrezene": {
     "TequilaSunrise": {
         "id": "Impedrezene",
         "id": "TequilaSunrise",
         "name": "impedrezene",
         "name": "tequila sunrise",
         "group": "Narcotics",
         "group": "Drinks",
         "desc": "A narcotic that impedes one's ability by slowing down the higher brain cell functions. Causes massive brain damage.",
         "desc": "Tequila and orange juice. Much like a Screwdriver, only Mexican.",
         "physicalDesc": "acrid",
         "physicalDesc": "strong-smelling",
         "color": "#215263FF",
         "color": "#FFE48CFF",
         "recipes": [
         "recipes": [
             "Impedrezene"
             "TequilaSunrise"
         ],
         ],
        "metabolisms": null
    },
    "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": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 6,531: Line 6,547:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 6,538: Line 6,562:
         }
         }
     },
     },
     "Cognizine": {
     "PulpedBananaPeel": {
         "id": "Cognizine",
         "id": "PulpedBananaPeel",
         "name": "cognizine",
         "name": "pulped banana peel",
         "group": "Medicine",
         "group": "Medicine",
         "desc": "A mysterious chemical which is able to make any non-sentient creature sentient.",
         "desc": "Pulped banana peels have some effectiveness against bleeding.",
         "physicalDesc": "enigmatic",
         "physicalDesc": "pulpy",
         "color": "#B50EE8FF",
         "color": "#FFE774FF",
         "recipes": [
         "recipes": [],
            "Cognizine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Medicine": {
Line 6,553: Line 6,575:
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": [
                         "Scaled": false,
                            {
                        "Amount": -0.5,
                                "Min": 5,
                        "conditions": null,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "MakeSentient"
                         "id": "ModifyBleedAmount"
                     }
                     }
                 ]
                 ]
Line 6,568: Line 6,585:
         }
         }
     },
     },
     "KiraSpecial": {
     "Toxin": {
         "id": "KiraSpecial",
         "id": "Toxin",
         "name": "kira special",
         "name": "toxin",
         "group": "Drinks",
         "group": "Toxins",
         "desc": "Long live the guy who everyone had mistaken for a girl. Baka!",
         "desc": "A toxic chemical.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "opaque",
         "color": "#CCCC99FF",
         "color": "#CF3600FF",
         "recipes": [
         "recipes": [],
            "KiraSpecial"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 3,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 6,592: Line 6,614:
         }
         }
     },
     },
     "ChangelingSting": {
     "Margarita": {
         "id": "ChangelingSting",
         "id": "Margarita",
         "name": "changeling sting",
         "name": "margarita",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "You take a tiny sip and feel a burning sensation...",
         "desc": "On the rocks with salt on the rim. Arriba~!",
         "physicalDesc": "fizzy",
         "physicalDesc": "strong-smelling",
         "color": "#2E6671FF",
         "color": "#8CFF8CFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 6,609: Line 6,631:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 6,614: Line 6,644:
         }
         }
     },
     },
     "Phalanximine": {
     "Saxoite": {
         "id": "Phalanximine",
         "id": "Saxoite",
         "name": "phalanximine",
         "name": "Saxoite",
         "group": "Medicine",
         "group": "Unknown",
         "desc": "Used in the treatment of cancer. Causes moderate radiation poisoning.",
         "desc": "Smells like jazz.",
         "physicalDesc": "acrid",
         "physicalDesc": "ground brass",
         "color": "#C8FF75FF",
         "color": "#B8A603FF",
         "recipes": [
         "recipes": [],
            "Phalanximine"
        "metabolisms": null
         ],
    },
    "JuiceGrape": {
         "id": "JuiceGrape",
        "name": "grape juice",
        "group": "Drinks",
        "desc": "Freshly squeezed juice from red grapes. Quite sweet.",
        "physicalDesc": "crisp",
        "color": "#512284FF",
        "recipes": [],
         "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 6,653: Line 6,676:
         }
         }
     },
     },
     "Romerol": {
     "Epinephrine": {
         "id": "Romerol",
         "id": "Epinephrine",
         "name": "romerol",
         "name": "epinephrine",
         "group": "Medicine",
         "group": "Medicine",
         "desc": "A difficult to procure chemical used in the reversal of the zombification process. Tastes like death.",
         "desc": "Effective at bringing people back from a critical state. Reduces some stun times. Easy to overdose on.",
         "physicalDesc": "acrid",
         "physicalDesc": "odorless",
         "color": "#7E916EFF",
         "color": "#D2FFFAFF",
         "recipes": [
         "recipes": [
             "Romerol"
             "Epinephrine"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 6,670: Line 6,693:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 0.5
                                "Asphyxiation": -3,
                                 "Poison": -0.5
                             },
                             },
                             "groups": null
                             "groups": {
                                "Brute": -0.5,
                                "Burn": -0.5
                            }
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": [
                        "probability": 1,
                            {
                        "id": "HealthChange"
                                "mobstate": 2,
                    }
                                "id": "MobStateCondition"
                ]
            }
        }
    },
    "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
    },
    "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,
                "effects": [
                    {
                        "damage": {
                            "types": {
                                "Caustic": -3
                             },
                             },
                             "groups": null
                             {
                        },
                                "Min": 0,
                        "scaleByQuantity": false,
                                "Max": 20,
                        "ignoreResistances": true,
                                "Reagent": null,
                        "conditions": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
Line 6,726: Line 6,721:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Heat": 2
                                 "Asphyxiation": 1,
                                "Poison": 1
                             },
                             },
                             "groups": null
                             "groups": null
Line 6,734: Line 6,730:
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 16,
                                 "Min": 20,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": null,
Line 6,744: Line 6,740:
                     },
                     },
                     {
                     {
                         "Amplitude": 10,
                         "Reagent": "Lexorin",
                         "Frequency": 4,
                         "Group": null,
                         "Time": 2,
                         "Amount": -2,
                         "Refresh": true,
                         "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    },
                    {
                        "Reagent": "Epinephrine",
                        "Group": null,
                        "Amount": -1,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 20,
                                 "Min": 1,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": "Lexorin",
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "Jitter"
                         "id": "AdjustReagent"
                     },
                     },
                     {
                     {
                         "Messages": [
                         "Reagent": "Histamine",
                            "generic-reagent-effect-nauseous"
                         "Group": null,
                        ],
                         "Amount": 4,
                         "Type": 1,
                         "VisualType": 2,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 20,
                                 "Min": 1,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": "Lexorin",
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 0.2,
                         "probability": 0.1,
                         "id": "PopupMessage"
                         "id": "AdjustReagent"
                    },
                    {
                        "Key": "Stun",
                        "Component": "",
                        "Time": 0.75,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                     },
                     },
                     {
                     {
                         "ThirstAmount": -40,
                         "Key": "KnockedDown",
                         "HungerAmount": -40,
                         "Component": "",
                         "conditions": [
                         "Time": 0.75,
                            {
                        "Refresh": true,
                                "Min": 30,
                        "Type": 1,
                                "Max": 21474836,
                        "conditions": null,
                                "Reagent": null,
                         "probability": 1,
                                "id": "ReagentThreshold"
                         "id": "GenericStatusEffect"
                            }
                        ],
                         "probability": 0.02,
                         "id": "ChemVomit"
                     }
                     }
                 ]
                 ]
Line 6,794: Line 6,801:
         }
         }
     },
     },
     "Aluminium": {
     "Amasec": {
         "id": "Aluminium",
         "id": "Amasec",
         "name": "aluminium",
         "name": "amasec",
         "group": "Elements",
         "group": "Drinks",
         "desc": "A silver, soft, non-magnetic, and ductile metal.",
         "desc": "Official drink of the Gun Club!",
         "physicalDesc": "metallic",
         "physicalDesc": "strong-smelling",
         "color": "#848789FF",
         "color": "#124DA7FF",
         "recipes": [],
         "recipes": [],
        "metabolisms": null
    },
    "Oculine": {
        "id": "Oculine",
        "name": "oculine",
        "group": "Medicine",
        "desc": "Heals eye damage.",
        "physicalDesc": "translucent",
        "color": "#404040FF",
        "recipes": [
            "Oculine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Amount": -1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "ChemHealEyeDamage"
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 6,828: Line 6,831:
         }
         }
     },
     },
     "JuiceBerry": {
     "Nutriment": {
         "id": "JuiceBerry",
         "id": "Nutriment",
         "name": "berry juice",
         "name": "nutriment",
         "group": "Drinks",
         "group": "Foods",
         "desc": "A delicious blend of several different kinds of berries.",
         "desc": "All the vitamins, minerals, and carbohydrates the body needs in pure form.",
         "physicalDesc": "sweet",
         "physicalDesc": "opaque",
         "color": "#660099FF",
         "color": "#664330FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 6,843: Line 6,846:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "NutritionFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 6,850: Line 6,853:
         }
         }
     },
     },
     "Copper": {
     "BlueCuracao": {
         "id": "Copper",
         "id": "BlueCuracao",
         "name": "copper",
         "name": "blue curacao",
         "group": "Elements",
         "group": "Drinks",
         "desc": "A soft, malleable, and ductile metal with very high thermal and electrical conductivity.",
         "desc": "Exotically blue, fruity drink, distilled from oranges.",
         "physicalDesc": "metallic",
         "physicalDesc": "strong-smelling",
        "color": "#B05B3CFF",
         "color": "#0000CDFF",
        "recipes": [],
        "metabolisms": null
    },
    "Radium": {
        "id": "Radium",
        "name": "radium",
        "group": "Elements",
        "desc": "A radioactive metal, silvery-white in its pure form. It glows due to its radioactivity and is highly toxic.",
        "physicalDesc": "glowing",
         "color": "#00FF04FF",
         "recipes": [],
         "recipes": [],
         "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.1,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 6,889: Line 6,883:
         }
         }
     },
     },
     "Gold": {
     "Cryoxadone": {
         "id": "Gold",
         "id": "Cryoxadone",
         "name": "gold",
         "name": "cryoxadone",
         "group": "Elements",
         "group": "Medicine",
         "desc": "Gold is a dense, soft, shiny metal and the most malleable and ductile metal known.",
         "desc": "Required for the proper function of cryogenics. Heals all standard types of damage very swiftly, but only works in temperatures under 170K (usually this means cryo cells). Can also slowly heal clone damage, such as caused by cloning or Slimes.",
         "physicalDesc": "metallic",
         "physicalDesc": "fizzy",
         "color": "#F7C430FF",
         "color": "#0091FFFF",
         "recipes": [],
         "recipes": [
        "metabolisms": null
            "Cryoxadone"
    },
         ],
    "Water": {
         "metabolisms": {
        "id": "Water",
             "Medicine": {
        "name": "water",
        "group": "Drinks",
        "desc": "A colorless liquid that humans need in order to survive.",
        "physicalDesc": "translucent",
        "color": "#75B1F0FF",
         "recipes": [],
         "metabolisms": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                        "damage": {
                            "types": null,
                            "groups": {
                                "Airloss": -6,
                                "Brute": -4,
                                "Burn": -6,
                                "Toxin": -4
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 0,
                                "Max": 150,
                                "id": "Temperature"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 4,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 6,921: Line 6,923:
         }
         }
     },
     },
     "Tequila": {
     "BeepskySmash": {
         "id": "Tequila",
         "id": "BeepskySmash",
         "name": "tequila",
         "name": "beepsky smash",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A strong and mildly flavoured, mexican produced spirit.",
         "desc": "Deny drinking this and prepare for THE LAW.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#D7D1D155",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [
            "BeepskySmash"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 6,942: Line 6,946:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.2,
                         "Amount": 0.15,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 6,951: Line 6,955:
         }
         }
     },
     },
     "SoyLatte": {
     "Theobromine": {
         "id": "SoyLatte",
         "id": "Theobromine",
         "name": "soy latte",
         "name": "theobromine",
         "group": "Drinks",
         "group": "Toxins",
         "desc": "A coffee drink made with espresso and steamed soy milk.",
         "desc": "Theobromine is a bitter alkaloid of the cacao plant found in chocolate, and some other foods.",
        "physicalDesc": "strong-smelling",
         "physicalDesc": "grainy",
        "color": "#664300FF",
         "color": "#F5F5F5FF",
        "recipes": [
         "recipes": [],
            "SoyLatte"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 3,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
    },
    "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": {
         "metabolisms": {
             "Poison": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.05,
                 "effects": [
                 "effects": [
                     {
                     {
                         "Messages": [
                         "damage": {
                            "carpetium-effect-blood-fibrous",
                             "types": {
                             "carpetium-effect-jumpsuit-insides"
                                "Poison": 0.4
                        ],
                            },
                        "Type": 1,
                            "groups": null
                        "VisualType": 0,
                         },
                        "conditions": null,
                         "scaleByQuantity": false,
                        "probability": 0.1,
                         "ignoreResistances": true,
                         "id": "PopupMessage"
                    },
                    {
                        "Reagent": "CarpoToxin",
                         "Group": null,
                         "Amount": -3,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 1,
                                 "Min": 1,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": "CarpoToxin",
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Animal",
                                "ShouldHave": true,
                                "id": "OrganType"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "HealthChange"
                     }
                     },
                ]
            }
        }
    },
    "LemonLime": {
        "id": "LemonLime",
        "name": "lemon-lime",
        "group": "Drinks",
        "desc": "tangy lime and lemon soda",
        "physicalDesc": "fizzy",
        "color": "#878F00FF",
        "recipes": [
            "LemonLime"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "conditions": null,
                        "ThirstAmount": -40,
                        "probability": 1,
                        "HungerAmount": -40,
                         "HydrationFactor": 2,
                         "conditions": [
                         "id": "SatiateThirst"
                            {
                                "Min": 3,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Animal",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 0.04,
                         "id": "ChemVomit"
                     }
                     }
                 ]
                 ]
Line 7,043: Line 7,015:
         }
         }
     },
     },
     "Thermite": {
     "VentCrud": {
         "id": "Thermite",
         "id": "VentCrud",
         "name": "thermite",
         "name": "vent crud",
         "group": "Pyrotechnic",
         "group": "Unknown",
         "desc": "A mixture that becomes extremely hot when ignited, and which can burn straight through walls when applied and ignited. It'll slowly inflict burn damage to anybody dumb enough to ingest it, but can't be ignited inside inside said dumb person.",
         "desc": "A jet black substance found in poorly maintained ventilation systems.",
         "physicalDesc": "grainy",
         "physicalDesc": "sticky",
         "color": "#757245FF",
         "color": "#000000FF",
         "recipes": [
         "recipes": [],
            "Thermite"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Poison": {
Line 7,060: Line 7,030:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Heat": 2
                                 "Poison": 2
                             },
                             },
                             "groups": null
                             "groups": null
Line 7,069: Line 7,039:
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     }
                    },
                    {
                        "CauseChance": 0.6,
                        "Disease": "VentCough",
                        "conditions": null,
                        "probability": 1,
                        "id": "ChemCauseDisease"
                     }
                 ]
                 ]
             }
             }
         }
         }
     },
     },
     "Cryptobiolin": {
     "WhiskeyCola": {
         "id": "Cryptobiolin",
         "id": "WhiskeyCola",
         "name": "cryptobiolin",
         "name": "whiskey cola",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "Causes confusion and dizziness. This is essential to make Spaceacillin.",
         "desc": "Whiskey, mixed with cola. Surprisingly refreshing.",
         "physicalDesc": "fizzy",
         "physicalDesc": "bubbly",
         "color": "#081A80FF",
         "color": "#3E1B00FF",
         "recipes": [
         "recipes": [
             "Cryptobiolin"
             "WhiskeyCola"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "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,
                         "id": "GenericStatusEffect"
                         "HydrationFactor": 2,
                    }
                        "id": "SatiateThirst"
                ]
                    },
            },
            "Alcohol": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "BoozePower": 20,
                         "Reagent": "Ethanol",
                         "SlurSpeech": false,
                        "Group": null,
                         "Amount": 0.15,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "Drunk"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 7,114: Line 7,083:
         }
         }
     },
     },
     "Sugar": {
     "Gold": {
         "id": "Sugar",
         "id": "Gold",
         "name": "sugar",
         "name": "gold",
         "group": "Foods",
         "group": "Elements",
         "desc": "Tasty spacey sugar!",
         "desc": "Gold is a dense, soft, shiny metal and the most malleable and ductile metal known.",
         "physicalDesc": "sweet",
         "physicalDesc": "metallic",
         "color": "#FFFFFFFF",
         "color": "#F7C430FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": null
            "Food": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": [
                            {
                                "Min": 0.1,
                                "Max": 21474836,
                                "Reagent": "Nutriment",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "NutritionFactor": 1,
                        "id": "SatiateHunger"
                    }
                ]
            }
        }
     },
     },
     "GinTonic": {
     "CoffeeLiqueur": {
         "id": "GinTonic",
         "id": "CoffeeLiqueur",
         "name": "gin and tonic",
         "name": "coffee liqueur",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "An all time classic, mild cocktail.",
         "desc": "Liquor flavoured with cold brewed coffee and spices.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "cloudy",
         "color": "#004166FF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [],
            "GinTonic"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 7,166: Line 7,114:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.15,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 7,175: Line 7,123:
         }
         }
     },
     },
     "Saxoite": {
     "UncookedAnimalProteins": {
         "id": "Saxoite",
         "id": "UncookedAnimalProteins",
         "name": "Saxoite",
         "name": "uncooked animal proteins",
         "group": "Unknown",
         "group": "Unknown",
         "desc": "Smells like jazz.",
         "desc": "This is very risky for the stomachs of softer lifeforms to digest.",
         "physicalDesc": "ground brass",
         "physicalDesc": "clumpy",
         "color": "#B8A603FF",
         "color": "#FFFFE5FF",
        "recipes": [],
        "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": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 7,206: Line 7,144:
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": [
                            {
                                "Type": "Human",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     },
                     },
                     {
                     {
                         "CauseChance": 0.6,
                         "Reagent": "Protein",
                         "Disease": "VentCough",
                        "Group": null,
                        "conditions": null,
                        "Amount": 0.5,
                         "conditions": [
                            {
                                "Type": "Animal",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "ChemCauseDisease"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 7,221: Line 7,172:
         }
         }
     },
     },
     "BlueCuracao": {
     "CapsaicinOil": {
         "id": "BlueCuracao",
         "id": "CapsaicinOil",
         "name": "blue curacao",
         "name": "Capsaicin Oil",
         "group": "Drinks",
         "group": "Unknown",
         "desc": "Exotically blue, fruity drink, distilled from oranges.",
         "desc": "Capsaicin Oil is the ingredient found in different types of hot peppers.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "oily",
         "color": "#0000CDFF",
         "color": "#FF0000FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "conditions": null,
                         "Reagent": "Nutriment",
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.1,
                         "Amount": 0.75,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 7,248: Line 7,193:
                     }
                     }
                 ]
                 ]
             }
             },
        }
             "Poison": {
    },
    "Mead": {
        "id": "Mead",
        "name": "mead",
        "group": "Drinks",
        "desc": "A Viking's drink, though a cheap one.",
        "physicalDesc": "strong-smelling",
        "color": "#664300FF",
        "recipes": [],
        "metabolisms": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Amount": 250,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "id": "AdjustTemperature"
                         "id": "SatiateThirst"
                    },
                    {
                        "damage": {
                            "types": {
                                "Caustic": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                "Min": 5,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                         "id": "HealthChange"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Messages": [
                         "Group": null,
                            "capsaicin-effect-light-burn"
                         "Amount": 0.05,
                        ],
                         "Type": 1,
                         "VisualType": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 0.2,
                         "id": "AdjustReagent"
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 7,281: Line 7,237:
         }
         }
     },
     },
     "GinFizz": {
     "IcedGreenTea": {
         "id": "GinFizz",
         "id": "IcedGreenTea",
         "name": "gin fizz",
         "name": "iced green tea",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Refreshingly lemony, deliciously dry.",
         "desc": "cold green tea.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "aromatic",
         "color": "#664300FF",
         "color": "#CE4200FF",
         "recipes": [
         "recipes": [
             "GinFizz"
             "IcedGreenTea"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 7,298: Line 7,254:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 7,313: Line 7,261:
         }
         }
     },
     },
     "Ice": {
     "SoyLatte": {
         "id": "Ice",
         "id": "SoyLatte",
         "name": "ice",
         "name": "soy latte",
         "group": "Unknown",
         "group": "Drinks",
         "desc": "Frozen water.",
         "desc": "A coffee drink made with espresso and steamed soy milk.",
         "physicalDesc": "frosty",
         "physicalDesc": "strong-smelling",
         "color": "#BED8E6FF",
         "color": "#664300FF",
        "recipes": [],
        "metabolisms": null
    },
    "GroundBee": {
        "id": "GroundBee",
        "name": "Ground Bee",
        "group": "Unknown",
        "desc": "Bee grounds. Gross.",
        "physicalDesc": "bee guts",
        "color": "#86530EFF",
        "recipes": [],
        "metabolisms": null
    },
    "MuteToxin": {
        "id": "MuteToxin",
        "name": "mute toxin",
        "group": "Narcotics",
        "desc": "Makes you unable to talk while metabolizing.",
        "physicalDesc": "syrupy",
        "color": "#000000FF",
         "recipes": [
         "recipes": [
             "MuteToxin"
             "SoyLatte"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Narcotic": {
             "Drink": {
                 "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,
                         "id": "GenericStatusEffect"
                        "HydrationFactor": 3,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 7,361: Line 7,285:
         }
         }
     },
     },
     "Wine": {
     "Cryptobiolin": {
         "id": "Wine",
         "id": "Cryptobiolin",
         "name": "wine",
         "name": "cryptobiolin",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "An premium alchoholic beverage made from distilled grape juice.",
         "desc": "Causes confusion and dizziness. This is essential to make Spaceacillin.",
         "physicalDesc": "translucent",
         "physicalDesc": "fizzy",
         "color": "#7E4043FF",
         "color": "#081A80FF",
         "recipes": [
         "recipes": [
             "BloodToWine"
             "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 7,393: Line 7,325:
         }
         }
     },
     },
     "Flour": {
     "JuiceLemon": {
         "id": "Flour",
         "id": "JuiceLemon",
         "name": "flour",
         "name": "lemon juice",
         "group": "Foods",
         "group": "Drinks",
         "desc": "Used for baking.",
         "desc": "This juice is VERY sour.",
         "physicalDesc": "powdery",
         "physicalDesc": "citric",
         "color": "#FFFFFFFF",
         "color": "#FFF690FF",
         "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": 3,
                    },
                         "id": "SatiateThirst"
                    {
                        "Reagent": "Nutriment",
                        "Group": null,
                        "Amount": 0.1,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 7,425: Line 7,347:
         }
         }
     },
     },
     "BloodyMary": {
     "HotRamen": {
         "id": "BloodyMary",
         "id": "HotRamen",
         "name": "bloody mary",
         "name": "hot ramen",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A strange yet pleasurable mixture made of vodka, tomato, and lime juice.",
         "desc": "Hot noodles.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "wormy",
         "color": "#660000FF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [
             "BloodyMary"
             "HotRamen"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 7,442: Line 7,364:
                         "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 7,457: Line 7,371:
         }
         }
     },
     },
     "FourteenLoko": {
     "ManhattanProject": {
         "id": "FourteenLoko",
         "id": "ManhattanProject",
         "name": "Fourteen Loko",
         "name": "manhattan project",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A highly processed liquid substance barely-passing intergalatic health standards for a soft drink.",
         "desc": "A scientist's drink of choice, for pondering ways to blow up the ship.",
         "physicalDesc": "fizzy",
         "physicalDesc": "strong-smelling",
         "color": "#DEB928FF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [],
            "FourteenLoko"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 7,478: Line 7,390:
                     },
                     },
                     {
                     {
                         "Reagent": "Theobromine",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.1,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 7,486: Line 7,398:
                     }
                     }
                 ]
                 ]
             },
             }
             "Poison": {
        }
    },
    "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,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "conditions": [
                             "types": {
                             {
                                 "Poison": 1
                                 "Type": "Plant",
                            },
                                "ShouldHave": true,
                            "groups": null
                                "id": "OrganType"
                        },
                            }
                        "scaleByQuantity": false,
                         ],
                        "ignoreResistances": true,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "NutritionFactor": 3,
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 7,507: Line 7,431:
         }
         }
     },
     },
     "Hotsauce": {
     "HorseradishSauce": {
         "id": "Hotsauce",
         "id": "HorseradishSauce",
         "name": "hotsauce",
         "name": "horseradish sauce",
         "group": "Foods",
         "group": "Foods",
         "desc": "Burns so good.",
         "desc": "Smelly horseradish sauce.",
         "physicalDesc": "spicy",
         "physicalDesc": "overpowering",
         "color": "#FF0000FF",
         "color": "#808080FF",
         "recipes": [
         "recipes": [],
            "CookingHotsauce"
        "metabolisms": null
         ],
    },
    "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
         "metabolisms": null
     },
     },
     "Neurotoxin": {
     "BananaHonk": {
         "id": "Neurotoxin",
         "id": "BananaHonk",
         "name": "neurotoxin",
         "name": "banana honk",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A strong neurotoxin that puts the subject into a death-like state.",
         "desc": "A drink from Clown Heaven.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#2E2E61FF",
         "color": "#FFFF91FF",
         "recipes": [],
         "recipes": [
            "BananaHonk"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 7,540: Line 7,474:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.25,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 7,546: Line 7,480:
                     }
                     }
                 ]
                 ]
             },
             }
             "Poison": {
        }
                 "rate": 0.5,
    },
                 "effects": [
    "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,
                        "probability": 1,
                        "HydrationFactor": 4,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
    },
    "Sulfur": {
        "id": "Sulfur",
        "name": "sulfur",
        "group": "Elements",
        "desc": "A yellow, crystalline solid.",
        "physicalDesc": "powdery",
        "color": "#FFF385FF",
        "recipes": [],
        "metabolisms": null
    },
    "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": {
                 "rate": 0.5,
                 "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 1
                                 "Heat": 2
                             },
                             },
                             "groups": null
                             "groups": null
Line 7,567: Line 7,546:
         }
         }
     },
     },
     "Rum": {
     "PolytrinicAcid": {
         "id": "Rum",
         "id": "PolytrinicAcid",
         "name": "rum",
         "name": "polytrinic acid",
         "group": "Drinks",
         "group": "Toxins",
         "desc": "Distilled alcoholic drink made from sugarcane byproducts.",
         "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",
         "physicalDesc": "strong-smelling",
         "color": "#664300FF",
         "color": "#A1000BFF",
         "recipes": [],
         "recipes": [
            "PolytrinicAcid"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "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,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Messages": [
                         "Group": null,
                            "generic-reagent-effect-burning-insides"
                         "Amount": 0.2,
                        ],
                         "Type": 1,
                         "VisualType": 4,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 0.33,
                         "id": "AdjustReagent"
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 7,597: Line 7,587:
         }
         }
     },
     },
     "Vinegar": {
     "GinTonic": {
         "id": "Vinegar",
         "id": "GinTonic",
         "name": "vinegar",
         "name": "gin and tonic",
         "group": "Foods",
         "group": "Drinks",
         "desc": "Often used to flavor food.",
         "desc": "An all time classic, mild cocktail.",
         "physicalDesc": "sour",
         "physicalDesc": "strong-smelling",
         "color": "#D2B48CFF",
         "color": "#004166FF",
         "recipes": [
         "recipes": [
             "CookingVinegar"
             "GinTonic"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Reagent": "Water",
                        "Group": null,
                        "Amount": 0.4,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Vitamin",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.1,
                         "Amount": 0.15,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "AdjustReagent"
                    },
                     }
                    {
                 ]
                        "ThirstAmount": -40,
             }
                        "HungerAmount": -40,
         }
                        "conditions": [
     },
                            {
     "Tricordrazine": {
                                "Min": 6,
         "id": "Tricordrazine",
                                "Max": 21474836,
         "name": "tricordrazine",
                                "Reagent": null,
         "group": "Medicine",
                                "id": "ReagentThreshold"
         "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",
                        "probability": 0.1,
         "recipes": [
                        "id": "ChemVomit"
            "Tricordrazine"
                     }
         ],
                 ]
             }
         }
     },
     "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": [],
        "metabolisms": null
    },
    "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": [],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Medicine": {
                 "rate": 0.05,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 0.4
                                 "Poison": -0.5,
                                "Heat": -0.33,
                                "Shock": -0.33,
                                "Cold": -0.33
                             },
                             },
                             "groups": null
                             "groups": {
                                "Brute": -1
                            }
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
Line 7,678: Line 7,649:
                         "conditions": [
                         "conditions": [
                             {
                             {
                                "Min": 1,
                                 "Max": 50,
                                 "Max": 21474836,
                                 "Min": 0,
                                 "Reagent": null,
                                 "id": "TotalDamage"
                                "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 7,715: Line 7,661:
         }
         }
     },
     },
     "BananaHonk": {
     "MelonLiquor": {
         "id": "BananaHonk",
         "id": "MelonLiquor",
         "name": "banana honk",
         "name": "melon liquor",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A drink from Clown Heaven.",
         "desc": "A relatively sweet and fruity 46 proof liquor.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#FFFF91FF",
         "color": "#138808FF",
         "recipes": [
         "recipes": [],
            "BananaHonk"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 7,747: Line 7,691:
         }
         }
     },
     },
     "JuiceTomato": {
     "PestKiller": {
         "id": "JuiceTomato",
         "id": "PestKiller",
         "name": "tomato juice",
         "name": "pest killer",
         "group": "Drinks",
         "group": "Botanical",
         "desc": "Tomatoes made into juice. What a waste of good tomatoes, huh?",
         "desc": "A mixture that targets pests.",
         "physicalDesc": "saucey",
         "physicalDesc": "bubbling",
         "color": "#731008FF",
         "color": "#9E9886FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                         "damage": {
                        "probability": 1,
                            "types": {
                        "HydrationFactor": 3,
                                "Poison": 3
                        "id": "SatiateThirst"
                            },
                    }
                            "groups": null
                ]
                        },
            }
                        "scaleByQuantity": false,
        }
                        "ignoreResistances": true,
    },
                        "conditions": [
    "Pax": {
                            {
        "id": "Pax",
                                "Type": "Plant",
        "name": "pax",
                                "ShouldHave": true,
        "group": "Unknown",
                                "id": "OrganType"
        "desc": "A psychiatric drug which prevents the patient from directly harming anyone.",
                            }
        "physicalDesc": "soothing",
                         ],
        "color": "#AAAAAAFF",
        "recipes": [
            "Pax"
        ],
        "metabolisms": {
            "Poison": {
                "rate": 0.5,
                "effects": [
                    {
                        "Key": "Pacified",
                        "Component": "Pacified",
                        "Time": 2,
                         "Refresh": false,
                        "Type": 0,
                        "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 7,797: Line 7,726:
         }
         }
     },
     },
     "Oil": {
     "Vermouth": {
         "id": "Oil",
         "id": "Vermouth",
         "name": "oil",
         "name": "vermouth",
        "group": "Foods",
        "desc": "Used by chefs to cook.",
        "physicalDesc": "oily",
        "color": "#B67823FF",
        "recipes": [
            "Oil"
        ],
        "metabolisms": null
    },
    "DeadRum": {
        "id": "DeadRum",
        "name": "deadrum",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Distilled alcoholic drink made from saltwater.",
         "desc": "Aromatized, fortified white wine flavored with various botanicals.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#664300FF",
         "color": "#91FF91FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 7,830: Line 7,747:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.2,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 7,839: Line 7,756:
         }
         }
     },
     },
     "Dexalin": {
     "MuteToxin": {
         "id": "Dexalin",
         "id": "MuteToxin",
         "name": "dexalin",
         "name": "mute toxin",
         "group": "Medicine",
         "group": "Narcotics",
         "desc": "Used for treating oxygen deprivation. In most cases where it is likely to be needed, the strength of Dexalin Plus will probably be more useful.",
         "desc": "Makes you unable to talk while metabolizing.",
         "physicalDesc": "opaque",
         "physicalDesc": "syrupy",
         "color": "#0041A8FF",
         "color": "#000000FF",
         "recipes": [
         "recipes": [
             "Dexalin"
             "MuteToxin"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Narcotic": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "Key": "Muted",
                            "types": {
                        "Component": "Muted",
                                "Asphyxiation": -1,
                        "Time": 2,
                                "Bloodloss": -0.5
                         "Refresh": true,
                            },
                         "Type": 0,
                            "groups": null
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "GenericStatusEffect"
                     }
                     }
                 ]
                 ]
Line 7,871: Line 7,784:
         }
         }
     },
     },
     "IcedGreenTea": {
     "THCOil": {
         "id": "IcedGreenTea",
         "id": "THCOil",
         "name": "iced green tea",
         "name": "THC oil",
         "group": "Drinks",
         "group": "Narcotics",
         "desc": "cold green tea.",
         "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": "aromatic",
         "physicalDesc": "skunky",
         "color": "#CE4200FF",
         "color": "#DAA520FF",
         "recipes": [
         "recipes": [],
            "IcedGreenTea"
        ],
         "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 7,895: Line 7,810:
         }
         }
     },
     },
     "Ash": {
     "Romerol": {
         "id": "Ash",
         "id": "Romerol",
         "name": "ash",
         "name": "romerol",
         "group": "Unknown",
         "group": "Medicine",
         "desc": "A light grey powdery residue",
         "desc": "A difficult to procure chemical used in the reversal of the zombification process. Tastes like death.",
         "physicalDesc": "powdery",
         "physicalDesc": "acrid",
         "color": "#FFFFFFFF",
         "color": "#7E916EFF",
         "recipes": [],
         "recipes": [
        "metabolisms": null
            "Romerol"
    },
         ],
    "WeedKiller": {
        "id": "WeedKiller",
        "name": "weed killer",
        "group": "Botanical",
        "desc": "A mixture that targets weeds.",
         "physicalDesc": "bubbling",
        "color": "#968395FF",
        "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 7,920: Line 7,827:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 4
                                 "Poison": 0.5
                             },
                             },
                             "groups": null
                             "groups": null
Line 7,926: Line 7,833:
                         "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 7,940: Line 7,841:
         }
         }
     },
     },
     "Soysauce": {
     "Cornoil": {
         "id": "Soysauce",
         "id": "Cornoil",
         "name": "soy sauce",
         "name": "corn oil",
         "group": "Foods",
         "group": "Foods",
         "desc": "A salty soy-based flavoring.",
         "desc": "Corn oil, A delicious oil used in cooking. Made from corn.",
         "physicalDesc": "salty",
         "physicalDesc": "oily",
         "color": "#8B4513FF",
         "color": "#FFFF00FF",
         "recipes": [
         "recipes": [],
            "CookingSoysauce"
        "metabolisms": null
         ],
    },
         "metabolisms": {
    "Radium": {
             "Food": {
        "id": "Radium",
        "name": "radium",
        "group": "Elements",
        "desc": "A radioactive metal, silvery-white in its pure form. It glows due to its radioactivity and is highly toxic.",
        "physicalDesc": "glowing",
        "color": "#00FF04FF",
         "recipes": [],
         "metabolisms": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Radiation": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "NutritionFactor": 0.5,
                         "id": "HealthChange"
                        "id": "SatiateHunger"
                    },
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": -0.5,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 7,970: Line 7,880:
         }
         }
     },
     },
     "Bilk": {
     "Lipozine": {
         "id": "Bilk",
         "id": "Lipozine",
         "name": "bilk",
         "name": "lipozine",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "This appears to be beer mixed with milk. Disgusting.",
         "desc": "Causes weight loss upon consumption.",
         "physicalDesc": "bilky",
         "physicalDesc": "oily",
         "color": "#895C4CFF",
         "color": "#2690B5FF",
         "recipes": [
         "recipes": [
             "Bilk"
             "Lipozine"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 7,987: Line 7,897:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "NutritionFactor": -1,
                         "id": "SatiateThirst"
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 7,994: Line 7,904:
         }
         }
     },
     },
     "HotRamen": {
     "JuiceCarrot": {
         "id": "HotRamen",
         "id": "JuiceCarrot",
         "name": "hot ramen",
         "name": "carrot juice",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Hot noodles.",
         "desc": "It's like a carrot, but less crunchy.",
         "physicalDesc": "wormy",
         "physicalDesc": "crisp",
         "color": "#664300FF",
         "color": "#FF8820FF",
         "recipes": [
         "recipes": [],
            "HotRamen"
        ],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 8,011: Line 7,919:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "NutritionFactor": 4,
                         "HydrationFactor": 2,
                         "id": "SatiateHunger"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Oculine",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    },
                    {
                        "Reagent": "Nutriment",
                        "Group": null,
                        "Amount": 0.5,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 8,018: Line 7,942:
         }
         }
     },
     },
     "Phosphorus": {
     "CafeLatte": {
         "id": "Phosphorus",
         "id": "CafeLatte",
         "name": "phosphorus",
         "name": "cafe latte",
         "group": "Elements",
         "group": "Drinks",
         "desc": "A reactive metal used in pyrotechnics and weapons.",
         "desc": "A nice, strong and tasty beverage while you are reading.",
        "physicalDesc": "powdery",
         "physicalDesc": "creamy",
        "color": "#EDE4E4FF",
         "color": "#664300FF",
        "recipes": [],
        "metabolisms": null
    },
    "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": [
         "recipes": [
             "Dermaline"
             "CafeLatte"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                         "conditions": null,
                            "types": {
                         "probability": 1,
                                "Heat": -1,
                         "HydrationFactor": 3,
                                "Shock": -1,
                         "id": "SatiateThirst"
                                "Cold": -1
                     }
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                        "damage": {
                            "types": {
                                "Asphyxiation": 1
                            },
                            "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"
                     }
                 ]
                 ]
             }
             }
         }
         }
     },
     },
     "CarbonDioxide": {
     "DemonsBlood": {
         "id": "CarbonDioxide",
         "id": "DemonsBlood",
         "name": "carbon dioxide",
         "name": "demons blood",
         "group": "Unknown",
         "group": "Drinks",
         "desc": "You have genuinely no idea what this is.",
         "desc": "AHHHH!!!!",
         "physicalDesc": "odorless",
         "physicalDesc": "strong-smelling",
         "color": "#66FF33FF",
         "color": "#A70000FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
            "Gas": {
             "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "Factor": 1,
                        "conditions": [
                            {
                                "Type": "Plant",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                        "probability": 1,
                        "id": "Oxygenate"
                    },
                    {
                        "damage": {
                            "types": {
                                "Poison": 0.2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": true,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                "Type": "Plant",
                                "ShouldHave": false,
                                "id": "OrganType"
                            },
                            {
                                "Min": 0.5,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "HealthChange"
                    }
                ]
            }
        }
    },
    "Vermouth": {
        "id": "Vermouth",
        "name": "vermouth",
        "group": "Drinks",
        "desc": "Aromatized, fortified white wine flavored with various botanicals.",
        "physicalDesc": "strong-smelling",
        "color": "#91FF91FF",
        "recipes": [],
        "metabolisms": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 8,180: Line 7,996:
         }
         }
     },
     },
     "Amatoxin": {
     "MindbreakerToxin": {
         "id": "Amatoxin",
         "id": "MindbreakerToxin",
         "name": "amatoxin",
         "name": "mindbreaker toxin",
         "group": "Toxins",
         "group": "Toxins",
         "desc": "A potent toxin found in some mushrooms.",
         "desc": "A potent hallucinogenic compound that is illegal under space law. Formerly known as LSD.",
         "physicalDesc": "nondescript",
        "physicalDesc": "opaque",
         "color": "#D6CE7BFF",
        "color": "#77B58EFF",
         "recipes": [],
        "recipes": [
            "MindbreakerToxin"
        ],
        "metabolisms": null
    },
    "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": {
         "metabolisms": {
             "Poison": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "conditions": [
                            "types": {
                            {
                                 "Poison": 6
                                "Min": 5,
                            },
                                 "Max": 21474836,
                            "groups": null
                                "Reagent": null,
                        },
                                "id": "ReagentThreshold"
                        "scaleByQuantity": false,
                            }
                        "ignoreResistances": true,
                         ],
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "MakeSentient"
                     }
                     }
                 ]
                 ]
Line 8,209: Line 8,038:
         }
         }
     },
     },
     "UnstableMutagen": {
     "SulfuricAcid": {
         "id": "UnstableMutagen",
         "id": "SulfuricAcid",
         "name": "unstable mutagen",
         "name": "sulfuric acid",
         "group": "Toxins",
         "group": "Toxins",
         "desc": "Causes mutations when injected into living people or plants. High doses may be lethal, especially in humans.",
         "desc": "A highly corrosive, oily, colorless liquid.",
         "physicalDesc": "glowing",
         "physicalDesc": "oily",
         "color": "#00FF5FFF",
         "color": "#BF8C00FF",
         "recipes": [
         "recipes": [
             "UnstableMutagen"
             "SulfuricAcid"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 8,226: Line 8,055:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Radiation": 3
                                 "Caustic": 2
                             },
                             },
                             "groups": null
                             "groups": null
Line 8,235: Line 8,064:
                         "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"
                     }
                 ]
             }
         }
         }
     },
     },
     "Egg": {
     "Oats": {
         "id": "Egg",
         "id": "Oats",
         "name": "egg",
         "name": "oats",
         "group": "Foods",
         "group": "Foods",
         "desc": "Used for baking.",
         "desc": "Used for a variety of tasty purposes.",
         "physicalDesc": "mucus-like",
         "physicalDesc": "coarse",
         "color": "#FFFFFFFF",
         "color": "#D2B48CFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 8,253: Line 8,092:
                 "effects": [
                 "effects": [
                     {
                     {
                         "Reagent": "Protein",
                         "Reagent": "Sugar",
                        "Group": null,
                        "Amount": 0.2,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    },
                    {
                        "Reagent": "Nutriment",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.5,
                         "Amount": 0.3,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 8,264: Line 8,111:
         }
         }
     },
     },
     "Mold": {
     "SpaceMountainWind": {
         "id": "Mold",
         "id": "SpaceMountainWind",
         "name": "mold",
         "name": "Space Mountain Wind",
         "group": "Toxins",
         "group": "Drinks",
         "desc": "Often found in dark, humid places or on old bread.",
         "desc": "Blows right through you like a space wind.",
         "physicalDesc": "fuzzy",
         "physicalDesc": "fizzy",
         "color": "#8A9A5BFF",
         "color": "#102000FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "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"
                     }
                ]
            }
        }
    },
    "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": [
                     {
                     {
                         "Diseases": [
                         "damage": {
                             "VentCough",
                             "types": {
                             "SpaceCold",
                                "Poison": -4
                            "SpaceFlu",
                            },
                            "BirdFlew",
                             "groups": null
                            "Plague",
                        },
                            "TongueTwister",
                        "scaleByQuantity": false,
                            "MemeticAmirmir"
                        "ignoreResistances": true,
                         ],
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                        "Reagent": "Amatoxin",
                        "Group": null,
                         "Amount": -3,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 1,
                                 "Min": 1,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": "Mold",
                                 "Reagent": "Amatoxin",
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "ChemCauseRandomDisease"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 8,314: Line 8,177:
         }
         }
     },
     },
     "Cognac": {
     "Cola": {
         "id": "Cognac",
         "id": "Cola",
         "name": "cognac",
         "name": "cola",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A sweet and strongly alcoholic drink, twice distilled and left to mature for several years. Classy as fornication.",
         "desc": "A sweet, carbonated soft drink. Caffeine free.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "fizzy",
         "color": "#AB3C05FF",
         "color": "#422912FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 8,331: Line 8,194:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                     }
                    {
                 ]
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.2,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                 ]
             }
             }
         }
         }
     },
     },
     "Diethylamine": {
     "SpaceCleaner": {
         "id": "Diethylamine",
         "id": "SpaceCleaner",
         "name": "diethylamine",
         "name": "space cleaner",
         "group": "Botanical",
         "group": "Unknown",
         "desc": "A very potent fertilizer.",
         "desc": "This is able to clean almost all surfaces of almost anything that may dirty them. The janitor is likely to appreciate refills.",
         "physicalDesc": "strong-smelling",
        "physicalDesc": "lemony fresh",
         "color": "#A1000BFF",
        "color": "#C8FF69FF",
        "recipes": [
            "SpaceCleaner"
        ],
        "metabolisms": null
    },
    "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": [
         "recipes": [
             "Diethylamine"
             "Dermaline"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 8,361: Line 8,228:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Caustic": 1
                                 "Heat": -1,
                                "Shock": -1,
                                "Cold": -1
                             },
                             },
                             "groups": null
                             "groups": null
Line 8,370: Line 8,239:
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     }
                     },
                ]
            }
        }
    },
    "Kvass": {
        "id": "Kvass",
        "name": "kvass",
        "group": "Drinks",
        "desc": "A cool refreshing drink with a taste of socialism.",
        "physicalDesc": "bubbly",
        "color": "#381600FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "conditions": null,
                        "damage": {
                            "types": {
                                "Asphyxiation": 1
                            },
                            "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,
                         "probability": 1,
                        "HydrationFactor": 3,
                         "id": "Jitter"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 8,397: Line 8,280:
         }
         }
     },
     },
     "Rice": {
     "Sigynate": {
         "id": "Rice",
         "id": "Sigynate",
         "name": "rice",
         "name": "sigynate",
         "group": "Foods",
         "group": "Medicine",
         "desc": "Hard, small white grains.",
         "desc": "A thick pink syrup useful for neutralizing acids and soothing trauma caused by acids. Tastes sweet!",
         "physicalDesc": "chewy",
         "physicalDesc": "thick",
         "color": "#FFFFFFFF",
         "color": "#E0A5B9FF",
         "recipes": [],
         "recipes": [
            "Sigynate"
        ],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "Reagent": "Sugar",
                         "damage": {
                        "Group": null,
                            "types": {
                        "Amount": 0.4,
                                "Caustic": -3
                        "conditions": null,
                            },
                        "probability": 1,
                            "groups": null
                         "id": "AdjustReagent"
                         },
                    },
                         "scaleByQuantity": false,
                    {
                         "ignoreResistances": true,
                        "Reagent": "Nutriment",
                         "Group": null,
                         "Amount": 0.1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "HealthChange"
                    }
                ]
            }
        }
    },
    "BahamaMama": {
        "id": "BahamaMama",
        "name": "bahama mama",
        "group": "Drinks",
        "desc": "Tropical cocktail.",
        "physicalDesc": "strong-smelling",
        "color": "#FF7F3BFF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                     },
                     },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            }
        }
    },
    "Mercury": {
        "id": "Mercury",
        "name": "mercury",
        "group": "Elements",
        "desc": "A silver metal which is liquid at room temperature. It's highly toxic to humans.",
        "physicalDesc": "shiny",
        "color": "#929296FF",
        "recipes": [],
        "metabolisms": {
            "Poison": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 2
                                 "Heat": 2
                             },
                             },
                             "groups": null
                             "groups": null
Line 8,480: Line 8,316:
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": [
                            {
                                "Min": 16,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    },
                    {
                        "Amplitude": 10,
                        "Frequency": 4,
                        "Time": 2,
                        "Refresh": true,
                        "conditions": [
                            {
                                "Min": 20,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "Jitter"
                    },
                    {
                        "Messages": [
                            "generic-reagent-effect-nauseous"
                        ],
                        "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"
                     }
                     }
                 ]
                 ]
Line 8,488: Line 8,378:
         }
         }
     },
     },
     "Absinthe": {
     "Kelotane": {
         "id": "Absinthe",
         "id": "Kelotane",
         "name": "absinthe",
         "name": "kelotane",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "A anise-flavoured spirit derived from botanicals.",
         "desc": "Treats burn damage and prevents infection.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#33EE00FF",
         "color": "#BF3D19FF",
         "recipes": [],
         "recipes": [
            "Kelotane"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "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,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.3,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 8,518: Line 8,411:
         }
         }
     },
     },
     "Sodium": {
     "Ethyloxyephedrine": {
         "id": "Sodium",
         "id": "Ethyloxyephedrine",
         "name": "sodium",
         "name": "ethyloxyephedrine",
         "group": "Elements",
         "group": "Medicine",
         "desc": "A silvery-white alkali metal. Highly reactive in its pure form.",
         "desc": "An unstable medicine derived from desoxyephedrine. With the main effects of desoxyephedrine neutralized, it may be useful for something else.",
         "physicalDesc": "metallic",
         "physicalDesc": "shiny",
         "color": "#C6C8CCFF",
         "color": "#D5D5E4FF",
         "recipes": [],
         "recipes": [
        "metabolisms": null
            "Ethyloxyephedrine"
    },
         ],
    "ManhattanProject": {
        "id": "ManhattanProject",
        "name": "manhattan project",
         "group": "Drinks",
        "desc": "A scientist's drink of choice, for pondering ways to blow up the ship.",
        "physicalDesc": "strong-smelling",
        "color": "#664300FF",
        "recipes": [],
         "metabolisms": {
         "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"
                    },
                    {
                        "TimerReset": 600,
                        "conditions": [
                            {
                                "Min": 10,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "ResetNarcolepsy"
                    },
                    {
                        "Messages": [
                            "ethyloxyephedrine-effect-feeling-awake",
                            "ethyloxyephedrine-effect-clear-mind"
                        ],
                        "Type": 1,
                        "VisualType": 2,
                        "conditions": null,
                        "probability": 0.1,
                        "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 8,558: Line 8,472:
         }
         }
     },
     },
     "SpaceMountainWind": {
     "Barozine": {
         "id": "SpaceMountainWind",
         "id": "Barozine",
         "name": "Space Mountain Wind",
         "name": "barozine",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "Blows right through you like a space wind.",
         "desc": "A potent drug that prevents pressure damage. Causes extreme pain and jittering. Very poisonous when overdosed.",
         "physicalDesc": "fizzy",
         "physicalDesc": "viscous",
         "color": "#102000FF",
         "color": "#FF867DFF",
         "recipes": [],
         "recipes": [],
         "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"
                    }
                ]
            }
        }
    },
    "Charcoal": {
        "id": "Charcoal",
        "name": "charcoal",
        "group": "Unknown",
        "desc": "A black, porous solid",
        "physicalDesc": "porous",
        "color": "#22282BFF",
        "recipes": [
            "Charcoal"
        ],
        "metabolisms": {
            "Medicine": {
                "rate": 0.5,
                "effects": [
                    {
                         "damage": {
                             "types": {
                                 "Poison": -1
                             },
                             },
                             "groups": null
                             "groups": null
Line 8,604: Line 8,494:
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 0.3,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    },
                    {
                        "CleanseRate": 3,
                        "conditions": null,
                        "probability": 1,
                        "id": "ChemCleanBloodstream"
                    }
                ]
            }
        }
    },
    "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,
                        "probability": 1,
                        "id": "ModifyBleedAmount"
                     },
                     },
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Bloodloss": 3
                                 "Poison": 3
                             },
                             },
                             "groups": null
                             "groups": null
Line 8,649: Line 8,508:
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 15,
                                 "Min": 30,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": null,
Line 8,657: Line 8,516:
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     }
                     },
                ]
                    {
            }
                        "ThirstAmount": -40,
        }
                        "HungerAmount": -40,
    },
                        "conditions": [
    "JuiceBerryPoison": {
                            {
        "id": "JuiceBerryPoison",
                                "Min": 30,
        "name": "poison berry juice",
                                "Max": 21474836,
        "group": "Unknown",
                                "Reagent": null,
        "desc": "A surprisingly tasty juice blended from various kinds of very deadly and toxic berries.",
                                "id": "ReagentThreshold"
        "physicalDesc": "sickly",
                            }
        "color": "#6600CCFF",
                        ],
        "recipes": [],
                        "probability": 0.15,
        "metabolisms": {
                        "id": "ChemVomit"
            "Drink": {
                    },
                "rate": 0.5,
                "effects": [
                     {
                     {
                        "Key": "PressureImmunity",
                        "Component": "PressureImmunity",
                        "Time": 2,
                        "Refresh": true,
                        "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 3,
                         "id": "GenericStatusEffect"
                         "id": "SatiateThirst"
                     },
                     }
                ]
            },
            "Poison": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "damage": {
                         "Key": "Stutter",
                            "types": {
                        "Component": "StutteringAccent",
                                "Poison": 1
                        "Time": 2,
                            },
                         "Refresh": true,
                            "groups": null
                         "Type": 0,
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "GenericStatusEffect"
                     }
                     },
                ]
            }
        }
    },
    "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": [
                     {
                     {
                        "Amplitude": 10,
                        "Frequency": 4,
                        "Time": 2,
                        "Refresh": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 1,
                         "id": "Jitter"
                         "id": "SatiateThirst"
                    },
                    {
                        "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 8,724: Line 8,582:
         }
         }
     },
     },
     "JuiceCarrot": {
     "IcedBeer": {
         "id": "JuiceCarrot",
         "id": "IcedBeer",
         "name": "carrot juice",
         "name": "iced beer",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "It's like a carrot, but less crunchy.",
         "desc": "A beer which is so cold the air around it freezes.",
         "physicalDesc": "crisp",
         "physicalDesc": "bubbly",
         "color": "#FF8820FF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 8,743: Line 8,601:
                     },
                     },
                     {
                     {
                         "Reagent": "Oculine",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.15,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "AdjustReagent"
                     },
                     }
                ]
            }
        }
    },
    "Diphenhydramine": {
        "id": "Diphenhydramine",
        "name": "diphenhydramine",
        "group": "Medicine",
        "desc": "Rapidly purges the body of histamine and reduces jitteriness.",
        "physicalDesc": "chalky",
        "color": "#64FFE6FF",
        "recipes": [],
        "metabolisms": {
            "Medicine": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "Reagent": "Nutriment",
                         "Reagent": "Histamine",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.5,
                         "Amount": -3,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "AdjustReagent"
                    },
                    {
                        "Key": "Jitter",
                        "Component": "",
                        "Time": 3,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                     }
                     }
                 ]
                 ]
Line 8,762: Line 8,646:
         }
         }
     },
     },
     "Corpium": {
     "CarbonDioxide": {
         "id": "Corpium",
         "id": "CarbonDioxide",
         "name": "corpium",
         "name": "carbon dioxide",
         "group": "Unknown",
         "group": "Unknown",
         "desc": "A Syndicate cocktail, carefully harvested from various sources. You wouldn't want this inside of you.",
         "desc": "You have genuinely no idea what this is.",
         "physicalDesc": "necrotic",
         "physicalDesc": "odorless",
         "color": "#7668A1FF",
         "color": "#66FF33FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Gas": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                    {
                        "Factor": 1,
                        "conditions": [
                            {
                                "Type": "Plant",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                        "probability": 1,
                        "id": "Oxygenate"
                    },
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Cellular": 1
                                 "Poison": 0.2
                             },
                             },
                             "groups": null
                             "groups": null
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": true,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": [
                            {
                                "Type": "Plant",
                                "ShouldHave": false,
                                "id": "OrganType"
                            },
                            {
                                "Min": 0.5,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    },
                    {
                        "CauseChance": 1,
                        "Disease": "ActiveZombieVirus",
                        "conditions": null,
                        "probability": 1,
                        "id": "ChemCauseDisease"
                     }
                     }
                 ]
                 ]
Line 8,798: Line 8,699:
         }
         }
     },
     },
     "CoffeeLiqueur": {
     "Mojito": {
         "id": "CoffeeLiqueur",
         "id": "Mojito",
         "name": "coffee liqueur",
         "name": "mojito",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Liquor flavoured with cold brewed coffee and spices.",
         "desc": "If it's good enough for Spesscuba, it's good enough for you.",
         "physicalDesc": "cloudy",
         "physicalDesc": "strong-smelling",
         "color": "#664300FF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [
            "Mojito"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 8,828: Line 8,731:
         }
         }
     },
     },
     "Ketchunaise": {
     "Bleach": {
         "id": "Ketchunaise",
         "id": "Bleach",
         "name": "ketchunaise",
         "name": "bleach",
         "group": "Foods",
         "group": "Unknown",
         "desc": "So-called Russian dressing, popular among Space Americans.",
         "desc": "Heavy duty cleaner that can clean tiles the same as Space Cleaner and also decontaminate clothes. Extremely toxic when ingested.",
         "physicalDesc": "saucey",
         "physicalDesc": "strong-smelling",
         "color": "#FBA399FF",
         "color": "#A1000BFF",
         "recipes": [
         "recipes": [
             "CookingKetchunaise"
             "Bleach"
         ],
         ],
        "metabolisms": null
    },
    "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": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                        "damage": {
                            "types": {
                                "Poison": 3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Theobromine",
                         "Messages": [
                         "Group": null,
                            "generic-reagent-effect-burning-insides"
                         "Amount": 0.05,
                        ],
                         "Type": 1,
                         "VisualType": 3,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 0.33,
                         "id": "AdjustReagent"
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 8,870: Line 8,772:
         }
         }
     },
     },
     "Starkist": {
     "PlantBGone": {
         "id": "Starkist",
         "id": "PlantBGone",
         "name": "starkist",
         "name": "plant-B-gone",
         "group": "Drinks",
         "group": "Botanical",
         "desc": "A sweet, orange flavored soft drink.",
         "desc": "A harmful toxic mixture to kill plantlife. Do not ingest!",
         "physicalDesc": "fizzy",
         "physicalDesc": "bubbling",
         "color": "#9F3400FF",
         "color": "#49002EFF",
         "recipes": [
         "recipes": [
             "Starkist"
             "PlantBGone"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                        "damage": {
                            "types": {
                                "Poison": -4,
                                "Blunt": 2,
                                "Slash": 1,
                                "Piercing": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Type": "Plant",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 9,001: Line 8,919:
         }
         }
     },
     },
     "Vodka": {
     "NuclearCola": {
         "id": "Vodka",
         "id": "NuclearCola",
         "name": "vodka",
         "name": "nuclear cola",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Clear distilled alcoholic beverage that originates from Poland and Russia.",
         "desc": "Cola, cola never changes.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "fizzy",
         "color": "#D1D1D155",
         "color": "#100800FF",
         "recipes": [],
         "recipes": [
            "NuclearCola"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 9,016: Line 8,936:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 6,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     },
                     }
                ]
            },
            "Poison": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "Reagent": "Ethanol",
                         "damage": {
                         "Group": null,
                            "types": {
                         "Amount": 0.2,
                                "Poison": 1
                            },
                            "groups": null
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 9,031: Line 8,961:
         }
         }
     },
     },
     "IcedCoffee": {
     "BahamaMama": {
         "id": "IcedCoffee",
         "id": "BahamaMama",
         "name": "iced coffee",
         "name": "bahama mama",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Coffee and ice, refreshing and cool.",
         "desc": "Tropical cocktail.",
         "physicalDesc": "aromatic",
         "physicalDesc": "strong-smelling",
         "color": "#102838FF",
         "color": "#FF7F3BFF",
         "recipes": [
         "recipes": [],
            "IcedCoffee"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 9,048: Line 8,976:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    }
                     },
                ]
                     {
            }
                         "Reagent": "Ethanol",
        }
    },
    "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": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "conditions": null,
                        "probability": 1,
                        "NutritionFactor": -2,
                        "id": "SatiateHunger"
                     },
                     {
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.05,
Line 9,090: Line 8,988:
                     }
                     }
                 ]
                 ]
             },
             }
        }
    },
    "Iron": {
        "id": "Iron",
        "name": "iron",
        "group": "Elements",
        "desc": "A silvery-grey metal which forms iron oxides (rust) with contact with air. Commonly alloyed with other elements to create alloys such as steel.",
        "physicalDesc": "metallic",
        "color": "#434B4DFF",
        "recipes": [],
        "metabolisms": {
             "Medicine": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "Scaled": false,
                            "types": null,
                         "Amount": 4,
                            "groups": {
                                "Burn": -1,
                                "Brute": -1,
                                "Airloss": -1,
                                "Toxin": -1
                            }
                        },
                        "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "ModifyBloodLevel"
                     }
                     }
                 ]
                 ]
Line 9,114: Line 9,014:
         }
         }
     },
     },
     "Desoxyephedrine": {
     "Dexalin": {
         "id": "Desoxyephedrine",
         "id": "Dexalin",
         "name": "desoxyephedrine",
         "name": "dexalin",
         "group": "Narcotics",
         "group": "Medicine",
         "desc": "Desoxyephedrine is a potent stimulant with dangerous side-effects if too much is consumed.",
         "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": "translucent",
         "physicalDesc": "opaque",
         "color": "#FAFAFAFF",
         "color": "#0041A8FF",
         "recipes": [
         "recipes": [
             "Desoxyephedrine"
             "Dexalin"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 9,131: Line 9,031:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 0.75
                                 "Asphyxiation": -1,
                                "Bloodloss": -0.5
                             },
                             },
                             "groups": null
                             "groups": null
Line 9,140: Line 9,041:
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     },
                     }
                ]
            }
        }
    },
    "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
    },
    "Protein": {
        "id": "Protein",
        "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": {
                         "damage": {
                             "types": {
                             "types": null,
                                "Poison": 2,
                            "groups": {
                                 "Asphyxiation": 2
                                 "Brute": -0.4
                             },
                             }
                            "groups": null
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": null,
                            {
                         "probability": 0.5,
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    }
                ]
            },
            "Narcotic": {
                "rate": 0.5,
                "effects": [
                    {
                        "StatusLifetime": 2,
                        "conditions": null,
                        "probability": 1,
                        "WalkSpeedModifier": 1.35,
                        "SprintSpeedModifier": 1.35,
                        "id": "MovespeedModifier"
                     },
                     },
                     {
                     {
                         "Key": "Stutter",
                         "Scaled": false,
                        "Component": "StutteringAccent",
                         "Amount": 1,
                        "Time": 2,
                        "Refresh": true,
                         "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "ModifyBloodLevel"
                     },
                     },
                     {
                     {
                        "Amplitude": 10,
                        "Frequency": 4,
                        "Time": 2,
                        "Refresh": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "Jitter"
                        "NutritionFactor": 3,
                     },
                         "id": "SatiateHunger"
                     }
                ]
            }
        }
    },
    "DrGibb": {
        "id": "DrGibb",
        "name": "Dr. Gibb",
        "group": "Drinks",
        "desc": "A delicious blend of 42 different flavours.",
        "physicalDesc": "fizzy",
        "color": "#102000FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                        "Key": "Stun",
                        "Component": "",
                        "Time": 3,
                        "Refresh": true,
                        "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "HydrationFactor": 2,
                    },
                         "id": "SatiateThirst"
                    {
                        "Key": "KnockedDown",
                        "Component": "",
                        "Time": 3,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    }
                ]
            },
            "Medicine": {
                "rate": 0.5,
                "effects": [
                    {
                        "TimerReset": 600,
                        "conditions": [
                            {
                                "Min": 20,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                         "id": "ResetNarcolepsy"
                     }
                     }
                 ]
                 ]
Line 9,236: Line 9,124:
         }
         }
     },
     },
     "DexalinPlus": {
     "UnstableMutagen": {
         "id": "DexalinPlus",
         "id": "UnstableMutagen",
         "name": "dexalin plus",
         "name": "unstable mutagen",
         "group": "Medicine",
         "group": "Toxins",
         "desc": "Used in treatment of extreme cases of oxygen deprivation. Effective at healing blood loss damage.",
         "desc": "Causes mutations when injected into living people or plants. High doses may be lethal, especially in humans.",
         "physicalDesc": "cloudy",
         "physicalDesc": "glowing",
         "color": "#4DA0BDFF",
         "color": "#00FF5FFF",
         "recipes": [
         "recipes": [
             "DexalinPlus"
             "UnstableMutagen"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 9,253: Line 9,141:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Asphyxiation": -3.5,
                                 "Radiation": 3
                                "Bloodloss": -3
                             },
                             },
                             "groups": null
                             "groups": null
Line 9,263: Line 9,150:
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     },
                     }
                    {
                ]
                        "Reagent": "Lexorin",
            }
                        "Group": null,
        }
                        "Amount": -3,
    },
                         "conditions": [
    "CarpoToxin": {
                             {
        "id": "CarpoToxin",
                                 "Min": 1,
        "name": "carpotoxin",
                                "Max": 21474836,
        "group": "Toxins",
                                "Reagent": "Lexorin",
        "desc": "Toxic secretions of a space carp. Causes a painful burning sensation.",
                                "id": "ReagentThreshold"
        "physicalDesc": "exotic smelling",
                             }
        "color": "#E2A38CFF",
        "recipes": [],
        "metabolisms": {
            "Poison": {
                "rate": 0.5,
                "effects": [
                    {
                         "damage": {
                             "types": {
                                 "Poison": 4
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                        "Messages": [
                             "generic-reagent-effect-burning-insides"
                         ],
                         ],
                         "probability": 1,
                        "Type": 1,
                         "id": "AdjustReagent"
                        "VisualType": 3,
                        "conditions": null,
                         "probability": 0.33,
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 9,283: Line 9,194:
         }
         }
     },
     },
     "Grenadine": {
     "Bilk": {
         "id": "Grenadine",
         "id": "Bilk",
         "name": "grenadine",
         "name": "bilk",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Not cherry flavored!",
         "desc": "This appears to be beer mixed with milk. Disgusting.",
         "physicalDesc": "dark-red",
         "physicalDesc": "bilky",
         "color": "#EA1D26FF",
         "color": "#895C4CFF",
         "recipes": [],
         "recipes": [
            "Bilk"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 9,305: Line 9,218:
         }
         }
     },
     },
     "Oxygen": {
     "Wine": {
         "id": "Oxygen",
         "id": "Wine",
         "name": "oxygen",
         "name": "wine",
         "group": "Unknown",
         "group": "Drinks",
         "desc": "An oxidizing, colorless gas.",
         "desc": "An premium alchoholic beverage made from distilled grape juice.",
         "physicalDesc": "gaseous",
         "physicalDesc": "translucent",
         "color": "#808080FF",
         "color": "#7E4043FF",
         "recipes": [],
         "recipes": [
            "BloodToWine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Gas": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Factor": 1,
                         "conditions": null,
                         "conditions": [
                            {
                                "Type": "Human",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "Oxygenate"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Factor": 1,
                         "Reagent": "Ethanol",
                         "conditions": [
                        "Group": null,
                            {
                        "Amount": 0.05,
                                "Type": "Animal",
                        "conditions": null,
                                "ShouldHave": true,
                        "probability": 1,
                                "id": "OrganType"
                         "id": "AdjustReagent"
                            }
                    }
                         ],
                ]
            }
        }
    },
    "EnergyDrink": {
        "id": "EnergyDrink",
        "name": "Energy Drink",
        "group": "Drinks",
        "desc": "A dose of energy! Nanotrasen is not responsible if you grow avian appendages.",
        "physicalDesc": "fizzy",
        "color": "#FFFFBFFF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "Oxygenate"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Factor": 1,
                         "Reagent": "Theobromine",
                         "conditions": [
                         "Group": null,
                            {
                        "Amount": 0.05,
                                "Type": "Rat",
                        "conditions": null,
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "Oxygenate"
                         "id": "AdjustReagent"
                    },
                    {
                        "Factor": 1,
                        "conditions": [
                            {
                                "Type": "Plant",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                        "probability": 1,
                        "id": "Oxygenate"
                    },
                    {
                        "_ratios": {
                            "CarbonDioxide": 1,
                            "Oxygen": -1
                        },
                        "conditions": [
                            {
                                "Type": "Vox",
                                "ShouldHave": false,
                                "id": "OrganType"
                            }
                        ],
                        "probability": 1,
                        "id": "ModifyLungGas"
                     }
                     }
                 ]
                 ]
Line 9,384: Line 9,280:
         }
         }
     },
     },
     "Sake": {
     "DevilsKiss": {
         "id": "Sake",
         "id": "DevilsKiss",
         "name": "sake",
         "name": "devils kiss",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Alcoholic beverage made by fermenting rice that has been polished.",
         "desc": "Creepy time!",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#DDDDDDFF",
         "color": "#A68310FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 9,414: Line 9,310:
         }
         }
     },
     },
     "Ipecac": {
     "Oculine": {
         "id": "Ipecac",
         "id": "Oculine",
         "name": "ipecac",
         "name": "oculine",
         "group": "Medicine",
         "group": "Medicine",
         "desc": "Induces vomiting. Useful for stopping a poisoning that isn't done metabolizing.",
         "desc": "Heals eye damage.",
         "physicalDesc": "inky",
         "physicalDesc": "translucent",
         "color": "#422912FF",
         "color": "#404040FF",
         "recipes": [
         "recipes": [
             "Ipecac"
             "Oculine"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 9,429: Line 9,325:
                 "effects": [
                 "effects": [
                     {
                     {
                         "ThirstAmount": -40,
                         "Amount": -1,
                        "HungerAmount": -40,
                         "conditions": null,
                         "conditions": null,
                         "probability": 0.3,
                         "probability": 1,
                         "id": "ChemVomit"
                         "id": "ChemHealEyeDamage"
                     }
                     }
                 ]
                 ]
Line 9,439: Line 9,334:
         }
         }
     },
     },
     "MilkGoat": {
     "ChangelingSting": {
         "id": "MilkGoat",
         "id": "ChangelingSting",
         "name": "goats milk",
         "name": "changeling sting",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "An opaque white liquid produced by a goat. High buttermilk content.",
         "desc": "You take a tiny sip and feel a burning sensation...",
         "physicalDesc": "opaque",
         "physicalDesc": "fizzy",
         "color": "#DFDFDFFF",
         "color": "#2E6671FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 9,454: Line 9,349:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 4,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 9,461: Line 9,356:
         }
         }
     },
     },
     "Allicin": {
     "Mead": {
         "id": "Allicin",
         "id": "Mead",
         "name": "allicin",
         "name": "mead",
         "group": "Unknown",
         "group": "Drinks",
         "desc": "An organosulfur compound found in alliums like garlic, onions, and related plants.",
         "desc": "A Viking's drink, though a cheap one.",
         "physicalDesc": "pungent",
         "physicalDesc": "strong-smelling",
         "color": "#F2E9D2FF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.05,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "conditions": null,
                            "types": {
                         "probability": 1,
                                "Poison": 0.06
                         "HydrationFactor": 2,
                            },
                         "id": "SatiateThirst"
                            "groups": null
                    },
                        },
                    {
                         "scaleByQuantity": false,
                        "Reagent": "Ethanol",
                         "ignoreResistances": true,
                        "Group": null,
                         "conditions": [
                        "Amount": 0.05,
                            {
                        "conditions": null,
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Animal",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 9,502: Line 9,386:
         }
         }
     },
     },
     "VodkaMartini": {
     "BraveBull": {
         "id": "VodkaMartini",
         "id": "BraveBull",
         "name": "vodka martini",
         "name": "brave bull",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Vodka with Gin. Not quite how 007 enjoyed it, but still delicious.",
         "desc": "It's just as effective as Dutch-Courage!",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#004666FF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [
             "VodkaMartini"
             "BraveBull"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 9,525: Line 9,409:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.15,
                         "Amount": 0.2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 9,534: Line 9,418:
         }
         }
     },
     },
     "JuiceLemon": {
     "THC": {
         "id": "JuiceLemon",
         "id": "THC",
         "name": "lemon juice",
         "name": "THC",
         "group": "Drinks",
         "group": "Narcotics",
         "desc": "This juice is VERY sour.",
         "desc": "The main psychoactive compound in cannabis.",
         "physicalDesc": "citric",
         "physicalDesc": "crystalline",
         "color": "#FFF690FF",
         "color": "#808080FF",
         "recipes": [],
         "recipes": [],
         "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 9,556: Line 9,444:
         }
         }
     },
     },
     "IrishCoffee": {
     "Whiskey": {
         "id": "IrishCoffee",
         "id": "Whiskey",
         "name": "irish coffee",
         "name": "whiskey",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Coffee served with irish cream. Regular cream just isn't the same!",
         "desc": "A type of distilled alcoholic beverage made from fermented grain mash.",
         "physicalDesc": "cloudy",
         "physicalDesc": "strong-smelling",
         "color": "#664300FF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [],
            "IrishCoffee"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 9,579: Line 9,465:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.15,
                         "Amount": 0.2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 9,588: Line 9,474:
         }
         }
     },
     },
     "JuicePotato": {
     "Ultravasculine": {
         "id": "JuicePotato",
         "id": "Ultravasculine",
         "name": "potato juice",
         "name": "ultravasculine",
        "group": "Drinks",
        "desc": "Juice of the potato. Bleh.",
        "physicalDesc": "starchy",
        "color": "#302000FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 3,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
    },
    "Silicon": {
        "id": "Silicon",
        "name": "silicon",
        "group": "Elements",
        "desc": "A hard and brittle crystalline solid with a blue-grey color.",
        "physicalDesc": "crystalline",
        "color": "#364266FF",
        "recipes": [],
        "metabolisms": null
    },
    "Hyronalin": {
        "id": "Hyronalin",
        "name": "hyronalin",
         "group": "Medicine",
         "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.",
         "desc": "Rapidly flushes toxins from the body, but places some stress on the veins. Do not overdose.",
         "physicalDesc": "cloudy",
         "physicalDesc": "thick and grainy",
         "color": "#4CB580FF",
         "color": "#520E30FF",
         "recipes": [
         "recipes": [
             "Hyronalin"
             "Ultravasculine"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 9,636: Line 9,490:
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": null,
                                 "Radiation": -1
                            "groups": {
                            },
                                 "Toxin": -3,
                            "groups": null
                                "Brute": 0.5
                            }
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": [
                            {
                                "Min": 0,
                                "Max": 30,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    },
                    {
                        "ThirstAmount": -40,
                        "HungerAmount": -40,
                        "conditions": null,
                        "probability": 0.02,
                        "id": "ChemVomit"
                     },
                     },
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": null,
                                 "Heat": 0.5
                            "groups": {
                            },
                                 "Toxin": -1,
                            "groups": null
                                "Brute": 3
                            }
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
Line 9,675: Line 9,531:
                     },
                     },
                     {
                     {
                         "Amplitude": 10,
                         "Reagent": "Histamine",
                         "Frequency": 4,
                         "Group": null,
                         "Time": 2,
                        "Amount": -1,
                         "Refresh": true,
                        "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Histamine",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "AdjustReagent"
                    },
                    {
                        "Reagent": "Ultravasculine",
                         "Group": null,
                         "Amount": 0.5,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 30,
                                 "Min": 1,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": "Histamine",
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "Jitter"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 9,694: Line 9,564:
         }
         }
     },
     },
     "Ketchup": {
     "JuiceLime": {
         "id": "Ketchup",
         "id": "JuiceLime",
         "name": "ketchup",
         "name": "lime juice",
         "group": "Foods",
         "group": "Drinks",
         "desc": "Made from pureed tomatoes and flavored with spices.",
         "desc": "The sweet-sour juice of limes.",
         "physicalDesc": "tangy",
         "physicalDesc": "citric",
         "color": "#FF0000FF",
         "color": "#99BB43FF",
         "recipes": [
         "recipes": [],
             "CookingKetchup"
        "metabolisms": {
        ],
             "Drink": {
        "metabolisms": null
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 3,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
     },
     },
     "Epinephrine": {
     "Oxygen": {
         "id": "Epinephrine",
         "id": "Oxygen",
         "name": "epinephrine",
         "name": "oxygen",
         "group": "Medicine",
         "group": "Unknown",
         "desc": "Effective at bringing people back from a critical state. Reduces some stun times. Easy to overdose on.",
         "desc": "An oxidizing, colorless gas.",
         "physicalDesc": "odorless",
         "physicalDesc": "gaseous",
         "color": "#D2FFFAFF",
         "color": "#808080FF",
         "recipes": [
         "recipes": [],
            "Epinephrine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Gas": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "Factor": 1,
                            "types": {
                                "Asphyxiation": -3,
                                "Poison": -0.5
                            },
                            "groups": {
                                "Brute": -0.5,
                                "Burn": -0.5
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "mobstate": 2,
                                 "Type": "Human",
                                "id": "MobStateCondition"
                                 "ShouldHave": true,
                            },
                                 "id": "OrganType"
                            {
                             }
                                "Min": 0,
                                "Max": 20,
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "Oxygenate"
                     },
                     },
                     {
                     {
                         "damage": {
                         "Factor": 1,
                            "types": {
                                "Asphyxiation": 1,
                                "Poison": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 20,
                                 "Type": "Animal",
                                "Max": 21474836,
                                 "ShouldHave": true,
                                 "Reagent": null,
                                 "id": "OrganType"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "Oxygenate"
                     },
                     },
                     {
                     {
                         "Reagent": "Lexorin",
                         "Factor": 1,
                        "Group": null,
                        "Amount": -2,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    },
                    {
                        "Reagent": "Epinephrine",
                        "Group": null,
                        "Amount": -1,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 1,
                                 "Type": "Rat",
                                "Max": 21474836,
                                 "ShouldHave": true,
                                 "Reagent": "Lexorin",
                                 "id": "OrganType"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "Oxygenate"
                     },
                     },
                     {
                     {
                         "Reagent": "Histamine",
                         "Factor": 1,
                        "Group": null,
                        "Amount": 4,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 1,
                                 "Type": "Plant",
                                "Max": 21474836,
                                 "ShouldHave": true,
                                 "Reagent": "Lexorin",
                                 "id": "OrganType"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 0.1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "Oxygenate"
                     },
                     },
                     {
                     {
                         "Key": "Stun",
                         "_ratios": {
                        "Component": "",
                            "CarbonDioxide": 1,
                         "Time": 0.75,
                            "Oxygen": -1
                        "Refresh": true,
                        },
                        "Type": 1,
                         "conditions": [
                        "conditions": null,
                            {
                                "Type": "Vox",
                                "ShouldHave": false,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "ModifyLungGas"
                    },
                    {
                        "Key": "KnockedDown",
                        "Component": "",
                        "Time": 0.75,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                     }
                     }
                 ]
                 ]
Line 9,831: Line 9,665:
         }
         }
     },
     },
     "Blood": {
     "NorepinephricAcid": {
         "id": "Blood",
         "id": "NorepinephricAcid",
         "name": "blood",
         "name": "norepinephric acid",
         "group": "Biological",
         "group": "Narcotics",
         "desc": "I hope this is ketchup.",
         "desc": "Makes you unable to see while metabolizing.",
         "physicalDesc": "ferrous",
         "physicalDesc": "milky",
         "color": "#800000FF",
         "color": "#96A8B5FF",
         "recipes": [],
         "recipes": [
            "NorepinephricAcid"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Narcotic": {
                 "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": 1,
                        "probability": 0.08,
                         "HydrationFactor": 1.5,
                        "id": "PopupMessage"
                         "id": "SatiateThirst"
                    },
                    {
                        "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,
                        "id": "GenericStatusEffect"
                    }
                ]
            }
        }
    },
    "Ethanol": {
        "id": "Ethanol",
        "name": "ethanol",
        "group": "Drinks",
        "desc": "A simple alcohol, makes you drunk if consumed, flammable.",
        "physicalDesc": "strong-smelling",
        "color": "#B05B3CFF",
        "recipes": [],
        "metabolisms": {
            "Poison": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                            "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,
                        "id": "HealthChange"
                    },
                    {
                        "damage": {
                            "types": {
                                "Poison": 0.2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                "Min": 5,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Dwarf",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "id": "HealthChange"
                    },
                    {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Brute": -1
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                "Min": 5,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            },
                            {
                                "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,
                "effects": [
                    {
                        "BoozePower": 20,
                        "SlurSpeech": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "Drunk"
                    }
                ]
            }
        }
    },
    "Vitamin": {
        "id": "Vitamin",
        "name": "vitamin",
        "group": "Foods",
        "desc": "Found in healthy, complete meals.",
        "physicalDesc": "chalky",
        "color": "#D3D3D3FF",
        "recipes": [],
        "metabolisms": {
            "Food": {
                "rate": 0.5,
                "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,
                        "probability": 1,
                        "id": "ModifyBleedAmount"
                    },
                    {
                        "conditions": null,
                        "probability": 1,
                        "NutritionFactor": 3,
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]

Revision as of 05:41, 29 April 2023

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"
AcidSpit
id"AcidSpit"
name"acidspit"
group"Drinks"
desc"A drink for the daring, can be deadly if incorrectly prepared!"
physicalDesc"strong-smelling"
color"#365000FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
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"
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"
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"
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"
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"
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"
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"
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"
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"
Frostoil
id"Frostoil"
name"frostoil"
group"Foods"
desc"Leaves the tongue numb in its passage."
physicalDesc"cold"
color"#87CEEBFF"
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"
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"
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"
HippiesDelight
id"HippiesDelight"
name"hippies delight"
group"Drinks"
desc"You just don't get it maaaan."
physicalDesc"strong-smelling"
color"#6EAA0CFF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
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"
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"
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"
RedMead
id"RedMead"
name"red mead"
group"Drinks"
desc"The true Viking's drink! Even though it has a strange red color."
physicalDesc"strong-smelling"
color"#C73C00FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
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"
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"
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"
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"
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
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"
Hotsauce
id"Hotsauce"
name"hotsauce"
group"Foods"
desc"Burns so good."
physicalDesc"spicy"
color"#FF0000FF"
recipes
"CookingHotsauce"
metabolismsnull
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"
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"
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"
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"
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"
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"
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"
Nicotine
id"Nicotine"
name"Nicotine"
group"Narcotics"
desc"Dangerous and highly addictive."
physicalDesc"strong-smelling"
color"#C0C0C0FF"
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
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
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
GroundBee
id"GroundBee"
name"Ground Bee"
group"Unknown"
desc"Bee grounds. Gross."
physicalDesc"bee guts"
color"#86530EFF"
recipes
Empty array
metabolismsnull
Silencer
id"Silencer"
name"silencer"
group"Drinks"
desc"A drink from Mime Heaven."
physicalDesc"strong-smelling"
color"#004666FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
Key"Muted"
Component"Muted"
Time2
Refreshtrue
Type0
conditionsnull
probability1
id"GenericStatusEffect"
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
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"
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"
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"
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"
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"
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"
ToxinsSpecial
id"ToxinsSpecial"
name"toxins special"
group"Drinks"
desc"This thing is ON FIRE! CALL THE DAMN SHUTTLE!"
physicalDesc"strong-smelling"
color"#665C00FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
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
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"
Impedrezene
id"Impedrezene"
name"impedrezene"
group"Narcotics"
desc"A narcotic that impedes one's ability by slowing down the higher brain cell functions. Causes massive brain damage."
physicalDesc"acrid"
color"#215263FF"
recipes
"Impedrezene"
metabolismsnull
VodkaTonic
id"VodkaTonic"
name"vodka tonic"
group"Drinks"
desc"For when a gin and tonic isn't russian enough."
physicalDesc"strong-smelling"
color"#0064C8FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.15
conditionsnull
probability1
id"AdjustReagent"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
Ketchunaise
id"Ketchunaise"
name"ketchunaise"
group"Foods"
desc"So-called Russian dressing, popular among Space Americans."
physicalDesc"saucey"
color"#FBA399FF"
recipes
"CookingKetchunaise"
metabolismsnull
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"
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"
Hydrogen
id"Hydrogen"
name"hydrogen"
group"Elements"
desc"A light, flammable gas."
physicalDesc"gaseous"
color"#808080FF"
recipes
Empty array
metabolismsnull
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"
Enzyme
id"Enzyme"
name"universal enzyme"
group"Foods"
desc"Used in cooking various dishes."
physicalDesc"chalky"
color"#009900FF"
recipes
Empty array
metabolismsnull
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
Manhattan
id"Manhattan"
name"manhattan"
group"Drinks"
desc"The Detective's undercover drink of choice. He never could stomach gin..."
physicalDesc"strong-smelling"
color"#664300FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
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
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"
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"
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"
Ketchup
id"Ketchup"
name"ketchup"
group"Foods"
desc"Made from pureed tomatoes and flavored with spices."
physicalDesc"tangy"
color"#FF0000FF"
recipes
"CookingKetchup"
metabolismsnull
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
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
Aluminium
id"Aluminium"
name"aluminium"
group"Elements"
desc"A silver, soft, non-magnetic, and ductile metal."
physicalDesc"metallic"
color"#848789FF"
recipes
Empty array
metabolismsnull
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"
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"
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"
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"
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"
Hooch
id"Hooch"
name"hooch"
group"Drinks"
desc"Either someone's failure at cocktail making or attempt in alchohol production. In any case, do you really want to drink that?"
physicalDesc"strong-smelling"
color"#664E00FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
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"
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
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"
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"
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"
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"
Kvass
id"Kvass"
name"kvass"
group"Drinks"
desc"A cool refreshing drink with a taste of socialism."
physicalDesc"bubbly"
color"#381600FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor3
id"SatiateThirst"
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"
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"
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"
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"
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"
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
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"
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"
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"
Ash
id"Ash"
name"ash"
group"Unknown"
desc"A light grey powdery residue"
physicalDesc"powdery"
color"#FFFFFFFF"
recipes
Empty array
metabolismsnull
SuiDream
id"SuiDream"
name"sui dream"
group"Drinks"
desc"'Comprised of: White soda, blue curacao, melon liquor.'"
physicalDesc"strong-smelling"
color"#00A86BFF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
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"
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"
WhiskeySoda
id"WhiskeySoda"
name"whiskey soda"
group"Drinks"
desc"For the more refined griffon."
physicalDesc"strong-smelling"
color"#533600FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.15
conditionsnull
probability1
id"AdjustReagent"
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
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"
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"
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"
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"
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"
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"
Sbiten
id"Sbiten"
name"sbiten"
group"Drinks"
desc"A spicy Vodka! Might be a little hot for the little guys!"
physicalDesc"strong-smelling"
color"#004166FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
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
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"
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"
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
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"
Phosphorus
id"Phosphorus"
name"phosphorus"
group"Elements"
desc"A reactive metal used in pyrotechnics and weapons."
physicalDesc"powdery"
color"#EDE4E4FF"
recipes
Empty array
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"
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"
Carbon
id"Carbon"
name"carbon"
group"Elements"
desc"A black, crystalline solid."
physicalDesc"crystalline"
color"#22282BFF"
recipes
Empty array
metabolismsnull
Mercury
id"Mercury"
name"mercury"
group"Elements"
desc"A silver metal which is liquid at room temperature. It's highly toxic to humans."
physicalDesc"shiny"
color"#929296FF"
recipes
Empty array
metabolisms
Poison
rate0.5
effects
damage
types
Poison2
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
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"
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"
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"
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"
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"
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"
Fluorine
id"Fluorine"
name"fluorine"
group"Elements"
desc"A highly toxic pale yellow gas. Extremely reactive."
physicalDesc"gaseous"
color"#808080FF"
recipes
Empty array
metabolismsnull
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"
Singulo
id"Singulo"
name"singulo"
group"Drinks"
desc"A blue-space beverage!"
physicalDesc"strong-smelling"
color"#3B0C0CFF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
SnowWhite
id"SnowWhite"
name"snow white"
group"Drinks"
desc"A cold refreshment."
physicalDesc"bubbly"
color"#FFFFFFFF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
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"
Mayo
id"Mayo"
name"mayonnaise"
group"Foods"
desc"Creamy sauce, made from oil, egg, and some (edible) acid."
physicalDesc"thick"
color"#F9F5E5FF"
recipes
"CookingMayoLemon"
"CookingMayoVinegar"
metabolismsnull
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"
BbqSauce
id"BbqSauce"
name"BBQ sauce"
group"Foods"
desc"Hand wipes not included."
physicalDesc"gloopy"
color"#8B0000FF"
recipes
"CookingBbqSauce"
metabolismsnull
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"
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
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
Oil
id"Oil"
name"oil"
group"Foods"
desc"Used by chefs to cook."
physicalDesc"oily"
color"#B67823FF"
recipes
"Oil"
metabolismsnull
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"
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"
Andalusia
id"Andalusia"
name"andalusia"
group"Drinks"
desc"A nice, strangely named drink."
physicalDesc"strong-smelling"
color"#665700FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
Ice
id"Ice"
name"ice"
group"Unknown"
desc"Frozen water."
physicalDesc"frosty"
color"#BED8E6FF"
recipes
Empty array
metabolismsnull
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"
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"
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"
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"
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"
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
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
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
Barefoot
id"Barefoot"
name"barefoot"
group"Drinks"
desc"Barefoot and pregnant."
physicalDesc"strong-smelling"
color"#664300FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
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"
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"
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"
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
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"
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
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"
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"
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"
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"
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"
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"
Margarita
id"Margarita"
name"margarita"
group"Drinks"
desc"On the rocks with salt on the rim. Arriba~!"
physicalDesc"strong-smelling"
color"#8CFF8CFF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
Saxoite
id"Saxoite"
name"Saxoite"
group"Unknown"
desc"Smells like jazz."
physicalDesc"ground brass"
color"#B8A603FF"
recipes
Empty array
metabolismsnull
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"
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"
Amasec
id"Amasec"
name"amasec"
group"Drinks"
desc"Official drink of the Gun Club!"
physicalDesc"strong-smelling"
color"#124DA7FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
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"
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"
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"
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"
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"
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"
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"
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
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"
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"
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"
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"
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"
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"
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"
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"
ManhattanProject
id"ManhattanProject"
name"manhattan project"
group"Drinks"
desc"A scientist's drink of choice, for pondering ways to blow up the ship."
physicalDesc"strong-smelling"
color"#664300FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
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"
HorseradishSauce
id"HorseradishSauce"
name"horseradish sauce"
group"Foods"
desc"Smelly horseradish sauce."
physicalDesc"overpowering"
color"#808080FF"
recipes
Empty array
metabolismsnull
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
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"
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"
Sulfur
id"Sulfur"
name"sulfur"
group"Elements"
desc"A yellow, crystalline solid."
physicalDesc"powdery"
color"#FFF385FF"
recipes
Empty array
metabolismsnull
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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
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"
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"
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"
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"
DemonsBlood
id"DemonsBlood"
name"demons blood"
group"Drinks"
desc"AHHHH!!!!"
physicalDesc"strong-smelling"
color"#A70000FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
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
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"
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"
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"
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"
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"
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"
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
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"
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"
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"
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"
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"
IcedBeer
id"IcedBeer"
name"iced beer"
group"Drinks"
desc"A beer which is so cold the air around it freezes."
physicalDesc"bubbly"
color"#664300FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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
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"
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"
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"
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"
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"
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"
DevilsKiss
id"DevilsKiss"
name"devils kiss"
group"Drinks"
desc"Creepy time!"
physicalDesc"strong-smelling"
color"#A68310FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
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"
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"
Mead
id"Mead"
name"mead"
group"Drinks"
desc"A Viking's drink, though a cheap one."
physicalDesc"strong-smelling"
color"#664300FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
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"
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"
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"
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"
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"
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"
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"
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"
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"