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:
{
{
     "Desoxyephedrine": {
     "Thermite": {
         "id": "Desoxyephedrine",
         "id": "Thermite",
         "name": "desoxyephedrine",
         "name": "thermite",
         "group": "Narcotics",
         "group": "Pyrotechnic",
         "desc": "Desoxyephedrine is a potent stimulant with dangerous side-effects if too much is consumed.",
         "desc": "A mixture that becomes extremely hot when ignited, and which can burn straight through walls when applied and ignited. It'll slowly inflict burn damage to anybody dumb enough to ingest it, but can't be ignited inside inside said dumb person.",
         "physicalDesc": "translucent",
         "physicalDesc": "grainy",
         "color": "#FAFAFAFF",
         "color": "#757245FF",
         "recipes": [
         "recipes": [
             "Desoxyephedrine"
             "Thermite"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 17: Line 17:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 0.75
                                 "Heat": 2
                             },
                             },
                             "groups": null
                             "groups": null
Line 26: Line 26:
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     },
                     }
                ]
            }
        }
    },
    "Napalm": {
        "id": "Napalm",
        "name": "napalm",
        "group": "Pyrotechnic",
        "desc": "It's just a little flammable.",
        "physicalDesc": "soapy",
        "color": "#FA00AFFF",
        "recipes": [
            "Napalm"
        ],
        "metabolisms": {
            "Poison": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 2,
                                 "Heat": 1
                                "Asphyxiation": 2
                             },
                             },
                             "groups": null
                             "groups": null
Line 37: Line 54:
                         "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"
                    },
                    {
                        "Multiplier": 0.4,
                        "conditions": null,
                        "probability": 1,
                        "id": "FlammableReaction"
                     }
                     }
                 ]
                 ]
             },
             }
             "Narcotic": {
        }
    },
    "Phlogiston": {
        "id": "Phlogiston",
        "name": "phlogiston",
        "group": "Pyrotechnic",
        "desc": "Catches you on fire and makes you ignite.",
        "physicalDesc": "burning",
        "color": "#D4872AFF",
        "recipes": [
            "Phlogiston"
        ],
        "metabolisms": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "StatusLifetime": 2,
                         "damage": {
                            "types": {
                                "Heat": 3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "WalkSpeedModifier": 1.35,
                         "id": "HealthChange"
                        "SprintSpeedModifier": 1.35,
                         "id": "MovespeedModifier"
                     },
                     },
                     {
                     {
                         "Key": "Stutter",
                         "Multiplier": 0.1,
                        "Component": "StutteringAccent",
                        "Time": 2,
                        "Refresh": true,
                        "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "FlammableReaction"
                     },
                     },
                     {
                     {
                         "Amplitude": 10,
                         "Amount": 6000,
                        "Frequency": 4,
                        "Time": 2,
                        "Refresh": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "Jitter"
                         "id": "AdjustTemperature"
                    },
                     }
                    {
                 ]
                        "Key": "Stun",
             }
                        "Component": "",
         }
                        "Time": 3,
     },
                        "Refresh": true,
     "ChlorineTrifluoride": {
                        "Type": 1,
         "id": "ChlorineTrifluoride",
                        "conditions": null,
         "name": "CLF3",
                        "probability": 1,
         "group": "Pyrotechnic",
                        "id": "GenericStatusEffect"
         "desc": "You really, REALLY don't want to get this shit anywhere near you.",
                    },
         "physicalDesc": "blazing",
                    {
         "color": "#FFC8C8FF",
                        "Key": "KnockedDown",
                        "Component": "",
                        "Time": 3,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                     }
                 ]
             }
         }
     },
     "Ephedrine": {
         "id": "Ephedrine",
         "name": "ephedrine",
         "group": "Narcotics",
         "desc": "Increases stun resistance and movement speed, giving you hand cramps. Overdose deals toxin damage and inhibits breathing.",
         "physicalDesc": "powdery",
         "color": "#D2FFFAFF",
         "recipes": [
         "recipes": [
             "Ephedrine"
             "ChlorineTrifluoride"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Narcotic": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                    {
                        "StatusLifetime": 2,
                        "conditions": null,
                        "probability": 1,
                        "WalkSpeedModifier": 1.25,
                        "SprintSpeedModifier": 1.25,
                        "id": "MovespeedModifier"
                    },
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 2,
                                 "Heat": 1
                                "Asphyxiation": 2
                             },
                             },
                             "groups": null
                             "groups": null
Line 136: Line 134:
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": null,
                            {
                                "Min": 20,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     },
                     },
                     {
                     {
                         "Amplitude": 10,
                         "Multiplier": 0.2,
                        "Frequency": 4,
                        "Time": 2,
                        "Refresh": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "Jitter"
                         "id": "FlammableReaction"
                     },
                     },
                     {
                     {
                         "Key": "Stun",
                         "Amount": 6000,
                        "Component": "",
                        "Time": 1,
                        "Refresh": true,
                        "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "AdjustTemperature"
                    },
                    {
                        "Key": "KnockedDown",
                        "Component": "",
                        "Time": 1,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    },
                    {
                        "Messages": [
                            "ephedrine-effect-tight-pain",
                            "ephedrine-effect-heart-pounds"
                        ],
                        "Type": 1,
                        "VisualType": 2,
                        "conditions": null,
                        "probability": 0.05,
                        "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 191: Line 154:
         }
         }
     },
     },
     "THC": {
     "FoamingAgent": {
         "id": "THC",
         "id": "FoamingAgent",
         "name": "THC",
         "name": "foaming agent",
         "group": "Narcotics",
         "group": "Pyrotechnic",
         "desc": "The main psychoactive compound in cannabis.",
         "desc": "Makes foam such as that's required in metal foam grenades.",
         "physicalDesc": "crystalline",
         "physicalDesc": "foamy",
         "color": "#808080FF",
         "color": "#215263FF",
        "recipes": [
            "FoamingAgent"
        ],
        "metabolisms": null
    },
    "WeldingFuel": {
        "id": "WeldingFuel",
        "name": "welding fuel",
        "group": "Pyrotechnic",
        "desc": "Used by welders to weld.",
        "physicalDesc": "oily",
        "color": "#A76B1CFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Narcotic": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "Key": "SeeingRainbows",
                         "damage": {
                         "Component": "SeeingRainbows",
                            "types": {
                         "Time": 5,
                                "Poison": 1
                         "Refresh": false,
                            },
                         "Type": 0,
                            "groups": null
                        },
                        "scaleByQuantity": false,
                         "ignoreResistances": true,
                        "conditions": null,
                         "probability": 1,
                         "id": "HealthChange"
                    },
                    {
                         "Multiplier": 0.4,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "FlammableReaction"
                     }
                     }
                 ]
                 ]
Line 217: Line 201:
         }
         }
     },
     },
     "THCOil": {
     "Fluorosurfactant": {
         "id": "THCOil",
         "id": "Fluorosurfactant",
         "name": "THC oil",
         "name": "fluorosurfactant",
         "group": "Narcotics",
         "group": "Pyrotechnic",
         "desc": "Pure THC oil, extracted from the leaves of the cannabis plant. Much stronger than in it's natural form and can be used to numb chronic pain in patients.",
         "desc": "A perfluoronated sulfonic acid that forms a foam when mixed with water.",
         "physicalDesc": "skunky",
        "physicalDesc": "opaque",
         "color": "#DAA520FF",
        "color": "#9E6B38FF",
        "recipes": [
            "Fluorosurfactant"
        ],
        "metabolisms": null
    },
    "Blood": {
        "id": "Blood",
        "name": "blood",
        "group": "Biological",
        "desc": "I hope this is ketchup.",
         "physicalDesc": "ferrous",
         "color": "#800000FF",
         "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": 1.5,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 243: Line 235:
         }
         }
     },
     },
     "Nicotine": {
     "Slime": {
         "id": "Nicotine",
         "id": "Slime",
         "name": "Nicotine",
         "name": "slime",
         "group": "Narcotics",
         "group": "Biological",
         "desc": "Dangerous and highly addictive.",
         "desc": "You thought this was gradient blood at first, but you were mistaken.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "viscous",
         "color": "#C0C0C0FF",
         "color": "#2CF274FF",
         "recipes": [],
         "recipes": [],
        "metabolisms": null
    },
    "Impedrezene": {
        "id": "Impedrezene",
        "name": "impedrezene",
        "group": "Narcotics",
        "desc": "A narcotic that impedes one's ability by slowing down the higher brain cell functions. Causes massive brain damage.",
        "physicalDesc": "acrid",
        "color": "#215263FF",
        "recipes": [
            "Impedrezene"
        ],
        "metabolisms": null
    },
    "SpaceDrugs": {
        "id": "SpaceDrugs",
        "name": "space drugs",
        "group": "Narcotics",
        "desc": "An illegal compound which induces a number of effects such as loss of balance and visual artefacts.",
        "physicalDesc": "syrupy",
        "color": "#63806EFF",
        "recipes": [
            "SpaceDrugs"
        ],
         "metabolisms": {
         "metabolisms": {
             "Narcotic": {
             "Food": {
                 "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"
                        "NutritionFactor": 1.5,
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 293: Line 257:
         }
         }
     },
     },
     "Nocturine": {
     "Ichor": {
         "id": "Nocturine",
         "id": "Ichor",
         "name": "nocturine",
         "name": "ichor",
         "group": "Narcotics",
         "group": "Biological",
         "desc": "Makes you feel very tired and unable to stand up. Basically, it's bone hurting juice.",
         "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": "powdery",
         "physicalDesc": "reagent-physical-desc-roaring",
         "color": "#128E80FF",
         "color": "#F4692EFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Narcotic": {
             "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 1.5,
                        "id": "SatiateThirst"
                    }
                ]
            },
            "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 308: Line 283:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 1
                                 "Bloodloss": -5
                             },
                             },
                             "groups": null
                             "groups": {
                                "Burn": -5,
                                "Brute": -5,
                                "Toxin": -2
                            }
                         },
                         },
                         "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"
                    },
                    {
                        "ParalyzeTime": 1.2,
                        "Refresh": false,
                        "conditions": null,
                        "probability": 1,
                        "id": "Paralyze"
                    },
                    {
                        "Key": "Stutter",
                        "Component": "StutteringAccent",
                        "Time": 1,
                        "Refresh": true,
                        "Type": 0,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                     }
                     }
                 ]
                 ]
Line 346: Line 301:
         }
         }
     },
     },
     "MuteToxin": {
     "Oxygen": {
         "id": "MuteToxin",
         "id": "Oxygen",
         "name": "mute toxin",
         "name": "oxygen",
         "group": "Narcotics",
         "group": "Unknown",
         "desc": "Makes you unable to talk while metabolizing.",
         "desc": "An oxidizing, colorless gas.",
         "physicalDesc": "syrupy",
         "physicalDesc": "gaseous",
         "color": "#000000FF",
         "color": "#808080FF",
         "recipes": [
         "recipes": [],
            "MuteToxin"
        ],
         "metabolisms": {
         "metabolisms": {
             "Narcotic": {
             "Gas": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "Key": "Muted",
                         "Factor": 1,
                        "Component": "Muted",
                        "conditions": [
                         "Time": 2,
                            {
                         "Refresh": true,
                                "Type": "Human",
                         "Type": 0,
                                "ShouldHave": true,
                         "conditions": null,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "id": "Oxygenate"
                    },
                    {
                         "Factor": 1,
                         "conditions": [
                            {
                                "Type": "Animal",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "Oxygenate"
                     }
                     },
                ]
                    {
            }
                        "Factor": 1,
        }
                        "conditions": [
    },
                            {
    "Aluminium": {
                                "Type": "Rat",
        "id": "Aluminium",
                                "ShouldHave": true,
        "name": "aluminium",
                                "id": "OrganType"
        "group": "Elements",
                            }
        "desc": "A silver, soft, non-magnetic, and ductile metal.",
                        ],
        "physicalDesc": "metallic",
                        "probability": 1,
        "color": "#848789FF",
                        "id": "Oxygenate"
        "recipes": [],
                    },
        "metabolisms": null
                    {
                        "_ratios": {
                            "CarbonDioxide": 1,
                            "Oxygen": -1
                        },
                        "conditions": [
                            {
                                "Type": "Vox",
                                "ShouldHave": false,
                                "id": "OrganType"
                            }
                        ],
                        "probability": 1,
                        "id": "ModifyLungGas"
                    }
                ]
            }
        }
     },
     },
     "Carbon": {
     "Plasma": {
         "id": "Carbon",
         "id": "Plasma",
         "name": "carbon",
         "name": "plasma",
         "group": "Elements",
         "group": "Unknown",
         "desc": "A black, crystalline solid.",
         "desc": "Funky, space-magic pixie dust. You probably shouldn't eat this, but we both know you will anyways.",
        "physicalDesc": "crystalline",
        "color": "#22282BFF",
        "recipes": [],
        "metabolisms": null
    },
    "Chlorine": {
        "id": "Chlorine",
        "name": "chlorine",
        "group": "Elements",
        "desc": "A yellow-green gas which is toxic to humans.",
         "physicalDesc": "gaseous",
         "physicalDesc": "gaseous",
         "color": "#A2FF00FF",
         "color": "#7E009EFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": null
         "metabolisms": {
    },
            "Poison": {
    "Copper": {
                "rate": 0.5,
        "id": "Copper",
                "effects": [
        "name": "copper",
                    {
        "group": "Elements",
                        "damage": {
        "desc": "A soft, malleable, and ductile metal with very high thermal and electrical conductivity.",
                            "types": {
        "physicalDesc": "metallic",
                                "Poison": 3
        "color": "#B05B3CFF",
                            },
        "recipes": [],
                            "groups": null
        "metabolisms": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                        "Reagent": "Inaprovaline",
                        "Group": null,
                        "Amount": -2,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            },
            "Gas": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                            "types": {
                                "Poison": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": true,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                    }
                ]
            }
        }
     },
     },
     "Fluorine": {
     "Tritium": {
         "id": "Fluorine",
         "id": "Tritium",
         "name": "fluorine",
         "name": "tritium",
         "group": "Elements",
         "group": "Unknown",
         "desc": "A highly toxic pale yellow gas. Extremely reactive.",
         "desc": "Radioactive space-magic pixie dust.",
        "physicalDesc": "gaseous",
         "physicalDesc": "ionizing",
        "color": "#808080FF",
         "color": "#66FF33FF",
        "recipes": [],
        "metabolisms": null
    },
    "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": [],
        "metabolisms": null
    },
    "Hydrogen": {
        "id": "Hydrogen",
        "name": "hydrogen",
        "group": "Elements",
        "desc": "A light, flammable gas.",
        "physicalDesc": "gaseous",
        "color": "#808080FF",
        "recipes": [],
        "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": "reagent-physical-desc-dark-brown",
        "color": "#BC8A00FF",
        "recipes": [],
        "metabolisms": null
    },
    "Iron": {
        "id": "Iron",
        "name": "iron",
        "group": "Elements",
        "desc": "A silvery-grey metal which forms iron oxides (rust) with contact with air. Commonly alloyed with other elements to create alloys such as steel.",
         "physicalDesc": "metallic",
         "color": "#434B4DFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "Scaled": false,
                         "damage": {
                         "Amount": 2,
                            "types": {
                                "Radiation": 3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "ModifyBloodLevel"
                         "id": "HealthChange"
                    }
                ]
            },
            "Gas": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                            "types": {
                                "Radiation": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": true,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 477: Line 470:
         }
         }
     },
     },
     "Lithium": {
     "CarbonDioxide": {
         "id": "Lithium",
         "id": "CarbonDioxide",
         "name": "lithium",
         "name": "carbon dioxide",
         "group": "Elements",
         "group": "Unknown",
         "desc": "A soft, silvery-white alkali metal. It's highly reactive, and ignites if it makes contact with water.",
         "desc": "You have genuinely no idea what this is.",
        "physicalDesc": "shiny",
         "physicalDesc": "odorless",
        "color": "#C6C8CCFF",
         "color": "#66FF33FF",
        "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": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Gas": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 502: Line 485:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 2
                                 "Poison": 0.2
                             },
                             },
                             "groups": null
                             "groups": null
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": true,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": [
                            {
                                "Min": 0.5,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
Line 516: Line 506:
         }
         }
     },
     },
     "Potassium": {
     "Nitrogen": {
         "id": "Potassium",
         "id": "Nitrogen",
         "name": "potassium",
         "name": "nitrogen",
         "group": "Elements",
         "group": "Unknown",
         "desc": "A soft, shiny grey metal. Even more reactive than lithium.",
         "desc": "A colorless, odorless unreactive gas. Highly stable.",
         "physicalDesc": "shiny",
         "physicalDesc": "gaseous",
         "color": "#C6C8CCFF",
         "color": "#808080FF",
        "recipes": [],
        "metabolisms": null
    },
    "Phosphorus": {
        "id": "Phosphorus",
        "name": "phosphorus",
        "group": "Elements",
        "desc": "A reactive metal used in pyrotechnics and weapons.",
        "physicalDesc": "powdery",
        "color": "#EDE4E4FF",
        "recipes": [],
        "metabolisms": null
    },
    "Radium": {
        "id": "Radium",
        "name": "radium",
        "group": "Elements",
        "desc": "A radioactive metal, silvery-white in its pure form. It glows due to its radioactivity and is highly toxic.",
        "physicalDesc": "glowing",
        "color": "#00FF04FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Gas": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "Factor": 1,
                            "types": {
                        "conditions": [
                                 "Radiation": 2
                            {
                            },
                                 "Type": "Vox",
                            "groups": null
                                "ShouldHave": true,
                        },
                                "id": "OrganType"
                        "scaleByQuantity": false,
                            }
                        "ignoreResistances": true,
                         ],
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "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,
                        "id": "ModifyLungGas"
                     }
                 ]
                 ]
             }
             }
         }
         }
     },
     },
     "Silicon": {
     "Miasma": {
         "id": "Silicon",
         "id": "Miasma",
         "name": "silicon",
         "name": "miasma",
         "group": "Elements",
         "group": "Unknown",
         "desc": "A hard and brittle crystalline solid with a blue-grey color.",
         "desc": "Uh oh, stinky!",
         "physicalDesc": "crystalline",
         "physicalDesc": "gaseous",
         "color": "#364266FF",
         "color": "#56941EFF",
         "recipes": [],
         "recipes": [],
        "metabolisms": null
         "metabolisms": {
    },
             "Gas": {
    "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
    },
    "Sulfur": {
        "id": "Sulfur",
        "name": "sulfur",
        "group": "Elements",
        "desc": "A yellow, crystalline solid.",
        "physicalDesc": "powdery",
        "color": "#FFF385FF",
        "recipes": [],
        "metabolisms": null
    },
    "Sodium": {
        "id": "Sodium",
        "name": "sodium",
        "group": "Elements",
        "desc": "A silvery-white alkali metal. Highly reactive in its pure form.",
        "physicalDesc": "metallic",
        "color": "#C6C8CCFF",
        "recipes": [],
        "metabolisms": null
    },
    "Uranium": {
        "id": "Uranium",
        "name": "uranium",
        "group": "Elements",
        "desc": "A grey metallic chemical element in the actinide series, weakly radioactive.",
        "physicalDesc": "metallic",
        "color": "#8FA191FF",
        "recipes": [],
         "metabolisms": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                    {
                        "conditions": [
                            {
                                "Type": "Rat",
                                "ShouldHave": false,
                                "id": "OrganType"
                            },
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Miasma",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "ChemMiasmaPoolSource"
                    },
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Radiation": 2
                                 "Poison": 0.25
                             },
                             },
                             "groups": null
                             "groups": null
Line 626: Line 614:
                         "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"
                     }
                     },
                ]
                    {
            }
                        "ThirstAmount": -40,
        }
                        "HungerAmount": -40,
    },
                        "conditions": [
    "Acetone": {
                            {
        "id": "Acetone",
                                "Type": "Rat",
        "name": "acetone",
                                "ShouldHave": false,
        "group": "Unknown",
                                "id": "OrganType"
        "desc": "A slick, slightly carcinogenic liquid. Has a multitude of mundane uses in everyday life.",
                            },
        "physicalDesc": "acidic",
                            {
        "color": "#AF14B7FF",
                                "Min": 0.8,
        "recipes": [
                                "Max": 21474836,
            "Acetone"
                                "Reagent": "Miasma",
        ],
                                "id": "ReagentThreshold"
        "metabolisms": null
                            }
    },
                        ],
    "Phenol": {
                        "probability": 0.12,
        "id": "Phenol",
                        "id": "ChemVomit"
        "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.",
                        "Messages": [
        "physicalDesc": "acidic",
                            "miasma-smell"
        "color": "#E7EA91FF",
                        ],
        "recipes": [
                        "Type": 1,
            "Phenol"
                        "VisualType": 2,
        ],
                        "conditions": [
        "metabolisms": null
                            {
    },
                                "Min": 0.25,
    "Charcoal": {
                                "Max": 21474836,
        "id": "Charcoal",
                                "Reagent": "Miasma",
        "name": "charcoal",
                                "id": "ReagentThreshold"
        "group": "Unknown",
                            }
        "desc": "A black, porous solid",
                        ],
        "physicalDesc": "reagent-physical-desc-porous",
                        "probability": 0.1,
        "color": "#22282BFF",
                        "id": "PopupMessage"
        "recipes": [
                    },
            "Charcoal"
        ],
        "metabolisms": {
            "Medicine": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": -1
                                 "Blunt": -4,
                                "Slash": -3,
                                "Piercing": -3
                             },
                             },
                             "groups": null
                             "groups": null
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": true,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": [
                            {
                                "Type": "Rat",
                                "ShouldHave": true,
                                "id": "OrganType"
                            },
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Miasma",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    },
                    {
                        "CleanseRate": 3,
                        "conditions": null,
                        "probability": 1,
                        "id": "ChemCleanBoodstream"
                     }
                     }
                 ]
                 ]
Line 695: Line 697:
         }
         }
     },
     },
     "Ash": {
     "NitrousOxide": {
         "id": "Ash",
         "id": "NitrousOxide",
         "name": "ash",
         "name": "nitrous oxide",
         "group": "Unknown",
         "group": "Unknown",
         "desc": "A light grey powdery residue",
         "desc": "You know how everything seems funnier when you're tired? Well...",
        "physicalDesc": "reagent-physical-desc-powder",
         "physicalDesc": "gaseous",
        "color": "#FFFFFFFF",
         "color": "#808080FF",
        "recipes": [],
        "metabolisms": null
    },
    "Blood": {
        "id": "Blood",
        "name": "blood",
        "group": "Biological",
        "desc": "I hope this is ketchup.",
         "physicalDesc": "ferrous",
         "color": "#800000FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Gas": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                         "Messages": [
                        "probability": 1,
                            "effect-sleepy"
                         "HydrationFactor": 1.5,
                        ],
                         "id": "SatiateThirst"
                         "Type": 1,
                    }
                         "VisualType": 2,
                ]
                        "conditions": [
            }
                            {
        }
                                "Min": 0.5,
    },
                                "Max": 21474836,
    "Slime": {
                                "Reagent": "NitrousOxide",
        "id": "Slime",
                                "id": "ReagentThreshold"
        "name": "slime",
                            },
        "group": "Biological",
                            {
        "desc": "You thought this was gradient blood at first, but you were mistaken.",
                                "Type": "Slime",
        "physicalDesc": "viscous",
                                "ShouldHave": false,
        "color": "#2CF274FF",
                                "id": "OrganType"
        "recipes": [],
                            }
        "metabolisms": {
                        ],
            "Food": {
                        "probability": 0.1,
                "rate": 0.5,
                        "id": "PopupMessage"
                "effects": [
                    },
                     {
                     {
                         "conditions": null,
                        "StatusLifetime": 2,
                         "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "NitrousOxide",
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Slime",
                                "ShouldHave": false,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "NutritionFactor": 1.5,
                         "WalkSpeedModifier": 0.65,
                         "id": "SatiateHunger"
                         "SprintSpeedModifier": 0.65,
                    }
                        "id": "MovespeedModifier"
                ]
                    },
            }
        }
    },
    "Ichor": {
        "id": "Ichor",
        "name": "ichor",
        "group": "Biological",
        "desc": "An extremely potent regenerative chemical, perfected by space fauna evolution. Produced in the dragon's digestive system, it is seen as an exotic commodity due to the gargantuan effort of hunting for it.",
        "physicalDesc": "reagent-physical-desc-roaring",
        "color": "#F4692EFF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "conditions": null,
                         "Key": "ForcedSleep",
                         "probability": 1,
                        "Component": "ForcedSleeping",
                         "HydrationFactor": 1.5,
                        "Time": 3,
                        "id": "SatiateThirst"
                        "Refresh": true,
                    }
                         "Type": 0,
                ]
                         "conditions": [
            },
                            {
            "Medicine": {
                                "Min": 1.8,
                "rate": 0.5,
                                "Max": 21474836,
                "effects": [
                                "Reagent": "NitrousOxide",
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Slime",
                                "ShouldHave": false,
                                "id": "OrganType"
                            }
                        ],
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    },
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Bloodloss": -5
                                 "Poison": 0.25
                             },
                             },
                             "groups": {
                             "groups": null
                                "Burn": -5,
                                "Brute": -5,
                                "Toxin": -2
                            }
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": [
                            {
                                "Min": 3.5,
                                "Max": 21474836,
                                "Reagent": "NitrousOxide",
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Slime",
                                "ShouldHave": false,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
Line 793: Line 802:
         }
         }
     },
     },
     "Toxin": {
     "Frezon": {
         "id": "Toxin",
         "id": "Frezon",
         "name": "toxin",
         "name": "frezon",
         "group": "Toxins",
         "group": "Unknown",
         "desc": "A toxic chemical.",
         "desc": "A highly effective coolant.. and hallucinogenic.",
         "physicalDesc": "opaque",
         "physicalDesc": "gaseous",
         "color": "#CF3600FF",
         "color": "#3A758CFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Gas": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 808: Line 817:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 2
                                 "Cellular": 0.01
                             },
                             },
                             "groups": null
                             "groups": null
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": true,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": [
                        "probability": 1,
                            {
                        "id": "HealthChange"
                                "Min": 0.5,
                    }
                                "Max": 21474836,
                ]
                                "Reagent": "Frezon",
            }
                                 "id": "ReagentThreshold"
        }
                            }
    },
                         ],
    "CarpoToxin": {
        "id": "CarpoToxin",
        "name": "carpotoxin",
        "group": "Toxins",
        "desc": "Toxic secretions of a space carp. Causes a painful burning sensation.",
        "physicalDesc": "reagent-physical-desc-exotic-smelling",
        "color": "#E2A38CFF",
        "recipes": [],
        "metabolisms": {
            "Poison": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                            "types": {
                                 "Poison": 4
                            },
                            "groups": null
                        },
                         "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     },
                     },
                     {
                     {
                        "Messages": [
                         "Key": "SeeingRainbows",
                            "generic-reagent-effect-burning-insides"
                         "Component": "SeeingRainbows",
                        ],
                         "Time": 5,
                        "Type": 1,
                         "Refresh": false,
                        "VisualType": 3,
                         "Type": 0,
                        "conditions": null,
                         "conditions": [
                        "probability": 0.33,
                        "id": "PopupMessage"
                    }
                ]
            }
        }
    },
    "ChloralHydrate": {
        "id": "ChloralHydrate",
        "name": "chloral hydrate",
        "group": "Toxins",
        "desc": "In low doses, makes you drowsy. In higher doses, puts you to sleep. Overdoses deal toxin damage.",
        "physicalDesc": "nondescript",
        "color": "#000067FF",
        "recipes": [
            "ChloralHydrate"
        ],
        "metabolisms": {
            "Poison": {
                "rate": 0.5,
                "effects": [
                    {
                        "StatusLifetime": 2,
                        "conditions": null,
                        "probability": 1,
                        "WalkSpeedModifier": 0.65,
                        "SprintSpeedModifier": 0.65,
                        "id": "MovespeedModifier"
                    },
                    {
                         "Key": "ForcedSleep",
                         "Component": "ForcedSleeping",
                         "Time": 2,
                         "Refresh": false,
                         "Type": 0,
                         "conditions": [
                             {
                             {
                                 "Min": 15,
                                 "Min": 1,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": "ChloralHydrate",
                                 "Reagent": "Frezon",
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
Line 901: Line 852:
                     },
                     },
                     {
                     {
                         "damage": {
                         "BoozePower": 2,
                            "types": {
                         "SlurSpeech": true,
                                "Poison": 1.5
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 20,
                                 "Min": 1,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": "ChloralHydrate",
                                 "Reagent": "Frezon",
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "Drunk"
                     }
                     },
                ]
            }
        }
    },
    "Mold": {
        "id": "Mold",
        "name": "mold",
        "group": "Toxins",
        "desc": "Often found in dark, humid places or on old bread.",
        "physicalDesc": "fuzzy",
        "color": "#8A9A5BFF",
        "recipes": [],
        "metabolisms": {
            "Poison": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "damage": {
                         "Messages": [
                             "types": {
                             "frezon-lungs-cold"
                                "Poison": 1
                        ],
                            },
                        "Type": 1,
                             "groups": null
                        "VisualType": 0,
                        },
                        "conditions": [
                        "scaleByQuantity": false,
                             {
                        "ignoreResistances": true,
                                "Min": 0.5,
                        "conditions": null,
                                "Max": 21474836,
                         "probability": 1,
                                "Reagent": "Frezon",
                         "id": "HealthChange"
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 0.1,
                         "id": "PopupMessage"
                     },
                     },
                     {
                     {
                         "Diseases": [
                         "Messages": [
                             "VentCough",
                             "frezon-euphoric"
                            "SpaceCold",
                            "SpaceFlu",
                            "BirdFlew",
                            "Plague",
                            "TongueTwister",
                            "MemeticAmirmir"
                         ],
                         ],
                        "Type": 1,
                        "VisualType": 2,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 1,
                                 "Min": 1,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": "Mold",
                                 "Reagent": "Frezon",
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 0.1,
                         "id": "ChemCauseRandomDisease"
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 974: Line 903:
         }
         }
     },
     },
     "PolytrinicAcid": {
     "Cryptobiolin": {
         "id": "PolytrinicAcid",
         "id": "Cryptobiolin",
         "name": "polytrinic acid",
         "name": "cryptobiolin",
         "group": "Toxins",
         "group": "Medicine",
         "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": "Causes confusion and dizziness. This is essential to make Spaceacillin.",
         "physicalDesc": "strong-smelling",
        "physicalDesc": "fizzy",
         "color": "#A1000BFF",
        "color": "#081A80FF",
        "recipes": [
            "Cryptobiolin"
        ],
        "metabolisms": null
    },
    "Dylovene": {
        "id": "Dylovene",
        "name": "dylovene",
        "group": "Medicine",
        "desc": "A broad-spectrum anti-toxin, which treats toxin damage in the blood stream. Overdosing will cause vomiting, dizzyness and pain.",
         "physicalDesc": "translucent",
         "color": "#3A1D8AFF",
         "recipes": [
         "recipes": [
             "PolytrinicAcid"
             "Dylovene"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": null,
                             "types": {
                            "groups": {
                                 "Poison": -1
                                 "Caustic": 2
                             },
                             }
                            "groups": null
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
Line 1,000: Line 941:
                         "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"
                     }
                     }
                 ]
                 ]
Line 1,015: Line 946:
         }
         }
     },
     },
     "FluorosulfuricAcid": {
     "Diphenhydramine": {
         "id": "FluorosulfuricAcid",
         "id": "Diphenhydramine",
         "name": "fluorosulfuric acid",
         "name": "diphenhydramine",
         "group": "Toxins",
         "group": "Medicine",
         "desc": "An extremely corrosive chemical substance.",
         "desc": "Rapidly purges the body of histamine and reduces jitteriness.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "chalky",
         "color": "#5050FFFF",
         "color": "#64FFE6FF",
         "recipes": [
         "recipes": [],
            "FluorosulfuricAcid"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "Reagent": "Histamine",
                            "types": null,
                         "Group": null,
                            "groups": {
                         "Amount": -3,
                                "Caustic": 2
                            }
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "AdjustReagent"
                     },
                     },
                     {
                     {
                         "Messages": [
                         "Key": "Jitter",
                            "generic-reagent-effect-burning-insides"
                        "Component": "",
                         ],
                        "Time": 3,
                         "Refresh": true,
                         "Type": 1,
                         "Type": 1,
                        "VisualType": 4,
                         "conditions": null,
                         "conditions": null,
                         "probability": 0.33,
                         "probability": 1,
                         "id": "PopupMessage"
                         "id": "GenericStatusEffect"
                     }
                     }
                 ]
                 ]
Line 1,056: Line 980:
         }
         }
     },
     },
     "SulfuricAcid": {
     "Ethylredoxrazine": {
         "id": "SulfuricAcid",
         "id": "Ethylredoxrazine",
         "name": "sulfuric acid",
         "name": "ethylredoxrazine",
         "group": "Toxins",
         "group": "Medicine",
         "desc": "A highly corrosive, oily, colorless liquid.",
         "desc": "Neutralises the effects of alcohol in the blood stream. Though it is commonly needed, it is rarely requested.",
         "physicalDesc": "oily",
         "physicalDesc": "opaque",
         "color": "#BF8C00FF",
         "color": "#2D5708FF",
         "recipes": [
         "recipes": [
             "SulfuricAcid"
             "Ethylredoxrazine"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "Key": "Drunk",
                            "types": {
                        "Component": "",
                                "Poison": 2
                        "Time": 2,
                            },
                         "Refresh": true,
                            "groups": null
                         "Type": 1,
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "GenericStatusEffect"
                    },
                    {
                        "Messages": [
                            "generic-reagent-effect-burning-insides"
                        ],
                        "Type": 1,
                        "VisualType": 4,
                        "conditions": null,
                        "probability": 0.33,
                        "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 1,097: Line 1,008:
         }
         }
     },
     },
     "UnstableMutagen": {
     "Arithrazine": {
         "id": "UnstableMutagen",
         "id": "Arithrazine",
         "name": "unstable mutagen",
         "name": "arithrazine",
         "group": "Toxins",
         "group": "Medicine",
         "desc": "Causes mutations when injected into living people or plants. High doses may be lethal, especially in humans.",
         "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": "glowing",
         "physicalDesc": "cloudy",
         "color": "#00FF5FFF",
         "color": "#BD5902FF",
         "recipes": [
         "recipes": [
             "UnstableMutagen"
             "Arithrazine"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 1,114: Line 1,025:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Radiation": 3
                                 "Radiation": -3
                             },
                             },
                             "groups": null
                             "groups": {
                                "Brute": 0.5
                            }
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
Line 1,128: Line 1,041:
         }
         }
     },
     },
     "HeartbreakerToxin": {
     "Bicaridine": {
         "id": "HeartbreakerToxin",
         "id": "Bicaridine",
         "name": "heartbreaker toxin",
         "name": "bicaridine",
         "group": "Toxins",
         "group": "Medicine",
         "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": "An analgesic which is highly effective at treating brute damage. It's useful for stabilizing people who have been severely beaten, as well as treating less life-threatening injuries. In the case of bleeding (internal or external), bicaridine will slow down the bleeding heavily. If the dosage exceeds the overdose limit, it'll stop it outright.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "opaque",
         "color": "#5F959CFF",
         "color": "#FFAA00FF",
         "recipes": [
         "recipes": [
             "HeartbreakerToxin"
             "Bicaridine"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": null,
                                 "Asphyxiation": 2
                            "groups": {
                             },
                                 "Brute": -2
                            "groups": null
                             }
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
Line 1,154: Line 1,067:
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     }
                     },
                ]
            }
        }
    },
    "Lexorin": {
        "id": "Lexorin",
        "name": "lexorin",
        "group": "Toxins",
        "desc": "Temporarily stops respiration and causes tissue damage. Large doses are fatal, and will cause people to pass out very quickly. Dexalin and Dexalin Plus will both remove it, however.",
        "physicalDesc": "pungent",
        "color": "#6B0007FF",
        "recipes": [
            "Lexorin"
        ],
        "metabolisms": {
            "Poison": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": null,
                             "types": {
                            "groups": {
                                "Asphyxiation": 1,
                                 "Airloss": 7
                                 "Poison": 0.5
                             }
                             },
                            "groups": null
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": [
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     }
                    },
                 ]
                    {
                        "Amplitude": 10,
                        "Frequency": 4,
                        "Time": 2,
                        "Refresh": true,
                        "conditions": [
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "Jitter"
                    }
                ]
            },
            "Alcohol": {
                "rate": 0.5,
                "effects": [
                    {
                        "BoozePower": 2,
                        "SlurSpeech": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "Drunk"
                     }
                 ]
             }
             }
         }
         }
     },
     },
     "MindbreakerToxin": {
     "Cryoxadone": {
         "id": "MindbreakerToxin",
         "id": "Cryoxadone",
         "name": "mindbreaker toxin",
         "name": "cryoxadone",
         "group": "Toxins",
         "group": "Medicine",
         "desc": "A potent hallucinogenic compound that is illegal under space law. Formerly known as LSD.",
         "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": "opaque",
         "physicalDesc": "fizzy",
         "color": "#77B58EFF",
         "color": "#0091FFFF",
         "recipes": [
         "recipes": [
             "MindbreakerToxin"
             "Cryoxadone"
         ],
         ],
        "metabolisms": null
    },
    "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": [],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 1,218: Line 1,139:
                             "types": null,
                             "types": null,
                             "groups": {
                             "groups": {
                                 "Brute": 2
                                "Airloss": -6,
                                 "Brute": -4,
                                "Burn": -4,
                                "Toxin": -4
                             }
                             }
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": [
                         "probability": 0.1,
                            {
                                "Min": 0,
                                "Max": 150,
                                "id": "Temperature"
                            }
                        ],
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     },
                     }
                ]
            }
        }
    },
    "Dermaline": {
        "id": "Dermaline",
        "name": "dermaline",
        "group": "Medicine",
        "desc": "An advanced chemical that is more effective at treating burn damage than Kelotane.",
        "physicalDesc": "translucent",
        "color": "#215263FF",
        "recipes": [
            "Dermaline"
        ],
        "metabolisms": {
            "Medicine": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": null,
                             "types": null,
                             "groups": {
                             "groups": {
                                 "Brute": 2,
                                 "Burn": -3
                                "Toxin": 2,
                                "Airloss": 2
                             }
                             }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                        "damage": {
                            "types": {
                                "Asphyxiation": 1
                            },
                            "groups": null
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
Line 1,240: Line 1,199:
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 45,
                                 "Min": 30,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": null,
Line 1,250: Line 1,209:
                     },
                     },
                     {
                     {
                         "Messages": [
                         "Amplitude": 10,
                            "histamine-effect-light-itchiness"
                         "Frequency": 4,
                        ],
                         "Time": 2,
                         "Type": 1,
                         "Refresh": true,
                         "VisualType": 0,
                        "conditions": null,
                        "probability": 0.1,
                        "id": "PopupMessage"
                    },
                    {
                         "Messages": [
                            "histamine-effect-heavy-itchiness"
                        ],
                        "Type": 1,
                        "VisualType": 2,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 45,
                                 "Min": 30,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": null,
Line 1,273: Line 1,221:
                             }
                             }
                         ],
                         ],
                         "probability": 0.2,
                         "probability": 1,
                         "id": "PopupMessage"
                         "id": "Jitter"
                     }
                     }
                 ]
                 ]
Line 1,280: Line 1,228:
         }
         }
     },
     },
     "Theobromine": {
     "Dexalin": {
         "id": "Theobromine",
         "id": "Dexalin",
         "name": "theobromine",
         "name": "dexalin",
         "group": "Toxins",
         "group": "Medicine",
         "desc": "Theobromine is a bitter alkaloid of the cacao plant found in chocolate, and some other foods.",
         "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": "grainy",
         "physicalDesc": "opaque",
         "color": "#F5F5F5FF",
         "color": "#0041A8FF",
         "recipes": [],
         "recipes": [
            "Dexalin"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 1,295: Line 1,245:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 4
                                 "Asphyxiation": -1,
                                "Bloodloss": -0.5
                             },
                             },
                             "groups": null
                             "groups": null
Line 1,301: Line 1,252:
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": null,
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Animal",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    },
                     }
                    {
                 ]
                        "ThirstAmount": -40,
                        "HungerAmount": -40,
                        "conditions": [
                            {
                                "Min": 3,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Animal",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                        "probability": 0.04,
                        "id": "ChemVomit"
                     }
                 ]
             }
             }
         }
         }
     },
     },
     "Amatoxin": {
     "DexalinPlus": {
         "id": "Amatoxin",
         "id": "DexalinPlus",
         "name": "amatoxin",
         "name": "dexalin plus",
         "group": "Toxins",
         "group": "Medicine",
         "desc": "A potent toxin found in some mushrooms.",
         "desc": "Used in treatment of extreme cases of oxygen deprivation. Effective at healing blood loss damage.",
         "physicalDesc": "nondescript",
         "physicalDesc": "cloudy",
         "color": "#D6CE7BFF",
         "color": "#4DA0BDFF",
         "recipes": [],
         "recipes": [
            "DexalinPlus"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 1,355: Line 1,277:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 6
                                 "Asphyxiation": -3.5,
                                "Bloodloss": -3
                             },
                             },
                             "groups": null
                             "groups": null
Line 1,364: Line 1,287:
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    },
                    {
                        "Reagent": "Lexorin",
                        "Group": null,
                        "Amount": -3,
                        "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Lexorin",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 1,369: Line 1,307:
         }
         }
     },
     },
     "VentCrud": {
     "Epinephrine": {
         "id": "VentCrud",
         "id": "Epinephrine",
         "name": "vent crud",
         "name": "epinephrine",
         "group": "Unknown",
         "group": "Medicine",
         "desc": "A jet black substance found in poorly maintained ventilation systems.",
         "desc": "Effective at bringing people back from a critical state. Reduces some stun times. Easy to overdose on.",
         "physicalDesc": "sticky",
         "physicalDesc": "odorless",
         "color": "#000000FF",
         "color": "#D2FFFAFF",
         "recipes": [],
         "recipes": [
            "Epinephrine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 1,384: Line 1,324:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 2
                                "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": [
                            {
                                "Max": 21474836,
                                "Min": 100,
                                "id": "TotalDamage"
                            },
                            {
                                "Min": 0,
                                "Max": 20,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     },
                     },
                     {
                     {
                         "CauseChance": 0.6,
                         "damage": {
                        "Disease": "VentCough",
                            "types": {
                        "conditions": null,
                                "Asphyxiation": 1,
                        "probability": 1,
                                 "Poison": 1
                        "id": "ChemCauseDisease"
                             },
                    }
                             "groups": null
                ]
                         },
            }
                         "scaleByQuantity": false,
        }
    },
    "Corpium": {
        "id": "Corpium",
        "name": "corpium",
        "group": "Unknown",
        "desc": "A Syndicate cocktail, carefully harvested from various sources. You wouldn't want this inside of you.",
        "physicalDesc": "necrotic",
        "color": "#7668A1FF",
        "recipes": [],
        "metabolisms": {
            "Poison": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                            "types": {
                                 "Cellular": 1
                             },
                             "groups": null
                         },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": [
                            {
                                "Min": 20,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     },
                     },
                     {
                     {
                         "CauseChance": 1,
                         "Reagent": "Lexorin",
                         "Disease": "ActiveZombieVirus",
                         "Group": null,
                        "Amount": -2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "ChemCauseDisease"
                         "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": [],
        "metabolisms": {
            "Poison": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "damage": {
                         "Reagent": "Epinephrine",
                            "types": {
                        "Group": null,
                                "Poison": 2
                         "Amount": -1,
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Type": "Human",
                                 "Min": 1,
                                 "ShouldHave": true,
                                "Max": 21474836,
                                 "id": "OrganType"
                                 "Reagent": "Lexorin",
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "AdjustReagent"
                     },
                     },
                     {
                     {
                         "Reagent": "Protein",
                         "Reagent": "Histamine",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.5,
                         "Amount": 4,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Type": "Animal",
                                 "Min": 1,
                                 "ShouldHave": true,
                                "Max": 21474836,
                                 "id": "OrganType"
                                 "Reagent": "Lexorin",
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                        "probability": 0.1,
                        "id": "AdjustReagent"
                    },
                    {
                        "Key": "Stun",
                        "Component": "",
                        "Time": 0.75,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "GenericStatusEffect"
                    },
                    {
                        "Key": "KnockedDown",
                        "Component": "",
                        "Time": 0.75,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                     }
                     }
                 ]
                 ]
Line 1,490: Line 1,433:
         }
         }
     },
     },
     "Allicin": {
     "Hyronalin": {
         "id": "Allicin",
         "id": "Hyronalin",
         "name": "allicin",
         "name": "hyronalin",
         "group": "Unknown",
         "group": "Medicine",
         "desc": "An organosulfur compound found in alliums like garlic, onions, and related plants.",
         "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": "pungent",
         "physicalDesc": "cloudy",
         "color": "#F2E9D2FF",
         "color": "#4CB580FF",
         "recipes": [],
         "recipes": [
            "Hyronalin"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 1,505: Line 1,450:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 6
                                 "Radiation": -1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                        "ThirstAmount": -40,
                        "HungerAmount": -40,
                        "conditions": null,
                        "probability": 0.02,
                        "id": "ChemVomit"
                    },
                    {
                        "damage": {
                            "types": {
                                "Heat": 0.5
                             },
                             },
                             "groups": null
                             "groups": null
Line 1,513: Line 1,478:
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 1,
                                 "Min": 30,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             },
                             }
                        ],
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                        "Amplitude": 10,
                        "Frequency": 4,
                        "Time": 2,
                        "Refresh": true,
                        "conditions": [
                             {
                             {
                                 "Type": "Animal",
                                 "Min": 30,
                                 "ShouldHave": true,
                                "Max": 21474836,
                                 "id": "OrganType"
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "Jitter"
                     }
                     }
                 ]
                 ]
Line 1,531: Line 1,507:
         }
         }
     },
     },
     "Pax": {
     "Ipecac": {
         "id": "Pax",
         "id": "Ipecac",
         "name": "pax",
         "name": "ipecac",
         "group": "Unknown",
         "group": "Medicine",
         "desc": "A psychiatric drug which prevents the patient from directly harming anyone.",
         "desc": "Induces vomiting. Useful for stopping a poisoning that isn't done metabolizing.",
         "physicalDesc": "soothing",
         "physicalDesc": "inky",
         "color": "#AAAAAAFF",
         "color": "#422912FF",
         "recipes": [
         "recipes": [
             "Pax"
             "Ipecac"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "Key": "Pacified",
                         "ThirstAmount": -40,
                        "Component": "Pacified",
                         "HungerAmount": -40,
                        "Time": 2,
                        "Refresh": false,
                         "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 0.3,
                         "id": "GenericStatusEffect"
                         "id": "ChemVomit"
                     }
                     }
                 ]
                 ]
Line 1,559: Line 1,532:
         }
         }
     },
     },
     "Carpetium": {
     "Inaprovaline": {
         "id": "Carpetium",
         "id": "Inaprovaline",
         "name": "carpetium",
         "name": "inaprovaline",
         "group": "Special",
         "group": "Medicine",
         "desc": "A mystical chemical, usually outsourced from the Clown Planet, that covers everything it touches in carpet.",
         "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": "fibrous",
         "physicalDesc": "opaque",
         "color": "#800000FF",
         "color": "#731024FF",
         "recipes": [
         "recipes": [
             "Carpetium"
             "Inaprovaline"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "Messages": [
                         "damage": {
                             "carpetium-effect-blood-fibrous",
                             "types": {
                            "carpetium-effect-jumpsuit-insides"
                                "Asphyxiation": -5
                        ],
                            },
                        "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,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": "CarpoToxin",
                                 "Min": 100,
                                 "id": "ReagentThreshold"
                                 "id": "TotalDamage"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "HealthChange"
                    },
                    {
                        "Scaled": false,
                        "Amount": -0.25,
                        "conditions": null,
                        "probability": 1,
                        "id": "ModifyBleedAmount"
                     }
                     }
                 ]
                 ]
Line 1,603: Line 1,576:
         }
         }
     },
     },
     "Fiber": {
     "Kelotane": {
         "id": "Fiber",
         "id": "Kelotane",
         "name": "fiber",
         "name": "kelotane",
         "group": "Unknown",
         "group": "Medicine",
         "desc": "A raw material, usually extracted from wool or other fabric products.",
         "desc": "Treats burn damage and prevents infection.",
         "physicalDesc": "fibrous",
         "physicalDesc": "strong-smelling",
        "color": "#808080FF",
         "color": "#BF3D19FF",
        "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": [
         "recipes": [
             "BuzzochloricBees"
             "Kelotane"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "Messages": [
                         "damage": {
                             "buzzochloricbees-effect-oh-god-bees",
                             "types": null,
                             "buzzochloricbees-effect-its-the-bees",
                             "groups": {
                             "buzzochloricbees-effect-why-am-i-covered-in-bees",
                                "Burn": -1
                            "buzzochloricbees-effect-one-with-the-bees",
                            }
                            "buzzochloricbees-effect-squeaky-clean"
                        },
                         ],
                        "scaleByQuantity": false,
                         "Type": 1,
                        "ignoreResistances": true,
                         "VisualType": 3,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                    }
                ]
            }
        }
    },
    "Leporazine": {
        "id": "Leporazine",
        "name": "leporazine",
        "group": "Medicine",
        "desc": "This keeps a patient's body temperature stable. High doses can allow short periods of unprotected EVA, but prevents use of the cryogenics tubes.",
        "physicalDesc": "pungent",
        "color": "#FF7DB5FF",
        "recipes": [
            "Leporazine"
        ],
        "metabolisms": {
            "Medicine": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                             "types": {
                                "Cold": -4
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "probability": 1,
                         "id": "HealthChange"
                    },
                    {
                        "Amount": 100000,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 0,
                                 "Min": 0,
                                 "Max": 0,
                                 "Max": 293.15,
                                "Reagent": "Histamine",
                                 "id": "Temperature"
                                "id": "ReagentThreshold"
                            },
                            {
                                "Tag": "Bee",
                                "Invert": true,
                                 "id": "HasTag"
                             }
                             }
                         ],
                         ],
                         "probability": 0.1,
                         "probability": 1,
                         "id": "PopupMessage"
                         "id": "AdjustTemperature"
                     },
                     },
                     {
                     {
                         "Messages": [
                         "Amount": -10000,
                            "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"
                        ],
                        "Type": 1,
                        "VisualType": 2,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 0.01,
                                 "Min": 293.15,
                                 "Max": 21474836,
                                 "Max": 3.4028235e+38,
                                "Reagent": "Histamine",
                                 "id": "Temperature"
                                "id": "ReagentThreshold"
                            },
                            {
                                "Tag": "Bee",
                                "Invert": true,
                                 "id": "HasTag"
                             }
                             }
                         ],
                         ],
                         "probability": 0.05,
                         "probability": 1,
                         "id": "PopupMessage"
                         "id": "AdjustTemperature"
                     },
                     },
                     {
                     {
                         "Messages": [
                         "Messages": [
                             "buzzochloricbees-effect-licoxide-electrifying",
                             "leporazine-effect-temperature-adjusting"
                            "buzzochloricbees-effect-licoxide-shocked-by-bee-facts",
                            "buzzochloricbees-effect-licoxide-buzzed",
                            "buzzochloricbees-effect-licoxide-buzzes"
                         ],
                         ],
                         "Type": 1,
                         "Type": 1,
                         "VisualType": 2,
                         "VisualType": 2,
                         "conditions": [
                         "conditions": null,
                            {
                         "probability": 0.2,
                                "Tag": "Bee",
                                "Invert": true,
                                "id": "HasTag"
                            },
                            {
                                "Min": 0.01,
                                "Max": 21474836,
                                "Reagent": "Licoxide",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 0.05,
                         "id": "PopupMessage"
                         "id": "PopupMessage"
                     },
                     }
                    {
                ]
                        "Messages": [
            }
                            "buzzochloricbees-effect-fiber-hairy",
        }
                            "buzzochloricbees-effect-fiber-soft"
    },
                        ],
    "Barozine": {
                        "Type": 1,
        "id": "Barozine",
                        "VisualType": 0,
        "name": "barozine",
                        "conditions": [
        "group": "Medicine",
                            {
        "desc": "A potent drug that prevents pressure damage. Causes extreme pain and jittering. Very poisonous when overdosed.",
                                "Tag": "Bee",
        "physicalDesc": "viscous",
                                "Invert": true,
        "color": "#FF867DFF",
                                "id": "HasTag"
        "recipes": [],
        "metabolisms": {
            "Medicine": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                            "types": {
                                "Heat": 0.5
                             },
                             },
                             {
                             "groups": null
                                "Min": 0.01,
                        },
                                "Max": 21474836,
                        "scaleByQuantity": false,
                                "Reagent": "Fiber",
                        "ignoreResistances": true,
                                "id": "ReagentThreshold"
                        "conditions": null,
                            }
                         "probability": 0.3,
                        ],
                         "id": "HealthChange"
                         "probability": 0.05,
                         "id": "PopupMessage"
                     },
                     },
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 2,
                                 "Poison": 3
                                "Piercing": 2
                             },
                             },
                             "groups": null
                             "groups": null
Line 1,739: Line 1,708:
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Tag": "Bee",
                                 "Min": 30,
                                 "Invert": true,
                                "Max": 21474836,
                                 "id": "HasTag"
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     }
                     },
                ]
                    {
            }
                        "ThirstAmount": -40,
        }
                        "HungerAmount": -40,
    },
                        "conditions": [
    "GroundBee": {
                            {
        "id": "GroundBee",
                                "Min": 30,
        "name": "Ground Bee",
                                "Max": 21474836,
        "group": "Unknown",
                                "Reagent": null,
        "desc": "Bee grounds. Gross.",
                                "id": "ReagentThreshold"
        "physicalDesc": "bee guts",
                            }
        "color": "#86530EFF",
                        ],
        "recipes": [],
                        "probability": 0.15,
        "metabolisms": null
                        "id": "ChemVomit"
    },
                    },
    "Saxoite": {
        "id": "Saxoite",
        "name": "Saxoite",
        "group": "Unknown",
        "desc": "Smells like jazz.",
        "physicalDesc": "ground brass",
        "color": "#B8A603FF",
        "recipes": [],
        "metabolisms": null
    },
    "Licoxide": {
        "id": "Licoxide",
        "name": "Licoxide",
        "group": "Toxins",
        "desc": "It looks... electrifying.",
        "physicalDesc": "electric",
        "color": "#FDD023FF",
        "recipes": [],
        "metabolisms": {
            "Poison": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "ElectrocuteTime": 2,
                         "Key": "PressureImmunity",
                         "ElectrocuteDamageScale": 5,
                        "Component": "PressureImmunity",
                         "Time": 2,
                         "Refresh": true,
                         "Refresh": true,
                        "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 0.5,
                        "probability": 1,
                         "id": "Electrocute"
                        "id": "GenericStatusEffect"
                    },
                    {
                        "Key": "Stutter",
                        "Component": "StutteringAccent",
                        "Time": 2,
                        "Refresh": true,
                        "Type": 0,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    },
                    {
                        "Amplitude": 10,
                        "Frequency": 4,
                        "Time": 2,
                        "Refresh": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "Jitter"
                    },
                    {
                        "conditions": null,
                        "probability": 0.2,
                        "id": "Scream"
                    },
                    {
                        "Messages": [
                            "barozine-effect-skin-burning",
                            "barozine-effect-muscle-contract"
                        ],
                        "Type": 1,
                        "VisualType": 4,
                        "conditions": null,
                         "probability": 0.1,
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 1,795: Line 1,780:
         }
         }
     },
     },
     "Cryptobiolin": {
     "Phalanximine": {
         "id": "Cryptobiolin",
         "id": "Phalanximine",
         "name": "cryptobiolin",
         "name": "phalanximine",
         "group": "Medicine",
         "group": "Medicine",
         "desc": "Causes confusion and dizziness. This is essential to make Spaceacillin.",
         "desc": "Used in the treatment of cancer. Causes moderate radiation poisoning.",
         "physicalDesc": "fizzy",
         "physicalDesc": "acrid",
         "color": "#081A80FF",
         "color": "#C8FF75FF",
         "recipes": [
         "recipes": [
             "Cryptobiolin"
             "Phalanximine"
         ],
         ],
         "metabolisms": null
         "metabolisms": {
     },
            "Medicine": {
     "Dylovene": {
                "rate": 0.5,
         "id": "Dylovene",
                "effects": [
         "name": "dylovene",
                    {
                        "damage": {
                            "types": {
                                "Cellular": -1,
                                "Radiation": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                        "ThirstAmount": -40,
                        "HungerAmount": -40,
                        "conditions": null,
                        "probability": 0.05,
                        "id": "ChemVomit"
                    }
                ]
            }
        }
     },
     "Romerol": {
         "id": "Romerol",
         "name": "romerol",
         "group": "Medicine",
         "group": "Medicine",
         "desc": "A broad-spectrum anti-toxin, which treats toxin damage in the blood stream. Overdosing will cause vomiting, dizzyness and pain.",
         "desc": "A difficult to procure chemical used in the reversal of the zombification process. Tastes like death.",
         "physicalDesc": "translucent",
         "physicalDesc": "acrid",
         "color": "#3A1D8AFF",
         "color": "#7E916EFF",
         "recipes": [
         "recipes": [
             "Dylovene"
             "Romerol"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 1,824: Line 1,836:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": -1
                                 "Poison": 0.5
                             },
                             },
                             "groups": null
                             "groups": null
Line 1,838: Line 1,850:
         }
         }
     },
     },
     "Diphenhydramine": {
     "PulpedBananaPeel": {
         "id": "Diphenhydramine",
         "id": "PulpedBananaPeel",
         "name": "diphenhydramine",
         "name": "pulped banana peel",
         "group": "Medicine",
         "group": "Medicine",
         "desc": "Rapidly purges the body of histamine and reduces jitteriness.",
         "desc": "Pulped banana peels have some effectiveness against bleeding.",
         "physicalDesc": "chalky",
         "physicalDesc": "pulpy",
         "color": "#64FFE6FF",
         "color": "#FFE774FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 1,851: Line 1,863:
                 "effects": [
                 "effects": [
                     {
                     {
                         "Reagent": "Histamine",
                         "Scaled": false,
                        "Group": null,
                         "Amount": -0.5,
                         "Amount": -3,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "ModifyBleedAmount"
                    },
                     }
                    {
                        "Key": "Jitter",
                        "Component": "",
                        "Time": 3,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                     }
                 ]
                 ]
             }
             }
         }
         }
     },
     },
     "Ethylredoxrazine": {
     "Siderlac": {
         "id": "Ethylredoxrazine",
         "id": "Siderlac",
         "name": "ethylredoxrazine",
         "name": "siderlac",
         "group": "Medicine",
         "group": "Medicine",
         "desc": "Neutralises the effects of alcohol in the blood stream. Though it is commonly needed, it is rarely requested.",
         "desc": "A powerful anti-caustic medicine derived from plants.",
         "physicalDesc": "opaque",
         "physicalDesc": "milky",
         "color": "#2D5708FF",
         "color": "#F4DAB8FF",
         "recipes": [
         "recipes": [
             "Ethylredoxrazine"
             "Siderlac"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 1,887: Line 1,888:
                 "effects": [
                 "effects": [
                     {
                     {
                         "Key": "Drunk",
                         "damage": {
                        "Component": "",
                            "types": null,
                         "Time": 2,
                            "groups": {
                         "Refresh": true,
                                "Caustic": -5
                         "Type": 1,
                            }
                         },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 1,900: Line 1,904:
         }
         }
     },
     },
     "Arithrazine": {
     "Spaceacillin": {
         "id": "Arithrazine",
         "id": "Spaceacillin",
         "name": "arithrazine",
         "name": "spaceacillin",
         "group": "Medicine",
         "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.",
         "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": "cloudy",
         "physicalDesc": "opaque",
         "color": "#BD5902FF",
         "color": "#9942F5FF",
         "recipes": [
         "recipes": [
             "Arithrazine"
             "Spaceacillin"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 1,915: Line 1,919:
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "CureChance": 0.15,
                            "types": {
                         "conditions": null,
                                "Radiation": -3
                         "probability": 1,
                            },
                         "id": "ChemCureDisease"
                            "groups": {
                                "Brute": 0.5
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "probability": 1,
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 1,933: Line 1,928:
         }
         }
     },
     },
     "Bicaridine": {
     "Stellibinin": {
         "id": "Bicaridine",
         "id": "Stellibinin",
         "name": "bicaridine",
         "name": "stellibinin",
         "group": "Medicine",
         "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.",
         "desc": "A natual antitoxin with particular effectiveness against amatoxin.",
         "physicalDesc": "opaque",
         "physicalDesc": "starry",
         "color": "#FFAA00FF",
         "color": "#2B2F77FF",
         "recipes": [
         "recipes": [],
            "Bicaridine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Medicine": {
Line 1,949: Line 1,942:
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": null,
                             "types": {
                            "groups": {
                                 "Poison": -4
                                 "Brute": -2
                             },
                             }
                            "groups": null
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
Line 1,961: Line 1,954:
                     },
                     },
                     {
                     {
                         "damage": {
                         "Reagent": "Amatoxin",
                            "types": {
                        "Group": null,
                                "Asphyxiation": 1,
                         "Amount": -3,
                                "Poison": 0.5
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 30,
                                 "Min": 1,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": "Amatoxin",
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "AdjustReagent"
                    },
                     }
                    {
                 ]
                        "Amplitude": 10,
                        "Frequency": 4,
                        "Time": 2,
                        "Refresh": true,
                        "conditions": [
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "Jitter"
                    }
                ]
            },
            "Alcohol": {
                "rate": 0.5,
                "effects": [
                    {
                        "BoozePower": 2,
                        "SlurSpeech": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "Drunk"
                     }
                 ]
             }
             }
         }
         }
     },
     },
     "Cryoxadone": {
     "Synaptizine": {
         "id": "Cryoxadone",
         "id": "Synaptizine",
         "name": "cryoxadone",
         "name": "synaptizine",
         "group": "Medicine",
         "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.",
         "desc": "Toxic, but treats hallucinations, drowsiness \u0026 halves the duration of paralysis, stuns and knockdowns. One unit is enough to treat hallucinations; two units is deadly.",
         "physicalDesc": "fizzy",
         "physicalDesc": "pungent",
         "color": "#0091FFFF",
         "color": "#D49A2FFF",
         "recipes": [
         "recipes": [
             "Cryoxadone"
             "Synaptizine"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": null,
                             "types": {
                            "groups": {
                                 "Poison": 3
                                 "Airloss": -6,
                            },
                                "Brute": -4,
                            "groups": null
                                "Burn": -4,
                                "Toxin": -4
                            }
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": null,
                            {
                        "probability": 1,
                                "Min": 0,
                        "id": "HealthChange"
                                "Max": 150,
                    },
                                "id": "Temperature"
                    {
                            }
                        "Key": "Stun",
                         ],
                        "Component": "",
                        "Time": 3,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    },
                    {
                        "Key": "KnockedDown",
                         "Component": "",
                        "Time": 3,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "GenericStatusEffect"
                     }
                     }
                 ]
                 ]
Line 2,053: Line 2,023:
         }
         }
     },
     },
     "Dermaline": {
     "TranexamicAcid": {
         "id": "Dermaline",
         "id": "TranexamicAcid",
         "name": "dermaline",
         "name": "tranexamic acid",
         "group": "Medicine",
         "group": "Medicine",
         "desc": "An advanced chemical that is more effective at treating burn damage than Kelotane.",
         "desc": "A blood clotting medicine for preventing heavy bleeding. Very dangerous in large quantities.",
         "physicalDesc": "translucent",
         "physicalDesc": "viscous",
         "color": "#215263FF",
         "color": "#BA7D7DFF",
         "recipes": [
         "recipes": [
             "Dermaline"
             "TranexamicAcid"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 2,068: Line 2,038:
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "Scaled": false,
                            "types": null,
                         "Amount": -1.5,
                            "groups": {
                                "Burn": -3
                            }
                        },
                        "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "ModifyBleedAmount"
                     },
                     },
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Asphyxiation": 1
                                 "Bloodloss": 3
                             },
                             },
                             "groups": null
                             "groups": null
Line 2,091: Line 2,055:
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 30,
                                 "Min": 15,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": null,
Line 2,099: Line 2,063:
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    },
                     }
                    {
                        "Amplitude": 10,
                        "Frequency": 4,
                        "Time": 2,
                        "Refresh": true,
                        "conditions": [
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "Jitter"
                     }
                 ]
                 ]
             }
             }
         }
         }
     },
     },
     "Dexalin": {
     "Tricordrazine": {
         "id": "Dexalin",
         "id": "Tricordrazine",
         "name": "dexalin",
         "name": "tricordrazine",
         "group": "Medicine",
         "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.",
         "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",
         "physicalDesc": "opaque",
         "color": "#0041A8FF",
         "color": "#00E5FFFF",
         "recipes": [
         "recipes": [
             "Dexalin"
             "Tricordrazine"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 2,137: Line 2,085:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Asphyxiation": -1,
                                 "Poison": -0.5
                                "Bloodloss": -0.5
                             },
                             },
                             "groups": null
                             "groups": {
                                "Burn": -1,
                                "Brute": -1
                            }
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": [
                            {
                                "Max": 50,
                                "Min": 0,
                                "id": "TotalDamage"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
Line 2,152: Line 2,108:
         }
         }
     },
     },
     "DexalinPlus": {
     "Lipozine": {
         "id": "DexalinPlus",
         "id": "Lipozine",
         "name": "dexalin plus",
         "name": "lipozine",
         "group": "Medicine",
         "group": "Medicine",
         "desc": "Used in treatment of extreme cases of oxygen deprivation. Effective at healing blood loss damage.",
         "desc": "Causes weight loss upon consumption.",
         "physicalDesc": "cloudy",
         "physicalDesc": "oily",
         "color": "#4DA0BDFF",
         "color": "#2690B5FF",
         "recipes": [
         "recipes": [
             "DexalinPlus"
             "Lipozine"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 2,167: Line 2,123:
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Asphyxiation": -3.5,
                                "Bloodloss": -3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "NutritionFactor": -1,
                    },
                         "id": "SatiateHunger"
                    {
                        "Reagent": "Lexorin",
                        "Group": null,
                        "Amount": -3,
                        "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Lexorin",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 2,199: Line 2,132:
         }
         }
     },
     },
     "Epinephrine": {
     "Omnizine": {
         "id": "Epinephrine",
         "id": "Omnizine",
         "name": "epinephrine",
         "name": "omnizine",
         "group": "Medicine",
         "group": "Medicine",
         "desc": "Effective at bringing people back from a critical state. Reduces some stun times. Easy to overdose on.",
         "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": "odorless",
         "physicalDesc": "soothing",
         "color": "#D2FFFAFF",
         "color": "#FCF7F9FF",
         "recipes": [
         "recipes": [],
            "Epinephrine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Medicine": {
Line 2,215: Line 2,146:
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": null,
                                "Asphyxiation": -3,
                                "Poison": -0.5
                            },
                             "groups": {
                             "groups": {
                                 "Brute": -0.5,
                                 "Burn": -2,
                                 "Burn": -0.5
                                "Toxin": -2,
                                "Airloss": -2,
                                 "Brute": -2
                             }
                             }
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": null,
                            {
                        "probability": 1,
                                "Max": 21474836,
                        "id": "HealthChange"
                                "Min": 100,
                    }
                                 "id": "TotalDamage"
                ]
                             },
            }
        }
    },
    "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": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                            "types": null,
                            "groups": {
                                 "Toxin": -3,
                                "Brute": 0.5
                             }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                             {
                             {
                                 "Min": 0,
                                 "Min": 0,
                                 "Max": 20,
                                 "Max": 30,
                                 "Reagent": null,
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
Line 2,244: Line 2,201:
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": null,
                                 "Asphyxiation": 1,
                            "groups": {
                                 "Poison": 1
                                 "Toxin": -1,
                             },
                                 "Brute": 3
                            "groups": null
                             }
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
Line 2,254: Line 2,211:
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 20,
                                 "Min": 30,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": null,
Line 2,264: Line 2,221:
                     },
                     },
                     {
                     {
                         "Reagent": "Lexorin",
                         "Reagent": "Histamine",
                         "Group": null,
                         "Group": null,
                        "Amount": -2,
                         "Amount": -1,
                        "conditions": null,
                         "conditions": [
                        "probability": 1,
                             {
                        "id": "AdjustReagent"
                    },
                    {
                        "Reagent": "Epinephrine",
                        "Group": null,
                         "Amount": -1,
                         "conditions": [
                             {
                                 "Min": 1,
                                 "Min": 1,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": "Lexorin",
                                 "Reagent": "Histamine",
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
Line 2,287: Line 2,236:
                     },
                     },
                     {
                     {
                         "Reagent": "Histamine",
                         "Reagent": "Ultravasculine",
                         "Group": null,
                         "Group": null,
                         "Amount": 4,
                         "Amount": 0.5,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 1,
                                 "Min": 1,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": "Lexorin",
                                 "Reagent": "Histamine",
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 0.1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "AdjustReagent"
                    },
                    {
                        "Key": "Stun",
                        "Component": "",
                        "Time": 0.75,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    },
                    {
                        "Key": "KnockedDown",
                        "Component": "",
                        "Time": 0.75,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                     }
                     }
                 ]
                 ]
Line 2,325: Line 2,254:
         }
         }
     },
     },
     "Hyronalin": {
     "Oculine": {
         "id": "Hyronalin",
         "id": "Oculine",
         "name": "hyronalin",
         "name": "oculine",
         "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": "Heals eye damage.",
         "physicalDesc": "cloudy",
         "physicalDesc": "translucent",
         "color": "#4CB580FF",
         "color": "#404040FF",
         "recipes": [
         "recipes": [
             "Hyronalin"
             "Oculine"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 2,340: Line 2,269:
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "Add": false,
                            "types": {
                        "conditions": null,
                                "Radiation": -1
                        "probability": 1,
                            },
                        "id": "ChemHealEyeDamage"
                            "groups": null
                    }
                        },
                ]
                        "scaleByQuantity": false,
            }
                        "ignoreResistances": true,
        }
                        "conditions": null,
    },
                        "probability": 1,
    "Carpetium": {
                        "id": "HealthChange"
        "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": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "ThirstAmount": -40,
                         "Messages": [
                         "HungerAmount": -40,
                            "carpetium-effect-blood-fibrous",
                            "carpetium-effect-jumpsuit-insides"
                        ],
                        "Type": 1,
                         "VisualType": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 0.02,
                         "probability": 0.1,
                         "id": "ChemVomit"
                         "id": "PopupMessage"
                     },
                     },
                     {
                     {
                         "damage": {
                         "Reagent": "CarpoToxin",
                            "types": {
                        "Group": null,
                                "Heat": 0.5
                         "Amount": -3,
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 30,
                                 "Min": 1,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": "CarpoToxin",
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "AdjustReagent"
                    },
                    {
                        "Amplitude": 10,
                        "Frequency": 4,
                        "Time": 2,
                        "Refresh": true,
                        "conditions": [
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "Jitter"
                     }
                     }
                 ]
                 ]
Line 2,399: Line 2,322:
         }
         }
     },
     },
     "Ipecac": {
     "Fiber": {
         "id": "Ipecac",
         "id": "Fiber",
         "name": "ipecac",
         "name": "fiber",
         "group": "Medicine",
         "group": "Unknown",
         "desc": "Induces vomiting. Useful for stopping a poisoning that isn't done metabolizing.",
         "desc": "A raw material, usually extracted from wool or other fabric products.",
         "physicalDesc": "reagent-physical-desc-inky",
         "physicalDesc": "fibrous",
         "color": "#422912FF",
        "color": "#808080FF",
        "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": [
         "recipes": [
             "Ipecac"
             "BuzzochloricBees"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "ThirstAmount": -40,
                         "Messages": [
                        "HungerAmount": -40,
                            "buzzochloricbees-effect-oh-god-bees",
                        "conditions": null,
                            "buzzochloricbees-effect-its-the-bees",
                        "probability": 0.3,
                            "buzzochloricbees-effect-why-am-i-covered-in-bees",
                        "id": "ChemVomit"
                            "buzzochloricbees-effect-one-with-the-bees",
                    }
                            "buzzochloricbees-effect-squeaky-clean"
                ]
                        ],
            }
                        "Type": 1,
        }
                        "VisualType": 3,
    },
                        "conditions": [
    "Inaprovaline": {
                            {
        "id": "Inaprovaline",
                                "Min": 0,
        "name": "inaprovaline",
                                "Max": 0,
        "group": "Medicine",
                                "Reagent": "Histamine",
        "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.",
                                "id": "ReagentThreshold"
        "physicalDesc": "opaque",
        "color": "#731024FF",
        "recipes": [
            "Inaprovaline"
        ],
        "metabolisms": {
            "Medicine": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                            "types": {
                                "Asphyxiation": -5
                             },
                             },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                             {
                             {
                                 "Max": 21474836,
                                 "Tag": "Bee",
                                 "Min": 100,
                                 "Invert": true,
                                 "id": "TotalDamage"
                                 "id": "HasTag"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 0.1,
                         "id": "HealthChange"
                         "id": "PopupMessage"
                     },
                     },
                     {
                     {
                         "Scaled": false,
                         "Messages": [
                        "Amount": -0.25,
                            "buzzochloricbees-effect-histamine-bee-allergy",
                        "conditions": null,
                            "buzzochloricbees-effect-histamine-swells",
                         "probability": 1,
                            "buzzochloricbees-effect-histamine-numb-to-the-bees",
                         "id": "ModifyBleedAmount"
                            "buzzochloricbees-effect-histamine-cannot-be-one-with-the-bees",
                    }
                            "buzzochloricbees-effect-squeaky-clean"
                ]
                        ],
            }
                         "Type": 1,
        }
                         "VisualType": 2,
    },
                        "conditions": [
    "Kelotane": {
                            {
        "id": "Kelotane",
                                "Min": 0.01,
        "name": "kelotane",
                                "Max": 21474836,
        "group": "Medicine",
                                "Reagent": "Histamine",
        "desc": "Treats burn damage and prevents infection.",
                                "id": "ReagentThreshold"
        "physicalDesc": "strong-smelling",
                            },
        "color": "#BF3D19FF",
                            {
        "recipes": [
                                "Tag": "Bee",
            "Kelotane"
                                "Invert": true,
        ],
                                "id": "HasTag"
        "metabolisms": {
                            }
            "Medicine": {
                        ],
                "rate": 0.5,
                        "probability": 0.05,
                "effects": [
                        "id": "PopupMessage"
                    },
                     {
                     {
                         "damage": {
                         "Messages": [
                             "types": null,
                            "buzzochloricbees-effect-licoxide-electrifying",
                             "groups": {
                            "buzzochloricbees-effect-licoxide-shocked-by-bee-facts",
                                 "Burn": -1
                            "buzzochloricbees-effect-licoxide-buzzed",
                             "buzzochloricbees-effect-licoxide-buzzes"
                        ],
                        "Type": 1,
                        "VisualType": 2,
                        "conditions": [
                             {
                                "Tag": "Bee",
                                "Invert": true,
                                "id": "HasTag"
                            },
                            {
                                 "Min": 0.01,
                                "Max": 21474836,
                                "Reagent": "Licoxide",
                                "id": "ReagentThreshold"
                             }
                             }
                        ],
                        "probability": 0.05,
                        "id": "PopupMessage"
                    },
                    {
                        "Messages": [
                            "buzzochloricbees-effect-fiber-hairy",
                            "buzzochloricbees-effect-fiber-soft"
                        ],
                        "Type": 1,
                        "VisualType": 0,
                        "conditions": [
                            {
                                "Tag": "Bee",
                                "Invert": true,
                                "id": "HasTag"
                            },
                            {
                                "Min": 0.01,
                                "Max": 21474836,
                                "Reagent": "Fiber",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 0.05,
                        "id": "PopupMessage"
                    },
                    {
                        "damage": {
                            "types": {
                                "Poison": 2,
                                "Piercing": 2
                            },
                            "groups": null
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": [
                            {
                                "Tag": "Bee",
                                "Invert": true,
                                "id": "HasTag"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
Line 2,499: Line 2,470:
         }
         }
     },
     },
     "Leporazine": {
     "GroundBee": {
         "id": "Leporazine",
         "id": "GroundBee",
         "name": "leporazine",
         "name": "Ground Bee",
         "group": "Medicine",
         "group": "Unknown",
         "desc": "This keeps a patient's body temperature stable. High doses can allow short periods of unprotected EVA, but prevents use of the cryogenics tubes.",
         "desc": "Bee grounds. Gross.",
         "physicalDesc": "pungent",
        "physicalDesc": "bee guts",
         "color": "#FF7DB5FF",
        "color": "#86530EFF",
         "recipes": [
        "recipes": [],
             "Leporazine"
        "metabolisms": null
         ],
    },
    "Saxoite": {
        "id": "Saxoite",
        "name": "Saxoite",
        "group": "Unknown",
        "desc": "Smells like jazz.",
         "physicalDesc": "ground brass",
         "color": "#B8A603FF",
         "recipes": [],
        "metabolisms": null
    },
    "Licoxide": {
        "id": "Licoxide",
        "name": "Licoxide",
        "group": "Toxins",
        "desc": "It looks... electrifying.",
        "physicalDesc": "electric",
        "color": "#FDD023FF",
        "recipes": [],
        "metabolisms": {
             "Poison": {
                "rate": 0.5,
                "effects": [
                    {
                        "ElectrocuteTime": 2,
                        "ElectrocuteDamageScale": 5,
                        "Refresh": true,
                        "conditions": null,
                        "probability": 0.5,
                        "id": "Electrocute"
                    }
                ]
            }
         }
    },
    "Toxin": {
        "id": "Toxin",
        "name": "toxin",
        "group": "Toxins",
        "desc": "A toxic chemical.",
        "physicalDesc": "opaque",
        "color": "#CF3600FF",
        "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 2,516: Line 2,529:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Cold": -4
                                 "Poison": 2
                             },
                             },
                             "groups": null
                             "groups": null
Line 2,525: Line 2,538:
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    },
                     }
                    {
                 ]
                        "Amount": 100000,
             }
                        "conditions": [
         }
                            {
     },
                                "Min": 0,
     "CarpoToxin": {
                                "Max": 293.15,
         "id": "CarpoToxin",
                                "id": "Temperature"
         "name": "carpotoxin",
                            }
         "group": "Toxins",
                        ],
         "desc": "Toxic secretions of a space carp. Causes a painful burning sensation.",
                        "probability": 1,
         "physicalDesc": "reagent-physical-desc-exotic-smelling",
                        "id": "AdjustTemperature"
         "color": "#E2A38CFF",
                    },
                    {
                        "Amount": -10000,
                        "conditions": [
                            {
                                "Min": 293.15,
                                "Max": 3.4028235e+38,
                                "id": "Temperature"
                            }
                        ],
                        "probability": 1,
                        "id": "AdjustTemperature"
                    },
                    {
                        "Messages": [
                            "leporazine-effect-temperature-adjusting"
                        ],
                        "Type": 1,
                        "VisualType": 2,
                        "conditions": null,
                        "probability": 0.2,
                        "id": "PopupMessage"
                     }
                 ]
             }
         }
     },
     "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": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 2,579: Line 2,558:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Heat": 0.5
                                 "Poison": 4
                             },
                             },
                             "groups": null
                             "groups": null
Line 2,586: Line 2,565:
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 0.3,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     },
                     },
                     {
                     {
                         "damage": {
                        "Messages": [
                            "generic-reagent-effect-burning-insides"
                        ],
                        "Type": 1,
                        "VisualType": 3,
                        "conditions": null,
                        "probability": 0.33,
                        "id": "PopupMessage"
                    }
                ]
            }
        }
    },
    "ChloralHydrate": {
        "id": "ChloralHydrate",
        "name": "chloral hydrate",
        "group": "Toxins",
        "desc": "In low doses, makes you drowsy. In higher doses, puts you to sleep. Overdoses deal toxin damage.",
        "physicalDesc": "nondescript",
        "color": "#000067FF",
        "recipes": [
            "ChloralHydrate"
        ],
        "metabolisms": {
            "Poison": {
                "rate": 0.5,
                "effects": [
                    {
                        "StatusLifetime": 2,
                        "conditions": null,
                        "probability": 1,
                        "WalkSpeedModifier": 0.65,
                        "SprintSpeedModifier": 0.65,
                        "id": "MovespeedModifier"
                    },
                    {
                        "Key": "ForcedSleep",
                        "Component": "ForcedSleeping",
                        "Time": 2,
                        "Refresh": false,
                        "Type": 0,
                        "conditions": [
                            {
                                "Min": 15,
                                "Max": 21474836,
                                "Reagent": "ChloralHydrate",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    },
                    {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 3
                                 "Poison": 1.5
                             },
                             },
                             "groups": null
                             "groups": null
Line 2,600: Line 2,632:
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 30,
                                 "Min": 20,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": "ChloralHydrate",
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                        "probability": 1,
                        "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": [],
        "metabolisms": {
            "Poison": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                            "types": {
                                "Poison": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     },
                     },
                     {
                     {
                         "ThirstAmount": -40,
                         "Diseases": [
                        "HungerAmount": -40,
                            "VentCough",
                            "SpaceCold",
                            "SpaceFlu",
                            "BirdFlew",
                            "Plague",
                            "TongueTwister",
                            "MemeticAmirmir"
                        ],
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 30,
                                 "Min": 1,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": "Mold",
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                        "probability": 0.15,
                        "id": "ChemVomit"
                    },
                    {
                        "Key": "PressureImmunity",
                        "Component": "PressureImmunity",
                        "Time": 2,
                        "Refresh": true,
                        "Type": 0,
                        "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "ChemCauseRandomDisease"
                     },
                     }
                ]
            }
        }
    },
    "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": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "Key": "Stutter",
                         "damage": {
                        "Component": "StutteringAccent",
                            "types": null,
                        "Time": 2,
                            "groups": {
                         "Refresh": true,
                                "Caustic": 2
                         "Type": 0,
                            }
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "HealthChange"
                    },
                    {
                        "Amplitude": 10,
                        "Frequency": 4,
                        "Time": 2,
                        "Refresh": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "Jitter"
                    },
                    {
                        "conditions": null,
                        "probability": 0.2,
                        "id": "Scream"
                     },
                     },
                     {
                     {
                         "Messages": [
                         "Messages": [
                             "barozine-effect-skin-burning",
                             "generic-reagent-effect-burning-insides"
                            "barozine-effect-muscle-contract"
                         ],
                         ],
                         "Type": 1,
                         "Type": 1,
                         "VisualType": 4,
                         "VisualType": 4,
                         "conditions": null,
                         "conditions": null,
                         "probability": 0.1,
                         "probability": 0.33,
                         "id": "PopupMessage"
                         "id": "PopupMessage"
                     }
                     }
Line 2,672: Line 2,736:
         }
         }
     },
     },
     "Phalanximine": {
     "FluorosulfuricAcid": {
         "id": "Phalanximine",
         "id": "FluorosulfuricAcid",
         "name": "phalanximine",
         "name": "fluorosulfuric acid",
         "group": "Medicine",
         "group": "Toxins",
         "desc": "Used in the treatment of cancer. Causes moderate radiation poisoning.",
         "desc": "An extremely corrosive chemical substance.",
         "physicalDesc": "acrid",
         "physicalDesc": "strong-smelling",
         "color": "#C8FF75FF",
         "color": "#5050FFFF",
         "recipes": [
         "recipes": [
             "Phalanximine"
             "FluorosulfuricAcid"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": null,
                                "Cellular": -1,
                            "groups": {
                                 "Radiation": 1
                                 "Caustic": 2
                             },
                             }
                            "groups": null
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
Line 2,701: Line 2,764:
                     },
                     },
                     {
                     {
                         "ThirstAmount": -40,
                         "Messages": [
                         "HungerAmount": -40,
                            "generic-reagent-effect-burning-insides"
                        ],
                         "Type": 1,
                        "VisualType": 4,
                         "conditions": null,
                         "conditions": null,
                         "probability": 0.05,
                         "probability": 0.33,
                         "id": "ChemVomit"
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 2,711: Line 2,777:
         }
         }
     },
     },
     "Romerol": {
     "SulfuricAcid": {
         "id": "Romerol",
         "id": "SulfuricAcid",
         "name": "romerol",
         "name": "sulfuric acid",
         "group": "Medicine",
         "group": "Toxins",
         "desc": "A difficult to procure chemical used in the reversal of the zombification process. Tastes like death.",
         "desc": "A highly corrosive, oily, colorless liquid.",
         "physicalDesc": "acrid",
         "physicalDesc": "oily",
         "color": "#7E916EFF",
         "color": "#BF8C00FF",
         "recipes": [
         "recipes": [
             "Romerol"
             "SulfuricAcid"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 2,728: Line 2,794:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 0.5
                                 "Poison": 2
                             },
                             },
                             "groups": null
                             "groups": null
Line 2,737: Line 2,803:
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     }
                     },
                ]
                    {
            }
                        "Messages": [
        }
                            "generic-reagent-effect-burning-insides"
    },
                        ],
    "PulpedBananaPeel": {
                         "Type": 1,
        "id": "PulpedBananaPeel",
                         "VisualType": 4,
        "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,
                "effects": [
                    {
                         "Scaled": false,
                         "Amount": -0.5,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 0.33,
                         "id": "ModifyBleedAmount"
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 2,765: Line 2,818:
         }
         }
     },
     },
     "Siderlac": {
     "UnstableMutagen": {
         "id": "Siderlac",
         "id": "UnstableMutagen",
         "name": "siderlac",
         "name": "unstable mutagen",
         "group": "Medicine",
         "group": "Toxins",
         "desc": "A powerful anti-caustic medicine derived from plants.",
         "desc": "Causes mutations when injected into living people or plants. High doses may be lethal, especially in humans.",
         "physicalDesc": "milky",
         "physicalDesc": "glowing",
         "color": "#F4DAB8FF",
         "color": "#00FF5FFF",
         "recipes": [
         "recipes": [
             "Siderlac"
             "UnstableMutagen"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": null,
                             "types": {
                            "groups": {
                                 "Radiation": 3
                                 "Caustic": -5
                             },
                             }
                            "groups": null
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
Line 2,796: Line 2,849:
         }
         }
     },
     },
     "Spaceacillin": {
     "HeartbreakerToxin": {
         "id": "Spaceacillin",
         "id": "HeartbreakerToxin",
         "name": "spaceacillin",
         "name": "heartbreaker toxin",
         "group": "Medicine",
         "group": "Toxins",
         "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": "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": "opaque",
         "physicalDesc": "strong-smelling",
         "color": "#9942F5FF",
         "color": "#5F959CFF",
         "recipes": [
         "recipes": [
             "Spaceacillin"
             "HeartbreakerToxin"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "CureChance": 0.15,
                         "damage": {
                            "types": {
                                "Asphyxiation": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "ChemCureDisease"
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 2,820: Line 2,880:
         }
         }
     },
     },
     "Stellibinin": {
     "Lexorin": {
         "id": "Stellibinin",
         "id": "Lexorin",
         "name": "stellibinin",
         "name": "lexorin",
         "group": "Medicine",
         "group": "Toxins",
         "desc": "A natual antitoxin with particular effectiveness against amatoxin.",
         "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": "starry",
         "physicalDesc": "pungent",
         "color": "#2B2F77FF",
         "color": "#6B0007FF",
         "recipes": [],
         "recipes": [
            "Lexorin"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": null,
                                 "Poison": -4
                            "groups": {
                             },
                                 "Airloss": 7
                            "groups": null
                             }
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
Line 2,844: Line 2,906:
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    },
                     }
                    {
                 ]
                        "Reagent": "Amatoxin",
             }
                        "Group": null,
         }
                        "Amount": -3,
                        "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Amatoxin",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                 ]
             }
         }
     },
     },
     "Synaptizine": {
     "MindbreakerToxin": {
         "id": "Synaptizine",
         "id": "MindbreakerToxin",
         "name": "synaptizine",
         "name": "mindbreaker toxin",
         "group": "Medicine",
         "group": "Toxins",
         "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": "A potent hallucinogenic compound that is illegal under space law. Formerly known as LSD.",
         "physicalDesc": "pungent",
         "physicalDesc": "opaque",
         "color": "#D49A2FFF",
         "color": "#77B58EFF",
         "recipes": [
         "recipes": [
             "Synaptizine"
             "MindbreakerToxin"
         ],
         ],
        "metabolisms": null
    },
    "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": [],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Poison": {
Line 2,880: Line 2,937:
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": null,
                                 "Poison": 3
                            "groups": {
                             },
                                 "Brute": 2
                            "groups": null
                             }
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 0.1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     },
                     },
                     {
                     {
                         "Key": "Stun",
                         "damage": {
                        "Component": "",
                            "types": null,
                        "Time": 3,
                            "groups": {
                        "Refresh": true,
                                "Brute": 2,
                        "Type": 1,
                                "Toxin": 2,
                        "conditions": null,
                                 "Airloss": 2
                        "probability": 1,
                             }
                        "id": "GenericStatusEffect"
                    },
                    {
                        "Key": "KnockedDown",
                        "Component": "",
                        "Time": 3,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    }
                ]
            }
        }
    },
    "TranexamicAcid": {
        "id": "TranexamicAcid",
        "name": "tranexamic acid",
        "group": "Medicine",
        "desc": "A blood clotting medicine for preventing heavy bleeding. Very dangerous in large quantities.",
        "physicalDesc": "viscous",
        "color": "#BA7D7DFF",
        "recipes": [
            "TranexamicAcid"
        ],
        "metabolisms": {
            "Medicine": {
                "rate": 0.5,
                "effects": [
                    {
                        "Scaled": false,
                        "Amount": -1.5,
                        "conditions": null,
                        "probability": 1,
                        "id": "ModifyBleedAmount"
                    },
                    {
                        "damage": {
                            "types": {
                                 "Bloodloss": 3
                             },
                            "groups": null
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
Line 2,947: Line 2,961:
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 15,
                                 "Min": 45,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": null,
Line 2,955: Line 2,969:
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "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"
                     }
                 ]
             }
         }
         }
     },
     },
     "Tricordrazine": {
     "Theobromine": {
         "id": "Tricordrazine",
         "id": "Theobromine",
         "name": "tricordrazine",
         "name": "theobromine",
         "group": "Medicine",
         "group": "Toxins",
         "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": "Theobromine is a bitter alkaloid of the cacao plant found in chocolate, and some other foods.",
         "physicalDesc": "opaque",
         "physicalDesc": "grainy",
         "color": "#00E5FFFF",
         "color": "#F5F5F5FF",
         "recipes": [
         "recipes": [],
            "Tricordrazine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 2,977: Line 3,016:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": -0.5
                                 "Poison": 4
                             },
                             },
                             "groups": {
                             "groups": null
                                "Burn": -1,
                                "Brute": -1
                            }
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
Line 2,988: Line 3,024:
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Max": 50,
                                "Min": 1,
                                 "Min": 0,
                                 "Max": 21474836,
                                 "id": "TotalDamage"
                                 "Reagent": null,
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Animal",
                                "ShouldHave": true,
                                 "id": "OrganType"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    },
                    {
                        "ThirstAmount": -40,
                        "HungerAmount": -40,
                        "conditions": [
                            {
                                "Min": 3,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Animal",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                        "probability": 0.04,
                        "id": "ChemVomit"
                     }
                     }
                 ]
                 ]
Line 3,000: Line 3,061:
         }
         }
     },
     },
     "Lipozine": {
     "Amatoxin": {
         "id": "Lipozine",
         "id": "Amatoxin",
         "name": "lipozine",
         "name": "amatoxin",
         "group": "Medicine",
         "group": "Toxins",
         "desc": "Causes weight loss upon consumption.",
         "desc": "A potent toxin found in some mushrooms.",
         "physicalDesc": "oily",
         "physicalDesc": "nondescript",
         "color": "#2690B5FF",
         "color": "#D6CE7BFF",
         "recipes": [
         "recipes": [],
            "Lipozine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 6
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "NutritionFactor": -1,
                         "id": "HealthChange"
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 3,024: Line 3,090:
         }
         }
     },
     },
     "Omnizine": {
     "VentCrud": {
         "id": "Omnizine",
         "id": "VentCrud",
         "name": "omnizine",
         "name": "vent crud",
         "group": "Medicine",
         "group": "Unknown",
         "desc": "A soothing milky liquid with an iridescent gleam. A well known conspiracy theory says that it's origins remain a mystery because knowing the secrets of its production would render most commercial pharmaceuticals obsolete.",
         "desc": "A jet black substance found in poorly maintained ventilation systems.",
         "physicalDesc": "soothing",
         "physicalDesc": "sticky",
         "color": "#FCF7F9FF",
         "color": "#000000FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": null,
                             "types": {
                            "groups": {
                                 "Poison": 2
                                 "Burn": -2,
                            },
                                "Toxin": -2,
                            "groups": null
                                "Airloss": -2,
                                "Brute": -2
                            }
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
Line 3,051: Line 3,114:
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    },
                    {
                        "CauseChance": 0.6,
                        "Disease": "VentCough",
                        "conditions": null,
                        "probability": 1,
                        "id": "ChemCauseDisease"
                     }
                     }
                 ]
                 ]
Line 3,056: Line 3,126:
         }
         }
     },
     },
     "Ultravasculine": {
     "Corpium": {
         "id": "Ultravasculine",
         "id": "Corpium",
         "name": "ultravasculine",
         "name": "corpium",
         "group": "Medicine",
         "group": "Unknown",
         "desc": "Rapidly flushes toxins from the body, but places some stress on the veins. Do not overdose.",
         "desc": "A Syndicate cocktail, carefully harvested from various sources. You wouldn't want this inside of you.",
         "physicalDesc": "thick and grainy",
         "physicalDesc": "necrotic",
         "color": "#520E30FF",
         "color": "#7668A1FF",
         "recipes": [
         "recipes": [],
            "Ultravasculine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": null,
                             "types": {
                            "groups": {
                                 "Cellular": 1
                                 "Toxin": -3,
                            },
                                "Brute": 0.5
                            "groups": null
                            }
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": null,
                            {
                                "Min": 0,
                                "Max": 30,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     },
                     },
                    {
                        "CauseChance": 1,
                        "Disease": "ActiveZombieVirus",
                        "conditions": null,
                        "probability": 1,
                        "id": "ChemCauseDisease"
                    }
                ]
            }
        }
    },
    "UncookedAnimalProteins": {
        "id": "UncookedAnimalProteins",
        "name": "uncooked animal proteins",
        "group": "Unknown",
        "desc": "This is very risky for the stomachs of softer lifeforms to digest.",
        "physicalDesc": "clumpy",
        "color": "#FFFFE5FF",
        "recipes": [],
        "metabolisms": {
            "Poison": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": null,
                             "types": {
                            "groups": {
                                 "Poison": 2
                                 "Toxin": -1,
                            },
                                "Brute": 3
                            "groups": null
                            }
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
Line 3,103: Line 3,185:
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 30,
                                 "Type": "Human",
                                "Max": 21474836,
                                 "ShouldHave": true,
                                 "Reagent": null,
                                 "id": "OrganType"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
Line 3,113: Line 3,194:
                     },
                     },
                     {
                     {
                         "Reagent": "Histamine",
                         "Reagent": "Protein",
                         "Group": null,
                         "Group": null,
                         "Amount": -1,
                         "Amount": 0.5,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 1,
                                 "Type": "Animal",
                                "Max": 21474836,
                                 "ShouldHave": true,
                                 "Reagent": "Histamine",
                                 "id": "OrganType"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "AdjustReagent"
                     },
                     }
                ]
            }
        }
    },
    "Allicin": {
        "id": "Allicin",
        "name": "allicin",
        "group": "Unknown",
        "desc": "An organosulfur compound found in alliums like garlic, onions, and related plants.",
        "physicalDesc": "pungent",
        "color": "#F2E9D2FF",
        "recipes": [],
        "metabolisms": {
            "Poison": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "Reagent": "Ultravasculine",
                         "damage": {
                         "Group": null,
                            "types": {
                         "Amount": 0.5,
                                "Poison": 6
                            },
                            "groups": null
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 1,
                                 "Min": 1,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": "Histamine",
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Animal",
                                "ShouldHave": true,
                                "id": "OrganType"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 3,146: Line 3,252:
         }
         }
     },
     },
     "Oculine": {
     "Pax": {
         "id": "Oculine",
         "id": "Pax",
         "name": "oculine",
         "name": "pax",
         "group": "Medicine",
         "group": "Unknown",
         "desc": "Heals eye damage.",
         "desc": "A psychiatric drug which prevents the patient from directly harming anyone.",
         "physicalDesc": "translucent",
         "physicalDesc": "soothing",
         "color": "#404040FF",
         "color": "#AAAAAAFF",
         "recipes": [
         "recipes": [
             "Oculine"
             "Pax"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "Add": false,
                         "Key": "Pacified",
                        "Component": "Pacified",
                        "Time": 2,
                        "Refresh": false,
                        "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "ChemHealEyeDamage"
                         "id": "GenericStatusEffect"
                     }
                     }
                 ]
                 ]
Line 3,170: Line 3,280:
         }
         }
     },
     },
     "Oxygen": {
     "EZNutrient": {
         "id": "Oxygen",
         "id": "EZNutrient",
         "name": "oxygen",
         "name": "EZ nutrient",
         "group": "Unknown",
         "group": "Botanical",
         "desc": "An oxidizing, colorless gas.",
         "desc": "Give your plants some of those EZ nutrients!",
         "physicalDesc": "gaseous",
        "physicalDesc": "thick",
         "color": "#808080FF",
        "color": "#664330FF",
        "recipes": [
            "EZNutrient"
        ],
        "metabolisms": null
    },
    "Left4Zed": {
        "id": "Left4Zed",
        "name": "left-4-zed",
        "group": "Botanical",
        "desc": "A cocktail of mutagenic compounds, which cause plant life to become highly unstable.",
        "physicalDesc": "heterogeneous",
        "color": "#5B406CFF",
        "recipes": [
            "Left4Zed"
        ],
        "metabolisms": null
    },
    "PestKiller": {
        "id": "PestKiller",
        "name": "pest killer",
        "group": "Botanical",
        "desc": "A mixture that targets pests.",
         "physicalDesc": "bubbling",
         "color": "#9E9886FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
        "metabolisms": null
             "Gas": {
    },
                 "rate": 0.5,
    "PlantBGone": {
                 "effects": [
        "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": null
    },
    "RobustHarvest": {
        "id": "RobustHarvest",
        "name": "robust harvest",
        "group": "Botanical",
        "desc": "Plant-enhancing hormones, good for increasing potency.",
        "physicalDesc": "robust",
        "color": "#3E901CFF",
        "recipes": [
            "RobustHarvest"
        ],
        "metabolisms": null
    },
    "WeedKiller": {
        "id": "WeedKiller",
        "name": "weed killer",
        "group": "Botanical",
        "desc": "A mixture that targets weeds.",
        "physicalDesc": "bubbling",
        "color": "#968395FF",
        "recipes": [],
        "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": [
                     {
                     {
                         "Factor": 1,
                         "damage": {
                        "conditions": [
                             "types": null,
                             {
                            "groups": {
                                "Type": "Human",
                                 "Caustic": 1
                                "ShouldHave": true,
                                 "id": "OrganType"
                             }
                             }
                         ],
                         },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "Oxygenate"
                         "id": "HealthChange"
                    },
                    {
                        "Factor": 1,
                        "conditions": [
                            {
                                "Type": "Animal",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                        "probability": 1,
                        "id": "Oxygenate"
                    },
                    {
                        "Factor": 1,
                        "conditions": [
                            {
                                "Type": "Rat",
                                "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 3,237: Line 3,379:
         }
         }
     },
     },
     "Plasma": {
     "Diethylamine": {
         "id": "Plasma",
         "id": "Diethylamine",
         "name": "plasma",
         "name": "diethylamine",
         "group": "Unknown",
         "group": "Botanical",
         "desc": "Funky, space-magic pixie dust. You probably shouldn't eat this, but we both know you will anyways.",
         "desc": "A very potent fertilizer.",
         "physicalDesc": "gaseous",
         "physicalDesc": "strong-smelling",
         "color": "#7E009EFF",
         "color": "#A1000BFF",
         "recipes": [],
         "recipes": [
            "Diethylamine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Poison": {
Line 3,251: Line 3,395:
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": null,
                                 "Poison": 3
                            "groups": {
                             },
                                 "Caustic": 1
                            "groups": null
                             }
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                        "Reagent": "Inaprovaline",
                        "Group": null,
                        "Amount": -2,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            },
            "Gas": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                            "types": {
                                "Poison": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": true,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
Line 3,292: Line 3,410:
         }
         }
     },
     },
     "Tritium": {
     "Aluminium": {
         "id": "Tritium",
         "id": "Aluminium",
         "name": "tritium",
         "name": "aluminium",
         "group": "Unknown",
         "group": "Elements",
         "desc": "Radioactive space-magic pixie dust.",
         "desc": "A silver, soft, non-magnetic, and ductile metal.",
         "physicalDesc": "ionizing",
         "physicalDesc": "metallic",
         "color": "#66FF33FF",
         "color": "#848789FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": null
            "Poison": {
    },
                "rate": 0.5,
    "Carbon": {
                "effects": [
        "id": "Carbon",
                    {
        "name": "carbon",
                        "damage": {
        "group": "Elements",
                            "types": {
        "desc": "A black, crystalline solid.",
                                "Radiation": 3
        "physicalDesc": "crystalline",
                            },
        "color": "#22282BFF",
                            "groups": null
        "recipes": [],
                        },
        "metabolisms": null
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                    }
                ]
            },
            "Gas": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                            "types": {
                                "Radiation": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": true,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                    }
                ]
            }
        }
     },
     },
     "CarbonDioxide": {
     "Chlorine": {
         "id": "CarbonDioxide",
         "id": "Chlorine",
         "name": "carbon dioxide",
         "name": "chlorine",
         "group": "Unknown",
         "group": "Elements",
         "desc": "You have genuinely no idea what this is.",
         "desc": "A yellow-green gas which is toxic to humans.",
         "physicalDesc": "odorless",
         "physicalDesc": "gaseous",
         "color": "#66FF33FF",
         "color": "#A2FF00FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": null
            "Gas": {
    },
                "rate": 0.5,
    "Copper": {
                "effects": [
        "id": "Copper",
                    {
        "name": "copper",
                        "damage": {
        "group": "Elements",
                            "types": {
        "desc": "A soft, malleable, and ductile metal with very high thermal and electrical conductivity.",
                                "Poison": 0.2
        "physicalDesc": "metallic",
                            },
        "color": "#B05B3CFF",
                            "groups": null
        "recipes": [],
                        },
        "metabolisms": null
                        "scaleByQuantity": true,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                "Min": 0.5,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "HealthChange"
                    }
                ]
            }
        }
     },
     },
     "Nitrogen": {
     "Fluorine": {
         "id": "Nitrogen",
         "id": "Fluorine",
         "name": "nitrogen",
         "name": "fluorine",
         "group": "Unknown",
         "group": "Elements",
         "desc": "A colorless, odorless unreactive gas. Highly stable.",
         "desc": "A highly toxic pale yellow gas. Extremely reactive.",
         "physicalDesc": "gaseous",
         "physicalDesc": "gaseous",
         "color": "#808080FF",
         "color": "#808080FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": null
            "Gas": {
    },
                "rate": 0.5,
    "Gold": {
                "effects": [
        "id": "Gold",
                    {
        "name": "gold",
                        "Factor": 1,
        "group": "Elements",
                        "conditions": [
        "desc": "Gold is a dense, soft, shiny metal and the most malleable and ductile metal known.",
                            {
        "physicalDesc": "metallic",
                                "Type": "Vox",
        "color": "#F7C430FF",
                                "ShouldHave": true,
        "recipes": [],
                                "id": "OrganType"
        "metabolisms": null
                            }
    },
                         ],
    "Hydrogen": {
        "id": "Hydrogen",
        "name": "hydrogen",
        "group": "Elements",
        "desc": "A light, flammable gas.",
        "physicalDesc": "gaseous",
        "color": "#808080FF",
        "recipes": [],
        "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": "reagent-physical-desc-dark-brown",
        "color": "#BC8A00FF",
        "recipes": [],
        "metabolisms": null
    },
    "Iron": {
        "id": "Iron",
        "name": "iron",
        "group": "Elements",
        "desc": "A silvery-grey metal which forms iron oxides (rust) with contact with air. Commonly alloyed with other elements to create alloys such as steel.",
        "physicalDesc": "metallic",
        "color": "#434B4DFF",
        "recipes": [],
        "metabolisms": {
            "Medicine": {
                "rate": 0.5,
                "effects": [
                    {
                        "Scaled": false,
                        "Amount": 2,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "Oxygenate"
                         "id": "ModifyBloodLevel"
                    },
                     }
                    {
                        "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,
                        "id": "ModifyLungGas"
                     }
                 ]
                 ]
             }
             }
         }
         }
     },
     },
     "Miasma": {
     "Lithium": {
         "id": "Miasma",
         "id": "Lithium",
         "name": "miasma",
         "name": "lithium",
         "group": "Unknown",
         "group": "Elements",
         "desc": "Uh oh, stinky!",
         "desc": "A soft, silvery-white alkali metal. It's highly reactive, and ignites if it makes contact with water.",
         "physicalDesc": "gaseous",
         "physicalDesc": "shiny",
         "color": "#56941EFF",
         "color": "#C6C8CCFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
        "metabolisms": null
             "Gas": {
    },
                 "rate": 0.5,
    "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": [
                 "effects": [
                    {
                        "conditions": [
                            {
                                "Type": "Rat",
                                "ShouldHave": false,
                                "id": "OrganType"
                            },
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Miasma",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "ChemMiasmaPoolSource"
                    },
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 0.25
                                 "Poison": 2
                             },
                             },
                             "groups": null
                             "groups": null
Line 3,483: Line 3,544:
                         "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": [
    },
                            {
    "Potassium": {
                                "Type": "Rat",
        "id": "Potassium",
                                "ShouldHave": false,
        "name": "potassium",
                                "id": "OrganType"
        "group": "Elements",
        "desc": "A soft, shiny grey metal. Even more reactive than lithium.",
        "physicalDesc": "shiny",
        "color": "#C6C8CCFF",
        "recipes": [],
        "metabolisms": null
    },
    "Phosphorus": {
        "id": "Phosphorus",
        "name": "phosphorus",
        "group": "Elements",
        "desc": "A reactive metal used in pyrotechnics and weapons.",
        "physicalDesc": "powdery",
        "color": "#EDE4E4FF",
        "recipes": [],
        "metabolisms": null
    },
    "Radium": {
        "id": "Radium",
        "name": "radium",
        "group": "Elements",
        "desc": "A radioactive metal, silvery-white in its pure form. It glows due to its radioactivity and is highly toxic.",
        "physicalDesc": "glowing",
        "color": "#00FF04FF",
        "recipes": [],
        "metabolisms": {
            "Poison": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                            "types": {
                                "Radiation": 2
                             },
                             },
                            {
                             "groups": null
                                "Min": 0.8,
                         },
                                "Max": 21474836,
                         "scaleByQuantity": false,
                                "Reagent": "Miasma",
                         "ignoreResistances": true,
                                "id": "ReagentThreshold"
                         "conditions": null,
                            }
                         "probability": 1,
                        ],
                         "id": "HealthChange"
                        "probability": 0.12,
                     }
                        "id": "ChemVomit"
                 ]
                    },
             }
                    {
                        "Messages": [
                            "miasma-smell"
                        ],
                        "Type": 1,
                        "VisualType": 2,
                        "conditions": [
                            {
                                "Min": 0.25,
                                "Max": 21474836,
                                "Reagent": "Miasma",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 0.1,
                        "id": "PopupMessage"
                    },
                    {
                        "damage": {
                            "types": {
                                "Blunt": -4,
                                "Slash": -3,
                                "Piercing": -3
                            },
                             "groups": null
                         },
                         "scaleByQuantity": true,
                         "ignoreResistances": true,
                         "conditions": [
                            {
                                "Type": "Rat",
                                "ShouldHave": true,
                                "id": "OrganType"
                            },
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Miasma",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "id": "HealthChange"
                     }
                 ]
             }
         }
         }
     },
     },
     "NitrousOxide": {
     "Silicon": {
         "id": "NitrousOxide",
         "id": "Silicon",
         "name": "nitrous oxide",
         "name": "silicon",
         "group": "Unknown",
         "group": "Elements",
         "desc": "You know how everything seems funnier when you're tired? Well...",
         "desc": "A hard and brittle crystalline solid with a blue-grey color.",
         "physicalDesc": "gaseous",
        "physicalDesc": "crystalline",
         "color": "#808080FF",
        "color": "#364266FF",
        "recipes": [],
        "metabolisms": null
    },
    "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
    },
    "Sulfur": {
        "id": "Sulfur",
        "name": "sulfur",
        "group": "Elements",
        "desc": "A yellow, crystalline solid.",
        "physicalDesc": "powdery",
        "color": "#FFF385FF",
        "recipes": [],
        "metabolisms": null
    },
    "Sodium": {
        "id": "Sodium",
        "name": "sodium",
        "group": "Elements",
        "desc": "A silvery-white alkali metal. Highly reactive in its pure form.",
        "physicalDesc": "metallic",
        "color": "#C6C8CCFF",
        "recipes": [],
        "metabolisms": null
    },
    "Uranium": {
        "id": "Uranium",
        "name": "uranium",
        "group": "Elements",
        "desc": "A grey metallic chemical element in the actinide series, weakly radioactive.",
         "physicalDesc": "metallic",
         "color": "#8FA191FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Gas": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "Messages": [
                         "damage": {
                             "effect-sleepy"
                             "types": {
                        ],
                                 "Radiation": 2
                        "Type": 1,
                        "VisualType": 2,
                        "conditions": [
                            {
                                 "Min": 0.5,
                                "Max": 21474836,
                                "Reagent": "NitrousOxide",
                                "id": "ReagentThreshold"
                             },
                             },
                             {
                             "groups": null
                                "Type": "Slime",
                        },
                                "ShouldHave": false,
                        "scaleByQuantity": false,
                                 "id": "OrganType"
                        "ignoreResistances": true,
                            }
                        "conditions": null,
                         ],
                        "probability": 1,
                         "probability": 0.1,
                        "id": "HealthChange"
                         "id": "PopupMessage"
                    }
                ]
            }
        }
    },
    "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": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                            "types": {
                                 "Poison": 0.75
                            },
                            "groups": null
                        },
                         "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                         "probability": 1,
                         "id": "HealthChange"
                     },
                     },
                     {
                     {
                         "StatusLifetime": 2,
                         "damage": {
                            "types": {
                                "Poison": 2,
                                "Asphyxiation": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 1,
                                 "Min": 30,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": "NitrousOxide",
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                            },
                             }
                            {
                                "Type": "Slime",
                                "ShouldHave": false,
                                "id": "OrganType"
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "WalkSpeedModifier": 0.65,
                        "id": "HealthChange"
                         "SprintSpeedModifier": 0.65,
                    }
                ]
            },
            "Narcotic": {
                "rate": 0.5,
                "effects": [
                    {
                        "StatusLifetime": 2,
                        "conditions": null,
                        "probability": 1,
                         "WalkSpeedModifier": 1.35,
                         "SprintSpeedModifier": 1.35,
                         "id": "MovespeedModifier"
                         "id": "MovespeedModifier"
                     },
                     },
                     {
                     {
                         "Key": "ForcedSleep",
                         "Key": "Stutter",
                         "Component": "ForcedSleeping",
                         "Component": "StutteringAccent",
                         "Time": 3,
                         "Time": 2,
                         "Refresh": true,
                         "Refresh": true,
                         "Type": 0,
                         "Type": 0,
                         "conditions": [
                         "conditions": null,
                            {
                                "Min": 1.8,
                                "Max": 21474836,
                                "Reagent": "NitrousOxide",
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Slime",
                                "ShouldHave": false,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "GenericStatusEffect"
                     },
                     },
                     {
                     {
                         "damage": {
                         "Amplitude": 10,
                            "types": {
                        "Frequency": 4,
                                "Poison": 0.25
                        "Time": 2,
                            },
                        "Refresh": true,
                            "groups": null
                        "conditions": null,
                         },
                        "probability": 1,
                         "scaleByQuantity": false,
                         "id": "Jitter"
                         "ignoreResistances": true,
                    },
                         "conditions": [
                    {
                            {
                         "Key": "Stun",
                                "Min": 3.5,
                         "Component": "",
                                "Max": 21474836,
                         "Time": 3,
                                "Reagent": "NitrousOxide",
                        "Refresh": true,
                                "id": "ReagentThreshold"
                        "Type": 1,
                            },
                        "conditions": null,
                            {
                        "probability": 1,
                                "Type": "Slime",
                        "id": "GenericStatusEffect"
                                "ShouldHave": false,
                    },
                                "id": "OrganType"
                    {
                            }
                        "Key": "KnockedDown",
                         ],
                        "Component": "",
                        "Time": 3,
                        "Refresh": true,
                        "Type": 1,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "GenericStatusEffect"
                     }
                     }
                 ]
                 ]
Line 3,671: Line 3,774:
         }
         }
     },
     },
     "Frezon": {
     "Ephedrine": {
         "id": "Frezon",
         "id": "Ephedrine",
         "name": "frezon",
         "name": "ephedrine",
         "group": "Unknown",
         "group": "Narcotics",
         "desc": "A highly effective coolant.. and hallucinogenic.",
         "desc": "Increases stun resistance and movement speed, giving you hand cramps. Overdose deals toxin damage and inhibits breathing.",
         "physicalDesc": "gaseous",
         "physicalDesc": "powdery",
         "color": "#3A758CFF",
         "color": "#D2FFFAFF",
         "recipes": [],
         "recipes": [
            "Ephedrine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Gas": {
             "Narcotic": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                        "StatusLifetime": 2,
                             "types": {
                        "conditions": null,
                                 "Cellular": 0.01
                        "probability": 1,
                        "WalkSpeedModifier": 1.25,
                        "SprintSpeedModifier": 1.25,
                        "id": "MovespeedModifier"
                    },
                    {
                         "damage": {
                             "types": {
                                 "Poison": 2,
                                "Asphyxiation": 2
                             },
                             },
                             "groups": null
                             "groups": null
                         },
                         },
                         "scaleByQuantity": true,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 0.5,
                                 "Min": 20,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": "Frezon",
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
Line 3,704: Line 3,818:
                     },
                     },
                     {
                     {
                         "Key": "SeeingRainbows",
                         "Amplitude": 10,
                         "Component": "SeeingRainbows",
                         "Frequency": 4,
                         "Time": 5,
                         "Time": 2,
                         "Refresh": false,
                         "Refresh": true,
                        "Type": 0,
                         "conditions": null,
                         "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Frezon",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "Jitter"
                     },
                     },
                     {
                     {
                         "BoozePower": 2,
                         "Key": "Stun",
                         "SlurSpeech": true,
                         "Component": "",
                         "conditions": [
                         "Time": 1,
                            {
                        "Refresh": true,
                                "Min": 1,
                        "Type": 1,
                                "Max": 21474836,
                        "conditions": null,
                                "Reagent": "Frezon",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "Drunk"
                         "id": "GenericStatusEffect"
                     },
                     },
                     {
                     {
                         "Messages": [
                         "Key": "KnockedDown",
                            "frezon-lungs-cold"
                        "Component": "",
                         ],
                        "Time": 1,
                         "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": [
                         "Messages": [
                             "frezon-euphoric"
                             "ephedrine-effect-tight-pain",
                            "ephedrine-effect-heart-pounds"
                         ],
                         ],
                         "Type": 1,
                         "Type": 1,
                         "VisualType": 2,
                         "VisualType": 2,
                         "conditions": [
                         "conditions": null,
                            {
                         "probability": 0.05,
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Frezon",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 0.1,
                         "id": "PopupMessage"
                         "id": "PopupMessage"
                     }
                     }
Line 3,772: Line 3,861:
         }
         }
     },
     },
     "Bleach": {
     "THC": {
         "id": "Bleach",
         "id": "THC",
         "name": "bleach",
         "name": "THC",
         "group": "Unknown",
         "group": "Narcotics",
         "desc": "Heavy duty cleaner that can clean tiles the same as Space Cleaner and also decontaminate clothes. Extremely toxic when ingested.",
         "desc": "The main psychoactive compound in cannabis.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "crystalline",
         "color": "#A1000BFF",
         "color": "#808080FF",
         "recipes": [
         "recipes": [],
            "Bleach"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Narcotic": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "Key": "SeeingRainbows",
                            "types": {
                        "Component": "SeeingRainbows",
                                "Poison": 3
                        "Time": 5,
                            },
                         "Refresh": false,
                            "groups": null
                         "Type": 0,
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "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": [],
        "metabolisms": {
            "Narcotic": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "Messages": [
                         "Key": "SeeingRainbows",
                            "generic-reagent-effect-burning-insides"
                        "Component": "SeeingRainbows",
                         ],
                         "Time": 5,
                         "Type": 1,
                         "Refresh": false,
                         "VisualType": 3,
                         "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 0.33,
                         "probability": 1,
                         "id": "PopupMessage"
                         "id": "GenericStatusEffect"
                     }
                     }
                 ]
                 ]
Line 3,813: Line 3,913:
         }
         }
     },
     },
     "SpaceCleaner": {
     "Nicotine": {
         "id": "SpaceCleaner",
         "id": "Nicotine",
         "name": "space cleaner",
         "name": "Nicotine",
         "group": "Unknown",
         "group": "Narcotics",
         "desc": "This is able to clean almost all surfaces of almost anything that may dirty them. The janitor is likely to appreciate refills.",
         "desc": "Dangerous and highly addictive.",
         "physicalDesc": "lemony fresh",
         "physicalDesc": "strong-smelling",
         "color": "#C8FF69FF",
         "color": "#C0C0C0FF",
         "recipes": [
         "recipes": [],
            "SpaceCleaner"
        ],
         "metabolisms": null
         "metabolisms": null
     },
     },
     "SpaceLube": {
     "Impedrezene": {
         "id": "SpaceLube",
         "id": "Impedrezene",
         "name": "space lube",
         "name": "impedrezene",
         "group": "Unknown",
         "group": "Narcotics",
         "desc": "Space Lube is a high performance lubricant intended for maintenance of extremely complex mechanical equipment (and certainly not used to make people slip).",
         "desc": "A narcotic that impedes one's ability by slowing down the higher brain cell functions. Causes massive brain damage.",
         "physicalDesc": "shiny",
         "physicalDesc": "acrid",
         "color": "#77B58EFF",
         "color": "#215263FF",
         "recipes": [
         "recipes": [
             "SpaceLube"
             "Impedrezene"
         ],
         ],
         "metabolisms": null
         "metabolisms": null
     },
     },
     "EZNutrient": {
     "SpaceDrugs": {
         "id": "EZNutrient",
         "id": "SpaceDrugs",
         "name": "EZ nutrient",
         "name": "space drugs",
         "group": "Botanical",
         "group": "Narcotics",
         "desc": "Give your plants some of those EZ nutrients!",
         "desc": "An illegal compound which induces a number of effects such as loss of balance and visual artefacts.",
         "physicalDesc": "thick",
         "physicalDesc": "syrupy",
         "color": "#664330FF",
         "color": "#63806EFF",
         "recipes": [
         "recipes": [
             "EZNutrient"
             "SpaceDrugs"
         ],
         ],
         "metabolisms": null
         "metabolisms": {
            "Narcotic": {
                "rate": 0.5,
                "effects": [
                    {
                        "Key": "SeeingRainbows",
                        "Component": "SeeingRainbows",
                        "Time": 5,
                        "Refresh": false,
                        "Type": 0,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    }
                ]
            }
        }
     },
     },
     "Left4Zed": {
     "Nocturine": {
         "id": "Left4Zed",
         "id": "Nocturine",
         "name": "left-4-zed",
         "name": "nocturine",
         "group": "Botanical",
         "group": "Narcotics",
         "desc": "A cocktail of mutagenic compounds, which cause plant life to become highly unstable.",
         "desc": "Makes you feel very tired and unable to stand up. Basically, it's bone hurting juice.",
        "physicalDesc": "heterogeneous",
         "physicalDesc": "powdery",
        "color": "#5B406CFF",
         "color": "#128E80FF",
        "recipes": [
            "Left4Zed"
        ],
        "metabolisms": null
    },
    "PestKiller": {
        "id": "PestKiller",
        "name": "pest killer",
        "group": "Botanical",
        "desc": "A mixture that targets pests.",
         "physicalDesc": "bubbling",
         "color": "#9E9886FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": null
         "metabolisms": {
    },
            "Narcotic": {
    "PlantBGone": {
                "rate": 0.5,
        "id": "PlantBGone",
                "effects": [
        "name": "plant-B-gone",
                    {
        "group": "Botanical",
                        "damage": {
        "desc": "A harmful toxic mixture to kill plantlife. Do not ingest!",
                            "types": {
        "physicalDesc": "bubbling",
                                "Poison": 1
        "color": "#49002EFF",
                            },
        "recipes": [
                            "groups": null
            "PlantBGone"
                        },
        ],
                        "scaleByQuantity": false,
        "metabolisms": null
                        "ignoreResistances": true,
    },
                        "conditions": [
    "RobustHarvest": {
                            {
        "id": "RobustHarvest",
                                "Min": 60,
        "name": "robust harvest",
                                "Max": 21474836,
        "group": "Botanical",
                                "Reagent": null,
        "desc": "Plant-enhancing hormones, good for increasing potency.",
                                "id": "ReagentThreshold"
        "physicalDesc": "robust",
                            }
        "color": "#3E901CFF",
                        ],
        "recipes": [
                        "probability": 1,
            "RobustHarvest"
                        "id": "HealthChange"
        ],
                    },
        "metabolisms": null
                    {
    },
                        "ParalyzeTime": 1.2,
    "WeedKiller": {
                        "Refresh": false,
        "id": "WeedKiller",
                        "conditions": null,
        "name": "weed killer",
                        "probability": 1,
        "group": "Botanical",
                        "id": "Paralyze"
        "desc": "A mixture that targets weeds.",
                    },
        "physicalDesc": "bubbling",
        "color": "#968395FF",
        "recipes": [],
        "metabolisms": null
    },
    "Ammonia": {
        "id": "Ammonia",
        "name": "ammonia",
        "group": "Botanical",
        "desc": "An effective fertilizer which is better than what is available to the botanist initially, though it isn't as powerful as Diethylamine",
        "physicalDesc": "pungent",
        "color": "#77B58EFF",
        "recipes": [
            "Ammonia"
        ],
        "metabolisms": {
            "Poison": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "damage": {
                         "Key": "Stutter",
                            "types": null,
                        "Component": "StutteringAccent",
                            "groups": {
                        "Time": 1,
                                "Caustic": 1
                         "Refresh": true,
                            }
                         "Type": 0,
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "GenericStatusEffect"
                     }
                     }
                 ]
                 ]
Line 3,936: Line 4,016:
         }
         }
     },
     },
     "Diethylamine": {
     "MuteToxin": {
         "id": "Diethylamine",
         "id": "MuteToxin",
         "name": "diethylamine",
         "name": "mute toxin",
         "group": "Botanical",
         "group": "Narcotics",
         "desc": "A very potent fertilizer.",
         "desc": "Makes you unable to talk while metabolizing.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "syrupy",
         "color": "#A1000BFF",
         "color": "#000000FF",
         "recipes": [
         "recipes": [
             "Diethylamine"
             "MuteToxin"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Narcotic": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "Key": "Muted",
                            "types": null,
                        "Component": "Muted",
                            "groups": {
                        "Time": 2,
                                "Caustic": 1
                         "Refresh": true,
                            }
                         "Type": 0,
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "GenericStatusEffect"
                     }
                     }
                 ]
                 ]
Line 3,967: Line 4,044:
         }
         }
     },
     },
     "Thermite": {
     "Bleach": {
         "id": "Thermite",
         "id": "Bleach",
         "name": "thermite",
         "name": "bleach",
         "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": "Heavy duty cleaner that can clean tiles the same as Space Cleaner and also decontaminate clothes. Extremely toxic when ingested.",
         "physicalDesc": "grainy",
         "physicalDesc": "strong-smelling",
         "color": "#757245FF",
         "color": "#A1000BFF",
         "recipes": [
         "recipes": [
             "Thermite"
             "Bleach"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 3,984: Line 4,061:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Heat": 2
                                 "Poison": 3
                             },
                             },
                             "groups": null
                             "groups": null
Line 3,993: Line 4,070:
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    },
                    {
                        "Messages": [
                            "generic-reagent-effect-burning-insides"
                        ],
                        "Type": 1,
                        "VisualType": 3,
                        "conditions": null,
                        "probability": 0.33,
                        "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 3,998: Line 4,085:
         }
         }
     },
     },
     "Napalm": {
     "SpaceCleaner": {
         "id": "Napalm",
         "id": "SpaceCleaner",
         "name": "napalm",
         "name": "space cleaner",
         "group": "Pyrotechnic",
         "group": "Unknown",
         "desc": "It's just a little flammable.",
         "desc": "This is able to clean almost all surfaces of almost anything that may dirty them. The janitor is likely to appreciate refills.",
         "physicalDesc": "soapy",
         "physicalDesc": "lemony fresh",
         "color": "#FA00AFFF",
         "color": "#C8FF69FF",
         "recipes": [
         "recipes": [
             "Napalm"
             "SpaceCleaner"
         ],
         ],
         "metabolisms": {
         "metabolisms": null
            "Poison": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                            "types": {
                                "Heat": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                        "Multiplier": 0.4,
                        "conditions": null,
                        "probability": 1,
                        "id": "FlammableReaction"
                    }
                ]
            }
        }
     },
     },
     "Phlogiston": {
     "SpaceLube": {
         "id": "Phlogiston",
         "id": "SpaceLube",
         "name": "phlogiston",
         "name": "space lube",
         "group": "Pyrotechnic",
         "group": "Unknown",
         "desc": "Catches you on fire and makes you ignite.",
         "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": "burning",
         "physicalDesc": "shiny",
         "color": "#D4872AFF",
         "color": "#77B58EFF",
         "recipes": [
         "recipes": [
             "Phlogiston"
             "SpaceLube"
        ],
        "metabolisms": null
    },
    "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"
        ],
        "metabolisms": null
    },
    "Phenol": {
        "id": "Phenol",
        "name": "phenol",
        "group": "Unknown",
        "desc": "An aromatic ring of carbon with a hydroxyl group. A useful precursor to some medicines, but has no healing properties on its own.",
        "physicalDesc": "acidic",
        "color": "#E7EA91FF",
        "recipes": [
            "Phenol"
        ],
        "metabolisms": null
    },
    "Charcoal": {
        "id": "Charcoal",
        "name": "charcoal",
        "group": "Unknown",
        "desc": "A black, porous solid",
        "physicalDesc": "reagent-physical-desc-porous",
        "color": "#22282BFF",
        "recipes": [
            "Charcoal"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 4,052: Line 4,150:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Heat": 3
                                 "Poison": -1
                             },
                             },
                             "groups": null
                             "groups": null
Line 4,063: Line 4,161:
                     },
                     },
                     {
                     {
                         "Multiplier": 0.1,
                         "CleanseRate": 3,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "FlammableReaction"
                         "id": "ChemCleanBoodstream"
                    },
                    {
                        "Amount": 6000,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustTemperature"
                     }
                     }
                 ]
                 ]
Line 4,078: Line 4,170:
         }
         }
     },
     },
     "ChlorineTrifluoride": {
     "Ash": {
         "id": "ChlorineTrifluoride",
         "id": "Ash",
         "name": "CLF3",
         "name": "ash",
         "group": "Pyrotechnic",
         "group": "Unknown",
         "desc": "You really, REALLY don't want to get this shit anywhere near you.",
         "desc": "A light grey powdery residue",
         "physicalDesc": "blazing",
         "physicalDesc": "reagent-physical-desc-powder",
         "color": "#FFC8C8FF",
         "color": "#FFFFFFFF",
         "recipes": [
         "recipes": [],
            "ChlorineTrifluoride"
        "metabolisms": null
         ],
    },
    "Flour": {
        "id": "Flour",
        "name": "flour",
        "group": "Foods",
        "desc": "Used for baking.",
         "physicalDesc": "powdery",
        "color": "#FFFFFFFF",
        "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Heat": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                        "Multiplier": 0.2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "FlammableReaction"
                         "NutritionFactor": 1,
                    },
                         "id": "SatiateHunger"
                    {
                        "Amount": 6000,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustTemperature"
                     }
                     }
                 ]
                 ]
Line 4,121: Line 4,202:
         }
         }
     },
     },
     "FoamingAgent": {
     "Oats": {
         "id": "FoamingAgent",
         "id": "Oats",
         "name": "foaming agent",
         "name": "oats",
         "group": "Pyrotechnic",
         "group": "Foods",
        "desc": "Makes foam such as that's required in metal foam grenades.",
         "desc": "Used for a variety of tasty purposes.",
        "physicalDesc": "foamy",
         "physicalDesc": "coarse",
        "color": "#215263FF",
         "color": "#D2B48CFF",
        "recipes": [
            "FoamingAgent"
        ],
        "metabolisms": null
    },
    "WeldingFuel": {
        "id": "WeldingFuel",
        "name": "welding fuel",
        "group": "Pyrotechnic",
         "desc": "Used by welders to weld.",
         "physicalDesc": "oily",
         "color": "#A76B1CFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Food": {
                 "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"
                        "NutritionFactor": 1,
                     },
                         "id": "SatiateHunger"
                     }
                ]
            }
        }
    },
    "Enzyme": {
        "id": "Enzyme",
        "name": "universal enzyme",
        "group": "Foods",
        "desc": "Used in cooking various dishes.",
        "physicalDesc": "chalky",
        "color": "#009900FF",
        "recipes": [],
        "metabolisms": {
            "Food": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                        "Multiplier": 0.4,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "FlammableReaction"
                        "NutritionFactor": 3,
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 4,168: Line 4,246:
         }
         }
     },
     },
     "Fluorosurfactant": {
     "Egg": {
         "id": "Fluorosurfactant",
         "id": "Egg",
         "name": "fluorosurfactant",
         "name": "egg",
         "group": "Pyrotechnic",
         "group": "Foods",
         "desc": "A perfluoronated sulfonic acid that forms a foam when mixed with water.",
         "desc": "Used for baking.",
         "physicalDesc": "opaque",
         "physicalDesc": "mucus-like",
         "color": "#9E6B38FF",
         "color": "#FFFFFFFF",
        "recipes": [
            "Fluorosurfactant"
        ],
        "metabolisms": null
    },
    "Cola": {
        "id": "Cola",
        "name": "cola",
        "group": "Drinks",
        "desc": "A sweet, carbonated soft drink. Caffeine free.",
        "physicalDesc": "fizzy",
        "color": "#422912FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 4,195: Line 4,261:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "NutritionFactor": 1,
                         "id": "SatiateThirst"
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 4,202: Line 4,268:
         }
         }
     },
     },
     "ChangelingSting": {
     "Sugar": {
         "id": "ChangelingSting",
         "id": "Sugar",
         "name": "changeling sting",
         "name": "sugar",
         "group": "Drinks",
         "group": "Foods",
         "desc": "You take a tiny sip and feel a burning sensation...",
         "desc": "Tasty spacey sugar!",
         "physicalDesc": "fizzy",
         "physicalDesc": "sweet",
         "color": "#2E6671FF",
         "color": "#FFFFFFFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 4,217: Line 4,283:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "NutritionFactor": 1,
                         "id": "SatiateThirst"
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 4,224: Line 4,290:
         }
         }
     },
     },
     "DrGibb": {
     "Blackpepper": {
         "id": "DrGibb",
         "id": "Blackpepper",
         "name": "Dr. Gibb",
         "name": "black pepper",
         "group": "Drinks",
         "group": "Foods",
         "desc": "A delicious blend of 42 different flavours.",
         "desc": "Often used to flavor food or make people sneeze.",
         "physicalDesc": "fizzy",
         "physicalDesc": "grainy",
         "color": "#102000FF",
         "color": "#000000FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 4,239: Line 4,305:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "NutritionFactor": 1,
                         "id": "SatiateThirst"
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 4,246: Line 4,312:
         }
         }
     },
     },
     "EnergyDrink": {
     "Vinegar": {
         "id": "EnergyDrink",
         "id": "Vinegar",
         "name": "Energy Drink",
         "name": "vinegar",
         "group": "Drinks",
         "group": "Foods",
         "desc": "A dose of energy! Nanotrasen is not responsible if you grow avian appendages.",
         "desc": "Often used to flavor food.",
         "physicalDesc": "fizzy",
         "physicalDesc": "sour",
         "color": "#FFFFBFFF",
         "color": "#D2B48CFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 4,261: Line 4,327:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "NutritionFactor": 1,
                        "id": "SatiateThirst"
                         "id": "SatiateHunger"
                    },
                    {
                        "Reagent": "Theobromine",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 4,276: Line 4,334:
         }
         }
     },
     },
     "GrapeSoda": {
     "Rice": {
         "id": "GrapeSoda",
         "id": "Rice",
         "name": "grape soda",
         "name": "rice",
         "group": "Drinks",
         "group": "Foods",
         "desc": "It's Graaaaaape!",
         "desc": "Hard, small white grains.",
         "physicalDesc": "fizzy",
         "physicalDesc": "chewy",
         "color": "#AE94A6FF",
         "color": "#FFFFFFFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 4,291: Line 4,349:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "NutritionFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 4,298: Line 4,356:
         }
         }
     },
     },
     "IceCream": {
     "OilOlive": {
         "id": "IceCream",
         "id": "OilOlive",
         "name": "ice cream",
         "name": "olive oil",
         "group": "Drinks",
         "group": "Foods",
         "desc": "It was either this or the microwave, and nobody wants ice cream soup!",
         "desc": "Viscous and fragrant.",
         "physicalDesc": "creamy",
         "physicalDesc": "oily",
         "color": "#FFFBD6FF",
         "color": "#808000FF",
         "recipes": [
         "recipes": [],
            "IceCream"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 4,315: Line 4,371:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "NutritionFactor": 1,
                         "id": "SatiateThirst"
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 4,322: Line 4,378:
         }
         }
     },
     },
     "LemonLime": {
     "Oil": {
         "id": "LemonLime",
         "id": "Oil",
         "name": "lemon-lime",
         "name": "oil",
         "group": "Drinks",
         "group": "Foods",
         "desc": "tangy lime and lemon soda",
         "desc": "Used by chefs to cook.",
         "physicalDesc": "fizzy",
         "physicalDesc": "oily",
         "color": "#878F00FF",
         "color": "#B67823FF",
         "recipes": [
         "recipes": [
             "LemonLime"
             "Oil"
         ],
         ],
        "metabolisms": null
    },
    "CapsaicinOil": {
        "id": "CapsaicinOil",
        "name": "Capsaicin Oil",
        "group": "Unknown",
        "desc": "Capsaicin Oil is the ingredient found in different types of hot peppers.",
        "physicalDesc": "oily",
        "color": "#FF0000FF",
        "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Caustic": 0.5
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                    },
                    {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Caustic": 1
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                "Min": 5,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                        "Messages": [
                            "capsaicin-effect-light-burn"
                        ],
                        "Type": 1,
                        "VisualType": 0,
                        "conditions": null,
                        "probability": 0.2,
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 4,346: Line 4,449:
         }
         }
     },
     },
     "PwrGame": {
     "Nutriment": {
         "id": "PwrGame",
         "id": "Nutriment",
         "name": "Pwr Game",
         "name": "nutriment",
         "group": "Drinks",
         "group": "Foods",
         "desc": "The only drink with the PWR that true gamers crave.",
         "desc": "All the vitamins, minerals, and carbohydrates the body needs in pure form.",
         "physicalDesc": "fizzy",
         "physicalDesc": "opaque",
         "color": "#9385BFFF",
         "color": "#664330FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 4,361: Line 4,464:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "NutritionFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 4,368: Line 4,471:
         }
         }
     },
     },
     "RootBeer": {
     "Vitamin": {
         "id": "RootBeer",
         "id": "Vitamin",
         "name": "root beer",
         "name": "vitamin",
         "group": "Drinks",
         "group": "Foods",
         "desc": "A very sweet, carbonated drink reminiscent of sarsparilla. Goes well with ice cream.",
         "desc": "Found in healthy, complete meals.",
         "physicalDesc": "fizzy",
         "physicalDesc": "chalky",
         "color": "#381C07FF",
         "color": "#D3D3D3FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Brute": -0.5,
                                "Burn": -0.5
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 0.5,
                        "id": "HealthChange"
                    },
                    {
                        "Scaled": false,
                        "Amount": -0.25,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "id": "ModifyBleedAmount"
                         "id": "SatiateThirst"
                    },
                    {
                        "conditions": null,
                        "probability": 1,
                        "NutritionFactor": 3,
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 4,390: Line 4,514:
         }
         }
     },
     },
     "RootBeerFloat": {
     "Protein": {
         "id": "RootBeerFloat",
         "id": "Protein",
         "name": "root beer float",
         "name": "protein",
         "group": "Drinks",
         "group": "Foods",
         "desc": "Root beer, but now with ice cream on top. It truly is the magnum opus of Canadian summertime drinks.",
         "desc": "Found in certain meals, good for bodily health.",
         "physicalDesc": "reagent-physical-desc-fizzy and creamy",
         "physicalDesc": "clumpy",
         "color": "#4F361FFF",
         "color": "#FFFFE5FF",
         "recipes": [
         "recipes": [
             "RootBeerFloat"
             "ProteinCooking"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Brute": -0.4
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 0.5,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     },
                     }
                ]
            }
        }
    },
    "SpaceMountainWind": {
        "id": "SpaceMountainWind",
        "name": "Space Mountain Wind",
        "group": "Drinks",
        "desc": "Blows right through you like a space wind.",
        "physicalDesc": "fizzy",
        "color": "#102000FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                        "Scaled": false,
                        "Amount": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "ModifyBloodLevel"
                         "id": "SatiateThirst"
                     },
                     }
                ]
            }
        }
    },
    "SpaceUp": {
        "id": "SpaceUp",
        "name": "Space-Up",
        "group": "Drinks",
        "desc": "Tastes like a hull breach in your mouth.",
        "physicalDesc": "fizzy",
        "color": "#00FF00FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "NutritionFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 4,458: Line 4,558:
         }
         }
     },
     },
     "Starkist": {
     "Astrotame": {
         "id": "Starkist",
         "id": "Astrotame",
         "name": "starkist",
         "name": "Astrotame",
         "group": "Drinks",
         "group": "Foods",
         "desc": "A sweet, orange flavored soft drink.",
         "desc": "The sweetness of a thousand sugars but none of the calories.",
         "physicalDesc": "fizzy",
        "physicalDesc": "sugary",
         "color": "#9F3400FF",
        "color": "#7FFFD4FF",
        "recipes": [],
        "metabolisms": null
    },
    "BbqSauce": {
        "id": "BbqSauce",
        "name": "BBQ sauce",
        "group": "Foods",
        "desc": "Hand wipes not included.",
         "physicalDesc": "gloopy",
         "color": "#8B0000FF",
         "recipes": [
         "recipes": [
             "Starkist"
             "CookingBbqSauce"
         ],
         ],
         "metabolisms": {
         "metabolisms": null
            "Drink": {
    },
                "rate": 0.5,
    "Cornoil": {
                "effects": [
        "id": "Cornoil",
                    {
        "name": "corn oil",
                        "conditions": null,
        "group": "Foods",
                        "probability": 1,
        "desc": "Corn oil, A delicious oil used in cooking. Made from corn.",
                        "HydrationFactor": 2,
        "physicalDesc": "oily",
                        "id": "SatiateThirst"
        "color": "#FFFF00FF",
                    }
        "recipes": [],
                ]
         "metabolisms": null
            }
         }
     },
     },
     "FourteenLoko": {
     "Frostoil": {
         "id": "FourteenLoko",
         "id": "Frostoil",
         "name": "Fourteen Loko",
         "name": "frostoil",
         "group": "Drinks",
         "group": "Foods",
         "desc": "A highly processed liquid substance barely-passing intergalatic health standards for a soft drink.",
         "desc": "Leaves the tongue numb in its passage.",
         "physicalDesc": "fizzy",
        "physicalDesc": "cold",
         "color": "#DEB928FF",
        "color": "#87CEEBFF",
         "recipes": [
        "recipes": [],
             "FourteenLoko"
        "metabolisms": null
         ],
    },
         "metabolisms": {
    "HorseradishSauce": {
             "Drink": {
        "id": "HorseradishSauce",
                 "rate": 0.5,
        "name": "horseradish sauce",
                 "effects": [
        "group": "Foods",
        "desc": "Smelly horseradish sauce.",
        "physicalDesc": "overpowering",
        "color": "#808080FF",
        "recipes": [],
        "metabolisms": null
    },
    "Hotsauce": {
        "id": "Hotsauce",
        "name": "hotsauce",
        "group": "Foods",
        "desc": "Burns so good.",
        "physicalDesc": "spicy",
        "color": "#FF0000FF",
        "recipes": [
            "CookingHotsauce"
        ],
        "metabolisms": null
    },
    "Ketchup": {
        "id": "Ketchup",
        "name": "ketchup",
        "group": "Foods",
        "desc": "Made from pureed tomatoes and flavored with spices.",
         "physicalDesc": "tangy",
         "color": "#FF0000FF",
         "recipes": [
             "CookingKetchup"
         ],
        "metabolisms": null
    },
    "Soysauce": {
        "id": "Soysauce",
        "name": "soy sauce",
        "group": "Foods",
        "desc": "A salty soy-based flavoring.",
        "physicalDesc": "salty",
        "color": "#8B4513FF",
        "recipes": [],
         "metabolisms": {
             "Food": {
                 "rate": 0.5,
                 "effects": [
                     {
                     {
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "NutritionFactor": 0.5,
                         "id": "SatiateThirst"
                         "id": "SatiateHunger"
                     },
                     },
                     {
                     {
                        "Reagent": "Theobromine",
                        "Group": null,
                        "Amount": 0.1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                        "HydrationFactor": -0.5,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
             },
             }
             "Poison": {
        }
    },
    "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": {
                 "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"
                        "NutritionFactor": 0.5,
                        "id": "SatiateHunger"
                    },
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": -0.5,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 4,532: Line 4,692:
         }
         }
     },
     },
     "Absinthe": {
     "Coffee": {
         "id": "Absinthe",
         "id": "Coffee",
         "name": "absinthe",
         "name": "coffee",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A anise-flavoured spirit derived from botanicals.",
         "desc": "A drink made from brewed coffee beans. Contains a moderate amount of caffeine.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "aromatic",
         "color": "#33EE00FF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 4,551: Line 4,711:
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Reagent": "Theobromine",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.3,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 4,562: Line 4,722:
         }
         }
     },
     },
     "Ale": {
     "Cream": {
         "id": "Ale",
         "id": "Cream",
         "name": "ale",
         "name": "cream",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A dark alchoholic beverage made by malted barley and yeast.",
         "desc": "The fatty, still liquid part of milk. Why don't you mix this with sum scotch, eh?",
         "physicalDesc": "bubbly",
         "physicalDesc": "creamy",
         "color": "#663100FF",
         "color": "#DFD7AFFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 4,577: Line 4,737:
                         "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"
                     }
                     }
                 ]
                 ]
Line 4,592: Line 4,744:
         }
         }
     },
     },
     "Beer": {
     "CafeLatte": {
         "id": "Beer",
         "id": "CafeLatte",
         "name": "beer",
         "name": "cafe latte",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "An alcoholic beverage made from malted grains, hops, yeast, and water.",
         "desc": "A nice, strong and tasty beverage while you are reading.",
         "physicalDesc": "bubbly",
         "physicalDesc": "creamy",
         "color": "#CFA85FFF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [
            "CafeLatte"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 4,607: Line 4,761:
                         "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 4,622: Line 4,768:
         }
         }
     },
     },
     "BlueCuracao": {
     "GreenTea": {
         "id": "BlueCuracao",
         "id": "GreenTea",
         "name": "blue curacao",
         "name": "green tea",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Exotically blue, fruity drink, distilled from oranges.",
         "desc": "Tasty green tea.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "aromatic",
         "color": "#0000CDFF",
         "color": "#C33F00FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 4,637: Line 4,783:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.1,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 4,652: Line 4,790:
         }
         }
     },
     },
     "Cognac": {
     "Grenadine": {
         "id": "Cognac",
         "id": "Grenadine",
         "name": "cognac",
         "name": "grenadine",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A sweet and strongly alcoholic drink, twice distilled and left to mature for several years. Classy as fornication.",
         "desc": "Not cherry flavored!",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "dark-red",
         "color": "#AB3C05FF",
         "color": "#EA1D26FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 4,667: Line 4,805:
                         "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 4,682: Line 4,812:
         }
         }
     },
     },
     "DeadRum": {
     "IcedCoffee": {
         "id": "DeadRum",
         "id": "IcedCoffee",
         "name": "deadrum",
         "name": "iced coffee",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Distilled alcoholic drink made from saltwater.",
         "desc": "Coffee and ice, refreshing and cool.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "aromatic",
         "color": "#664300FF",
         "color": "#102838FF",
         "recipes": [],
         "recipes": [
            "IcedCoffee"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 4,697: Line 4,829:
                         "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 4,712: Line 4,836:
         }
         }
     },
     },
     "Ethanol": {
     "IcedGreenTea": {
         "id": "Ethanol",
         "id": "IcedGreenTea",
         "name": "ethanol",
         "name": "iced green tea",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A simple alcohol, makes you drunk if consumed, flammable.",
         "desc": "cold green tea.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "aromatic",
         "color": "#B05B3CFF",
         "color": "#CE4200FF",
         "recipes": [],
         "recipes": [
            "IcedGreenTea"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                         "conditions": null,
                            "types": null,
                            "groups": {
                                "Caustic": 1
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 5,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "HydrationFactor": 3,
                    },
                         "id": "SatiateThirst"
                    {
                        "ThirstAmount": -40,
                        "HungerAmount": -40,
                        "conditions": [
                            {
                                "Min": 3,
                                "Max": 21474836,
                                "Reagent": "Ethanol",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 0.04,
                         "id": "ChemVomit"
                     }
                     }
                 ]
                 ]
            },
             }
            "Alcohol": {
         }
                "rate": 0.5,
     },
                "effects": [
     "IcedTea": {
                    {
         "id": "IcedTea",
                        "BoozePower": 3,
         "name": "iced tea",
                        "SlurSpeech": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "Drunk"
                    }
                ]
             }
         }
     },
     "Gin": {
         "id": "Gin",
         "name": "gin",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A distilled alcoholic drink that derives its predominant flavour from juniper berries.",
         "desc": "No relation to a certain rap artist/actor.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "aromatic",
         "color": "#664300FF",
         "color": "#104038FF",
         "recipes": [],
         "recipes": [
            "IcedTea"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 4,793: Line 4,881:
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Reagent": "Theobromine",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.2,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 4,804: Line 4,892:
         }
         }
     },
     },
     "Kahlua": {
     "Lemonade": {
         "id": "Kahlua",
         "id": "Lemonade",
         "name": "kahlua",
         "name": "lemonade",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A widely known, Mexican coffee-flavoured liqueur.",
         "desc": "Drink using lemon juice, water, and a sweetener such as cane sugar or honey.",
         "physicalDesc": "cloudy",
         "physicalDesc": "tart",
         "color": "#664300FF",
         "color": "#FFFF00FF",
         "recipes": [],
         "recipes": [
            "Lemonade"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 4,821: Line 4,911:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 4,834: Line 4,916:
         }
         }
     },
     },
     "MelonLiquor": {
     "Milk": {
         "id": "MelonLiquor",
         "id": "Milk",
         "name": "melon liquor",
         "name": "milk",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A relatively sweet and fruity 46 proof liquor.",
         "desc": "An opaque white liquid produced by the mammary glands of mammals.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "opaque",
         "color": "#138808FF",
         "color": "#DFDFDFFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 4,849: Line 4,931:
                         "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 4,864: Line 4,938:
         }
         }
     },
     },
     "NTCahors": {
     "MilkGoat": {
         "id": "NTCahors",
         "id": "MilkGoat",
         "name": "NeoTheology Cahors Wine",
         "name": "goats milk",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Fortified dessert wine made from cabernet sauvignon, saperavi and other grapes.",
         "desc": "An opaque white liquid produced by a goat. High buttermilk content.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "opaque",
         "color": "#7E4043FF",
         "color": "#DFDFDFFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 4,879: Line 4,953:
                         "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 4,894: Line 4,960:
         }
         }
     },
     },
     "PoisonWine": {
     "MilkOat": {
         "id": "PoisonWine",
         "id": "MilkOat",
         "name": "poison wine",
         "name": "oat milk",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Is this even wine? Toxic! Hallucinogenic! Probably consumed in boatloads by your superiors!",
         "desc": "Surprisingly tasty.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "refreshing",
         "color": "#000000FF",
         "color": "#302000FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 4,909: Line 4,975:
                         "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"
                     }
                 ]
                 ]
             },
             }
             "Poison": {
        }
    },
    "MilkSoy": {
        "id": "MilkSoy",
        "name": "soy milk",
        "group": "Drinks",
        "desc": "Consumers favorite.",
        "physicalDesc": "refreshing",
        "color": "#302000FF",
        "recipes": [],
        "metabolisms": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 4,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 4,942: Line 5,004:
         }
         }
     },
     },
     "Rum": {
     "MilkSpoiled": {
         "id": "Rum",
         "id": "MilkSpoiled",
         "name": "rum",
         "name": "spoiled milk",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Distilled alcoholic drink made from sugarcane byproducts.",
         "desc": "This milk has gone rancid.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "putrid",
         "color": "#664300FF",
         "color": "#FAFFBAFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 4,957: Line 5,019:
                         "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 4,972: Line 5,026:
         }
         }
     },
     },
     "Sake": {
     "Nothing": {
         "id": "Sake",
         "id": "Nothing",
         "name": "sake",
         "name": "nothing",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Alcoholic beverage made by fermenting rice that has been polished.",
         "desc": "Absolutely nothing.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "nothing",
         "color": "#DDDDDDFF",
         "color": "#FFFFFFFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 4,989: Line 5,043:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,002: Line 5,048:
         }
         }
     },
     },
     "Tequila": {
     "NuclearCola": {
         "id": "Tequila",
         "id": "NuclearCola",
         "name": "tequila",
         "name": "nuclear cola",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A strong and mildly flavoured, mexican produced spirit.",
         "desc": "Cola, cola never changes.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "fizzy",
         "color": "#D7D1D155",
         "color": "#100800FF",
         "recipes": [],
         "recipes": [
            "NuclearCola"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 5,017: Line 5,065:
                         "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 5,032: Line 5,090:
         }
         }
     },
     },
     "Vermouth": {
     "SodaWater": {
         "id": "Vermouth",
         "id": "SodaWater",
         "name": "vermouth",
         "name": "soda water",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Aromatized, fortified white wine flavored with various botanicals.",
         "desc": "A container of club soda. Why not make a scotch and soda?",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "fizzy",
         "color": "#91FF91FF",
         "color": "#619494FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 5,047: Line 5,105:
                         "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 5,062: Line 5,112:
         }
         }
     },
     },
     "Vodka": {
     "SoyLatte": {
         "id": "Vodka",
         "id": "SoyLatte",
         "name": "vodka",
         "name": "soy latte",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Clear distilled alcoholic beverage that originates from Poland and Russia.",
         "desc": "A coffee drink made with espresso and steamed soy milk.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#D1D1D155",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [
            "SoyLatte"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 5,077: Line 5,129:
                         "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 5,092: Line 5,136:
         }
         }
     },
     },
     "Whiskey": {
     "Tea": {
         "id": "Whiskey",
         "id": "Tea",
         "name": "whiskey",
         "name": "tea",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A type of distilled alcoholic beverage made from fermented grain mash.",
         "desc": "A drink made by boiling leaves of the tea tree, Camellia sinensis.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "aromatic",
         "color": "#664300FF",
         "color": "#8A5A3AFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 5,111: Line 5,155:
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Reagent": "Theobromine",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.2,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 5,122: Line 5,166:
         }
         }
     },
     },
     "Wine": {
     "TonicWater": {
         "id": "Wine",
         "id": "TonicWater",
         "name": "wine",
         "name": "tonic water",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "An premium alchoholic beverage made from distilled grape juice.",
         "desc": "It tastes strange but at least the quinine keeps the Space Malaria at bay.",
         "physicalDesc": "translucent",
         "physicalDesc": "fizzy",
         "color": "#7E4043FF",
         "color": "#0064C8FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 5,137: Line 5,181:
                         "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 5,152: Line 5,188:
         }
         }
     },
     },
     "AcidSpit": {
     "Water": {
         "id": "AcidSpit",
         "id": "Water",
         "name": "acidspit",
         "name": "water",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A drink for the daring, can be deadly if incorrectly prepared!",
         "desc": "A colorless liquid that humans need in order to survive.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "translucent",
         "color": "#365000FF",
         "color": "#75B1F0FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 5,167: Line 5,203:
                         "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 5,182: Line 5,210:
         }
         }
     },
     },
     "AlliesCocktail": {
     "Ice": {
         "id": "AlliesCocktail",
         "id": "Ice",
         "name": "allies cocktail",
         "name": "ice",
         "group": "Drinks",
        "group": "Unknown",
         "desc": "A drink made from your allies, not as sweet as when made from your enemies.",
        "desc": "Frozen water.",
         "physicalDesc": "strong-smelling",
        "physicalDesc": "frosty",
         "color": "#00664DFF",
        "color": "#BED8E6FF",
        "recipes": [],
        "metabolisms": null
    },
    "DryRamen": {
        "id": "DryRamen",
        "name": "dry ramen",
         "group": "Drinks",
         "desc": "Dry noodles and salt.",
         "physicalDesc": "wormy",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 5,197: Line 5,235:
                         "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 5,212: Line 5,242:
         }
         }
     },
     },
     "Aloe": {
     "HotRamen": {
         "id": "Aloe",
         "id": "HotRamen",
         "name": "aloe",
         "name": "hot ramen",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "So very, very, very good.",
         "desc": "Hot noodles.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "wormy",
         "color": "#192C00FF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [
            "HotRamen"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 5,227: Line 5,259:
                         "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 5,242: Line 5,266:
         }
         }
     },
     },
     "Amasec": {
     "Pilk": {
         "id": "Amasec",
         "id": "Pilk",
         "name": "amasec",
         "name": "pilk",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Official drink of the Gun Club!",
         "desc": "A sickening mixture of milk and cola.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "creamy",
         "color": "#124DA7FF",
         "color": "#E7C69FFF",
         "recipes": [],
         "recipes": [
            "Pilk"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 5,257: Line 5,283:
                         "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"
                     }
                     }
                 ]
                 ]
Line 5,272: Line 5,290:
         }
         }
     },
     },
     "Andalusia": {
     "KiraSpecial": {
         "id": "Andalusia",
         "id": "KiraSpecial",
         "name": "andalusia",
         "name": "kira special",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A nice, strangely named drink.",
         "desc": "Long live the guy who everyone had mistaken for a girl. Baka!",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#665700FF",
         "color": "#CCCC99FF",
         "recipes": [],
         "recipes": [
            "KiraSpecial"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 5,287: Line 5,307:
                         "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 5,302: Line 5,314:
         }
         }
     },
     },
     "Antifreeze": {
     "Rewriter": {
         "id": "Antifreeze",
         "id": "Rewriter",
         "name": "antifreeze",
         "name": "rewriter",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Ultimate refreshment.",
         "desc": "The secret of the sanctuary of the Librarian...",
         "physicalDesc": "translucent",
         "physicalDesc": "strong-smelling",
         "color": "#FF7D63FF",
         "color": "#485000FF",
         "recipes": [
         "recipes": [
             "Antifreeze"
             "Rewriter"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 5,319: Line 5,331:
                         "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,334: Line 5,338:
         }
         }
     },
     },
     "AtomicBomb": {
     "Kvass": {
         "id": "AtomicBomb",
         "id": "Kvass",
         "name": "atomic bomb",
         "name": "kvass",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Nuclear proliferation never tasted so good.",
         "desc": "A cool refreshing drink with a taste of socialism.",
         "physicalDesc": "cloudy",
         "physicalDesc": "bubbly",
         "color": "#666300FF",
         "color": "#381600FF",
         "recipes": [
         "recipes": [],
            "AtomicBomb"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 5,351: Line 5,353:
                         "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"
                    },
                    {
                        "Reagent": "Radium",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,374: Line 5,360:
         }
         }
     },
     },
     "B52": {
     "Cola": {
         "id": "B52",
         "id": "Cola",
         "name": "b-52",
         "name": "cola",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Coffee, irish cream, and cognac. You will get bombed.",
         "desc": "A sweet, carbonated soft drink. Caffeine free.",
         "physicalDesc": "bubbly",
         "physicalDesc": "fizzy",
         "color": "#664300FF",
         "color": "#422912FF",
         "recipes": [
         "recipes": [],
            "B52"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 5,393: Line 5,377:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,406: Line 5,382:
         }
         }
     },
     },
     "BahamaMama": {
     "ChangelingSting": {
         "id": "BahamaMama",
         "id": "ChangelingSting",
         "name": "bahama mama",
         "name": "changeling sting",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Tropical cocktail.",
         "desc": "You take a tiny sip and feel a burning sensation...",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "fizzy",
         "color": "#FF7F3BFF",
         "color": "#2E6671FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 5,423: Line 5,399:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,436: Line 5,404:
         }
         }
     },
     },
     "BananaHonk": {
     "DrGibb": {
         "id": "BananaHonk",
         "id": "DrGibb",
         "name": "banana honk",
         "name": "Dr. Gibb",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A drink from Clown Heaven.",
         "desc": "A delicious blend of 42 different flavours.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "fizzy",
         "color": "#FFFF91FF",
         "color": "#102000FF",
         "recipes": [
         "recipes": [],
            "BananaHonk"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 5,455: Line 5,421:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,468: Line 5,426:
         }
         }
     },
     },
     "Barefoot": {
     "EnergyDrink": {
         "id": "Barefoot",
         "id": "EnergyDrink",
         "name": "barefoot",
         "name": "Energy Drink",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Barefoot and pregnant.",
         "desc": "A dose of energy! Nanotrasen is not responsible if you grow avian appendages.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "fizzy",
         "color": "#664300FF",
         "color": "#FFFFBFFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 5,487: Line 5,445:
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Reagent": "Theobromine",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.05,
Line 5,498: Line 5,456:
         }
         }
     },
     },
     "BeepskySmash": {
     "GrapeSoda": {
         "id": "BeepskySmash",
         "id": "GrapeSoda",
         "name": "beepsky smash",
         "name": "grape soda",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Deny drinking this and prepare for THE LAW.",
         "desc": "It's Graaaaaape!",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "fizzy",
         "color": "#664300FF",
         "color": "#AE94A6FF",
         "recipes": [
         "recipes": [],
            "BeepskySmash"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 5,517: Line 5,473:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,530: Line 5,478:
         }
         }
     },
     },
     "Bilk": {
     "IceCream": {
         "id": "Bilk",
         "id": "IceCream",
         "name": "bilk",
         "name": "ice cream",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "This appears to be beer mixed with milk. Disgusting.",
         "desc": "It was either this or the microwave, and nobody wants ice cream soup!",
         "physicalDesc": "bilky",
         "physicalDesc": "creamy",
         "color": "#895C4CFF",
         "color": "#FFFBD6FF",
         "recipes": [
         "recipes": [
             "Bilk"
             "IceCream"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 5,547: Line 5,495:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 5,554: Line 5,502:
         }
         }
     },
     },
     "BlackRussian": {
     "LemonLime": {
         "id": "BlackRussian",
         "id": "LemonLime",
         "name": "black russian",
         "name": "lemon-lime",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "For the lactose-intolerant. Still as classy as a White Russian.",
         "desc": "tangy lime and lemon soda",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "fizzy",
         "color": "#360000FF",
         "color": "#878F00FF",
         "recipes": [
         "recipes": [
             "BlackRussian"
             "LemonLime"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 5,573: Line 5,521:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.2,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,586: Line 5,526:
         }
         }
     },
     },
     "BloodyMary": {
     "PwrGame": {
         "id": "BloodyMary",
         "id": "PwrGame",
         "name": "bloody mary",
         "name": "Pwr Game",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A strange yet pleasurable mixture made of vodka, tomato, and lime juice.",
         "desc": "The only drink with the PWR that true gamers crave.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "fizzy",
         "color": "#660000FF",
         "color": "#9385BFFF",
         "recipes": [
         "recipes": [],
            "BloodyMary"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 5,605: Line 5,543:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,618: Line 5,548:
         }
         }
     },
     },
     "Booger": {
     "RootBeer": {
         "id": "Booger",
         "id": "RootBeer",
         "name": "booger",
         "name": "root beer",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Ewww...",
         "desc": "A very sweet, carbonated drink reminiscent of sarsparilla. Goes well with ice cream.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "fizzy",
         "color": "#8CFF8CFF",
         "color": "#381C07FF",
         "recipes": [
         "recipes": [],
            "Booger"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 5,637: Line 5,565:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,650: Line 5,570:
         }
         }
     },
     },
     "BraveBull": {
     "RootBeerFloat": {
         "id": "BraveBull",
         "id": "RootBeerFloat",
         "name": "brave bull",
         "name": "root beer float",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "It's just as effective as Dutch-Courage!",
         "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": "#664300FF",
         "color": "#4F361FFF",
         "recipes": [
         "recipes": [
             "BraveBull"
             "RootBeerFloat"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 5,669: Line 5,589:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.2,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,682: Line 5,594:
         }
         }
     },
     },
     "CubaLibre": {
     "SpaceMountainWind": {
         "id": "CubaLibre",
         "id": "SpaceMountainWind",
         "name": "cuba libre",
         "name": "Space Mountain Wind",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Rum, mixed with cola. Viva la revolucion.",
         "desc": "Blows right through you like a space wind.",
         "physicalDesc": "bubbly",
         "physicalDesc": "fizzy",
         "color": "#3E1B00FF",
         "color": "#102000FF",
         "recipes": [
         "recipes": [],
            "CubaLibre"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 5,701: Line 5,611:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,714: Line 5,616:
         }
         }
     },
     },
     "DemonsBlood": {
     "SpaceUp": {
         "id": "DemonsBlood",
         "id": "SpaceUp",
         "name": "demons blood",
         "name": "Space-Up",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "AHHHH!!!!",
         "desc": "Tastes like a hull breach in your mouth.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "fizzy",
         "color": "#A70000FF",
         "color": "#00FF00FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 5,731: Line 5,633:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,744: Line 5,638:
         }
         }
     },
     },
     "DevilsKiss": {
     "Starkist": {
         "id": "DevilsKiss",
         "id": "Starkist",
         "name": "devils kiss",
         "name": "starkist",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Creepy time!",
         "desc": "A sweet, orange flavored soft drink.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "fizzy",
         "color": "#A68310FF",
         "color": "#9F3400FF",
         "recipes": [],
         "recipes": [
            "Starkist"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 5,761: Line 5,657:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,774: Line 5,662:
         }
         }
     },
     },
     "DoctorsDelight": {
     "FourteenLoko": {
         "id": "DoctorsDelight",
         "id": "FourteenLoko",
         "name": "the doctor's delight",
         "name": "Fourteen Loko",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A gulp a day keeps the MediBot away. That's probably for the best.",
         "desc": "A highly processed liquid substance barely-passing intergalatic health standards for a soft drink.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "fizzy",
         "color": "#FF8CFFFF",
         "color": "#DEB928FF",
         "recipes": [
         "recipes": [
             "DoctorsDelight"
             "FourteenLoko"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 5,795: Line 5,683:
                     },
                     },
                     {
                     {
                        "Reagent": "Theobromine",
                        "Group": null,
                        "Amount": 0.1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "NutritionFactor": -2,
                         "id": "AdjustReagent"
                        "id": "SatiateHunger"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
             },
             },
             "Medicine": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": null,
                             "types": {
                            "groups": {
                                 "Poison": 1
                                 "Burn": -1,
                            },
                                "Brute": -1,
                            "groups": null
                                "Airloss": -1,
                                "Toxin": -1
                            }
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
Line 5,833: Line 5,712:
         }
         }
     },
     },
     "DriestMartini": {
     "Absinthe": {
         "id": "DriestMartini",
         "id": "Absinthe",
         "name": "driest martini",
         "name": "absinthe",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Only for the experienced. You think you see sand floating in the glass.",
         "desc": "A anise-flavoured spirit derived from botanicals.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#2E6671FF",
         "color": "#33EE00FF",
         "recipes": [
         "recipes": [],
            "DriestMartini"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 5,856: Line 5,733:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.15,
                         "Amount": 0.3,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 5,865: Line 5,742:
         }
         }
     },
     },
     "ErikaSuprise": {
     "Ale": {
         "id": "ErikaSuprise",
         "id": "Ale",
         "name": "erika suprise",
         "name": "ale",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "The surprise is, it's green!",
         "desc": "A dark alchoholic beverage made by malted barley and yeast.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "bubbly",
         "color": "#2E6671FF",
         "color": "#663100FF",
         "recipes": [
         "recipes": [],
            "ErikaSuprise"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 5,897: Line 5,772:
         }
         }
     },
     },
     "GargleBlaster": {
     "Beer": {
         "id": "GargleBlaster",
         "id": "Beer",
         "name": "Pan-Galactic Gargle Blaster",
         "name": "beer",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Whoah, this stuff looks volatile!",
         "desc": "An alcoholic beverage made from malted grains, hops, yeast, and water.",
         "physicalDesc": "volatile",
         "physicalDesc": "bubbly",
         "color": "#9CC8B4FF",
         "color": "#CFA85FFF",
         "recipes": [
         "recipes": [],
            "GargleBlaster"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 5,920: Line 5,793:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.2,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 5,929: Line 5,802:
         }
         }
     },
     },
     "GinFizz": {
     "BlueCuracao": {
         "id": "GinFizz",
         "id": "BlueCuracao",
         "name": "gin fizz",
         "name": "blue curacao",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Refreshingly lemony, deliciously dry.",
         "desc": "Exotically blue, fruity drink, distilled from oranges.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#664300FF",
         "color": "#0000CDFF",
         "recipes": [
         "recipes": [],
            "GinFizz"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 5,952: Line 5,823:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.15,
                         "Amount": 0.1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 5,961: Line 5,832:
         }
         }
     },
     },
     "GinTonic": {
     "Cognac": {
         "id": "GinTonic",
         "id": "Cognac",
         "name": "gin and tonic",
         "name": "cognac",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "An all time classic, mild cocktail.",
         "desc": "A sweet and strongly alcoholic drink, twice distilled and left to mature for several years. Classy as fornication.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#004166FF",
         "color": "#AB3C05FF",
         "recipes": [
         "recipes": [],
            "GinTonic"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 5,984: Line 5,853:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.15,
                         "Amount": 0.2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 5,993: Line 5,862:
         }
         }
     },
     },
     "Goldschlager": {
     "DeadRum": {
         "id": "Goldschlager",
         "id": "DeadRum",
         "name": "Goldschlager",
         "name": "deadrum",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "100 proof cinnamon schnapps, made for alcoholic teen girls on spring break.",
         "desc": "Distilled alcoholic drink made from saltwater.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#FFFF91FF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [],
            "Goldschlager"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 6,025: Line 5,892:
         }
         }
     },
     },
     "Grog": {
     "Ethanol": {
         "id": "Grog",
         "id": "Ethanol",
         "name": "grog",
         "name": "ethanol",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Watered-down rum, pirate approved!",
         "desc": "A simple alcohol, makes you drunk if consumed, flammable.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#664300FF",
         "color": "#B05B3CFF",
         "recipes": [
         "recipes": [],
            "Grog"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                        "damage": {
                            "types": null,
                            "groups": {
                                "Caustic": 1
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 5,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "ThirstAmount": -40,
                         "Group": null,
                        "HungerAmount": -40,
                         "Amount": 0.05,
                        "conditions": [
                         "conditions": null,
                            {
                         "probability": 1,
                                "Min": 3,
                         "id": "AdjustReagent"
                                "Max": 21474836,
                                "Reagent": "Ethanol",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 0.04,
                         "id": "ChemVomit"
                    }
                ]
            },
            "Alcohol": {
                "rate": 0.5,
                "effects": [
                    {
                        "BoozePower": 3,
                        "SlurSpeech": true,
                         "conditions": null,
                         "probability": 1,
                         "id": "Drunk"
                     }
                     }
                 ]
                 ]
Line 6,057: Line 5,954:
         }
         }
     },
     },
     "HippiesDelight": {
     "Gin": {
         "id": "HippiesDelight",
         "id": "Gin",
         "name": "hippies delight",
         "name": "gin",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "You just don't get it maaaan.",
         "desc": "A distilled alcoholic drink that derives its predominant flavour from juniper berries.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#6EAA0CFF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 6,078: Line 5,975:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 6,087: Line 5,984:
         }
         }
     },
     },
     "Hooch": {
     "Kahlua": {
         "id": "Hooch",
         "id": "Kahlua",
         "name": "hooch",
         "name": "kahlua",
         "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": "A widely known, Mexican coffee-flavoured liqueur.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "cloudy",
         "color": "#664E00FF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 6,117: Line 6,014:
         }
         }
     },
     },
     "IcedBeer": {
     "MelonLiquor": {
         "id": "IcedBeer",
         "id": "MelonLiquor",
         "name": "iced beer",
         "name": "melon liquor",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A beer which is so cold the air around it freezes.",
         "desc": "A relatively sweet and fruity 46 proof liquor.",
         "physicalDesc": "bubbly",
         "physicalDesc": "strong-smelling",
         "color": "#664300FF",
         "color": "#138808FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 6,147: Line 6,044:
         }
         }
     },
     },
     "IrishCarBomb": {
     "NTCahors": {
         "id": "IrishCarBomb",
         "id": "NTCahors",
         "name": "irish car bomb",
         "name": "NeoTheology Cahors Wine",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A troubling mixture of irish cream and ale.",
         "desc": "Fortified dessert wine made from cabernet sauvignon, saperavi and other grapes.",
         "physicalDesc": "bubbly",
         "physicalDesc": "strong-smelling",
         "color": "#2E6671FF",
         "color": "#7E4043FF",
         "recipes": [
         "recipes": [],
            "IrishCarBomb"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 6,170: Line 6,065:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.15,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 6,179: Line 6,074:
         }
         }
     },
     },
     "IrishCream": {
     "PoisonWine": {
         "id": "IrishCream",
         "id": "PoisonWine",
         "name": "irish cream",
         "name": "poison wine",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Whiskey-imbued cream. What else could you expect from the Irish.",
         "desc": "Is this even wine? Toxic! Hallucinogenic! Probably consumed in boatloads by your superiors!",
         "physicalDesc": "creamy",
         "physicalDesc": "strong-smelling",
         "color": "#664300FF",
         "color": "#000000FF",
         "recipes": [
         "recipes": [],
            "IrishCream"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 6,202: Line 6,095:
                         "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"
                    }
                ]
            },
            "Poison": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                            "types": {
                                "Poison": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 6,211: Line 6,122:
         }
         }
     },
     },
     "IrishCoffee": {
     "Rum": {
         "id": "IrishCoffee",
         "id": "Rum",
         "name": "irish coffee",
         "name": "rum",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Coffee served with irish cream. Regular cream just isn't the same!",
         "desc": "Distilled alcoholic drink made from sugarcane byproducts.",
         "physicalDesc": "cloudy",
         "physicalDesc": "strong-smelling",
         "color": "#664300FF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [],
            "IrishCoffee"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 6,234: Line 6,143:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.15,
                         "Amount": 0.2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 6,243: Line 6,152:
         }
         }
     },
     },
     "LongIslandIcedTea": {
     "Sake": {
         "id": "LongIslandIcedTea",
         "id": "Sake",
         "name": "long island iced tea",
         "name": "sake",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "The liquor cabinet, brought together in a delicious mix. Intended for middle-aged alcoholic women only.",
         "desc": "Alcoholic beverage made by fermenting rice that has been polished.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#664300FF",
         "color": "#DDDDDDFF",
         "recipes": [
         "recipes": [],
            "LongIslandIcedTea"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 6,266: Line 6,173:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.15,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 6,275: Line 6,182:
         }
         }
     },
     },
     "Manhattan": {
     "Tequila": {
         "id": "Manhattan",
         "id": "Tequila",
         "name": "manhattan",
         "name": "tequila",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "The Detective's undercover drink of choice. He never could stomach gin...",
         "desc": "A strong and mildly flavoured, mexican produced spirit.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#664300FF",
         "color": "#D7D1D155",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 6,296: Line 6,203:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 6,305: Line 6,212:
         }
         }
     },
     },
     "ManhattanProject": {
     "Vermouth": {
         "id": "ManhattanProject",
         "id": "Vermouth",
         "name": "manhattan project",
         "name": "vermouth",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A scientist's drink of choice, for pondering ways to blow up the ship.",
         "desc": "Aromatized, fortified white wine flavored with various botanicals.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#664300FF",
         "color": "#91FF91FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 6,335: Line 6,242:
         }
         }
     },
     },
     "ManlyDorf": {
     "Vodka": {
         "id": "ManlyDorf",
         "id": "Vodka",
         "name": "manly dorf",
         "name": "vodka",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Beer and Ale, brought together in a delicious mix. Intended for stout dwarves only.",
         "desc": "Clear distilled alcoholic beverage that originates from Poland and Russia.",
         "physicalDesc": "bubbly",
         "physicalDesc": "strong-smelling",
         "color": "#664300FF",
         "color": "#D1D1D155",
         "recipes": [
         "recipes": [],
            "ManlyDorf"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 6,358: Line 6,263:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 6,367: Line 6,272:
         }
         }
     },
     },
     "Margarita": {
     "Whiskey": {
         "id": "Margarita",
         "id": "Whiskey",
         "name": "margarita",
         "name": "whiskey",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "On the rocks with salt on the rim. Arriba~!",
         "desc": "A type of distilled alcoholic beverage made from fermented grain mash.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#8CFF8CFF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 6,388: Line 6,293:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 6,397: Line 6,302:
         }
         }
     },
     },
     "Martini": {
     "Wine": {
         "id": "Martini",
         "id": "Wine",
         "name": "classic martini",
         "name": "wine",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Vermouth with Gin. Not quite how 007 enjoyed it, but still delicious.",
         "desc": "An premium alchoholic beverage made from distilled grape juice.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "translucent",
         "color": "#664300FF",
         "color": "#7E4043FF",
         "recipes": [
         "recipes": [],
            "Martini"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 6,420: Line 6,323:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.15,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 6,429: Line 6,332:
         }
         }
     },
     },
     "Mead": {
     "AcidSpit": {
         "id": "Mead",
         "id": "AcidSpit",
         "name": "mead",
         "name": "acidspit",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A Viking's drink, though a cheap one.",
         "desc": "A drink for the daring, can be deadly if incorrectly prepared!",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#664300FF",
         "color": "#365000FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 6,459: Line 6,362:
         }
         }
     },
     },
     "Mojito": {
     "AlliesCocktail": {
         "id": "Mojito",
         "id": "AlliesCocktail",
         "name": "mojito",
         "name": "allies cocktail",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "If it's good enough for Spesscuba, it's good enough for you.",
         "desc": "A drink made from your allies, not as sweet as when made from your enemies.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#664300FF",
         "color": "#00664DFF",
         "recipes": [
         "recipes": [],
            "Mojito"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 6,491: Line 6,392:
         }
         }
     },
     },
     "Moonshine": {
     "Aloe": {
         "id": "Moonshine",
         "id": "Aloe",
         "name": "moonshine",
         "name": "aloe",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Artisanal homemade liquor. What could go wrong?",
         "desc": "So very, very, very good.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#D1D7D155",
         "color": "#192C00FF",
         "recipes": [
         "recipes": [],
            "Moonshine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 6,514: Line 6,413:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.25,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 6,523: Line 6,422:
         }
         }
     },
     },
     "Neurotoxin": {
     "Amasec": {
         "id": "Neurotoxin",
         "id": "Amasec",
         "name": "neurotoxin",
         "name": "amasec",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A strong neurotoxin that puts the subject into a death-like state.",
         "desc": "Official drink of the Gun Club!",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#2E2E61FF",
         "color": "#124DA7FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 6,544: Line 6,443:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.25,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "AdjustReagent"
                    }
                ]
            },
            "Poison": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                            "types": {
                                "Poison": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 6,571: Line 6,452:
         }
         }
     },
     },
     "Patron": {
     "Andalusia": {
         "id": "Patron",
         "id": "Andalusia",
         "name": "patron",
         "name": "andalusia",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Tequila with silver in it, a favorite of alcoholic women in the club scene.",
         "desc": "A nice, strangely named drink.",
         "physicalDesc": "metallic",
         "physicalDesc": "strong-smelling",
         "color": "#585840FF",
         "color": "#665700FF",
         "recipes": [
         "recipes": [],
            "Patron"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 6,594: Line 6,473:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.2,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 6,603: Line 6,482:
         }
         }
     },
     },
     "RedMead": {
     "Antifreeze": {
         "id": "RedMead",
         "id": "Antifreeze",
         "name": "red mead",
         "name": "antifreeze",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "The true Viking's drink! Even though it has a strange red color.",
         "desc": "Ultimate refreshment.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "translucent",
         "color": "#C73C00FF",
         "color": "#FF7D63FF",
         "recipes": [],
         "recipes": [
            "Antifreeze"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 6,624: Line 6,505:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.15,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 6,633: Line 6,514:
         }
         }
     },
     },
     "Sbiten": {
     "AtomicBomb": {
         "id": "Sbiten",
         "id": "AtomicBomb",
         "name": "sbiten",
         "name": "atomic bomb",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A spicy Vodka! Might be a little hot for the little guys!",
         "desc": "Nuclear proliferation never tasted so good.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "cloudy",
         "color": "#004166FF",
         "color": "#666300FF",
         "recipes": [],
         "recipes": [
            "AtomicBomb"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 6,653: Line 6,536:
                     {
                     {
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    },
                    {
                        "Reagent": "Radium",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.05,
Line 6,663: Line 6,554:
         }
         }
     },
     },
     "ScrewdriverCocktail": {
     "B52": {
         "id": "ScrewdriverCocktail",
         "id": "B52",
         "name": "screwdriver",
         "name": "b-52",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Vodka, mixed with plain ol' orange juice. The result is surprisingly delicious.",
         "desc": "Coffee, irish cream, and cognac. You will get bombed.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "bubbly",
         "color": "#A68310FF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [
             "ScrewdriverCocktail"
             "B52"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 6,695: Line 6,586:
         }
         }
     },
     },
     "Silencer": {
     "BahamaMama": {
         "id": "Silencer",
         "id": "BahamaMama",
         "name": "silencer",
         "name": "bahama mama",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A drink from Mime Heaven.",
         "desc": "Tropical cocktail.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#004666FF",
         "color": "#FF7F3BFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 6,708: Line 6,599:
                 "effects": [
                 "effects": [
                     {
                     {
                        "Key": "Muted",
                        "Component": "Muted",
                        "Time": 2,
                        "Refresh": true,
                        "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "AdjustReagent"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 6,727: Line 6,616:
         }
         }
     },
     },
     "Singulo": {
     "BananaHonk": {
         "id": "Singulo",
         "id": "BananaHonk",
         "name": "singulo",
         "name": "banana honk",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A blue-space beverage!",
         "desc": "A drink from Clown Heaven.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#3B0C0CFF",
         "color": "#FFFF91FF",
         "recipes": [],
         "recipes": [
            "BananaHonk"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 6,757: Line 6,648:
         }
         }
     },
     },
     "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,787: Line 6,678:
         }
         }
     },
     },
     "SuiDream": {
     "BeepskySmash": {
         "id": "SuiDream",
         "id": "BeepskySmash",
         "name": "sui dream",
         "name": "beepsky smash",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "'Comprised of: White soda, blue curacao, melon liquor.'",
         "desc": "Deny drinking this and prepare for THE LAW.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#00A86BFF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [
            "BeepskySmash"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 6,808: Line 6,701:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.15,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 6,817: Line 6,710:
         }
         }
     },
     },
     "SyndicateBomb": {
     "Bilk": {
         "id": "SyndicateBomb",
         "id": "Bilk",
         "name": "syndicate bomb",
         "name": "bilk",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Somebody set us up the bomb!",
         "desc": "This appears to be beer mixed with milk. Disgusting.",
         "physicalDesc": "opaque",
         "physicalDesc": "bilky",
         "color": "#2E6660FF",
         "color": "#895C4CFF",
         "recipes": [
         "recipes": [
             "SyndicateBomb"
             "Bilk"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 6,834: Line 6,727:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 6,849: Line 6,734:
         }
         }
     },
     },
     "TequilaSunrise": {
     "BlackRussian": {
         "id": "TequilaSunrise",
         "id": "BlackRussian",
         "name": "tequila sunrise",
         "name": "black russian",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Tequila and orange juice. Much like a Screwdriver, only Mexican.",
         "desc": "For the lactose-intolerant. Still as classy as a White Russian.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#FFE48CFF",
         "color": "#360000FF",
         "recipes": [
         "recipes": [
             "TequilaSunrise"
             "BlackRussian"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 6,872: Line 6,757:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.15,
                         "Amount": 0.2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 6,881: Line 6,766:
         }
         }
     },
     },
     "ThreeMileIsland": {
     "BloodyMary": {
         "id": "ThreeMileIsland",
         "id": "BloodyMary",
         "name": "three mile island iced tea",
         "name": "bloody mary",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "\"Made for a woman, strong enough for a man.\"",
         "desc": "A strange yet pleasurable mixture made of vodka, tomato, and lime juice.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#666340FF",
         "color": "#660000FF",
         "recipes": [
         "recipes": [
             "ThreeMileIsland"
             "BloodyMary"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 6,904: Line 6,789:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                        "Amount": 0.15,
                         "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    },
                    {
                        "Reagent": "Uranium",
                        "Group": null,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 6,921: Line 6,798:
         }
         }
     },
     },
     "ToxinsSpecial": {
     "Booger": {
         "id": "ToxinsSpecial",
         "id": "Booger",
         "name": "toxins special",
         "name": "booger",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "This thing is ON FIRE! CALL THE DAMN SHUTTLE!",
         "desc": "Ewww...",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#665C00FF",
         "color": "#8CFF8CFF",
         "recipes": [],
         "recipes": [
            "Booger"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 6,951: Line 6,830:
         }
         }
     },
     },
     "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 6,974: Line 6,853:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.15,
                         "Amount": 0.2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 6,983: Line 6,862:
         }
         }
     },
     },
     "VodkaTonic": {
     "CubaLibre": {
         "id": "VodkaTonic",
         "id": "CubaLibre",
         "name": "vodka tonic",
         "name": "cuba libre",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "For when a gin and tonic isn't russian enough.",
         "desc": "Rum, mixed with cola. Viva la revolucion.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "bubbly",
         "color": "#0064C8FF",
         "color": "#3E1B00FF",
         "recipes": [],
         "recipes": [
            "CubaLibre"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 7,013: Line 6,894:
         }
         }
     },
     },
     "WhiskeyCola": {
     "DemonsBlood": {
         "id": "WhiskeyCola",
         "id": "DemonsBlood",
         "name": "whiskey cola",
         "name": "demons blood",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Whiskey, mixed with cola. Surprisingly refreshing.",
         "desc": "AHHHH!!!!",
         "physicalDesc": "bubbly",
         "physicalDesc": "strong-smelling",
         "color": "#3E1B00FF",
         "color": "#A70000FF",
         "recipes": [
         "recipes": [],
            "WhiskeyCola"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 7,036: Line 6,915:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.15,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 7,045: Line 6,924:
         }
         }
     },
     },
     "WhiskeySoda": {
     "DevilsKiss": {
         "id": "WhiskeySoda",
         "id": "DevilsKiss",
         "name": "whiskey soda",
         "name": "devils kiss",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "For the more refined griffon.",
         "desc": "Creepy time!",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#533600FF",
         "color": "#A68310FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 7,066: Line 6,945:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.15,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 7,075: Line 6,954:
         }
         }
     },
     },
     "WhiteRussian": {
     "DoctorsDelight": {
         "id": "WhiteRussian",
         "id": "DoctorsDelight",
         "name": "white russian",
         "name": "the doctor's delight",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "That's just, like, your opinion, man...",
         "desc": "A gulp a day keeps the MediBot away. That's probably for the best.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#A68340FF",
         "color": "#FF8CFFFF",
         "recipes": [
         "recipes": [
             "WhiteRussian"
             "DoctorsDelight"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 7,094: Line 6,973:
                         "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.15,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 7,104: Line 6,989:
                     }
                     }
                 ]
                 ]
             }
            },
         }
            "Medicine": {
     },
                "rate": 0.5,
     "Coffee": {
                "effects": [
         "id": "Coffee",
                    {
         "name": "coffee",
                        "damage": {
                            "types": null,
                            "groups": {
                                "Burn": -1,
                                "Brute": -1,
                                "Airloss": -1,
                                "Toxin": -1
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                    }
                ]
             }
         }
     },
     "DriestMartini": {
         "id": "DriestMartini",
         "name": "driest martini",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A drink made from brewed coffee beans. Contains a moderate amount of caffeine.",
         "desc": "Only for the experienced. You think you see sand floating in the glass.",
         "physicalDesc": "aromatic",
         "physicalDesc": "strong-smelling",
         "color": "#664300FF",
         "color": "#2E6671FF",
         "recipes": [],
         "recipes": [
            "DriestMartini"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 7,126: Line 7,034:
                     },
                     },
                     {
                     {
                         "Reagent": "Theobromine",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.15,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 7,137: Line 7,045:
         }
         }
     },
     },
     "Cream": {
     "ErikaSuprise": {
         "id": "Cream",
         "id": "ErikaSuprise",
         "name": "cream",
         "name": "erika suprise",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "The fatty, still liquid part of milk. Why don't you mix this with sum scotch, eh?",
         "desc": "The surprise is, it's green!",
         "physicalDesc": "creamy",
         "physicalDesc": "strong-smelling",
         "color": "#DFD7AFFF",
         "color": "#2E6671FF",
         "recipes": [],
         "recipes": [
            "ErikaSuprise"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 7,152: Line 7,062:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 1,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                    },
                 ]
                    {
             }
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                 ]
             }
         }
         }
     },
     },
     "CafeLatte": {
     "GargleBlaster": {
         "id": "CafeLatte",
         "id": "GargleBlaster",
         "name": "cafe latte",
         "name": "Pan-Galactic Gargle Blaster",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A nice, strong and tasty beverage while you are reading.",
         "desc": "Whoah, this stuff looks volatile!",
         "physicalDesc": "creamy",
         "physicalDesc": "volatile",
         "color": "#664300FF",
         "color": "#9CC8B4FF",
         "recipes": [
         "recipes": [
             "CafeLatte"
             "GargleBlaster"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 7,176: Line 7,094:
                         "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 7,183: Line 7,109:
         }
         }
     },
     },
     "GreenTea": {
     "GinFizz": {
         "id": "GreenTea",
         "id": "GinFizz",
         "name": "green tea",
         "name": "gin fizz",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Tasty green tea.",
         "desc": "Refreshingly lemony, deliciously dry.",
         "physicalDesc": "aromatic",
         "physicalDesc": "strong-smelling",
         "color": "#C33F00FF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [
            "GinFizz"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 7,198: Line 7,126:
                         "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 7,205: Line 7,141:
         }
         }
     },
     },
     "Grenadine": {
     "GinTonic": {
         "id": "Grenadine",
         "id": "GinTonic",
         "name": "grenadine",
         "name": "gin and tonic",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Not cherry flavored!",
         "desc": "An all time classic, mild cocktail.",
         "physicalDesc": "dark-red",
         "physicalDesc": "strong-smelling",
         "color": "#EA1D26FF",
         "color": "#004166FF",
         "recipes": [],
         "recipes": [
            "GinTonic"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 7,220: Line 7,158:
                         "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 7,227: Line 7,173:
         }
         }
     },
     },
     "IcedCoffee": {
     "Goldschlager": {
         "id": "IcedCoffee",
         "id": "Goldschlager",
         "name": "iced coffee",
         "name": "Goldschlager",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Coffee and ice, refreshing and cool.",
         "desc": "100 proof cinnamon schnapps, made for alcoholic teen girls on spring break.",
         "physicalDesc": "aromatic",
         "physicalDesc": "strong-smelling",
         "color": "#102838FF",
         "color": "#FFFF91FF",
         "recipes": [
         "recipes": [
             "IcedCoffee"
             "Goldschlager"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 7,244: Line 7,190:
                         "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 7,251: Line 7,205:
         }
         }
     },
     },
     "IcedGreenTea": {
     "Grog": {
         "id": "IcedGreenTea",
         "id": "Grog",
         "name": "iced green tea",
         "name": "grog",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "cold green tea.",
         "desc": "Watered-down rum, pirate approved!",
         "physicalDesc": "aromatic",
         "physicalDesc": "strong-smelling",
         "color": "#CE4200FF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [
             "IcedGreenTea"
             "Grog"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 7,268: Line 7,222:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 7,275: Line 7,237:
         }
         }
     },
     },
     "IcedTea": {
     "HippiesDelight": {
         "id": "IcedTea",
         "id": "HippiesDelight",
         "name": "iced tea",
         "name": "hippies delight",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "No relation to a certain rap artist/actor.",
         "desc": "You just don't get it maaaan.",
         "physicalDesc": "aromatic",
         "physicalDesc": "strong-smelling",
         "color": "#104038FF",
         "color": "#6EAA0CFF",
         "recipes": [
         "recipes": [],
            "IcedTea"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 7,296: Line 7,256:
                     },
                     },
                     {
                     {
                         "Reagent": "Theobromine",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.05,
Line 7,307: Line 7,267:
         }
         }
     },
     },
     "Lemonade": {
     "Hooch": {
         "id": "Lemonade",
         "id": "Hooch",
         "name": "lemonade",
         "name": "hooch",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Drink using lemon juice, water, and a sweetener such as cane sugar or honey.",
         "desc": "Either someone's failure at cocktail making or attempt in alchohol production. In any case, do you really want to drink that?",
         "physicalDesc": "tart",
         "physicalDesc": "strong-smelling",
         "color": "#FFFF00FF",
         "color": "#664E00FF",
         "recipes": [
         "recipes": [],
            "Lemonade"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 7,326: Line 7,284:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 7,331: Line 7,297:
         }
         }
     },
     },
     "Milk": {
     "IcedBeer": {
         "id": "Milk",
         "id": "IcedBeer",
         "name": "milk",
         "name": "iced beer",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "An opaque white liquid produced by the mammary glands of mammals.",
         "desc": "A beer which is so cold the air around it freezes.",
         "physicalDesc": "opaque",
         "physicalDesc": "bubbly",
         "color": "#DFDFDFFF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 7,346: Line 7,312:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 4,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 7,353: Line 7,327:
         }
         }
     },
     },
     "MilkGoat": {
     "IrishCarBomb": {
         "id": "MilkGoat",
         "id": "IrishCarBomb",
         "name": "goats milk",
         "name": "irish car bomb",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "An opaque white liquid produced by a goat. High buttermilk content.",
         "desc": "A troubling mixture of irish cream and ale.",
         "physicalDesc": "opaque",
         "physicalDesc": "bubbly",
         "color": "#DFDFDFFF",
         "color": "#2E6671FF",
         "recipes": [],
         "recipes": [
            "IrishCarBomb"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 7,368: Line 7,344:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 4,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 7,375: Line 7,359:
         }
         }
     },
     },
     "MilkOat": {
     "IrishCream": {
         "id": "MilkOat",
         "id": "IrishCream",
         "name": "oat milk",
         "name": "irish cream",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Surprisingly tasty.",
         "desc": "Whiskey-imbued cream. What else could you expect from the Irish.",
         "physicalDesc": "refreshing",
         "physicalDesc": "creamy",
         "color": "#302000FF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [
            "IrishCream"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 7,390: Line 7,376:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 4,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.2,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 7,397: Line 7,391:
         }
         }
     },
     },
     "MilkSoy": {
     "IrishCoffee": {
         "id": "MilkSoy",
         "id": "IrishCoffee",
         "name": "soy milk",
         "name": "irish coffee",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Consumers favorite.",
         "desc": "Coffee served with irish cream. Regular cream just isn't the same!",
         "physicalDesc": "refreshing",
         "physicalDesc": "cloudy",
         "color": "#302000FF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [
            "IrishCoffee"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 7,412: Line 7,408:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 4,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 7,419: Line 7,423:
         }
         }
     },
     },
     "MilkSpoiled": {
     "LongIslandIcedTea": {
         "id": "MilkSpoiled",
         "id": "LongIslandIcedTea",
         "name": "spoiled milk",
         "name": "long island iced tea",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "This milk has gone rancid.",
         "desc": "The liquor cabinet, brought together in a delicious mix. Intended for middle-aged alcoholic women only.",
         "physicalDesc": "putrid",
         "physicalDesc": "strong-smelling",
         "color": "#FAFFBAFF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [
            "LongIslandIcedTea"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 7,434: Line 7,440:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": -2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 7,441: Line 7,455:
         }
         }
     },
     },
     "Nothing": {
     "Manhattan": {
         "id": "Nothing",
         "id": "Manhattan",
         "name": "nothing",
         "name": "manhattan",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Absolutely nothing.",
         "desc": "The Detective's undercover drink of choice. He never could stomach gin...",
         "physicalDesc": "nothing",
         "physicalDesc": "strong-smelling",
         "color": "#FFFFFFFF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 7,458: Line 7,472:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 7,463: Line 7,485:
         }
         }
     },
     },
     "NuclearCola": {
     "ManhattanProject": {
         "id": "NuclearCola",
         "id": "ManhattanProject",
         "name": "nuclear cola",
         "name": "manhattan project",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Cola, cola never changes.",
         "desc": "A scientist's drink of choice, for pondering ways to blow up the ship.",
         "physicalDesc": "fizzy",
         "physicalDesc": "strong-smelling",
         "color": "#100800FF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [],
            "NuclearCola"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 7,480: Line 7,500:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 6,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
             },
             }
             "Poison": {
        }
    },
    "ManlyDorf": {
        "id": "ManlyDorf",
        "name": "manly dorf",
        "group": "Drinks",
        "desc": "Beer and Ale, brought together in a delicious mix. Intended for stout dwarves only.",
        "physicalDesc": "bubbly",
        "color": "#664300FF",
        "recipes": [
            "ManlyDorf"
        ],
        "metabolisms": {
             "Drink": {
                 "rate": 0.5,
                 "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"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 7,505: Line 7,547:
         }
         }
     },
     },
     "SodaWater": {
     "Margarita": {
         "id": "SodaWater",
         "id": "Margarita",
         "name": "soda water",
         "name": "margarita",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A container of club soda. Why not make a scotch and soda?",
         "desc": "On the rocks with salt on the rim. Arriba~!",
         "physicalDesc": "fizzy",
         "physicalDesc": "strong-smelling",
         "color": "#619494FF",
         "color": "#8CFF8CFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 7,520: Line 7,562:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 7,527: Line 7,577:
         }
         }
     },
     },
     "SoyLatte": {
     "Martini": {
         "id": "SoyLatte",
         "id": "Martini",
         "name": "soy latte",
         "name": "classic martini",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A coffee drink made with espresso and steamed soy milk.",
         "desc": "Vermouth with Gin. Not quite how 007 enjoyed it, but still delicious.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#664300FF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [
             "SoyLatte"
             "Martini"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 7,544: Line 7,594:
                         "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 7,551: Line 7,609:
         }
         }
     },
     },
     "Tea": {
     "Mead": {
         "id": "Tea",
         "id": "Mead",
         "name": "tea",
         "name": "mead",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A drink made by boiling leaves of the tea tree, Camellia sinensis.",
         "desc": "A Viking's drink, though a cheap one.",
         "physicalDesc": "aromatic",
         "physicalDesc": "strong-smelling",
         "color": "#8A5A3AFF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 7,570: Line 7,628:
                     },
                     },
                     {
                     {
                         "Reagent": "Theobromine",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.05,
Line 7,581: Line 7,639:
         }
         }
     },
     },
     "TonicWater": {
     "Mojito": {
         "id": "TonicWater",
         "id": "Mojito",
         "name": "tonic water",
         "name": "mojito",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "It tastes strange but at least the quinine keeps the Space Malaria at bay.",
         "desc": "If it's good enough for Spesscuba, it's good enough for you.",
         "physicalDesc": "fizzy",
         "physicalDesc": "strong-smelling",
         "color": "#0064C8FF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [
            "Mojito"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 7,596: Line 7,656:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 7,603: Line 7,671:
         }
         }
     },
     },
     "Water": {
     "Moonshine": {
         "id": "Water",
         "id": "Moonshine",
         "name": "water",
         "name": "moonshine",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A colorless liquid that humans need in order to survive.",
         "desc": "Artisanal homemade liquor. What could go wrong?",
         "physicalDesc": "translucent",
         "physicalDesc": "strong-smelling",
         "color": "#75B1F0FF",
         "color": "#D1D7D155",
         "recipes": [],
         "recipes": [
            "Moonshine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 7,618: Line 7,688:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 4,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.25,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 7,625: Line 7,703:
         }
         }
     },
     },
     "Ice": {
     "Neurotoxin": {
         "id": "Ice",
         "id": "Neurotoxin",
         "name": "ice",
         "name": "neurotoxin",
        "group": "Unknown",
        "desc": "Frozen water.",
        "physicalDesc": "frosty",
        "color": "#BED8E6FF",
        "recipes": [],
        "metabolisms": null
    },
    "DryRamen": {
        "id": "DryRamen",
        "name": "dry ramen",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Dry noodles and salt.",
         "desc": "A strong neurotoxin that puts the subject into a death-like state.",
         "physicalDesc": "wormy",
         "physicalDesc": "strong-smelling",
         "color": "#664300FF",
         "color": "#2E2E61FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 7,650: Line 7,718:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "NutritionFactor": 1,
                         "HydrationFactor": 2,
                         "id": "SatiateHunger"
                         "id": "SatiateThirst"
                     }
                     },
                ]
                    {
            }
                        "Reagent": "Ethanol",
        }
                        "Group": null,
    },
                        "Amount": 0.25,
    "HotRamen": {
                        "conditions": null,
        "id": "HotRamen",
                        "probability": 1,
        "name": "hot ramen",
                        "id": "AdjustReagent"
        "group": "Drinks",
                    }
        "desc": "Hot noodles.",
                ]
        "physicalDesc": "wormy",
             },
        "color": "#664300FF",
             "Poison": {
        "recipes": [
             "HotRamen"
        ],
        "metabolisms": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "NutritionFactor": 4,
                         "id": "HealthChange"
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 7,681: Line 7,751:
         }
         }
     },
     },
     "Pilk": {
     "Patron": {
         "id": "Pilk",
         "id": "Patron",
         "name": "pilk",
         "name": "patron",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A sickening mixture of milk and cola.",
         "desc": "Tequila with silver in it, a favorite of alcoholic women in the club scene.",
         "physicalDesc": "creamy",
         "physicalDesc": "metallic",
         "color": "#E7C69FFF",
         "color": "#585840FF",
         "recipes": [
         "recipes": [
             "Pilk"
             "Patron"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 7,698: Line 7,768:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 1,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                    },
                 ]
                    {
             }
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.2,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                 ]
             }
         }
         }
     },
     },
     "KiraSpecial": {
     "RedMead": {
         "id": "KiraSpecial",
         "id": "RedMead",
         "name": "kira special",
         "name": "red mead",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Long live the guy who everyone had mistaken for a girl. Baka!",
         "desc": "The true Viking's drink! Even though it has a strange red color.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#CCCC99FF",
         "color": "#C73C00FF",
         "recipes": [
         "recipes": [],
            "KiraSpecial"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 7,722: Line 7,798:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 7,729: Line 7,813:
         }
         }
     },
     },
     "Rewriter": {
     "Sbiten": {
         "id": "Rewriter",
         "id": "Sbiten",
         "name": "rewriter",
         "name": "sbiten",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "The secret of the sanctuary of the Librarian...",
         "desc": "A spicy Vodka! Might be a little hot for the little guys!",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#485000FF",
         "color": "#004166FF",
         "recipes": [
         "recipes": [],
            "Rewriter"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 7,746: Line 7,828:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 7,753: Line 7,843:
         }
         }
     },
     },
     "Kvass": {
     "ScrewdriverCocktail": {
         "id": "Kvass",
         "id": "ScrewdriverCocktail",
         "name": "kvass",
         "name": "screwdriver",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A cool refreshing drink with a taste of socialism.",
         "desc": "Vodka, mixed with plain ol' orange juice. The result is surprisingly delicious.",
         "physicalDesc": "bubbly",
         "physicalDesc": "strong-smelling",
         "color": "#381600FF",
         "color": "#A68310FF",
         "recipes": [],
         "recipes": [
            "ScrewdriverCocktail"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 7,768: Line 7,860:
                         "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 7,775: Line 7,875:
         }
         }
     },
     },
     "JuiceApple": {
     "Silencer": {
         "id": "JuiceApple",
         "id": "Silencer",
         "name": "apple juice",
         "name": "silencer",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "It's a little piece of Eden.",
         "desc": "A drink from Mime Heaven.",
         "physicalDesc": "crisp",
         "physicalDesc": "strong-smelling",
         "color": "#FDAD01FF",
         "color": "#004666FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 7,788: Line 7,888:
                 "effects": [
                 "effects": [
                     {
                     {
                        "Key": "Muted",
                        "Component": "Muted",
                        "Time": 2,
                        "Refresh": true,
                        "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                        "id": "GenericStatusEffect"
                    },
                    {
                        "conditions": null,
                        "probability": 1,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 7,797: Line 7,907:
         }
         }
     },
     },
     "JuiceBanana": {
     "Singulo": {
         "id": "JuiceBanana",
         "id": "Singulo",
         "name": "banana juice",
         "name": "singulo",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "The raw essence of a banana. HONK.",
         "desc": "A blue-space beverage!",
         "physicalDesc": "crisp",
         "physicalDesc": "strong-smelling",
         "color": "#FFE777FF",
         "color": "#3B0C0CFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 7,812: Line 7,922:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 7,819: Line 7,937:
         }
         }
     },
     },
     "JuiceBerry": {
     "SnowWhite": {
         "id": "JuiceBerry",
         "id": "SnowWhite",
         "name": "berry juice",
         "name": "snow white",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A delicious blend of several different kinds of berries.",
         "desc": "A cold refreshment.",
         "physicalDesc": "sweet",
         "physicalDesc": "bubbly",
         "color": "#660099FF",
         "color": "#FFFFFFFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 7,834: Line 7,952:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 7,841: Line 7,967:
         }
         }
     },
     },
     "JuiceBerryPoison": {
     "SuiDream": {
         "id": "JuiceBerryPoison",
         "id": "SuiDream",
         "name": "poison berry juice",
         "name": "sui dream",
         "group": "Unknown",
         "group": "Drinks",
         "desc": "A surprisingly tasty juice blended from various kinds of very deadly and toxic berries.",
         "desc": "'Comprised of: White soda, blue curacao, melon liquor.'",
         "physicalDesc": "sickly",
         "physicalDesc": "strong-smelling",
         "color": "#6600CCFF",
         "color": "#00A86BFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 7,856: Line 7,982:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
             },
             }
             "Poison": {
        }
    },
    "SyndicateBomb": {
        "id": "SyndicateBomb",
        "name": "syndicate bomb",
        "group": "Drinks",
        "desc": "Somebody set us up the bomb!",
        "physicalDesc": "opaque",
        "color": "#2E6660FF",
        "recipes": [
            "SyndicateBomb"
        ],
        "metabolisms": {
             "Drink": {
                 "rate": 0.5,
                 "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"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 7,881: Line 8,029:
         }
         }
     },
     },
     "JuiceCarrot": {
     "TequilaSunrise": {
         "id": "JuiceCarrot",
         "id": "TequilaSunrise",
         "name": "carrot juice",
         "name": "tequila sunrise",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "It's like a carrot, but less crunchy.",
         "desc": "Tequila and orange juice. Much like a Screwdriver, only Mexican.",
         "physicalDesc": "crisp",
         "physicalDesc": "strong-smelling",
         "color": "#FF8820FF",
         "color": "#FFE48CFF",
         "recipes": [],
         "recipes": [
            "TequilaSunrise"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 7,900: Line 8,050:
                     },
                     },
                     {
                     {
                         "Reagent": "Oculine",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.15,
                         "Amount": 0.15,
Line 7,906: Line 8,056:
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "AdjustReagent"
                    },
                     }
                    {
                 ]
                        "Reagent": "Nutriment",
                        "Group": null,
                        "Amount": 0.5,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                 ]
             }
             }
         }
         }
     },
     },
     "JuiceGrape": {
     "ThreeMileIsland": {
         "id": "JuiceGrape",
         "id": "ThreeMileIsland",
         "name": "grape juice",
         "name": "three mile island iced tea",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Freshly squeezed juice from red grapes. Quite sweet.",
         "desc": "\"Made for a woman, strong enough for a man.\"",
         "physicalDesc": "crisp",
         "physicalDesc": "strong-smelling",
         "color": "#512284FF",
         "color": "#666340FF",
         "recipes": [],
         "recipes": [
            "ThreeMileIsland"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 7,934: Line 8,078:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    },
                    {
                        "Reagent": "Uranium",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 7,941: Line 8,101:
         }
         }
     },
     },
     "JuiceLemon": {
     "ToxinsSpecial": {
         "id": "JuiceLemon",
         "id": "ToxinsSpecial",
         "name": "lemon juice",
         "name": "toxins special",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "This juice is VERY sour.",
         "desc": "This thing is ON FIRE! CALL THE DAMN SHUTTLE!",
         "physicalDesc": "citric",
         "physicalDesc": "strong-smelling",
         "color": "#FFF690FF",
         "color": "#665C00FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 7,956: Line 8,116:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                 ]
                 ]
             }
             }
         }
         }
     },
     },
     "JuiceLime": {
     "VodkaMartini": {
         "id": "JuiceLime",
         "id": "VodkaMartini",
         "name": "lime juice",
         "name": "vodka martini",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "The sweet-sour juice of limes.",
         "desc": "Vodka with Gin. Not quite how 007 enjoyed it, but still delicious.",
         "physicalDesc": "citric",
         "physicalDesc": "strong-smelling",
         "color": "#99BB43FF",
         "color": "#004666FF",
         "recipes": [],
         "recipes": [
            "VodkaMartini"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 7,978: Line 8,148:
                         "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 7,985: Line 8,163:
         }
         }
     },
     },
     "JuiceOrange": {
     "VodkaTonic": {
         "id": "JuiceOrange",
         "id": "VodkaTonic",
         "name": "orange juice",
         "name": "vodka tonic",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Both delicious AND rich in Vitamin C. What more do you need?",
         "desc": "For when a gin and tonic isn't russian enough.",
         "physicalDesc": "citric",
         "physicalDesc": "strong-smelling",
         "color": "#E78108FF",
         "color": "#0064C8FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 8,000: Line 8,178:
                         "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 8,007: Line 8,193:
         }
         }
     },
     },
     "JuicePineapple": {
     "WhiskeyCola": {
         "id": "JuicePineapple",
         "id": "WhiskeyCola",
         "name": "pineapple juice",
         "name": "whiskey cola",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "The delicious juice of a pineapple.",
         "desc": "Whiskey, mixed with cola. Surprisingly refreshing.",
         "physicalDesc": "tropical",
         "physicalDesc": "bubbly",
         "color": "#FFFF00FF",
         "color": "#3E1B00FF",
         "recipes": [],
         "recipes": [
            "WhiskeyCola"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 8,022: Line 8,210:
                         "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 8,029: Line 8,225:
         }
         }
     },
     },
     "JuicePotato": {
     "WhiskeySoda": {
         "id": "JuicePotato",
         "id": "WhiskeySoda",
         "name": "potato juice",
         "name": "whiskey soda",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Juice of the potato. Bleh.",
         "desc": "For the more refined griffon.",
         "physicalDesc": "starchy",
         "physicalDesc": "strong-smelling",
         "color": "#302000FF",
         "color": "#533600FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 8,044: Line 8,240:
                         "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 8,051: Line 8,255:
         }
         }
     },
     },
     "JuiceTomato": {
     "WhiteRussian": {
         "id": "JuiceTomato",
         "id": "WhiteRussian",
         "name": "tomato juice",
         "name": "white russian",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Tomatoes made into juice. What a waste of good tomatoes, huh?",
         "desc": "That's just, like, your opinion, man...",
         "physicalDesc": "saucey",
         "physicalDesc": "strong-smelling",
         "color": "#731008FF",
         "color": "#A68340FF",
         "recipes": [],
         "recipes": [
            "WhiteRussian"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 8,066: Line 8,272:
                         "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 8,073: Line 8,287:
         }
         }
     },
     },
     "JuiceWatermelon": {
     "JuiceApple": {
         "id": "JuiceWatermelon",
         "id": "JuiceApple",
         "name": "water melon juice",
         "name": "apple juice",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "The delicious juice of a watermelon.",
         "desc": "It's a little piece of Eden.",
         "physicalDesc": "sweet",
         "physicalDesc": "crisp",
         "color": "#EF3520FF",
         "color": "#FDAD01FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 8,095: Line 8,309:
         }
         }
     },
     },
     "Flour": {
     "JuiceBanana": {
         "id": "Flour",
         "id": "JuiceBanana",
         "name": "flour",
         "name": "banana juice",
         "group": "Foods",
         "group": "Drinks",
         "desc": "Used for baking.",
         "desc": "The raw essence of a banana. HONK.",
         "physicalDesc": "powdery",
         "physicalDesc": "crisp",
         "color": "#FFFFFFFF",
         "color": "#FFE777FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 8,110: Line 8,324:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "NutritionFactor": 1,
                         "HydrationFactor": 3,
                         "id": "SatiateHunger"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 8,117: Line 8,331:
         }
         }
     },
     },
     "Oats": {
     "JuiceBerry": {
         "id": "Oats",
         "id": "JuiceBerry",
         "name": "oats",
         "name": "berry juice",
         "group": "Foods",
         "group": "Drinks",
         "desc": "Used for a variety of tasty purposes.",
         "desc": "A delicious blend of several different kinds of berries.",
         "physicalDesc": "coarse",
         "physicalDesc": "sweet",
         "color": "#D2B48CFF",
         "color": "#660099FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 8,132: Line 8,346:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "NutritionFactor": 1,
                         "HydrationFactor": 3,
                         "id": "SatiateHunger"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 8,139: Line 8,353:
         }
         }
     },
     },
     "Enzyme": {
     "JuiceBerryPoison": {
         "id": "Enzyme",
         "id": "JuiceBerryPoison",
         "name": "universal enzyme",
         "name": "poison berry juice",
         "group": "Foods",
         "group": "Unknown",
         "desc": "Used in cooking various dishes.",
         "desc": "A surprisingly tasty juice blended from various kinds of very deadly and toxic berries.",
         "physicalDesc": "chalky",
         "physicalDesc": "sickly",
         "color": "#009900FF",
         "color": "#6600CCFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 8,154: Line 8,368:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "NutritionFactor": 3,
                         "HydrationFactor": 3,
                         "id": "SatiateHunger"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
             }
             },
        }
             "Poison": {
    },
    "Egg": {
        "id": "Egg",
        "name": "egg",
        "group": "Foods",
        "desc": "Used for baking.",
        "physicalDesc": "mucus-like",
        "color": "#FFFFFFFF",
        "recipes": [],
        "metabolisms": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "NutritionFactor": 1,
                         "id": "HealthChange"
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 8,183: Line 8,393:
         }
         }
     },
     },
     "Sugar": {
     "JuiceCarrot": {
         "id": "Sugar",
         "id": "JuiceCarrot",
         "name": "sugar",
         "name": "carrot juice",
         "group": "Foods",
         "group": "Drinks",
         "desc": "Tasty spacey sugar!",
         "desc": "It's like a carrot, but less crunchy.",
         "physicalDesc": "sweet",
         "physicalDesc": "crisp",
         "color": "#FFFFFFFF",
         "color": "#FF8820FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 8,198: Line 8,408:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "NutritionFactor": 1,
                         "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,205: Line 8,431:
         }
         }
     },
     },
     "Blackpepper": {
     "JuiceGrape": {
         "id": "Blackpepper",
         "id": "JuiceGrape",
         "name": "black pepper",
         "name": "grape juice",
         "group": "Foods",
         "group": "Drinks",
         "desc": "Often used to flavor food or make people sneeze.",
         "desc": "Freshly squeezed juice from red grapes. Quite sweet.",
         "physicalDesc": "grainy",
         "physicalDesc": "crisp",
         "color": "#000000FF",
         "color": "#512284FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 8,220: Line 8,446:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "NutritionFactor": 1,
                         "HydrationFactor": 3,
                         "id": "SatiateHunger"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 8,227: Line 8,453:
         }
         }
     },
     },
     "Vinegar": {
     "JuiceLemon": {
         "id": "Vinegar",
         "id": "JuiceLemon",
         "name": "vinegar",
         "name": "lemon juice",
         "group": "Foods",
         "group": "Drinks",
         "desc": "Often used to flavor food.",
         "desc": "This juice is VERY sour.",
         "physicalDesc": "sour",
         "physicalDesc": "citric",
         "color": "#D2B48CFF",
         "color": "#FFF690FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 8,242: Line 8,468:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "NutritionFactor": 1,
                         "HydrationFactor": 3,
                         "id": "SatiateHunger"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 8,249: Line 8,475:
         }
         }
     },
     },
     "Rice": {
     "JuiceLime": {
         "id": "Rice",
         "id": "JuiceLime",
         "name": "rice",
         "name": "lime juice",
         "group": "Foods",
         "group": "Drinks",
         "desc": "Hard, small white grains.",
         "desc": "The sweet-sour juice of limes.",
         "physicalDesc": "chewy",
         "physicalDesc": "citric",
         "color": "#FFFFFFFF",
         "color": "#99BB43FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 8,264: Line 8,490:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "NutritionFactor": 3,
                         "HydrationFactor": 3,
                         "id": "SatiateHunger"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 8,271: Line 8,497:
         }
         }
     },
     },
     "OilOlive": {
     "JuiceOrange": {
         "id": "OilOlive",
         "id": "JuiceOrange",
         "name": "olive oil",
         "name": "orange juice",
         "group": "Foods",
         "group": "Drinks",
         "desc": "Viscous and fragrant.",
         "desc": "Both delicious AND rich in Vitamin C. What more do you need?",
         "physicalDesc": "oily",
         "physicalDesc": "citric",
         "color": "#808000FF",
         "color": "#E78108FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 8,286: Line 8,512:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "NutritionFactor": 1,
                         "HydrationFactor": 3,
                         "id": "SatiateHunger"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 8,293: Line 8,519:
         }
         }
     },
     },
     "Oil": {
     "JuicePineapple": {
         "id": "Oil",
         "id": "JuicePineapple",
         "name": "oil",
         "name": "pineapple juice",
         "group": "Foods",
         "group": "Drinks",
         "desc": "Used by chefs to cook.",
         "desc": "The delicious juice of a pineapple.",
         "physicalDesc": "oily",
         "physicalDesc": "tropical",
         "color": "#B67823FF",
         "color": "#FFFF00FF",
         "recipes": [
         "recipes": [],
             "Oil"
        "metabolisms": {
        ],
             "Drink": {
        "metabolisms": null
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 3,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
     },
     },
     "CapsaicinOil": {
     "JuicePotato": {
         "id": "CapsaicinOil",
         "id": "JuicePotato",
         "name": "Capsaicin Oil",
         "name": "potato juice",
         "group": "Unknown",
         "group": "Drinks",
         "desc": "Capsaicin Oil is the ingredient found in different types of hot peppers.",
         "desc": "Juice of the potato. Bleh.",
         "physicalDesc": "oily",
         "physicalDesc": "starchy",
         "color": "#FF0000FF",
         "color": "#302000FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Caustic": 0.5
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "HydrationFactor": 3,
                    },
                         "id": "SatiateThirst"
                    {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Caustic": 1
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                "Min": 5,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                        "Messages": [
                            "capsaicin-effect-light-burn"
                        ],
                        "Type": 1,
                        "VisualType": 0,
                        "conditions": null,
                        "probability": 0.2,
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 8,364: Line 8,563:
         }
         }
     },
     },
     "Nutriment": {
     "JuiceTomato": {
         "id": "Nutriment",
         "id": "JuiceTomato",
         "name": "nutriment",
         "name": "tomato juice",
         "group": "Foods",
         "group": "Drinks",
         "desc": "All the vitamins, minerals, and carbohydrates the body needs in pure form.",
         "desc": "Tomatoes made into juice. What a waste of good tomatoes, huh?",
         "physicalDesc": "opaque",
         "physicalDesc": "saucey",
         "color": "#664330FF",
         "color": "#731008FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 8,379: Line 8,578:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "NutritionFactor": 3,
                         "HydrationFactor": 3,
                         "id": "SatiateHunger"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 8,386: Line 8,585:
         }
         }
     },
     },
     "Vitamin": {
     "JuiceWatermelon": {
         "id": "Vitamin",
         "id": "JuiceWatermelon",
         "name": "vitamin",
         "name": "water melon juice",
         "group": "Foods",
         "group": "Drinks",
         "desc": "Found in healthy, complete meals.",
         "desc": "The delicious juice of a watermelon.",
         "physicalDesc": "chalky",
         "physicalDesc": "sweet",
         "color": "#D3D3D3FF",
         "color": "#EF3520FF",
         "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": 3,
                    },
                    {
                        "conditions": null,
                        "probability": 1,
                        "NutritionFactor": 3,
                        "id": "SatiateHunger"
                    }
                ]
            }
        }
    },
    "Protein": {
        "id": "Protein",
        "name": "protein",
        "group": "Foods",
        "desc": "Found in certain meals, good for bodily health.",
        "physicalDesc": "clumpy",
        "color": "#FFFFE5FF",
        "recipes": [
            "ProteinCooking"
        ],
        "metabolisms": {
            "Food": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Brute": -0.4
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 0.5,
                        "id": "HealthChange"
                    },
                    {
                        "Scaled": false,
                        "Amount": 1,
                        "conditions": null,
                        "probability": 1,
                        "id": "ModifyBloodLevel"
                    },
                    {
                        "conditions": null,
                        "probability": 1,
                        "NutritionFactor": 3,
                        "id": "SatiateHunger"
                    }
                ]
            }
        }
    },
    "Astrotame": {
        "id": "Astrotame",
        "name": "Astrotame",
        "group": "Foods",
        "desc": "The sweetness of a thousand sugars but none of the calories.",
        "physicalDesc": "sugary",
        "color": "#7FFFD4FF",
        "recipes": [],
        "metabolisms": null
    },
    "BbqSauce": {
        "id": "BbqSauce",
        "name": "BBQ sauce",
        "group": "Foods",
        "desc": "Hand wipes not included.",
        "physicalDesc": "gloopy",
        "color": "#8B0000FF",
        "recipes": [
            "CookingBbqSauce"
        ],
        "metabolisms": null
    },
    "Cornoil": {
        "id": "Cornoil",
        "name": "corn oil",
        "group": "Foods",
        "desc": "Corn oil, A delicious oil used in cooking. Made from corn.",
        "physicalDesc": "oily",
        "color": "#FFFF00FF",
        "recipes": [],
        "metabolisms": null
    },
    "Frostoil": {
        "id": "Frostoil",
        "name": "frostoil",
        "group": "Foods",
        "desc": "Leaves the tongue numb in its passage.",
        "physicalDesc": "cold",
        "color": "#87CEEBFF",
        "recipes": [],
        "metabolisms": null
    },
    "HorseradishSauce": {
        "id": "HorseradishSauce",
        "name": "horseradish sauce",
        "group": "Foods",
        "desc": "Smelly horseradish sauce.",
        "physicalDesc": "overpowering",
        "color": "#808080FF",
        "recipes": [],
        "metabolisms": null
    },
    "Hotsauce": {
        "id": "Hotsauce",
        "name": "hotsauce",
        "group": "Foods",
        "desc": "Burns so good.",
        "physicalDesc": "spicy",
        "color": "#FF0000FF",
        "recipes": [
            "CookingHotsauce"
        ],
        "metabolisms": null
    },
    "Ketchup": {
        "id": "Ketchup",
        "name": "ketchup",
        "group": "Foods",
        "desc": "Made from pureed tomatoes and flavored with spices.",
        "physicalDesc": "tangy",
        "color": "#FF0000FF",
        "recipes": [
            "CookingKetchup"
        ],
        "metabolisms": null
    },
    "Soysauce": {
        "id": "Soysauce",
        "name": "soy sauce",
        "group": "Foods",
        "desc": "A salty soy-based flavoring.",
        "physicalDesc": "salty",
        "color": "#8B4513FF",
        "recipes": [],
        "metabolisms": {
            "Food": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "NutritionFactor": 0.5,
                        "id": "SatiateHunger"
                    },
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": -0.5,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
    },
    "TableSalt": {
        "id": "TableSalt",
        "name": "table salt",
        "group": "Foods",
        "desc": "Commonly known as salt, Sodium Chloride is often used to season food or kill borers instantly.",
        "physicalDesc": "grainy",
        "color": "#A1000BFF",
        "recipes": [
            "TableSalt"
        ],
        "metabolisms": {
            "Food": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "NutritionFactor": 0.5,
                        "id": "SatiateHunger"
                    },
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": -0.5,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }

Revision as of 00:59, 4 October 2022

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