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:
{
{
     "Thermite": {
     "Absinthe": {
         "id": "Thermite",
         "id": "Absinthe",
         "name": "thermite",
         "name": "absinthe",
         "group": "Pyrotechnic",
         "group": "Drinks",
         "desc": "A mixture that becomes extremely hot when ignited, and which can burn straight through walls when applied and ignited. It'll slowly inflict burn damage to anybody dumb enough to ingest it, but can't be ignited inside inside said dumb person.",
         "desc": "A anise-flavoured spirit derived from botanicals.",
         "physicalDesc": "grainy",
         "physicalDesc": "strong-smelling",
         "color": "#757245FF",
         "color": "#33EE00FF",
         "recipes": [
         "recipes": [],
            "Thermite"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Heat": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.3,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 31: Line 30:
         }
         }
     },
     },
     "Napalm": {
     "Ale": {
         "id": "Napalm",
         "id": "Ale",
         "name": "napalm",
         "name": "ale",
         "group": "Pyrotechnic",
         "group": "Drinks",
         "desc": "It's just a little flammable.",
         "desc": "A dark alchoholic beverage made by malted barley and yeast.",
         "physicalDesc": "soapy",
         "physicalDesc": "bubbly",
         "color": "#FA00AFFF",
         "color": "#663100FF",
         "recipes": [
         "recipes": [],
            "Napalm"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Heat": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Multiplier": 0.4,
                         "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "FlammableReaction"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 68: Line 60:
         }
         }
     },
     },
     "Phlogiston": {
     "Beer": {
         "id": "Phlogiston",
         "id": "Beer",
         "name": "phlogiston",
         "name": "beer",
         "group": "Pyrotechnic",
         "group": "Drinks",
         "desc": "Catches you on fire and makes you ignite.",
         "desc": "An alcoholic beverage made from malted grains, hops, yeast, and water.",
         "physicalDesc": "burning",
         "physicalDesc": "bubbly",
         "color": "#D4872AFF",
         "color": "#CFA85FFF",
         "recipes": [
         "recipes": [],
            "Phlogiston"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Heat": 3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Multiplier": 0.1,
                         "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "FlammableReaction"
                         "id": "AdjustReagent"
                    },
                    {
                        "Amount": 6000,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustTemperature"
                     }
                     }
                 ]
                 ]
Line 111: Line 90:
         }
         }
     },
     },
     "ChlorineTrifluoride": {
     "BlueCuracao": {
         "id": "ChlorineTrifluoride",
         "id": "BlueCuracao",
         "name": "CLF3",
         "name": "blue curacao",
         "group": "Pyrotechnic",
         "group": "Drinks",
         "desc": "You really, REALLY don't want to get this shit anywhere near you.",
         "desc": "Exotically blue, fruity drink, distilled from oranges.",
         "physicalDesc": "blazing",
         "physicalDesc": "strong-smelling",
         "color": "#FFC8C8FF",
         "color": "#0000CDFF",
         "recipes": [
         "recipes": [],
            "ChlorineTrifluoride"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Heat": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Multiplier": 0.2,
                         "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "FlammableReaction"
                         "id": "AdjustReagent"
                    },
                    {
                        "Amount": 6000,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustTemperature"
                     }
                     }
                 ]
                 ]
Line 154: Line 120:
         }
         }
     },
     },
     "FoamingAgent": {
     "Cognac": {
         "id": "FoamingAgent",
         "id": "Cognac",
         "name": "foaming agent",
         "name": "cognac",
         "group": "Pyrotechnic",
         "group": "Drinks",
         "desc": "Makes foam such as that's required in metal foam grenades.",
         "desc": "A sweet and strongly alcoholic drink, twice distilled and left to mature for several years. Classy as fornication.",
        "physicalDesc": "foamy",
         "physicalDesc": "strong-smelling",
        "color": "#215263FF",
         "color": "#AB3C05FF",
        "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": {
             "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"
                     },
                     },
                     {
                     {
                         "Multiplier": 0.4,
                         "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "FlammableReaction"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 201: Line 150:
         }
         }
     },
     },
     "Fluorosurfactant": {
     "DeadRum": {
         "id": "Fluorosurfactant",
         "id": "DeadRum",
         "name": "fluorosurfactant",
         "name": "deadrum",
         "group": "Pyrotechnic",
         "group": "Drinks",
         "desc": "A perfluoronated sulfonic acid that forms a foam when mixed with water.",
         "desc": "Distilled alcoholic drink made from saltwater.",
        "physicalDesc": "opaque",
         "physicalDesc": "strong-smelling",
        "color": "#9E6B38FF",
         "color": "#664300FF",
        "recipes": [
         "recipes": [],
            "Fluorosurfactant"
        ],
        "metabolisms": null
    },
    "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": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Messages": [
                         "Reagent": "Ethanol",
                            "generic-reagent-effect-burning-insides"
                         "Group": null,
                         ],
                         "Amount": 0.2,
                         "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 0.33,
                         "probability": 1,
                         "id": "PopupMessage"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 253: Line 180:
         }
         }
     },
     },
     "SpaceCleaner": {
     "Ethanol": {
         "id": "SpaceCleaner",
         "id": "Ethanol",
         "name": "space cleaner",
         "name": "ethanol",
         "group": "Unknown",
         "group": "Drinks",
         "desc": "This is able to clean almost all surfaces of almost anything that may dirty them. The janitor is likely to appreciate refills.",
         "desc": "A simple alcohol, makes you drunk if consumed, flammable.",
        "physicalDesc": "lemony fresh",
         "physicalDesc": "strong-smelling",
        "color": "#C8FF69FF",
         "color": "#B05B3CFF",
        "recipes": [
            "SpaceCleaner"
        ],
        "metabolisms": null
    },
    "SpaceLube": {
        "id": "SpaceLube",
        "name": "space lube",
        "group": "Unknown",
        "desc": "Space Lube is a high performance lubricant intended for maintenance of extremely complex mechanical equipment (and certainly not used to make people slip).",
        "physicalDesc": "shiny",
        "color": "#77B58EFF",
        "recipes": [
            "SpaceLube"
        ],
        "metabolisms": null
    },
    "Toxin": {
        "id": "Toxin",
        "name": "toxin",
        "group": "Toxins",
        "desc": "A Toxic chemical.",
         "physicalDesc": "opaque",
         "color": "#CF3600FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 291: Line 194:
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": null,
                                 "Poison": 2
                            "groups": {
                             },
                                 "Caustic": 1
                            "groups": null
                             }
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": [
                            {
                                "Min": 5,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    },
                    {
                        "ThirstAmount": -40,
                        "HungerAmount": -40,
                        "conditions": [
                            {
                                "Min": 3,
                                "Max": 21474836,
                                "Reagent": "Ethanol",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 0.04,
                        "id": "ChemVomit"
                     }
                     }
                 ]
                 ]
Line 306: Line 230:
         }
         }
     },
     },
     "PolytrinicAcid": {
     "Gin": {
         "id": "PolytrinicAcid",
         "id": "Gin",
         "name": "polytrinic acid",
         "name": "gin",
         "group": "Toxins",
         "group": "Drinks",
         "desc": "An extremely corrosive chemical substance. The slightest touch of it will melt off most masks and headgear, and it deals extreme damage to anyone who comes directly into contact with it.",
         "desc": "A distilled alcoholic drink that derives its predominant flavour from juniper berries.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#A1000BFF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [],
            "PolytrinicAcid"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Caustic": 2
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Messages": [
                         "Reagent": "Ethanol",
                            "generic-reagent-effect-burning-insides"
                         "Group": null,
                         ],
                         "Amount": 0.2,
                         "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 0.33,
                         "probability": 1,
                         "id": "PopupMessage"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 346: Line 260:
         }
         }
     },
     },
     "FluorosulfuricAcid": {
     "Kahlua": {
         "id": "FluorosulfuricAcid",
         "id": "Kahlua",
         "name": "fluorosulfuric acid",
         "name": "kahlua",
         "group": "Toxins",
         "group": "Drinks",
         "desc": "An extremely corrosive chemical substance.",
         "desc": "A widely known, Mexican coffee-flavoured liqueur.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "cloudy",
         "color": "#5050FFFF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [],
            "FluorosulfuricAcid"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Caustic": 2
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Messages": [
                         "Reagent": "Ethanol",
                            "generic-reagent-effect-burning-insides"
                         "Group": null,
                         ],
                         "Amount": 0.05,
                         "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 0.33,
                         "probability": 1,
                         "id": "PopupMessage"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 386: Line 290:
         }
         }
     },
     },
     "SulfuricAcid": {
     "MelonLiquor": {
         "id": "SulfuricAcid",
         "id": "MelonLiquor",
         "name": "sulfuric acid",
         "name": "melon liquor",
         "group": "Toxins",
         "group": "Drinks",
         "desc": "A highly corrosive, oily, colorless liquid.",
         "desc": "A relatively sweet and fruity 46 proof liquor.",
         "physicalDesc": "oily",
         "physicalDesc": "strong-smelling",
         "color": "#BF8C00FF",
         "color": "#138808FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Messages": [
                         "Reagent": "Ethanol",
                            "generic-reagent-effect-burning-insides"
                         "Group": null,
                         ],
                         "Amount": 0.05,
                         "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 0.33,
                         "probability": 1,
                         "id": "PopupMessage"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 424: Line 320:
         }
         }
     },
     },
     "UnstableMutagen": {
     "NTCahors": {
         "id": "UnstableMutagen",
         "id": "NTCahors",
         "name": "unstable mutagen",
         "name": "NeoTheology Cahors Wine",
         "group": "Toxins",
         "group": "Drinks",
         "desc": "Causes mutations when injected into living people or plants. High doses may be lethal, especially in humans.",
         "desc": "Fortified dessert wine made from cabernet sauvignon, saperavi and other grapes.",
         "physicalDesc": "glowing",
         "physicalDesc": "strong-smelling",
         "color": "#00FF5FFF",
         "color": "#7E4043FF",
         "recipes": [
         "recipes": [],
            "UnstableMutagen"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Radiation": 3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 455: Line 350:
         }
         }
     },
     },
     "HeartbreakerToxin": {
     "PoisonWine": {
         "id": "HeartbreakerToxin",
         "id": "PoisonWine",
         "name": "heartbreaker toxin",
         "name": "poison wine",
         "group": "Toxins",
         "group": "Drinks",
         "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": "Is this even wine? Toxic! Hallucinogenic! Probably consumed in boatloads by your superiors!",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#5F959CFF",
         "color": "#000000FF",
         "recipes": [
         "recipes": [],
            "HeartbreakerToxin"
        ],
         "metabolisms": {
         "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            },
             "Poison": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
Line 472: Line 384:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Asphyxiation": 4
                                 "Poison": 1
                             },
                             },
                             "groups": null
                             "groups": null
Line 486: Line 398:
         }
         }
     },
     },
     "Lexorin": {
     "Rum": {
         "id": "Lexorin",
         "id": "Rum",
         "name": "lexorin",
         "name": "rum",
         "group": "Toxins",
         "group": "Drinks",
         "desc": "Temporarily stops respiration and causes tissue damage. Large doses are fatal, and will cause people to pass out very quickly. Dexalin and Dexalin Plus will both remove it, however.",
         "desc": "Distilled alcoholic drink made from sugarcane byproducts.",
         "physicalDesc": "pungent",
         "physicalDesc": "strong-smelling",
         "color": "#6B0007FF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [],
            "Lexorin"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Airloss": 7
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.2,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 517: Line 428:
         }
         }
     },
     },
     "MindbreakerToxin": {
     "Sake": {
         "id": "MindbreakerToxin",
         "id": "Sake",
         "name": "mindbreaker toxin",
         "name": "sake",
         "group": "Toxins",
         "group": "Drinks",
         "desc": "A potent hallucinogenic compound that is illegal under space law. Formerly known as LSD.",
         "desc": "Alcoholic beverage made by fermenting rice that has been polished.",
        "physicalDesc": "opaque",
         "physicalDesc": "strong-smelling",
        "color": "#77B58EFF",
         "color": "#DDDDDDFF",
        "recipes": [
            "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": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Brute": 2
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 0.1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "damage": {
                         "Reagent": "Ethanol",
                            "types": null,
                         "Group": null,
                            "groups": {
                         "Amount": 0.05,
                                "Brute": 2,
                         "conditions": null,
                                "Toxin": 2,
                                "Airloss": 2
                            }
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "AdjustReagent"
                    },
                    {
                        "Messages": [
                            "histamine-effect-light-itchiness"
                        ],
                        "Type": 1,
                        "conditions": null,
                        "probability": 0.1,
                        "id": "PopupMessage"
                    },
                    {
                        "Messages": [
                            "histamine-effect-heavy-itchiness"
                        ],
                        "Type": 1,
                        "conditions": [
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 0.2,
                        "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 605: Line 458:
         }
         }
     },
     },
     "Theobromine": {
     "Tequila": {
         "id": "Theobromine",
         "id": "Tequila",
         "name": "theobromine",
         "name": "tequila",
         "group": "Toxins",
         "group": "Drinks",
         "desc": "Theobromine is a bitter alkaloid of the cacao plant found in chocolate, and some other foods.",
         "desc": "A strong and mildly flavoured, mexican produced spirit.",
         "physicalDesc": "grainy",
         "physicalDesc": "strong-smelling",
         "color": "#F5F5F5FF",
         "color": "#D7D1D155",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                         "conditions": null,
                            "types": {
                                "Poison": 4
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Animal",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "ThirstAmount": -40,
                         "Reagent": "Ethanol",
                        "HungerAmount": -40,
                         "Group": null,
                         "conditions": [
                        "Amount": 0.2,
                            {
                        "conditions": null,
                                "Min": 3,
                         "probability": 1,
                                "Max": 21474836,
                         "id": "AdjustReagent"
                                "Reagent": null,
                     }
                                "id": "ReagentThreshold"
                 ]
                            },
             }
                            {
         }
                                "Type": "Animal",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 0.025,
                         "id": "ChemVomit"
                     }
                 ]
             }
         }
     },
     },
     "Amatoxin": {
     "Vermouth": {
         "id": "Amatoxin",
         "id": "Vermouth",
         "name": "amatoxin",
         "name": "vermouth",
         "group": "Toxins",
         "group": "Drinks",
         "desc": "A potent toxin found in some mushrooms.",
         "desc": "Aromatized, fortified white wine flavored with various botanicals.",
         "physicalDesc": "nondescript",
         "physicalDesc": "strong-smelling",
         "color": "#D6CE7BFF",
         "color": "#91FF91FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "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,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 694: Line 518:
         }
         }
     },
     },
     "VentCrud": {
     "Vodka": {
         "id": "VentCrud",
         "id": "Vodka",
         "name": "vent crud",
         "name": "vodka",
         "group": "Unknown",
         "group": "Drinks",
         "desc": "A jet black substance found in poorly maintained ventilation systems.",
         "desc": "Clear distilled alcoholic beverage that originates from Poland and Russia.",
         "physicalDesc": "sticky",
         "physicalDesc": "strong-smelling",
         "color": "#000000FF",
         "color": "#D1D1D155",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "CauseChance": 0.6,
                         "Reagent": "Ethanol",
                         "Disease": "VentCough",
                         "Group": null,
                        "Amount": 0.2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "ChemCauseDisease"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 730: Line 548:
         }
         }
     },
     },
     "Corpium": {
     "Whiskey": {
         "id": "Corpium",
         "id": "Whiskey",
         "name": "corpium",
         "name": "whiskey",
         "group": "Unknown",
         "group": "Drinks",
         "desc": "A Syndicate cocktail, carefully harvested from various sources. You wouldn't want this inside of you.",
         "desc": "A type of distilled alcoholic beverage made from fermented grain mash.",
         "physicalDesc": "necrotic",
         "physicalDesc": "strong-smelling",
         "color": "#7668A1FF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Cellular": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "CauseChance": 1,
                         "Reagent": "Ethanol",
                         "Disease": "ActiveZombieVirus",
                         "Group": null,
                        "Amount": 0.2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "ChemCauseDisease"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 766: Line 578:
         }
         }
     },
     },
     "Acetone": {
     "Wine": {
         "id": "Acetone",
         "id": "Wine",
         "name": "acetone",
         "name": "wine",
         "group": "Unknown",
         "group": "Drinks",
         "desc": "A slick, slightly carcinogenic liquid. Has a multitude of mundane uses in everyday life.",
         "desc": "An premium alchoholic beverage made from distilled grape juice.",
         "physicalDesc": "acidic",
         "physicalDesc": "translucent",
         "color": "#AF14B7FF",
         "color": "#7E4043FF",
         "recipes": [
         "recipes": [],
             "Acetone"
        "metabolisms": {
        ],
             "Drink": {
        "metabolisms": null
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            }
        }
     },
     },
     "Phenol": {
     "AcidSpit": {
         "id": "Phenol",
         "id": "AcidSpit",
         "name": "phenol",
         "name": "acidspit",
         "group": "Unknown",
         "group": "Drinks",
         "desc": "An aromatic ring of carbon with a hydroxyl group. A useful precursor to some medicines, but has no healing properties on its own.",
         "desc": "A drink for the daring, can be deadly if incorrectly prepared!",
        "physicalDesc": "acidic",
         "physicalDesc": "strong-smelling",
        "color": "#E7EA91FF",
         "color": "#365000FF",
        "recipes": [
         "recipes": [],
            "Phenol"
        ],
        "metabolisms": null
    },
    "Cryptobiolin": {
        "id": "Cryptobiolin",
        "name": "cryptobiolin",
        "group": "Medicine",
        "desc": "Causes confusion and dizziness. This is essential to make Spaceacillin.",
         "physicalDesc": "fizzy",
        "color": "#081A80FF",
        "recipes": [
            "Cryptobiolin"
        ],
        "metabolisms": null
    },
    "Dylovene": {
        "id": "Dylovene",
        "name": "dylovene",
        "group": "Medicine",
        "desc": "A broad-spectrum anti-toxin, which treats toxin damage in the blood stream. Overdosing will cause vomiting, dizzyness and pain.",
        "physicalDesc": "translucent",
         "color": "#3A1D8AFF",
         "recipes": [
            "Dylovene"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": -1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 833: Line 638:
         }
         }
     },
     },
     "Diphenhydramine": {
     "AlliesCocktail": {
         "id": "Diphenhydramine",
         "id": "AlliesCocktail",
         "name": "diphenhydramine",
         "name": "allies cocktail",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "Rapidly purges the body of histamine and reduces jitteriness.",
         "desc": "A drink made from your allies, not as sweet as when made from your enemies.",
         "physicalDesc": "chalky",
         "physicalDesc": "strong-smelling",
         "color": "#64FFE6FF",
         "color": "#00664DFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Reagent": "Histamine",
                        "Group": null,
                        "Amount": -3,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Key": "Jitter",
                         "Reagent": "Ethanol",
                         "Component": "",
                         "Group": null,
                        "Time": 3,
                         "Amount": 0.05,
                        "Refresh": true,
                         "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 867: Line 668:
         }
         }
     },
     },
     "Arithrazine": {
     "Aloe": {
         "id": "Arithrazine",
         "id": "Aloe",
         "name": "arithrazine",
         "name": "aloe",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "A slightly unstable medication used for the most extreme case of radiation poisoning. Lowers radiation level at over twice the rate Hyronalin does and will heal toxin damage at the same time. Deals very minor brute damage to the patient over time, but the patient's body will typically out-regenerate it easily.",
         "desc": "So very, very, very good.",
         "physicalDesc": "cloudy",
         "physicalDesc": "strong-smelling",
         "color": "#BD5902FF",
         "color": "#192C00FF",
         "recipes": [
         "recipes": [],
            "Arithrazine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Radiation": -3
                            },
                            "groups": {
                                "Brute": 0.5
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 900: Line 698:
         }
         }
     },
     },
     "Bicaridine": {
     "Amasec": {
         "id": "Bicaridine",
         "id": "Amasec",
         "name": "bicaridine",
         "name": "amasec",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "An analgesic which is highly effective at treating brute damage. It's useful for stabilizing people who have been severely beaten, as well as treating less life-threatening injuries. In the case of bleeding (internal or external), bicaridine will slow down the bleeding heavily. If the dosage exceeds the overdose limit, it'll stop it outright.",
         "desc": "Official drink of the Gun Club!",
         "physicalDesc": "opaque",
         "physicalDesc": "strong-smelling",
         "color": "#FFAA00FF",
         "color": "#124DA7FF",
         "recipes": [
         "recipes": [],
            "Bicaridine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Brute": -2
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 931: Line 728:
         }
         }
     },
     },
     "Cryoxadone": {
     "Andalusia": {
         "id": "Cryoxadone",
         "id": "Andalusia",
         "name": "cryoxadone",
         "name": "andalusia",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "Required for the proper function of cryogenics. Heals all standard types of damage very swiftly, but only works in temperatures under 170K (usually this means cryo cells). Can also slowly heal clone damage, such as caused by cloning or Slimes.",
         "desc": "A nice, strangely named drink.",
         "physicalDesc": "fizzy",
         "physicalDesc": "strong-smelling",
         "color": "#0091FFFF",
         "color": "#665700FF",
         "recipes": [
         "recipes": [],
            "Cryoxadone"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "conditions": null,
                            "types": null,
                        "probability": 1,
                            "groups": {
                        "HydrationFactor": 2,
                                "Airloss": -6,
                        "id": "SatiateThirst"
                                "Brute": -4,
                    },
                                "Burn": -4,
                    {
                                "Toxin": -4
                         "Reagent": "Ethanol",
                            }
                         "Group": null,
                        },
                         "Amount": 0.05,
                         "scaleByQuantity": false,
                        "conditions": null,
                         "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 0,
                                "Max": 150,
                                "id": "Temperature"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 971: Line 758:
         }
         }
     },
     },
     "Clonexadone": {
     "Antifreeze": {
         "id": "Clonexadone",
         "id": "Antifreeze",
         "name": "clonexadone",
         "name": "antifreeze",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "Heals standard damage in the same as Cryoxadone, with the same temperature requirement. Significantly more effective than the former at treating cellular damage, although both can be used simultaneously. Best used in cryo cells.",
         "desc": "Ultimate refreshment.",
         "physicalDesc": "bubbly",
         "physicalDesc": "translucent",
         "color": "#0666FFFF",
         "color": "#FF7D63FF",
         "recipes": [
         "recipes": [
             "Clonexadone"
             "Antifreeze"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "conditions": null,
                            "types": null,
                        "probability": 1,
                            "groups": {
                        "HydrationFactor": 2,
                                "Airloss": -6,
                        "id": "SatiateThirst"
                                "Brute": -4,
                    },
                                "Burn": -4,
                    {
                                "Toxin": -4
                         "Reagent": "Ethanol",
                            }
                         "Group": null,
                        },
                         "Amount": 0.15,
                         "scaleByQuantity": false,
                        "conditions": null,
                         "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 0,
                                "Max": 150,
                                "id": "Temperature"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 1,011: Line 790:
         }
         }
     },
     },
     "Dermaline": {
     "AtomicBomb": {
         "id": "Dermaline",
         "id": "AtomicBomb",
         "name": "dermaline",
         "name": "atomic bomb",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "An advanced chemical that is more effective at treating burn damage than Kelotane.",
         "desc": "Nuclear proliferation never tasted so good.",
         "physicalDesc": "translucent",
         "physicalDesc": "cloudy",
         "color": "#215263FF",
         "color": "#666300FF",
         "recipes": [
         "recipes": [
             "Dermaline"
             "AtomicBomb"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Burn": -3
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    },
                    {
                        "Reagent": "Radium",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 1,042: Line 830:
         }
         }
     },
     },
     "Dexalin": {
     "B52": {
         "id": "Dexalin",
         "id": "B52",
         "name": "dexalin",
         "name": "b-52",
         "group": "Medicine",
         "group": "Drinks",
         "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": "Coffee, irish cream, and cognac. You will get bombed.",
         "physicalDesc": "opaque",
         "physicalDesc": "bubbly",
         "color": "#0041A8FF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [
             "Dexalin"
             "B52"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Asphyxiation": -1,
                                "Bloodloss": -0.5
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 1,074: Line 862:
         }
         }
     },
     },
     "DexalinPlus": {
     "BahamaMama": {
         "id": "DexalinPlus",
         "id": "BahamaMama",
         "name": "dexalin plus",
         "name": "bahama mama",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "Used in treatment of extreme cases of oxygen deprivation. Effective at healing blood loss damage.",
         "desc": "Tropical cocktail.",
         "physicalDesc": "cloudy",
         "physicalDesc": "strong-smelling",
         "color": "#4DA0BDFF",
         "color": "#FF7F3BFF",
         "recipes": [
         "recipes": [],
            "DexalinPlus"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Asphyxiation": -3.5,
                                "Bloodloss": -3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Lexorin",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": -3,
                         "Amount": 0.05,
                         "conditions": [
                         "conditions": null,
                            {
                         "probability": 1,
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Lexorin",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "AdjustReagent"
                     }
                     }
Line 1,121: Line 892:
         }
         }
     },
     },
     "Epinephrine": {
     "BananaHonk": {
         "id": "Epinephrine",
         "id": "BananaHonk",
         "name": "epinephrine",
         "name": "banana honk",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "Effective at bringing people back from a critical state. Reduces some stun times. Easy to overdose on.",
         "desc": "A drink from Clown Heaven.",
         "physicalDesc": "odorless",
         "physicalDesc": "strong-smelling",
         "color": "#D2FFFAFF",
         "color": "#FFFF91FF",
         "recipes": [
         "recipes": [
             "Epinephrine"
             "BananaHonk"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                         "conditions": null,
                            "types": {
                                "Asphyxiation": -3,
                                "Poison": -0.5
                            },
                            "groups": {
                                "Brute": -0.5,
                                "Burn": -0.5
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Max": 21474836,
                                "Min": 100,
                                "id": "TotalDamage"
                            },
                            {
                                "Min": 0,
                                "Max": 20,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "damage": {
                         "Reagent": "Ethanol",
                            "types": {
                        "Group": null,
                                "Asphyxiation": 1,
                        "Amount": 0.05,
                                "Poison": 1
                        "conditions": null,
                            },
                        "probability": 1,
                            "groups": null
                        "id": "AdjustReagent"
                        },
                    }
                        "scaleByQuantity": false,
                ]
                        "ignoreResistances": true,
            }
                        "conditions": [
        }
                            {
    },
                                "Min": 20,
    "Barefoot": {
                                "Max": 21474836,
        "id": "Barefoot",
                                "Reagent": null,
        "name": "barefoot",
                                "id": "ReagentThreshold"
        "group": "Drinks",
                            }
        "desc": "Barefoot and pregnant.",
                         ],
        "physicalDesc": "strong-smelling",
        "color": "#664300FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Lexorin",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": -2,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "AdjustReagent"
                     },
                     }
                    {
                ]
                        "Reagent": "Epinephrine",
            }
                        "Group": null,
        }
                        "Amount": -1,
    },
                        "conditions": [
    "BeepskySmash": {
                            {
        "id": "BeepskySmash",
                                "Min": 1,
        "name": "beepsky smash",
                                "Max": 21474836,
        "group": "Drinks",
                                "Reagent": "Lexorin",
        "desc": "Deny drinking this and prepare for THE LAW.",
                                "id": "ReagentThreshold"
        "physicalDesc": "strong-smelling",
                            }
        "color": "#664300FF",
                         ],
        "recipes": [
            "BeepskySmash"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Histamine",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 4,
                         "Amount": 0.15,
                        "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Lexorin",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 0.1,
                        "id": "AdjustReagent"
                    },
                    {
                        "Key": "Stun",
                        "Component": "",
                        "Time": 0.75,
                        "Refresh": true,
                        "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "AdjustReagent"
                    },
                     }
                    {
                        "Key": "KnockedDown",
                        "Component": "",
                        "Time": 0.75,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                     }
                 ]
                 ]
             }
             }
         }
         }
     },
     },
     "Hyronalin": {
     "Bilk": {
         "id": "Hyronalin",
         "id": "Bilk",
         "name": "hyronalin",
         "name": "bilk",
         "group": "Medicine",
         "group": "Drinks",
         "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": "This appears to be beer mixed with milk. Disgusting.",
         "physicalDesc": "cloudy",
         "physicalDesc": "bilky",
         "color": "#4CB580FF",
         "color": "#895C4CFF",
         "recipes": [
         "recipes": [
             "Hyronalin"
             "Bilk"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Radiation": -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 1,278: Line 1,018:
         }
         }
     },
     },
     "Ipecac": {
     "BlackRussian": {
         "id": "Ipecac",
         "id": "BlackRussian",
         "name": "ipecac",
         "name": "black russian",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "Induces vomiting. Useful for stopping a poisoning that isn't done metabolizing.",
         "desc": "For the lactose-intolerant. Still as classy as a White Russian.",
         "physicalDesc": "inky",
         "physicalDesc": "strong-smelling",
         "color": "#422912FF",
         "color": "#360000FF",
         "recipes": [
         "recipes": [
             "Ipecac"
             "BlackRussian"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "ThirstAmount": -40,
                        "HungerAmount": -40,
                         "conditions": null,
                         "conditions": null,
                         "probability": 0.3,
                         "probability": 1,
                         "id": "ChemVomit"
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.2,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 1,303: Line 1,050:
         }
         }
     },
     },
     "Inaprovaline": {
     "BloodyMary": {
         "id": "Inaprovaline",
         "id": "BloodyMary",
         "name": "inaprovaline",
         "name": "bloody mary",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "Inaprovaline is a synaptic stimulant and cardiostimulant. Commonly used to stabilize patients- it stops oxygen loss when the patient is in critical health. It'll also slow down bleeding by a good amount. Acts as a decent painkiller.",
         "desc": "A strange yet pleasurable mixture made of vodka, tomato, and lime juice.",
         "physicalDesc": "opaque",
         "physicalDesc": "strong-smelling",
         "color": "#731024FF",
         "color": "#660000FF",
         "recipes": [
         "recipes": [
             "Inaprovaline"
             "BloodyMary"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Asphyxiation": -5
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                "Max": 21474836,
                                "Min": 100,
                                "id": "TotalDamage"
                            }
                        ],
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                        "Scaled": false,
                        "Amount": -0.25,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "ModifyBleedAmount"
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 1,347: Line 1,082:
         }
         }
     },
     },
     "Kelotane": {
     "Booger": {
         "id": "Kelotane",
         "id": "Booger",
         "name": "kelotane",
         "name": "booger",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "Treats burn damage and prevents infection.",
         "desc": "Ewww...",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#BF3D19FF",
         "color": "#8CFF8CFF",
         "recipes": [
         "recipes": [
             "Kelotane"
             "Booger"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Burn": -1
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 1,378: Line 1,114:
         }
         }
     },
     },
     "Leporazine": {
     "BraveBull": {
         "id": "Leporazine",
         "id": "BraveBull",
         "name": "leporazine",
         "name": "brave bull",
         "group": "Medicine",
         "group": "Drinks",
         "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": "It's just as effective as Dutch-Courage!",
         "physicalDesc": "pungent",
         "physicalDesc": "strong-smelling",
         "color": "#FF7DB5FF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [
             "Leporazine"
             "BraveBull"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Cold": -4
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Amount": 100000,
                         "Reagent": "Ethanol",
                         "conditions": [
                         "Group": null,
                            {
                        "Amount": 0.2,
                                "Min": 0,
                        "conditions": null,
                                "Max": 293.15,
                                "id": "Temperature"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustTemperature"
                         "id": "AdjustReagent"
                     },
                     }
                    {
                ]
                        "Amount": -10000,
            }
                        "conditions": [
        }
                            {
    },
                                "Min": 293.15,
    "CubaLibre": {
                                "Max": 3.4028235e+38,
        "id": "CubaLibre",
                                "id": "Temperature"
        "name": "cuba libre",
                            }
        "group": "Drinks",
                         ],
        "desc": "Rum, mixed with cola. Viva la revolucion.",
        "physicalDesc": "bubbly",
        "color": "#3E1B00FF",
        "recipes": [
            "CubaLibre"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustTemperature"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Messages": [
                         "Reagent": "Ethanol",
                            "leporazine-effect-temperature-adjusting"
                         "Group": null,
                         ],
                         "Amount": 0.15,
                         "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 0.2,
                         "probability": 1,
                         "id": "PopupMessage"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 1,442: Line 1,178:
         }
         }
     },
     },
     "Barozine": {
     "DemonsBlood": {
         "id": "Barozine",
         "id": "DemonsBlood",
         "name": "barozine",
         "name": "demons blood",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "A somewhat toxic medicine that prevents pressure damage. Causes extreme pain and jittering. Very poisonous when overdosed.",
         "desc": "AHHHH!!!!",
         "physicalDesc": "viscous",
         "physicalDesc": "strong-smelling",
         "color": "#FF867DFF",
         "color": "#A70000FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 1
                            },
                            "groups": {
                                "Brute": -1.5
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                     },
                         "id": "SatiateThirst"
                     },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            }
        }
    },
    "DevilsKiss": {
        "id": "DevilsKiss",
        "name": "devils kiss",
        "group": "Drinks",
        "desc": "Creepy time!",
        "physicalDesc": "strong-smelling",
        "color": "#A68310FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                        "damage": {
                         "conditions": null,
                            "types": {
                                "Poison": 3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 15,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Key": "PressureImmunity",
                         "Reagent": "Ethanol",
                         "Component": "PressureImmunity",
                         "Group": null,
                        "Time": 2,
                         "Amount": 0.05,
                        "Refresh": true,
                         "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "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": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                        "Key": "Stutter",
                        "Component": "StutteringAccent",
                        "Time": 2,
                        "Refresh": true,
                        "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                        "Amplitude": 10,
                        "Frequency": 4,
                        "Time": 2,
                        "Refresh": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "Jitter"
                        "NutritionFactor": -2,
                         "id": "SatiateHunger"
                     },
                     },
                     {
                     {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 0.2,
                         "probability": 1,
                        "id": "Scream"
                         "id": "AdjustReagent"
                    },
                     }
                    {
                 ]
                        "Messages": [
             },
                            "barozine-effect-skin-burning",
                            "barozine-effect-muscle-contract"
                        ],
                        "Type": 1,
                        "conditions": null,
                        "probability": 0.1,
                         "id": "PopupMessage"
                     }
                 ]
             }
        }
    },
    "Phalanximine": {
        "id": "Phalanximine",
        "name": "phalanximine",
        "group": "Medicine",
        "desc": "Used in the treatment of cancer, is as effective as Anti-Toxin. Causes moderate radiation and hair loss.",
        "physicalDesc": "acrid",
        "color": "#C8FF75FF",
        "recipes": [
            "Phalanximine"
        ],
        "metabolisms": {
             "Medicine": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
Line 1,553: Line 1,279:
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": null,
                                 "Cellular": -1,
                            "groups": {
                                 "Radiation": 1
                                 "Burn": -1,
                            },
                                 "Brute": -1,
                            "groups": null
                                "Airloss": -1,
                                "Toxin": -1
                            }
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
Line 1,564: Line 1,292:
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    },
                    {
                        "ThirstAmount": -40,
                        "HungerAmount": -40,
                        "conditions": null,
                        "probability": 0.05,
                        "id": "ChemVomit"
                     }
                     }
                 ]
                 ]
Line 1,576: Line 1,297:
         }
         }
     },
     },
     "Romerol": {
     "DriestMartini": {
         "id": "Romerol",
         "id": "DriestMartini",
         "name": "romerol",
         "name": "driest martini",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "A difficult to procure chemical used in the reversal of the zombification process. Tastes like death.",
         "desc": "Only for the experienced. You think you see sand floating in the glass.",
         "physicalDesc": "acrid",
         "physicalDesc": "strong-smelling",
         "color": "#7E916EFF",
         "color": "#2E6671FF",
         "recipes": [
         "recipes": [
             "Romerol"
             "DriestMartini"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 0.5
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 1,607: Line 1,329:
         }
         }
     },
     },
     "PulpedBananaPeel": {
     "ErikaSuprise": {
         "id": "PulpedBananaPeel",
         "id": "ErikaSuprise",
         "name": "pulped banana peel",
         "name": "erika suprise",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "Pulped banana peels have some effectiveness against bleeding.",
         "desc": "The surprise is, it's green!",
         "physicalDesc": "pulpy",
         "physicalDesc": "strong-smelling",
         "color": "#FFE774FF",
         "color": "#2E6671FF",
         "recipes": [],
         "recipes": [
            "ErikaSuprise"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Scaled": false,
                        "Amount": -0.5,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "ModifyBleedAmount"
                        "HydrationFactor": 2,
                     }
                        "id": "SatiateThirst"
                 ]
                    },
             }
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                 ]
             }
         }
         }
     },
     },
     "Siderlac": {
     "GargleBlaster": {
         "id": "Siderlac",
         "id": "GargleBlaster",
         "name": "siderlac",
         "name": "Pan-Galactic Gargle Blaster",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "A powerful anti-caustic medicine derived from plants.",
         "desc": "Whoah, this stuff looks volatile!",
         "physicalDesc": "milky",
         "physicalDesc": "volatile",
         "color": "#F4DAB8FF",
         "color": "#9CC8B4FF",
         "recipes": [
         "recipes": [
             "Siderlac"
             "GargleBlaster"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Caustic": -5
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.2,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 1,661: Line 1,393:
         }
         }
     },
     },
     "Spaceacillin": {
     "GinFizz": {
         "id": "Spaceacillin",
         "id": "GinFizz",
         "name": "spaceacillin",
         "name": "gin fizz",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "A theta-lactam antibiotic. A common and very useful medicine, effective against many diseases likely to be encountered in space. Slows progression of diseases.",
         "desc": "Refreshingly lemony, deliciously dry.",
         "physicalDesc": "opaque",
         "physicalDesc": "strong-smelling",
         "color": "#9942F5FF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [
             "Spaceacillin"
             "GinFizz"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "CureChance": 0.15,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "ChemCureDisease"
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 1,685: Line 1,425:
         }
         }
     },
     },
     "Stellibinin": {
     "GinTonic": {
         "id": "Stellibinin",
         "id": "GinTonic",
         "name": "stellibinin",
         "name": "gin and tonic",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "A natual antitoxin with particular effectiveness against amatoxin.",
         "desc": "An all time classic, mild cocktail.",
         "physicalDesc": "starry",
         "physicalDesc": "strong-smelling",
         "color": "#2B2F77FF",
         "color": "#004166FF",
         "recipes": [],
         "recipes": [
            "GinTonic"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": -4
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Amatoxin",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": -3,
                         "Amount": 0.15,
                         "conditions": [
                         "conditions": null,
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Amatoxin",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "AdjustReagent"
Line 1,729: Line 1,457:
         }
         }
     },
     },
     "Synaptizine": {
     "Goldschlager": {
         "id": "Synaptizine",
         "id": "Goldschlager",
         "name": "synaptizine",
         "name": "Goldschlager",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "Toxic, but treats hallucinations, drowsiness \u0026 halves the duration of paralysis, stuns and knockdowns. One unit is enough to treat hallucinations; two units is deadly.",
         "desc": "100 proof cinnamon schnapps, made for alcoholic teen girls on spring break.",
         "physicalDesc": "pungent",
         "physicalDesc": "strong-smelling",
         "color": "#D49A2FFF",
         "color": "#FFFF91FF",
         "recipes": [
         "recipes": [
             "Synaptizine"
             "Goldschlager"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Key": "Stun",
                         "Reagent": "Ethanol",
                         "Component": "",
                         "Group": null,
                        "Time": 3,
                         "Amount": 0.2,
                        "Refresh": true,
                         "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "AdjustReagent"
                    },
                     }
                    {
                 ]
                        "Key": "KnockedDown",
                        "Component": "",
                        "Time": 3,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                     }
                 ]
             }
             }
         }
         }
     },
     },
     "TranexamicAcid": {
     "Grog": {
         "id": "TranexamicAcid",
         "id": "Grog",
         "name": "tranexamic acid",
         "name": "grog",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "A blood clotting medicine for preventing heavy bleeding. Very dangerous in large quantities.",
         "desc": "Watered-down rum, pirate approved!",
         "physicalDesc": "viscous",
         "physicalDesc": "strong-smelling",
         "color": "#BA7D7DFF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [
             "TranexamicAcid"
             "Grog"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Scaled": false,
                        "Amount": -1.5,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "ModifyBleedAmount"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "damage": {
                         "Reagent": "Ethanol",
                            "types": {
                        "Group": null,
                                "Bloodloss": 3
                         "Amount": 0.05,
                            },
                         "conditions": null,
                            "groups": null
                        },
                        "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 15,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 1,825: Line 1,521:
         }
         }
     },
     },
     "Tricordrazine": {
     "HippiesDelight": {
         "id": "Tricordrazine",
         "id": "HippiesDelight",
         "name": "tricordrazine",
         "name": "hippies delight",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "A wide-spectrum stimulant, originally derived from Cordrazine. It's capable of healing most common damage types simultaneously, however only at about half the rate of other medications. Because of its low potency, it's best used as a supplement to other medicines.",
         "desc": "You just don't get it maaaan.",
         "physicalDesc": "opaque",
         "physicalDesc": "strong-smelling",
         "color": "#00E5FFFF",
         "color": "#6EAA0CFF",
         "recipes": [
         "recipes": [],
            "Tricordrazine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "conditions": null,
                            "types": {
                        "probability": 1,
                                "Poison": -0.5
                        "HydrationFactor": 2,
                            },
                        "id": "SatiateThirst"
                            "groups": {
                    },
                                "Burn": -1,
                    {
                                "Brute": -1
                         "Reagent": "Ethanol",
                            }
                         "Group": null,
                        },
                        "Amount": 0.05,
                         "scaleByQuantity": false,
                        "conditions": null,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Max": 50,
                                "Min": 0,
                                "id": "TotalDamage"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 1,865: Line 1,551:
         }
         }
     },
     },
     "Lipozine": {
     "Hooch": {
         "id": "Lipozine",
         "id": "Hooch",
         "name": "lipozine",
         "name": "hooch",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "Causes weight loss upon consumption.",
         "desc": "Either someone's failure at cocktail making or attempt in alchohol production. In any case, do you really want to drink that?",
         "physicalDesc": "oily",
         "physicalDesc": "strong-smelling",
         "color": "#2690B5FF",
         "color": "#664E00FF",
         "recipes": [
         "recipes": [],
            "Lipozine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 1,882: Line 1,566:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "NutritionFactor": -1,
                         "HydrationFactor": 2,
                         "id": "SatiateHunger"
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 1,889: Line 1,581:
         }
         }
     },
     },
     "Omnizine": {
     "IcedBeer": {
         "id": "Omnizine",
         "id": "IcedBeer",
         "name": "Omnizine",
         "name": "iced beer",
         "group": "Medicine",
         "group": "Drinks",
         "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 beer which is so cold the air around it freezes.",
         "physicalDesc": "soothing",
         "physicalDesc": "bubbly",
         "color": "#FCF7F9FF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Burn": -2,
                                "Toxin": -2,
                                "Airloss": -2,
                                "Brute": -2
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 1,921: Line 1,611:
         }
         }
     },
     },
     "Ultravasculine": {
     "IrishCarBomb": {
         "id": "Ultravasculine",
         "id": "IrishCarBomb",
         "name": "ultravasculine",
         "name": "irish car bomb",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "Rapidly flushes toxins from the body, but places some stress on the veins. Do not overdose.",
         "desc": "A troubling mixture of irish cream and ale.",
         "physicalDesc": "thick and grainy",
         "physicalDesc": "bubbly",
         "color": "#520E30FF",
         "color": "#2E6671FF",
         "recipes": [
         "recipes": [
             "Ultravasculine"
             "IrishCarBomb"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                         "conditions": null,
                            "types": null,
                            "groups": {
                                "Toxin": -3,
                                "Brute": 0.5
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 0,
                                "Max": 30,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "damage": {
                         "Reagent": "Ethanol",
                            "types": null,
                         "Group": null,
                            "groups": {
                         "Amount": 0.15,
                                "Toxin": -1,
                         "conditions": null,
                                "Brute": 3
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                        "Reagent": "Histamine",
                        "Group": null,
                        "Amount": -1,
                        "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Histamine",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "AdjustReagent"
                    },
                    {
                        "Reagent": "Ultravasculine",
                         "Group": null,
                         "Amount": 0.5,
                         "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Histamine",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "AdjustReagent"
Line 2,011: Line 1,643:
         }
         }
     },
     },
     "Oxygen": {
     "IrishCream": {
         "id": "Oxygen",
         "id": "IrishCream",
         "name": "oxygen",
         "name": "irish cream",
         "group": "Unknown",
         "group": "Drinks",
         "desc": "An oxidizing, colorless gas.",
         "desc": "Whiskey-imbued cream. What else could you expect from the Irish.",
         "physicalDesc": "gaseous",
         "physicalDesc": "creamy",
         "color": "#808080FF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [
            "IrishCream"
        ],
         "metabolisms": {
         "metabolisms": {
             "Gas": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Factor": 1,
                         "conditions": null,
                         "conditions": [
                            {
                                "Type": "Human",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "Oxygenate"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Factor": 1,
                         "Reagent": "Ethanol",
                         "conditions": [
                         "Group": null,
                            {
                        "Amount": 0.2,
                                "Type": "Animal",
                        "conditions": null,
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "Oxygenate"
                         "id": "AdjustReagent"
                    },
                    {
                        "_ratios": {
                            "CarbonDioxide": 1,
                            "Oxygen": -1
                        },
                        "conditions": [
                            {
                                "Type": "Vox",
                                "ShouldHave": false,
                                "id": "OrganType"
                            }
                        ],
                        "probability": 1,
                        "id": "ModifyLungGas"
                     }
                     }
                 ]
                 ]
Line 2,066: Line 1,675:
         }
         }
     },
     },
     "Plasma": {
     "IrishCoffee": {
         "id": "Plasma",
         "id": "IrishCoffee",
         "name": "plasma",
         "name": "irish coffee",
         "group": "Unknown",
         "group": "Drinks",
         "desc": "Funky, space-magic pixie dust. You probably shouldn't eat this, but we both know you will anyways.",
         "desc": "Coffee served with irish cream. Regular cream just isn't the same!",
         "physicalDesc": "gaseous",
         "physicalDesc": "cloudy",
         "color": "#7E009EFF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [
            "IrishCoffee"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Inaprovaline",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": -2,
                         "Amount": 0.15,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 2,100: Line 1,704:
                     }
                     }
                 ]
                 ]
             },
             }
             "Gas": {
        }
    },
    "LongIslandIcedTea": {
        "id": "LongIslandIcedTea",
        "name": "long island iced tea",
        "group": "Drinks",
        "desc": "The liquor cabinet, brought together in a delicious mix. Intended for middle-aged alcoholic women only.",
        "physicalDesc": "strong-smelling",
        "color": "#664300FF",
        "recipes": [
            "LongIslandIcedTea"
        ],
        "metabolisms": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": true,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 2,121: Line 1,739:
         }
         }
     },
     },
     "Tritium": {
     "Manhattan": {
         "id": "Tritium",
         "id": "Manhattan",
         "name": "tritium",
         "name": "manhattan",
         "group": "Unknown",
         "group": "Drinks",
         "desc": "Radioactive space-magic pixie dust.",
         "desc": "The Detective's undercover drink of choice. He never could stomach gin...",
         "physicalDesc": "ionizing",
         "physicalDesc": "strong-smelling",
         "color": "#66FF33FF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Radiation": 3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
             },
             }
             "Gas": {
        }
                 "rate": 0.5,
    },
                 "effects": [
    "ManhattanProject": {
        "id": "ManhattanProject",
        "name": "manhattan project",
        "group": "Drinks",
        "desc": "A scientist's drink of choice, for pondering ways to blow up the ship.",
        "physicalDesc": "strong-smelling",
        "color": "#664300FF",
        "recipes": [],
        "metabolisms": {
             "Drink": {
                 "rate": 0.5,
                 "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                     {
                     {
                         "damage": {
                         "Reagent": "Ethanol",
                            "types": {
                        "Group": null,
                                "Radiation": 1
                         "Amount": 0.05,
                            },
                            "groups": null
                        },
                        "scaleByQuantity": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 2,168: Line 1,799:
         }
         }
     },
     },
     "CarbonDioxide": {
     "ManlyDorf": {
         "id": "CarbonDioxide",
         "id": "ManlyDorf",
         "name": "carbon dioxide",
         "name": "manly dorf",
         "group": "Unknown",
         "group": "Drinks",
         "desc": "You have genuinely no idea what this is.",
         "desc": "Beer and Ale, brought together in a delicious mix. Intended for stout dwarves only.",
         "physicalDesc": "odorless",
         "physicalDesc": "bubbly",
         "color": "#66FF33FF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [
            "ManlyDorf"
        ],
         "metabolisms": {
         "metabolisms": {
             "Gas": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "conditions": null,
                            "types": {
                        "probability": 1,
                                "Poison": 0.2
                        "HydrationFactor": 2,
                            },
                        "id": "SatiateThirst"
                            "groups": null
                    },
                        },
                    {
                         "scaleByQuantity": true,
                         "Reagent": "Ethanol",
                         "ignoreResistances": true,
                         "Group": null,
                         "conditions": [
                         "Amount": 0.05,
                            {
                        "conditions": null,
                                "Min": 0.5,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 2,204: Line 1,831:
         }
         }
     },
     },
     "Nitrogen": {
     "Margarita": {
         "id": "Nitrogen",
         "id": "Margarita",
         "name": "nitrogen",
         "name": "margarita",
         "group": "Unknown",
         "group": "Drinks",
         "desc": "A colorless, odorless unreactive gas. Highly stable.",
         "desc": "On the rocks with salt on the rim. Arriba~!",
         "physicalDesc": "gaseous",
         "physicalDesc": "strong-smelling",
         "color": "#808080FF",
         "color": "#8CFF8CFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Gas": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Factor": 1,
                         "conditions": null,
                         "conditions": [
                            {
                                "Type": "Vox",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "Oxygenate"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "_ratios": {
                         "Reagent": "Ethanol",
                            "CarbonDioxide": 1,
                        "Group": null,
                            "Nitrogen": -1
                         "Amount": 0.05,
                        },
                        "conditions": null,
                         "conditions": [
                            {
                                "Type": "Vox",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "ModifyLungGas"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 2,247: Line 1,861:
         }
         }
     },
     },
     "Blood": {
     "Martini": {
         "id": "Blood",
         "id": "Martini",
         "name": "blood",
         "name": "classic martini",
         "group": "Biological",
         "group": "Drinks",
         "desc": "I hope this is ketchup.",
         "desc": "Vermouth with Gin. Not quite how 007 enjoyed it, but still delicious.",
         "physicalDesc": "ferrous",
         "physicalDesc": "strong-smelling",
         "color": "#800000FF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [
            "Martini"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 2,262: Line 1,878:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 1.5,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 2,269: Line 1,893:
         }
         }
     },
     },
     "Slime": {
     "Mead": {
         "id": "Slime",
         "id": "Mead",
         "name": "slime",
         "name": "mead",
         "group": "Biological",
         "group": "Drinks",
         "desc": "You thought this was gradient blood at first, but you were mistaken.",
         "desc": "A Viking's drink, though a cheap one.",
         "physicalDesc": "viscous",
         "physicalDesc": "strong-smelling",
         "color": "#2CF274FF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 2,284: Line 1,908:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "NutritionFactor": 1.5,
                         "HydrationFactor": 2,
                         "id": "SatiateHunger"
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 2,291: Line 1,923:
         }
         }
     },
     },
     "Desoxyephedrine": {
     "Mojito": {
         "id": "Desoxyephedrine",
         "id": "Mojito",
         "name": "desoxyephedrine",
         "name": "mojito",
         "group": "Narcotics",
         "group": "Drinks",
         "desc": "Desoxyephedrine is a potent stimulant with dangerous side-effects if too much is consumed.",
         "desc": "If it's good enough for Spesscuba, it's good enough for you.",
         "physicalDesc": "translucent",
         "physicalDesc": "strong-smelling",
         "color": "#FAFAFAFF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [
             "Desoxyephedrine"
             "Mojito"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 0.75
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "damage": {
                         "Reagent": "Ethanol",
                            "types": {
                        "Group": null,
                                "Poison": 2,
                         "Amount": 0.05,
                                "Asphyxiation": 2
                         "conditions": null,
                            },
                         "probability": 1,
                            "groups": null
                         "id": "AdjustReagent"
                        },
                        "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
             },
             }
             "Narcotic": {
        }
    },
    "Moonshine": {
        "id": "Moonshine",
        "name": "moonshine",
        "group": "Drinks",
        "desc": "Artisanal homemade liquor. What could go wrong?",
        "physicalDesc": "strong-smelling",
        "color": "#D1D7D155",
        "recipes": [
            "Moonshine"
        ],
        "metabolisms": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "StatusLifetime": 2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "WalkSpeedModifier": 1.35,
                         "HydrationFactor": 2,
                        "SprintSpeedModifier": 1.35,
                         "id": "SatiateThirst"
                         "id": "MovespeedModifier"
                     },
                     },
                     {
                     {
                         "Key": "Stutter",
                         "Reagent": "Ethanol",
                         "Component": "StutteringAccent",
                         "Group": null,
                        "Time": 2,
                         "Amount": 0.25,
                        "Refresh": true,
                         "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "AdjustReagent"
                     },
                     }
                    {
                ]
                        "Amplitude": 10,
            }
                        "Frequency": 4,
        }
                        "Time": 2,
    },
                        "Refresh": true,
    "Neurotoxin": {
        "id": "Neurotoxin",
        "name": "neurotoxin",
        "group": "Drinks",
        "desc": "A strong neurotoxin that puts the subject into a death-like state.",
        "physicalDesc": "strong-smelling",
        "color": "#2E2E61FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "Jitter"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Key": "Stun",
                         "Reagent": "Ethanol",
                         "Component": "",
                         "Group": null,
                        "Time": 3,
                         "Amount": 0.25,
                        "Refresh": true,
                         "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "AdjustReagent"
                     },
                     }
                ]
            },
            "Poison": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "Key": "KnockedDown",
                         "damage": {
                        "Component": "",
                            "types": {
                        "Time": 3,
                                "Poison": 1
                         "Refresh": true,
                            },
                         "Type": 1,
                            "groups": null
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 2,395: Line 2,035:
         }
         }
     },
     },
     "Ephedrine": {
     "Patron": {
         "id": "Ephedrine",
         "id": "Patron",
         "name": "ephedrine",
         "name": "patron",
         "group": "Narcotics",
         "group": "Drinks",
         "desc": "Increases stun resistance and movement speed, giving you hand cramps. Overdose deals toxin damage and inhibits breathing.",
         "desc": "Tequila with silver in it, a favorite of alcoholic women in the club scene.",
         "physicalDesc": "powdery",
         "physicalDesc": "metallic",
         "color": "#D2FFFAFF",
         "color": "#585840FF",
         "recipes": [
         "recipes": [
             "Ephedrine"
             "Patron"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Narcotic": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "StatusLifetime": 2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "WalkSpeedModifier": 1.25,
                         "HydrationFactor": 2,
                        "SprintSpeedModifier": 1.25,
                         "id": "SatiateThirst"
                         "id": "MovespeedModifier"
                     },
                     },
                     {
                     {
                         "damage": {
                         "Reagent": "Ethanol",
                            "types": {
                         "Group": null,
                                "Poison": 2,
                         "Amount": 0.2,
                                "Asphyxiation": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 20,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                         "id": "HealthChange"
                    },
                    {
                        "Amplitude": 10,
                        "Frequency": 4,
                        "Time": 2,
                        "Refresh": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "Jitter"
                         "id": "AdjustReagent"
                     },
                     }
                    {
                ]
                        "Key": "Stun",
            }
                        "Component": "",
        }
                        "Time": 1,
    },
                        "Refresh": true,
    "RedMead": {
                        "Type": 1,
        "id": "RedMead",
        "name": "red mead",
        "group": "Drinks",
        "desc": "The true Viking's drink! Even though it has a strange red color.",
        "physicalDesc": "strong-smelling",
        "color": "#C73C00FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Key": "KnockedDown",
                         "Reagent": "Ethanol",
                         "Component": "",
                         "Group": null,
                        "Time": 1,
                         "Amount": 0.05,
                        "Refresh": true,
                         "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "AdjustReagent"
                    },
                    {
                        "Messages": [
                            "ephedrine-effect-tight-pain",
                            "ephedrine-effect-heart-pounds"
                        ],
                        "Type": 1,
                        "conditions": null,
                        "probability": 0.05,
                        "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 2,481: Line 2,097:
         }
         }
     },
     },
     "THC": {
     "Sbiten": {
         "id": "THC",
         "id": "Sbiten",
         "name": "THC",
         "name": "sbiten",
         "group": "Narcotics",
         "group": "Drinks",
         "desc": "The main psychoactive compound in cannabis.",
         "desc": "A spicy Vodka! Might be a little hot for the little guys!",
         "physicalDesc": "crystalline",
         "physicalDesc": "strong-smelling",
         "color": "#808080FF",
         "color": "#004166FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": null
         "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            }
        }
     },
     },
     "THCOil": {
     "ScrewdriverCocktail": {
         "id": "THCOil",
         "id": "ScrewdriverCocktail",
         "name": "THC oil",
         "name": "screwdriver",
         "group": "Narcotics",
         "group": "Drinks",
         "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": "Vodka, mixed with plain ol' orange juice. The result is surprisingly delicious.",
        "physicalDesc": "skunky",
        "color": "#DAA520FF",
        "recipes": [],
        "metabolisms": null
    },
    "Nicotine": {
        "id": "Nicotine",
        "name": "Nicotine",
        "group": "Narcotics",
        "desc": "Dangerous and highly addictive.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#C0C0C0FF",
         "color": "#A68310FF",
        "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": [
         "recipes": [
             "Impedrezene"
             "ScrewdriverCocktail"
        ],
        "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": null
    },
    "Nocturine": {
        "id": "Nocturine",
        "name": "nocturine",
        "group": "Narcotics",
        "desc": "Makes you feel very tired and unable to stand up. Basically, it's bone hurting juice.",
        "physicalDesc": "powdery",
        "color": "#128E80FF",
        "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Narcotic": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                         "conditions": null,
                            "types": {
                                "Poison": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 60,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "ParalyzeTime": 1.2,
                         "Reagent": "Ethanol",
                         "Refresh": false,
                        "Group": null,
                         "Amount": 0.15,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "Paralyze"
                         "id": "AdjustReagent"
                    },
                     }
                    {
                        "Key": "Stutter",
                        "Component": "StutteringAccent",
                        "Time": 1,
                        "Refresh": true,
                        "Type": 0,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                     }
                 ]
                 ]
             }
             }
         }
         }
     },
     },
     "MuteToxin": {
     "Silencer": {
         "id": "MuteToxin",
         "id": "Silencer",
         "name": "mute toxin",
         "name": "silencer",
         "group": "Narcotics",
         "group": "Drinks",
         "desc": "Makes you unable to talk while metabolizing.",
         "desc": "A drink from Mime Heaven.",
         "physicalDesc": "syrupy",
         "physicalDesc": "strong-smelling",
         "color": "#000000FF",
         "color": "#004666FF",
         "recipes": [
         "recipes": [],
            "MuteToxin"
        ],
         "metabolisms": {
         "metabolisms": {
             "Narcotic": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 2,611: Line 2,180:
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "GenericStatusEffect"
                    },
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 2,616: Line 2,191:
         }
         }
     },
     },
     "EZNutrient": {
     "Singulo": {
         "id": "EZNutrient",
         "id": "Singulo",
         "name": "EZ nutrient",
         "name": "singulo",
         "group": "Botanical",
         "group": "Drinks",
         "desc": "Give your plants some of those EZ nutrients!",
         "desc": "A blue-space beverage!",
         "physicalDesc": "thick",
         "physicalDesc": "strong-smelling",
         "color": "#664330FF",
         "color": "#3B0C0CFF",
         "recipes": [
         "recipes": [],
             "EZNutrient"
        "metabolisms": {
        ],
             "Drink": {
        "metabolisms": null
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            }
        }
     },
     },
     "Left4Zed": {
     "SnowWhite": {
         "id": "Left4Zed",
         "id": "SnowWhite",
         "name": "left-4-zed",
         "name": "snow white",
         "group": "Botanical",
         "group": "Drinks",
         "desc": "A cocktail of mutagenic compounds, which cause plant life to become highly unstable.",
         "desc": "A cold refreshment.",
        "physicalDesc": "heterogeneous",
         "physicalDesc": "bubbly",
        "color": "#5B406CFF",
         "color": "#FFFFFFFF",
        "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": {
    },
             "Drink": {
    "PlantBGone": {
                 "rate": 0.5,
        "id": "PlantBGone",
                 "effects": [
        "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": [
                     {
                     {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Caustic": 1
                            }
                        },
                        "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 2,715: Line 2,251:
         }
         }
     },
     },
     "Diethylamine": {
     "SuiDream": {
         "id": "Diethylamine",
         "id": "SuiDream",
         "name": "diethylamine",
         "name": "sui dream",
         "group": "Botanical",
         "group": "Drinks",
         "desc": "A very potent fertilizer.",
         "desc": "'Comprised of: White soda, blue curacao, melon liquor.'",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#A1000BFF",
         "color": "#00A86BFF",
         "recipes": [
         "recipes": [],
            "Diethylamine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Caustic": 1
                            }
                        },
                        "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 2,746: Line 2,281:
         }
         }
     },
     },
     "Aluminium": {
     "SyndicateBomb": {
         "id": "Aluminium",
         "id": "SyndicateBomb",
         "name": "aluminium",
         "name": "syndicate bomb",
         "group": "Elements",
         "group": "Drinks",
         "desc": "A silver, soft, non-magnetic, and ductile metal.",
         "desc": "Somebody set us up the bomb!",
         "physicalDesc": "metallic",
         "physicalDesc": "opaque",
         "color": "#848789FF",
         "color": "#2E6660FF",
         "recipes": [],
         "recipes": [
         "metabolisms": null
            "SyndicateBomb"
        ],
         "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            }
        }
     },
     },
     "Carbon": {
     "TequilaSunrise": {
         "id": "Carbon",
         "id": "TequilaSunrise",
         "name": "carbon",
         "name": "tequila sunrise",
         "group": "Elements",
         "group": "Drinks",
         "desc": "A black, crystalline solid.",
         "desc": "Tequila and orange juice. Much like a Screwdriver, only Mexican.",
         "physicalDesc": "crystalline",
         "physicalDesc": "strong-smelling",
         "color": "#22282BFF",
         "color": "#FFE48CFF",
         "recipes": [],
         "recipes": [
         "metabolisms": null
            "TequilaSunrise"
    },
        ],
    "Chlorine": {
         "metabolisms": {
        "id": "Chlorine",
            "Drink": {
        "name": "chlorine",
                "rate": 0.5,
        "group": "Elements",
                "effects": [
        "desc": "A yellow-green gas which is toxic to humans.",
                    {
        "physicalDesc": "gaseous",
                        "conditions": null,
        "color": "#A2FF00FF",
                        "probability": 1,
        "recipes": [],
                        "HydrationFactor": 2,
         "metabolisms": null
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            }
         }
     },
     },
     "Copper": {
     "ThreeMileIsland": {
         "id": "Copper",
         "id": "ThreeMileIsland",
         "name": "copper",
         "name": "three mile island iced tea",
         "group": "Elements",
         "group": "Drinks",
         "desc": "A soft, malleable, and ductile metal with very high thermal and electrical conductivity.",
         "desc": "\"Made for a woman, strong enough for a man.\"",
        "physicalDesc": "metallic",
         "physicalDesc": "strong-smelling",
        "color": "#B05B3CFF",
         "color": "#666340FF",
        "recipes": [],
         "recipes": [
        "metabolisms": null
            "ThreeMileIsland"
    },
         ],
    "Fluorine": {
         "metabolisms": {
        "id": "Fluorine",
             "Drink": {
        "name": "fluorine",
                 "rate": 0.5,
        "group": "Elements",
                 "effects": [
        "desc": "A highly toxic pale yellow gas. Extremely reactive.",
        "physicalDesc": "gaseous",
        "color": "#808080FF",
        "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": [],
         "metabolisms": {
             "Medicine": {
                 "rate": 0.5,
                 "effects": [
                     {
                     {
                        "Scaled": false,
                        "Amount": 2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "ModifyBloodLevel"
                        "HydrationFactor": 2,
                     }
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    },
                    {
                        "Reagent": "Uranium",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                 ]
                 ]
             }
             }
         }
         }
     },
     },
     "Lithium": {
     "ToxinsSpecial": {
         "id": "Lithium",
         "id": "ToxinsSpecial",
         "name": "lithium",
         "name": "toxins special",
         "group": "Elements",
         "group": "Drinks",
         "desc": "A soft, silvery-white alkali metal. It's highly reactive, and ignites if it makes contact with water.",
         "desc": "This thing is ON FIRE! CALL THE DAMN SHUTTLE!",
        "physicalDesc": "shiny",
         "physicalDesc": "strong-smelling",
        "color": "#C6C8CCFF",
         "color": "#665C00FF",
        "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": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                     }
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                 ]
                 ]
             }
             }
         }
         }
     },
     },
     "Potassium": {
     "VodkaMartini": {
         "id": "Potassium",
         "id": "VodkaMartini",
         "name": "potassium",
         "name": "vodka martini",
         "group": "Elements",
         "group": "Drinks",
         "desc": "A soft, shiny grey metal. Even more reactive than lithium.",
         "desc": "Vodka with Gin. Not quite how 007 enjoyed it, but still delicious.",
        "physicalDesc": "shiny",
         "physicalDesc": "strong-smelling",
        "color": "#C6C8CCFF",
         "color": "#004666FF",
        "recipes": [],
         "recipes": [
        "metabolisms": null
            "VodkaMartini"
    },
         ],
    "Phosphorus": {
        "id": "Phosphorus",
        "name": "phosphorus",
        "group": "Elements",
        "desc": "A reactive metal used in pyrotechnics and weapons.",
         "physicalDesc": "powdery",
         "color": "#EDE4E4FF",
         "recipes": [],
        "metabolisms": null
    },
    "Radium": {
        "id": "Radium",
        "name": "radium",
         "group": "Elements",
        "desc": "A radioactive metal, silvery-white in its pure form. It glows due to its radioactivity and is highly toxic.",
        "physicalDesc": "glowing",
        "color": "#00FF04FF",
        "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Radiation": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 2,937: Line 2,447:
         }
         }
     },
     },
     "Silicon": {
     "VodkaTonic": {
         "id": "Silicon",
         "id": "VodkaTonic",
         "name": "silicon",
         "name": "vodka tonic",
         "group": "Elements",
         "group": "Drinks",
         "desc": "A hard and brittle crystalline solid with a blue-grey color.",
         "desc": "For when a gin and tonic isn't russian enough.",
         "physicalDesc": "crystalline",
         "physicalDesc": "strong-smelling",
         "color": "#364266FF",
         "color": "#0064C8FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": null
         "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            }
        }
     },
     },
     "Silver": {
     "WhiskeyCola": {
         "id": "Silver",
         "id": "WhiskeyCola",
         "name": "silver",
         "name": "whiskey cola",
         "group": "Elements",
         "group": "Drinks",
         "desc": "A soft, white, lustrous transition metal, it has the highest electrical conductivity of any element and the highest thermal conductivity of any metal.",
         "desc": "Whiskey, mixed with cola. Surprisingly refreshing.",
        "physicalDesc": "reasonably metallic",
         "physicalDesc": "bubbly",
        "color": "#D0D0D0FF",
         "color": "#3E1B00FF",
        "recipes": [],
         "recipes": [
        "metabolisms": null
            "WhiskeyCola"
    },
         ],
    "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. #thanks visne \u003C3",
         "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": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Radiation": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                     }
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                 ]
                 ]
             }
             }
         }
         }
     },
     },
     "Carpetium": {
     "WhiskeySoda": {
         "id": "Carpetium",
         "id": "WhiskeySoda",
         "name": "carpetium",
         "name": "whiskey soda",
         "group": "Special",
         "group": "Drinks",
         "desc": "A mystical chemical, usually outsourced from the Clown Planet, that covers everything it touches in carpet.",
         "desc": "For the more refined griffon.",
         "physicalDesc": "fibrous",
         "physicalDesc": "strong-smelling",
         "color": "#800000FF",
         "color": "#533600FF",
         "recipes": [
         "recipes": [],
            "Carpetium"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Messages": [
                            "carpetium-effect-blood-fibrous",
                            "carpetium-effect-jumpsuit-insides"
                        ],
                        "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 0.1,
                         "probability": 1,
                         "id": "PopupMessage"
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 3,034: Line 2,539:
         }
         }
     },
     },
     "Fiber": {
     "WhiteRussian": {
         "id": "Fiber",
         "id": "WhiteRussian",
         "name": "fiber",
         "name": "white russian",
         "group": "Unknown",
         "group": "Drinks",
         "desc": "A raw material, usually extracted from wool or other fabric products.",
         "desc": "That's just, like, your opinion, man...",
        "physicalDesc": "fibrous",
         "physicalDesc": "strong-smelling",
        "color": "#808080FF",
         "color": "#A68340FF",
        "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"
             "WhiteRussian"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "Messages": [
                         "conditions": null,
                            "buzzochloricbees-effect-oh-god-bees",
                         "probability": 1,
                            "buzzochloricbees-effect-its-the-bees",
                         "HydrationFactor": 2,
                            "buzzochloricbees-effect-why-am-i-covered-in-bees",
                         "id": "SatiateThirst"
                            "buzzochloricbees-effect-one-with-the-bees",
                            "buzzochloricbees-effect-squeaky-clean"
                        ],
                         "Type": 1,
                         "conditions": [
                            {
                                "Min": 0,
                                "Max": 0,
                                "Reagent": "Histamine",
                                "id": "ReagentThreshold"
                            },
                            {
                                "Tag": "Bee",
                                "Invert": true,
                                "id": "HasTag"
                            }
                        ],
                        "probability": 0.1,
                         "id": "PopupMessage"
                     },
                     },
                     {
                     {
                         "Messages": [
                         "Reagent": "Ethanol",
                            "buzzochloricbees-effect-histamine-bee-allergy",
                        "Group": null,
                            "buzzochloricbees-effect-histamine-swells",
                        "Amount": 0.15,
                            "buzzochloricbees-effect-histamine-numb-to-the-bees",
                        "conditions": null,
                            "buzzochloricbees-effect-histamine-cannot-be-one-with-the-bees",
                        "probability": 1,
                            "buzzochloricbees-effect-squeaky-clean"
                         "id": "AdjustReagent"
                        ],
                    }
                         "Type": 1,
                ]
                        "conditions": [
            }
                            {
        }
                                "Min": 0.01,
    },
                                "Max": 21474836,
    "JuiceApple": {
                                "Reagent": "Histamine",
        "id": "JuiceApple",
                                "id": "ReagentThreshold"
        "name": "apple juice",
                            },
        "group": "Drinks",
                            {
        "desc": "It's a little piece of Eden.",
                                "Tag": "Bee",
        "physicalDesc": "crisp",
                                "Invert": true,
        "color": "#FDAD01FF",
                                "id": "HasTag"
        "recipes": [],
                            }
        "metabolisms": {
                        ],
            "Drink": {
                        "probability": 0.05,
                "rate": 0.5,
                        "id": "PopupMessage"
                "effects": [
                    },
                     {
                     {
                         "Messages": [
                         "conditions": null,
                            "buzzochloricbees-effect-licoxide-electrifying",
                        "probability": 1,
                            "buzzochloricbees-effect-licoxide-shocked-by-bee-facts",
                        "HydrationFactor": 3,
                            "buzzochloricbees-effect-licoxide-buzzed",
                        "id": "SatiateThirst"
                            "buzzochloricbees-effect-licoxide-buzzes"
                    }
                        ],
                ]
                        "Type": 1,
            }
                        "conditions": [
        }
                            {
    },
                                "Tag": "Bee",
    "JuiceBanana": {
                                "Invert": true,
        "id": "JuiceBanana",
                                "id": "HasTag"
        "name": "banana juice",
                            },
        "group": "Drinks",
                            {
        "desc": "The raw essence of a banana. HONK.",
                                "Min": 0.01,
        "physicalDesc": "crisp",
                                "Max": 21474836,
        "color": "#FFE777FF",
                                "Reagent": "Licoxide",
        "recipes": [],
                                "id": "ReagentThreshold"
        "metabolisms": {
                            }
            "Drink": {
                        ],
                "rate": 0.5,
                        "probability": 0.05,
                "effects": [
                        "id": "PopupMessage"
                    },
                     {
                     {
                         "Messages": [
                         "conditions": null,
                            "buzzochloricbees-effect-fiber-hairy",
                        "probability": 1,
                            "buzzochloricbees-effect-fiber-soft"
                        "HydrationFactor": 3,
                        ],
                         "id": "SatiateThirst"
                         "Type": 1,
                    }
                        "conditions": [
                ]
                            {
            }
                                "Tag": "Bee",
        }
                                "Invert": true,
    },
                                "id": "HasTag"
    "JuiceBerry": {
                            },
        "id": "JuiceBerry",
                            {
        "name": "berry juice",
                                "Min": 0.01,
        "group": "Drinks",
                                "Max": 21474836,
        "desc": "A delicious blend of several different kinds of berries.",
                                "Reagent": "Fiber",
        "physicalDesc": "sweet",
                                "id": "ReagentThreshold"
        "color": "#660099FF",
                            }
        "recipes": [],
                        ],
        "metabolisms": {
                        "probability": 0.05,
            "Drink": {
                        "id": "PopupMessage"
                "rate": 0.5,
                    },
                "effects": [
                     {
                     {
                         "damage": {
                         "conditions": null,
                            "types": {
                                "Poison": 2,
                                "Piercing": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                "Tag": "Bee",
                                "Invert": true,
                                "id": "HasTag"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 3,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 3,178: Line 2,637:
         }
         }
     },
     },
     "GroundBee": {
     "JuiceBerryPoison": {
         "id": "GroundBee",
         "id": "JuiceBerryPoison",
         "name": "Ground Bee",
         "name": "poison berry juice",
         "group": "Unknown",
         "group": "Unknown",
         "desc": "Bee grounds. Gross.",
         "desc": "A surprisingly tasty juice blended from various kinds of very deadly and toxic berries.",
         "physicalDesc": "bee guts",
         "physicalDesc": "sickly",
         "color": "#86530EFF",
         "color": "#6600CCFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": null
         "metabolisms": {
    },
            "Drink": {
    "Saxoite": {
                "rate": 0.5,
        "id": "Saxoite",
                "effects": [
        "name": "Saxoite",
                    {
        "group": "Unknown",
                        "conditions": null,
        "desc": "Smells like jazz.",
                        "probability": 1,
        "physicalDesc": "ground brass",
                        "HydrationFactor": 3,
        "color": "#B8A603FF",
                        "id": "SatiateThirst"
        "recipes": [],
                    }
        "metabolisms": null
                ]
    },
            },
    "Licoxide": {
        "id": "Licoxide",
        "name": "Licoxide",
        "group": "Toxins",
        "desc": "It looks... electrifying.",
        "physicalDesc": "electric",
        "color": "#FDD023FF",
        "recipes": [],
        "metabolisms": {
             "Poison": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "ElectrocuteTime": 2,
                         "damage": {
                         "ElectrocuteDamageScale": 5,
                            "types": {
                         "Refresh": true,
                                "Poison": 1
                            },
                            "groups": null
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 0.5,
                         "probability": 1,
                         "id": "Electrocute"
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 3,222: Line 2,677:
         }
         }
     },
     },
     "JuiceApple": {
     "JuiceCarrot": {
         "id": "JuiceApple",
         "id": "JuiceCarrot",
         "name": "apple juice",
         "name": "carrot juice",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "It's a little piece of Eden.",
         "desc": "It's like a carrot, but less crunchy.",
         "physicalDesc": "crisp",
         "physicalDesc": "crisp",
         "color": "#FDAD01FF",
         "color": "#FF8820FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 3,244: Line 2,699:
         }
         }
     },
     },
     "JuiceBanana": {
     "JuiceGrape": {
         "id": "JuiceBanana",
         "id": "JuiceGrape",
         "name": "banana juice",
         "name": "grape juice",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "The raw essence of a banana. HONK.",
         "desc": "Freshly squeezed juice from red grapes. Quite sweet.",
         "physicalDesc": "crisp",
         "physicalDesc": "crisp",
         "color": "#FFE777FF",
         "color": "#512284FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 3,266: Line 2,721:
         }
         }
     },
     },
     "JuiceBerry": {
     "JuiceLemon": {
         "id": "JuiceBerry",
         "id": "JuiceLemon",
         "name": "berry juice",
         "name": "lemon juice",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A delicious blend of several different kinds of berries.",
         "desc": "This juice is VERY sour.",
         "physicalDesc": "sweet",
         "physicalDesc": "citric",
         "color": "#660099FF",
         "color": "#FFF690FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 3,288: Line 2,743:
         }
         }
     },
     },
     "JuiceBerryPoison": {
     "JuiceLime": {
         "id": "JuiceBerryPoison",
         "id": "JuiceLime",
         "name": "poison berry juice",
         "name": "lime juice",
         "group": "Unknown",
         "group": "Drinks",
         "desc": "A surprisingly tasty juice blended from various kinds of very deadly and toxic berries.",
         "desc": "The sweet-sour juice of limes.",
         "physicalDesc": "sickly",
         "physicalDesc": "citric",
         "color": "#6600CCFF",
         "color": "#99BB43FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 3,307: Line 2,762:
                     }
                     }
                 ]
                 ]
             },
             }
             "Poison": {
        }
    },
    "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": [],
        "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": 3,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 3,328: Line 2,787:
         }
         }
     },
     },
     "JuiceCarrot": {
     "JuicePineapple": {
         "id": "JuiceCarrot",
         "id": "JuicePineapple",
         "name": "carrot juice",
         "name": "pineapple juice",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "It's like a carrot, but less crunchy.",
         "desc": "The delicious juice of a pineapple.",
         "physicalDesc": "crisp",
         "physicalDesc": "tropical",
         "color": "#FF8820FF",
         "color": "#FFFF00FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 3,350: Line 2,809:
         }
         }
     },
     },
     "JuiceGrape": {
     "JuicePotato": {
         "id": "JuiceGrape",
         "id": "JuicePotato",
         "name": "grape juice",
         "name": "potato juice",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Freshly squeezed juice from red grapes. Quite sweet.",
         "desc": "Juice of the potato. Bleh.",
         "physicalDesc": "crisp",
         "physicalDesc": "starchy",
         "color": "#512284FF",
         "color": "#302000FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 3,372: Line 2,831:
         }
         }
     },
     },
     "JuiceLemon": {
     "JuiceTomato": {
         "id": "JuiceLemon",
         "id": "JuiceTomato",
         "name": "lemon juice",
         "name": "tomato juice",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "This juice is VERY sour.",
         "desc": "Tomatoes made into juice. What a waste of good tomatoes, huh?",
         "physicalDesc": "citric",
         "physicalDesc": "saucey",
         "color": "#FFF690FF",
         "color": "#731008FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 3,394: Line 2,853:
         }
         }
     },
     },
     "JuiceLime": {
     "JuiceWatermelon": {
         "id": "JuiceLime",
         "id": "JuiceWatermelon",
         "name": "lime juice",
         "name": "water melon juice",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "The sweet-sour juice of limes.",
         "desc": "The delicious juice of a watermelon.",
         "physicalDesc": "citric",
         "physicalDesc": "sweet",
         "color": "#99BB43FF",
         "color": "#EF3520FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 3,416: Line 2,875:
         }
         }
     },
     },
     "JuiceOrange": {
     "Oxygen": {
         "id": "JuiceOrange",
         "id": "Oxygen",
         "name": "orange juice",
         "name": "oxygen",
         "group": "Drinks",
         "group": "Unknown",
         "desc": "Both delicious AND rich in Vitamin C. What more do you need?",
         "desc": "An oxidizing, colorless gas.",
         "physicalDesc": "citric",
         "physicalDesc": "gaseous",
         "color": "#E78108FF",
         "color": "#808080FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Gas": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                        "Factor": 1,
                        "conditions": [
                            {
                                "Type": "Human",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                        "probability": 1,
                        "id": "Oxygenate"
                    },
                    {
                        "Factor": 1,
                        "conditions": [
                            {
                                "Type": "Animal",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                        "probability": 1,
                        "id": "Oxygenate"
                    },
                    {
                        "_ratios": {
                            "CarbonDioxide": 1,
                            "Oxygen": -1
                        },
                         "conditions": [
                            {
                                "Type": "Vox",
                                "ShouldHave": false,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 3,
                         "id": "ModifyLungGas"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 3,438: Line 2,930:
         }
         }
     },
     },
     "JuicePineapple": {
     "Plasma": {
         "id": "JuicePineapple",
         "id": "Plasma",
         "name": "pineapple juice",
         "name": "plasma",
         "group": "Drinks",
         "group": "Unknown",
         "desc": "The delicious juice of a pineapple.",
         "desc": "Funky, space-magic pixie dust. You probably shouldn't eat this, but we both know you will anyways.",
         "physicalDesc": "tropical",
         "physicalDesc": "gaseous",
         "color": "#FFFF00FF",
         "color": "#7E009EFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                        "Reagent": "Inaprovaline",
                        "Group": null,
                        "Amount": -2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 3,
                         "id": "AdjustReagent"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
             }
             },
        }
             "Gas": {
    },
    "JuicePotato": {
        "id": "JuicePotato",
        "name": "potato juice",
        "group": "Drinks",
        "desc": "Juice of the potato. Bleh.",
        "physicalDesc": "starchy",
        "color": "#302000FF",
        "recipes": [],
        "metabolisms": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": true,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 3,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 3,482: Line 2,985:
         }
         }
     },
     },
     "JuiceTomato": {
     "Tritium": {
         "id": "JuiceTomato",
         "id": "Tritium",
         "name": "tomato juice",
         "name": "tritium",
         "group": "Drinks",
         "group": "Unknown",
         "desc": "Tomatoes made into juice. What a waste of good tomatoes, huh?",
         "desc": "Radioactive space-magic pixie dust.",
         "physicalDesc": "saucey",
         "physicalDesc": "ionizing",
         "color": "#731008FF",
         "color": "#66FF33FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Radiation": 3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 3,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
             }
             },
        }
             "Gas": {
    },
    "JuiceWatermelon": {
        "id": "JuiceWatermelon",
        "name": "water melon juice",
        "group": "Drinks",
        "desc": "The delicious juice of a watermelon.",
        "physicalDesc": "sweet",
        "color": "#EF3520FF",
        "recipes": [],
        "metabolisms": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Radiation": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": true,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 3,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 3,526: Line 3,032:
         }
         }
     },
     },
     "Coffee": {
     "CarbonDioxide": {
         "id": "Coffee",
         "id": "CarbonDioxide",
         "name": "coffee",
         "name": "carbon dioxide",
         "group": "Drinks",
         "group": "Unknown",
         "desc": "A drink made from brewed coffee beans. Contains a moderate amount of caffeine.",
         "desc": "You have genuinely no idea what this is.",
         "physicalDesc": "aromatic",
         "physicalDesc": "odorless",
         "color": "#664300FF",
         "color": "#66FF33FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Gas": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                        "damage": {
                            "types": {
                                "Poison": 0.2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": true,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 0.5,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Theobromine",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 3,556: Line 3,068:
         }
         }
     },
     },
     "Cream": {
     "Nitrogen": {
         "id": "Cream",
         "id": "Nitrogen",
         "name": "cream",
         "name": "nitrogen",
         "group": "Drinks",
         "group": "Unknown",
         "desc": "The fatty, still liquid part of milk. Why don't you mix this with sum scotch, eh?",
         "desc": "A colorless, odorless unreactive gas. Highly stable.",
         "physicalDesc": "creamy",
         "physicalDesc": "gaseous",
         "color": "#DFD7AFFF",
         "color": "#808080FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Gas": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                        "Factor": 1,
                        "conditions": [
                            {
                                "Type": "Vox",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                        "probability": 1,
                        "id": "Oxygenate"
                    },
                    {
                        "_ratios": {
                            "CarbonDioxide": 1,
                            "Nitrogen": -1
                        },
                         "conditions": [
                            {
                                "Type": "Vox",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 1,
                         "id": "ModifyLungGas"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 3,578: Line 3,111:
         }
         }
     },
     },
     "CafeLatte": {
     "Coffee": {
         "id": "CafeLatte",
         "id": "Coffee",
         "name": "cafe latte",
         "name": "coffee",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A nice, strong and tasty beverage while you are reading.",
         "desc": "A drink made from brewed coffee beans. Contains a moderate amount of caffeine.",
         "physicalDesc": "creamy",
         "physicalDesc": "aromatic",
         "color": "#664300FF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [],
            "CafeLatte"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 3,595: Line 3,126:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Theobromine",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "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": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 1,
                        "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": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 4,172: Line 3,757:
         }
         }
     },
     },
     "Cola": {
     "Toxin": {
         "id": "Cola",
         "id": "Toxin",
         "name": "cola",
         "name": "toxin",
         "group": "Drinks",
         "group": "Toxins",
         "desc": "A sweet, carbonated soft drink. Caffeine free.",
         "desc": "A Toxic chemical.",
         "physicalDesc": "fizzy",
         "physicalDesc": "opaque",
         "color": "#422912FF",
         "color": "#CF3600FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 4,194: Line 3,786:
         }
         }
     },
     },
     "ChangelingSting": {
     "CarpoToxin": {
         "id": "ChangelingSting",
         "id": "CarpoToxin",
         "name": "changeling sting",
         "name": "Carpotoxin",
         "group": "Drinks",
         "group": "Toxins",
         "desc": "You take a tiny sip and feel a burning sensation...",
         "desc": "Toxic secretions of a space carp. Causes a painful burning sensation.",
         "physicalDesc": "fizzy",
         "physicalDesc": "exotic-smelling",
         "color": "#2E6671FF",
         "color": "#E2A38CFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 4
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                    },
                    {
                        "Messages": [
                            "generic-reagent-effect-burning-insides"
                        ],
                        "Type": 1,
                        "conditions": null,
                        "probability": 0.33,
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 4,216: Line 3,824:
         }
         }
     },
     },
     "DrGibb": {
     "PolytrinicAcid": {
         "id": "DrGibb",
         "id": "PolytrinicAcid",
         "name": "Dr. Gibb",
         "name": "polytrinic acid",
         "group": "Drinks",
         "group": "Toxins",
         "desc": "A delicious blend of 42 different flavours.",
         "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": "fizzy",
         "physicalDesc": "strong-smelling",
         "color": "#102000FF",
         "color": "#A1000BFF",
         "recipes": [],
         "recipes": [
            "PolytrinicAcid"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Caustic": 2
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                    },
                    {
                        "Messages": [
                            "generic-reagent-effect-burning-insides"
                        ],
                        "Type": 1,
                        "conditions": null,
                        "probability": 0.33,
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 4,238: Line 3,864:
         }
         }
     },
     },
     "EnergyDrink": {
     "FluorosulfuricAcid": {
         "id": "EnergyDrink",
         "id": "FluorosulfuricAcid",
         "name": "Energy Drink",
         "name": "fluorosulfuric acid",
         "group": "Drinks",
         "group": "Toxins",
         "desc": "A dose of energy! Nanotrasen is not responsible if you grow avian appendages.",
         "desc": "An extremely corrosive chemical substance.",
         "physicalDesc": "fizzy",
         "physicalDesc": "strong-smelling",
         "color": "#FFFFBFFF",
         "color": "#5050FFFF",
         "recipes": [],
         "recipes": [
            "FluorosulfuricAcid"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                        "damage": {
                            "types": null,
                            "groups": {
                                "Caustic": 2
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Theobromine",
                         "Messages": [
                         "Group": null,
                            "generic-reagent-effect-burning-insides"
                         "Amount": 0.05,
                         ],
                         "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 0.33,
                         "id": "AdjustReagent"
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 4,268: Line 3,904:
         }
         }
     },
     },
     "GrapeSoda": {
     "SulfuricAcid": {
         "id": "GrapeSoda",
         "id": "SulfuricAcid",
         "name": "grape soda",
         "name": "sulfuric acid",
         "group": "Drinks",
         "group": "Toxins",
         "desc": "It's Graaaaaape!",
         "desc": "A highly corrosive, oily, colorless liquid.",
         "physicalDesc": "fizzy",
         "physicalDesc": "oily",
         "color": "#AE94A6FF",
         "color": "#BF8C00FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                    },
                     }
                    {
                 ]
                        "Messages": [
                            "generic-reagent-effect-burning-insides"
                        ],
                        "Type": 1,
                        "conditions": null,
                        "probability": 0.33,
                         "id": "PopupMessage"
                     }
                 ]
             }
             }
         }
         }
     },
     },
     "IceCream": {
     "UnstableMutagen": {
         "id": "IceCream",
         "id": "UnstableMutagen",
         "name": "ice cream",
         "name": "unstable mutagen",
         "group": "Drinks",
         "group": "Toxins",
         "desc": "It was either this or the microwave, and nobody wants ice cream soup!",
         "desc": "Causes mutations when injected into living people or plants. High doses may be lethal, especially in humans.",
         "physicalDesc": "creamy",
         "physicalDesc": "glowing",
         "color": "#FFFBD6FF",
         "color": "#00FF5FFF",
         "recipes": [
         "recipes": [
             "IceCream"
             "UnstableMutagen"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Radiation": 3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 4,314: Line 3,973:
         }
         }
     },
     },
     "LemonLime": {
     "HeartbreakerToxin": {
         "id": "LemonLime",
         "id": "HeartbreakerToxin",
         "name": "lemon-lime",
         "name": "heartbreaker toxin",
         "group": "Drinks",
         "group": "Toxins",
         "desc": "tangy lime and lemon soda",
         "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": "fizzy",
         "physicalDesc": "strong-smelling",
         "color": "#878F00FF",
         "color": "#5F959CFF",
         "recipes": [
         "recipes": [
             "LemonLime"
             "HeartbreakerToxin"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Asphyxiation": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 4,338: Line 4,004:
         }
         }
     },
     },
     "PwrGame": {
     "Lexorin": {
         "id": "PwrGame",
         "id": "Lexorin",
         "name": "Pwr Game",
         "name": "lexorin",
         "group": "Drinks",
         "group": "Toxins",
         "desc": "The only drink with the PWR that true gamers crave.",
         "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": "fizzy",
         "physicalDesc": "pungent",
         "color": "#9385BFFF",
         "color": "#6B0007FF",
         "recipes": [],
         "recipes": [
            "Lexorin"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Airloss": 7
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 4,360: Line 4,035:
         }
         }
     },
     },
     "RootBeer": {
     "MindbreakerToxin": {
         "id": "RootBeer",
         "id": "MindbreakerToxin",
         "name": "root beer",
         "name": "mindbreaker toxin",
         "group": "Drinks",
         "group": "Toxins",
         "desc": "A very sweet, carbonated drink reminiscent of sarsparilla. Goes well with ice cream.",
         "desc": "A potent hallucinogenic compound that is illegal under space law. Formerly known as LSD.",
         "physicalDesc": "fizzy",
         "physicalDesc": "opaque",
        "color": "#381C07FF",
         "color": "#77B58EFF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
    },
    "RootBeerFloat": {
        "id": "RootBeerFloat",
        "name": "root beer float",
        "group": "Drinks",
        "desc": "Root beer, but now with ice cream on top. It truly is the magnum opus of Canadian summertime drinks.",
        "physicalDesc": "reagent-physical-desc-fizzy and creamy",
         "color": "#4F361FFF",
         "recipes": [
         "recipes": [
             "RootBeerFloat"
             "MindbreakerToxin"
         ],
         ],
         "metabolisms": {
         "metabolisms": null
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
     },
     },
     "SpaceMountainWind": {
     "Histamine": {
         "id": "SpaceMountainWind",
         "id": "Histamine",
         "name": "Space Mountain Wind",
         "name": "histamine",
         "group": "Drinks",
         "group": "Toxins",
         "desc": "Blows right through you like a space wind.",
         "desc": "Histamine's effects become more dangerous depending on the dosage amount. They range from mildly annoying to incredibly lethal.",
         "physicalDesc": "fizzy",
         "physicalDesc": "abrasive",
         "color": "#102000FF",
         "color": "#FA6464FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Brute": 2
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                        "probability": 0.1,
                        "id": "HealthChange"
                    },
                    {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Brute": 2,
                                "Toxin": 2,
                                "Airloss": 2
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                "Min": 45,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                    },
                    {
                        "Messages": [
                            "histamine-effect-light-itchiness"
                        ],
                        "Type": 1,
                        "conditions": null,
                        "probability": 0.1,
                        "id": "PopupMessage"
                    },
                    {
                        "Messages": [
                            "histamine-effect-heavy-itchiness"
                        ],
                        "Type": 1,
                        "conditions": [
                            {
                                "Min": 45,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 0.2,
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 4,428: Line 4,123:
         }
         }
     },
     },
     "SpaceUp": {
     "Theobromine": {
         "id": "SpaceUp",
         "id": "Theobromine",
         "name": "Space-Up",
         "name": "theobromine",
         "group": "Drinks",
         "group": "Toxins",
         "desc": "Tastes like a hull breach in your mouth.",
         "desc": "Theobromine is a bitter alkaloid of the cacao plant found in chocolate, and some other foods.",
         "physicalDesc": "fizzy",
         "physicalDesc": "grainy",
         "color": "#00FF00FF",
         "color": "#F5F5F5FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                        "damage": {
                            "types": {
                                "Poison": 4
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Animal",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                    },
                     }
                    {
                 ]
                        "ThirstAmount": -40,
             }
                        "HungerAmount": -40,
         }
                         "conditions": [
     },
                            {
     "Starkist": {
                                "Min": 3,
         "id": "Starkist",
                                "Max": 21474836,
         "name": "starkist",
                                "Reagent": null,
         "group": "Drinks",
                                "id": "ReagentThreshold"
         "desc": "A sweet, orange flavored soft drink.",
                            },
         "physicalDesc": "fizzy",
                            {
         "color": "#9F3400FF",
                                "Type": "Animal",
         "recipes": [
                                "ShouldHave": true,
            "Starkist"
                                "id": "OrganType"
        ],
                            }
                        ],
                        "probability": 0.025,
                        "id": "ChemVomit"
                     }
                 ]
             }
         }
     },
     "Amatoxin": {
         "id": "Amatoxin",
         "name": "amatoxin",
         "group": "Toxins",
         "desc": "A potent toxin found in some mushrooms.",
         "physicalDesc": "nondescript",
         "color": "#D6CE7BFF",
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "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,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 4,474: Line 4,212:
         }
         }
     },
     },
     "FourteenLoko": {
     "VentCrud": {
         "id": "FourteenLoko",
         "id": "VentCrud",
         "name": "Fourteen Loko",
         "name": "vent crud",
         "group": "Drinks",
         "group": "Unknown",
         "desc": "A highly processed liquid substance barely-passing intergalatic health standards for a soft drink.",
         "desc": "A jet black substance found in poorly maintained ventilation systems.",
         "physicalDesc": "fizzy",
         "physicalDesc": "sticky",
         "color": "#DEB928FF",
         "color": "#000000FF",
         "recipes": [
         "recipes": [],
            "FourteenLoko"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Theobromine",
                         "CauseChance": 0.6,
                         "Group": null,
                         "Disease": "VentCough",
                        "Amount": 0.1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "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": [],
        "metabolisms": {
             "Poison": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
Line 4,510: Line 4,263:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 1
                                 "Cellular": 1
                             },
                             },
                             "groups": null
                             "groups": null
Line 4,519: Line 4,272:
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    },
                    {
                        "CauseChance": 1,
                        "Disease": "ActiveZombieVirus",
                        "conditions": null,
                        "probability": 1,
                        "id": "ChemCauseDisease"
                     }
                     }
                 ]
                 ]
Line 4,524: Line 4,284:
         }
         }
     },
     },
     "Absinthe": {
     "Cola": {
         "id": "Absinthe",
         "id": "Cola",
         "name": "absinthe",
         "name": "cola",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A anise-flavoured spirit derived from botanicals.",
         "desc": "A sweet, carbonated soft drink. Caffeine free.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "fizzy",
         "color": "#33EE00FF",
         "color": "#422912FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 4,541: Line 4,301:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.3,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 4,554: Line 4,306:
         }
         }
     },
     },
     "Ale": {
     "ChangelingSting": {
         "id": "Ale",
         "id": "ChangelingSting",
         "name": "ale",
         "name": "changeling sting",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A dark alchoholic beverage made by malted barley and yeast.",
         "desc": "You take a tiny sip and feel a burning sensation...",
         "physicalDesc": "bubbly",
         "physicalDesc": "fizzy",
         "color": "#663100FF",
         "color": "#2E6671FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 4,571: Line 4,323:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 4,584: Line 4,328:
         }
         }
     },
     },
     "Beer": {
     "DrGibb": {
         "id": "Beer",
         "id": "DrGibb",
         "name": "beer",
         "name": "Dr. Gibb",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "An alcoholic beverage made from malted grains, hops, yeast, and water.",
         "desc": "A delicious blend of 42 different flavours.",
         "physicalDesc": "bubbly",
         "physicalDesc": "fizzy",
         "color": "#CFA85FFF",
         "color": "#102000FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 4,601: Line 4,345:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                     }
                    {
                 ]
                        "Reagent": "Ethanol",
             }
                        "Group": null,
         }
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                 ]
             }
         }
     },
     },
     "BlueCuracao": {
     "EnergyDrink": {
         "id": "BlueCuracao",
         "id": "EnergyDrink",
         "name": "blue curacao",
         "name": "Energy Drink",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Exotically blue, fruity drink, distilled from oranges.",
         "desc": "A dose of energy! Nanotrasen is not responsible if you grow avian appendages.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "fizzy",
         "color": "#0000CDFF",
         "color": "#FFFFBFFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 4,633: Line 4,369:
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Reagent": "Theobromine",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.1,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 4,644: Line 4,380:
         }
         }
     },
     },
     "Cognac": {
     "GrapeSoda": {
         "id": "Cognac",
         "id": "GrapeSoda",
         "name": "cognac",
         "name": "grape soda",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A sweet and strongly alcoholic drink, twice distilled and left to mature for several years. Classy as fornication.",
         "desc": "It's Graaaaaape!",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "fizzy",
         "color": "#AB3C05FF",
         "color": "#AE94A6FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 4,661: Line 4,397:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.2,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 4,674: Line 4,402:
         }
         }
     },
     },
     "DeadRum": {
     "IceCream": {
         "id": "DeadRum",
         "id": "IceCream",
         "name": "deadrum",
         "name": "ice cream",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Distilled alcoholic drink made from saltwater.",
         "desc": "It was either this or the microwave, and nobody wants ice cream soup!",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "creamy",
         "color": "#664300FF",
         "color": "#FFFBD6FF",
         "recipes": [],
         "recipes": [
            "IceCream"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 4,691: Line 4,421:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     },
                     }
                ]
            }
        }
    },
    "LemonLime": {
        "id": "LemonLime",
        "name": "lemon-lime",
        "group": "Drinks",
        "desc": "tangy lime and lemon soda",
        "physicalDesc": "fizzy",
        "color": "#878F00FF",
        "recipes": [
            "LemonLime"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 4,704: Line 4,450:
         }
         }
     },
     },
     "Ethanol": {
     "PwrGame": {
         "id": "Ethanol",
         "id": "PwrGame",
         "name": "ethanol",
         "name": "Pwr Game",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A simple alcohol, makes you drunk if consumed, flammable.",
         "desc": "The only drink with the PWR that true gamers crave.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "fizzy",
         "color": "#B05B3CFF",
         "color": "#9385BFFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                         "conditions": null,
                            "types": null,
                         "probability": 1,
                            "groups": {
                         "HydrationFactor": 2,
                                "Caustic": 1
                         "id": "SatiateThirst"
                            }
                     }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 5,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "id": "HealthChange"
                    },
                    {
                        "ThirstAmount": -40,
                        "HungerAmount": -40,
                        "conditions": [
                            {
                                "Min": 3,
                                "Max": 21474836,
                                "Reagent": "Ethanol",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 0.04,
                         "id": "ChemVomit"
                     }
                 ]
                 ]
             }
             }
         }
         }
     },
     },
     "Gin": {
     "RootBeer": {
         "id": "Gin",
         "id": "RootBeer",
         "name": "gin",
         "name": "root beer",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A distilled alcoholic drink that derives its predominant flavour from juniper berries.",
         "desc": "A very sweet, carbonated drink reminiscent of sarsparilla. Goes well with ice cream.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "fizzy",
         "color": "#664300FF",
         "color": "#381C07FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 4,771: Line 4,489:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.2,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 4,784: Line 4,494:
         }
         }
     },
     },
     "Kahlua": {
     "RootBeerFloat": {
         "id": "Kahlua",
         "id": "RootBeerFloat",
         "name": "kahlua",
         "name": "root beer float",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A widely known, Mexican coffee-flavoured liqueur.",
         "desc": "Root beer, but now with ice cream on top. It truly is the magnum opus of Canadian summertime drinks.",
         "physicalDesc": "cloudy",
         "physicalDesc": "reagent-physical-desc-fizzy and creamy",
         "color": "#664300FF",
         "color": "#4F361FFF",
         "recipes": [],
         "recipes": [
            "RootBeerFloat"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 4,801: Line 4,513:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 4,814: Line 4,518:
         }
         }
     },
     },
     "MelonLiquor": {
     "SpaceMountainWind": {
         "id": "MelonLiquor",
         "id": "SpaceMountainWind",
         "name": "melon liquor",
         "name": "Space Mountain Wind",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A relatively sweet and fruity 46 proof liquor.",
         "desc": "Blows right through you like a space wind.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "fizzy",
         "color": "#138808FF",
         "color": "#102000FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 4,831: Line 4,535:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 4,844: Line 4,540:
         }
         }
     },
     },
     "NTCahors": {
     "SpaceUp": {
         "id": "NTCahors",
         "id": "SpaceUp",
         "name": "NeoTheology Cahors Wine",
         "name": "Space-Up",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Fortified dessert wine made from cabernet sauvignon, saperavi and other grapes.",
         "desc": "Tastes like a hull breach in your mouth.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "fizzy",
         "color": "#7E4043FF",
         "color": "#00FF00FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 4,861: Line 4,557:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     },
                     }
                    {
                ]
                        "Reagent": "Ethanol",
            }
                        "Group": null,
        }
                        "Amount": 0.05,
    },
    "Starkist": {
        "id": "Starkist",
        "name": "starkist",
        "group": "Drinks",
        "desc": "A sweet, orange flavored soft drink.",
        "physicalDesc": "fizzy",
        "color": "#9F3400FF",
        "recipes": [
            "Starkist"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 4,874: Line 4,586:
         }
         }
     },
     },
     "PoisonWine": {
     "FourteenLoko": {
         "id": "PoisonWine",
         "id": "FourteenLoko",
         "name": "poison wine",
         "name": "Fourteen Loko",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Is this even wine? Toxic! Hallucinogenic! Probably consumed in boatloads by your superiors!",
         "desc": "A highly processed liquid substance barely-passing intergalatic health standards for a soft drink.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "fizzy",
         "color": "#000000FF",
         "color": "#DEB928FF",
         "recipes": [],
         "recipes": [
            "FourteenLoko"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 4,893: Line 4,607:
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Reagent": "Theobromine",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 4,922: Line 4,636:
         }
         }
     },
     },
     "Rum": {
     "Carpetium": {
         "id": "Rum",
         "id": "Carpetium",
         "name": "rum",
         "name": "carpetium",
         "group": "Drinks",
         "group": "Special",
         "desc": "Distilled alcoholic drink made from sugarcane byproducts.",
         "desc": "A mystical chemical, usually outsourced from the Clown Planet, that covers everything it touches in carpet.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "fibrous",
         "color": "#664300FF",
         "color": "#800000FF",
         "recipes": [],
         "recipes": [
            "Carpetium"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Messages": [
                            "carpetium-effect-blood-fibrous",
                            "carpetium-effect-jumpsuit-insides"
                        ],
                        "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 0.1,
                        "HydrationFactor": 2,
                         "id": "PopupMessage"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Reagent": "CarpoToxin",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.2,
                         "Amount": -3,
                         "conditions": null,
                         "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "CarpoToxin",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "AdjustReagent"
Line 4,952: Line 4,679:
         }
         }
     },
     },
     "Sake": {
     "Fiber": {
         "id": "Sake",
         "id": "Fiber",
         "name": "sake",
         "name": "fiber",
         "group": "Drinks",
         "group": "Unknown",
         "desc": "Alcoholic beverage made by fermenting rice that has been polished.",
         "desc": "A raw material, usually extracted from wool or other fabric products.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "fibrous",
         "color": "#DDDDDDFF",
         "color": "#808080FF",
         "recipes": [],
         "recipes": [],
        "metabolisms": null
    },
    "BuzzochloricBees": {
        "id": "BuzzochloricBees",
        "name": "Buzzochloric Bees",
        "group": "Toxins",
        "desc": "Liquid bees. Oh god it's LIQUID BEES NO-",
        "physicalDesc": "buzzy",
        "color": "#FFD35DFF",
        "recipes": [
            "BuzzochloricBees"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                         "Messages": [
                         "probability": 1,
                            "buzzochloricbees-effect-oh-god-bees",
                         "HydrationFactor": 2,
                            "buzzochloricbees-effect-its-the-bees",
                         "id": "SatiateThirst"
                            "buzzochloricbees-effect-why-am-i-covered-in-bees",
                            "buzzochloricbees-effect-one-with-the-bees",
                            "buzzochloricbees-effect-squeaky-clean"
                        ],
                         "Type": 1,
                         "conditions": [
                            {
                                "Min": 0,
                                "Max": 0,
                                "Reagent": "Histamine",
                                "id": "ReagentThreshold"
                            },
                            {
                                "Tag": "Bee",
                                "Invert": true,
                                "id": "HasTag"
                            }
                        ],
                        "probability": 0.1,
                         "id": "PopupMessage"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Messages": [
                        "Group": null,
                            "buzzochloricbees-effect-histamine-bee-allergy",
                        "Amount": 0.05,
                            "buzzochloricbees-effect-histamine-swells",
                        "conditions": null,
                            "buzzochloricbees-effect-histamine-numb-to-the-bees",
                        "probability": 1,
                            "buzzochloricbees-effect-histamine-cannot-be-one-with-the-bees",
                         "id": "AdjustReagent"
                            "buzzochloricbees-effect-squeaky-clean"
                    }
                        ],
                ]
                         "Type": 1,
            }
                        "conditions": [
        }
                            {
    },
                                "Min": 0.01,
    "Tequila": {
                                "Max": 21474836,
        "id": "Tequila",
                                "Reagent": "Histamine",
        "name": "tequila",
                                "id": "ReagentThreshold"
        "group": "Drinks",
                            },
        "desc": "A strong and mildly flavoured, mexican produced spirit.",
                            {
        "physicalDesc": "strong-smelling",
                                "Tag": "Bee",
        "color": "#D7D1D155",
                                "Invert": true,
        "recipes": [],
                                "id": "HasTag"
        "metabolisms": {
                            }
            "Drink": {
                        ],
                "rate": 0.5,
                        "probability": 0.05,
                "effects": [
                        "id": "PopupMessage"
                    },
                     {
                     {
                         "conditions": null,
                         "Messages": [
                         "probability": 1,
                            "buzzochloricbees-effect-licoxide-electrifying",
                         "HydrationFactor": 2,
                            "buzzochloricbees-effect-licoxide-shocked-by-bee-facts",
                         "id": "SatiateThirst"
                            "buzzochloricbees-effect-licoxide-buzzed",
                            "buzzochloricbees-effect-licoxide-buzzes"
                        ],
                         "Type": 1,
                         "conditions": [
                            {
                                "Tag": "Bee",
                                "Invert": true,
                                "id": "HasTag"
                            },
                            {
                                "Min": 0.01,
                                "Max": 21474836,
                                "Reagent": "Licoxide",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 0.05,
                         "id": "PopupMessage"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Messages": [
                        "Group": null,
                            "buzzochloricbees-effect-fiber-hairy",
                         "Amount": 0.2,
                            "buzzochloricbees-effect-fiber-soft"
                         "conditions": null,
                        ],
                        "Type": 1,
                        "conditions": [
                            {
                                "Tag": "Bee",
                                "Invert": true,
                                "id": "HasTag"
                            },
                            {
                                "Min": 0.01,
                                "Max": 21474836,
                                "Reagent": "Fiber",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 0.05,
                        "id": "PopupMessage"
                    },
                    {
                        "damage": {
                            "types": {
                                "Poison": 2,
                                "Piercing": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Tag": "Bee",
                                "Invert": true,
                                "id": "HasTag"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 5,012: Line 4,823:
         }
         }
     },
     },
     "Vermouth": {
     "GroundBee": {
         "id": "Vermouth",
         "id": "GroundBee",
         "name": "vermouth",
         "name": "Ground Bee",
         "group": "Drinks",
         "group": "Unknown",
         "desc": "Aromatized, fortified white wine flavored with various botanicals.",
         "desc": "Bee grounds. Gross.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "bee guts",
         "color": "#91FF91FF",
         "color": "#86530EFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
        "metabolisms": null
             "Drink": {
    },
    "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,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "ElectrocuteTime": 2,
                        "ElectrocuteDamageScale": 5,
                        "Refresh": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 0.5,
                        "HydrationFactor": 2,
                         "id": "Electrocute"
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,042: Line 4,867:
         }
         }
     },
     },
     "Vodka": {
     "Astrotame": {
         "id": "Vodka",
         "id": "Astrotame",
         "name": "vodka",
         "name": "Astrotame",
         "group": "Drinks",
         "group": "Foods",
         "desc": "Clear distilled alcoholic beverage that originates from Poland and Russia.",
         "desc": "The sweetness of a thousand sugars but none of the calories.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "sugary",
         "color": "#D1D1D155",
         "color": "#7FFFD4FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": null
            "Drink": {
    },
                "rate": 0.5,
    "BbqSauce": {
                "effects": [
        "id": "BbqSauce",
                    {
        "name": "BBQ sauce",
                        "conditions": null,
        "group": "Foods",
                        "probability": 1,
        "desc": "Hand wipes not included.",
                        "HydrationFactor": 2,
        "physicalDesc": "gloopy",
                        "id": "SatiateThirst"
        "color": "#8B0000FF",
                    },
        "recipes": [
                    {
            "CookingBbqSauce"
                        "Reagent": "Ethanol",
        ],
                        "Group": null,
        "metabolisms": null
                        "Amount": 0.2,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            }
        }
     },
     },
     "Whiskey": {
     "Cornoil": {
         "id": "Whiskey",
         "id": "Cornoil",
         "name": "whiskey",
         "name": "corn oil",
         "group": "Drinks",
         "group": "Foods",
         "desc": "A type of distilled alcoholic beverage made from fermented grain mash.",
         "desc": "Corn oil, A delicious oil used in cooking. Made from corn.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "oily",
         "color": "#664300FF",
         "color": "#FFFF00FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": null
            "Drink": {
    },
                "rate": 0.5,
    "Frostoil": {
                "effects": [
        "id": "Frostoil",
                    {
        "name": "frostoil",
                        "conditions": null,
        "group": "Foods",
                        "probability": 1,
        "desc": "Leaves the tongue numb in its passage.",
                        "HydrationFactor": 2,
        "physicalDesc": "cold",
                        "id": "SatiateThirst"
        "color": "#87CEEBFF",
                    },
        "recipes": [],
                    {
        "metabolisms": null
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.2,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            }
        }
     },
     },
     "Wine": {
     "HorseradishSauce": {
         "id": "Wine",
         "id": "HorseradishSauce",
         "name": "wine",
         "name": "horseradish sauce",
         "group": "Drinks",
         "group": "Foods",
         "desc": "An premium alchoholic beverage made from distilled grape juice.",
         "desc": "Smelly horseradish sauce.",
         "physicalDesc": "translucent",
         "physicalDesc": "overpowering",
         "color": "#7E4043FF",
         "color": "#808080FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": null
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            }
        }
     },
     },
     "AcidSpit": {
     "Hotsauce": {
         "id": "AcidSpit",
         "id": "Hotsauce",
         "name": "acidspit",
         "name": "hotsauce",
         "group": "Drinks",
         "group": "Foods",
         "desc": "A drink for the daring, can be deadly if incorrectly prepared!",
         "desc": "Burns so good.",
         "physicalDesc": "strong-smelling",
        "physicalDesc": "spicy",
         "color": "#365000FF",
        "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": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 5,147: Line 4,958:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "NutritionFactor": 0.5,
                         "id": "SatiateThirst"
                         "id": "SatiateHunger"
                     },
                     },
                     {
                     {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                        "HydrationFactor": -0.5,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 5,162: Line 4,971:
         }
         }
     },
     },
     "AlliesCocktail": {
     "TableSalt": {
         "id": "AlliesCocktail",
         "id": "TableSalt",
         "name": "allies cocktail",
         "name": "table salt",
         "group": "Drinks",
         "group": "Foods",
         "desc": "A drink made from your allies, not as sweet as when made from your enemies.",
         "desc": "Commonly known as salt, Sodium Chloride is often used to season food or kill borers instantly.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "grainy",
         "color": "#00664DFF",
         "color": "#A1000BFF",
         "recipes": [],
         "recipes": [
            "TableSalt"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 5,177: Line 4,988:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "NutritionFactor": 0.5,
                         "id": "SatiateThirst"
                         "id": "SatiateHunger"
                     },
                     },
                     {
                     {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "HydrationFactor": -0.5,
                    }
                ]
            }
        }
    },
    "Aloe": {
        "id": "Aloe",
        "name": "aloe",
        "group": "Drinks",
        "desc": "So very, very, very good.",
        "physicalDesc": "strong-smelling",
        "color": "#192C00FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,222: Line 5,001:
         }
         }
     },
     },
     "Amasec": {
     "EZNutrient": {
         "id": "Amasec",
         "id": "EZNutrient",
         "name": "amasec",
         "name": "EZ nutrient",
         "group": "Drinks",
         "group": "Botanical",
         "desc": "Official drink of the Gun Club!",
         "desc": "Give your plants some of those EZ nutrients!",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "thick",
         "color": "#124DA7FF",
        "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
            "Drink": {
    },
                "rate": 0.5,
    "PlantBGone": {
                "effects": [
        "id": "PlantBGone",
                    {
        "name": "plant-B-gone",
                        "conditions": null,
        "group": "Botanical",
                        "probability": 1,
        "desc": "A harmful toxic mixture to kill plantlife. Do not ingest!",
                        "HydrationFactor": 2,
        "physicalDesc": "bubbling",
                        "id": "SatiateThirst"
        "color": "#49002EFF",
                    },
        "recipes": [
                    {
            "PlantBGone"
                        "Reagent": "Ethanol",
        ],
                        "Group": null,
        "metabolisms": null
                        "Amount": 0.05,
    },
                        "conditions": null,
    "RobustHarvest": {
                        "probability": 1,
        "id": "RobustHarvest",
                        "id": "AdjustReagent"
        "name": "robust harvest",
                    }
        "group": "Botanical",
                ]
        "desc": "Plant-enhancing hormones, good for increasing potency.",
            }
        "physicalDesc": "robust",
         }
        "color": "#3E901CFF",
        "recipes": [
            "RobustHarvest"
        ],
         "metabolisms": null
     },
     },
     "Andalusia": {
     "WeedKiller": {
         "id": "Andalusia",
         "id": "WeedKiller",
         "name": "andalusia",
         "name": "weed killer",
         "group": "Drinks",
         "group": "Botanical",
         "desc": "A nice, strangely named drink.",
         "desc": "A mixture that targets weeds.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "bubbling",
         "color": "#665700FF",
         "color": "#968395FF",
         "recipes": [],
         "recipes": [],
        "metabolisms": null
    },
    "Ammonia": {
        "id": "Ammonia",
        "name": "ammonia",
        "group": "Botanical",
        "desc": "An effective fertilizer which is better than what is available to the botanist initially, though it isn't as powerful as Diethylamine",
        "physicalDesc": "pungent",
        "color": "#77B58EFF",
        "recipes": [
            "Ammonia"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Caustic": 1
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,282: Line 5,100:
         }
         }
     },
     },
     "Antifreeze": {
     "Diethylamine": {
         "id": "Antifreeze",
         "id": "Diethylamine",
         "name": "antifreeze",
         "name": "diethylamine",
         "group": "Drinks",
         "group": "Botanical",
         "desc": "Ultimate refreshment.",
         "desc": "A very potent fertilizer.",
         "physicalDesc": "translucent",
         "physicalDesc": "strong-smelling",
         "color": "#FF7D63FF",
         "color": "#A1000BFF",
         "recipes": [
         "recipes": [
             "Antifreeze"
             "Diethylamine"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Caustic": 1
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "id": "HealthChange"
                        "id": "SatiateThirst"
                    }
                    },
                ]
                    {
            }
                        "Reagent": "Ethanol",
        }
                        "Group": null,
    },
                        "Amount": 0.15,
    "Flour": {
        "id": "Flour",
        "name": "flour",
        "group": "Foods",
        "desc": "Used for baking.",
        "physicalDesc": "powdery",
        "color": "#FFFFFFFF",
        "recipes": [],
        "metabolisms": {
            "Food": {
                "rate": 0.5,
                "effects": [
                    {
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                        "NutritionFactor": 1,
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 5,314: Line 5,153:
         }
         }
     },
     },
     "AtomicBomb": {
     "Oats": {
         "id": "AtomicBomb",
         "id": "Oats",
         "name": "atomic bomb",
         "name": "oats",
         "group": "Drinks",
         "group": "Foods",
         "desc": "Nuclear proliferation never tasted so good.",
         "desc": "Used for a variety of tasty purposes.",
         "physicalDesc": "cloudy",
         "physicalDesc": "coarse",
         "color": "#666300FF",
         "color": "#D2B48CFF",
         "recipes": [
         "recipes": [],
            "AtomicBomb"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 5,331: Line 5,168:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "NutritionFactor": 1,
                         "id": "SatiateThirst"
                         "id": "SatiateHunger"
                     },
                     }
                    {
                ]
                        "Reagent": "Ethanol",
            }
                        "Group": null,
        }
                        "Amount": 0.15,
    },
                        "conditions": null,
    "Enzyme": {
                        "probability": 1,
        "id": "Enzyme",
                        "id": "AdjustReagent"
        "name": "universal enzyme",
                    },
        "group": "Foods",
        "desc": "Used in cooking various dishes.",
        "physicalDesc": "chalky",
        "color": "#009900FF",
        "recipes": [],
        "metabolisms": {
            "Food": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                        "Reagent": "Radium",
                        "Group": null,
                        "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                        "NutritionFactor": 3,
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 5,354: Line 5,197:
         }
         }
     },
     },
     "B52": {
     "Egg": {
         "id": "B52",
         "id": "Egg",
         "name": "b-52",
         "name": "egg",
         "group": "Drinks",
         "group": "Foods",
         "desc": "Coffee, irish cream, and cognac. You will get bombed.",
         "desc": "Used for baking.",
         "physicalDesc": "bubbly",
         "physicalDesc": "mucus-like",
         "color": "#664300FF",
         "color": "#FFFFFFFF",
         "recipes": [
         "recipes": [],
            "B52"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 5,371: Line 5,212:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "NutritionFactor": 1,
                        "id": "SatiateThirst"
                         "id": "SatiateHunger"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,386: Line 5,219:
         }
         }
     },
     },
     "BahamaMama": {
     "Sugar": {
         "id": "BahamaMama",
         "id": "Sugar",
         "name": "bahama mama",
         "name": "sugar",
         "group": "Drinks",
         "group": "Foods",
         "desc": "Tropical cocktail.",
         "desc": "Tasty spacey sugar!",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "sweet",
         "color": "#FF7F3BFF",
         "color": "#FFFFFFFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 5,401: Line 5,234:
                         "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,416: Line 5,241:
         }
         }
     },
     },
     "BananaHonk": {
     "Blackpepper": {
         "id": "BananaHonk",
         "id": "Blackpepper",
         "name": "banana honk",
         "name": "black pepper",
         "group": "Drinks",
         "group": "Foods",
         "desc": "A drink from Clown Heaven.",
         "desc": "Often used to flavor food or make people sneeze.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "grainy",
         "color": "#FFFF91FF",
         "color": "#000000FF",
         "recipes": [
         "recipes": [],
            "BananaHonk"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 5,433: Line 5,256:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "NutritionFactor": 1,
                         "id": "SatiateThirst"
                         "id": "SatiateHunger"
                     },
                     }
                    {
                ]
                        "Reagent": "Ethanol",
            }
                        "Group": null,
        }
                        "Amount": 0.05,
    },
    "Vinegar": {
        "id": "Vinegar",
        "name": "vinegar",
        "group": "Foods",
        "desc": "Often used to flavor food.",
        "physicalDesc": "sour",
        "color": "#D2B48CFF",
        "recipes": [],
        "metabolisms": {
            "Food": {
                "rate": 0.5,
                "effects": [
                    {
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                        "NutritionFactor": 1,
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 5,448: Line 5,285:
         }
         }
     },
     },
     "Barefoot": {
     "Rice": {
         "id": "Barefoot",
         "id": "Rice",
         "name": "barefoot",
         "name": "rice",
         "group": "Drinks",
         "group": "Foods",
         "desc": "Barefoot and pregnant.",
         "desc": "Hard, small white grains.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "chewy",
         "color": "#664300FF",
         "color": "#FFFFFFFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 5,463: Line 5,300:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "NutritionFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateHunger"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,478: Line 5,307:
         }
         }
     },
     },
     "BeepskySmash": {
     "OilOlive": {
         "id": "BeepskySmash",
         "id": "OilOlive",
         "name": "beepsky smash",
         "name": "olive oil",
         "group": "Drinks",
         "group": "Foods",
         "desc": "Deny drinking this and prepare for THE LAW.",
         "desc": "Viscous and fragrant.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "oily",
         "color": "#664300FF",
         "color": "#808000FF",
         "recipes": [
         "recipes": [],
            "BeepskySmash"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 5,495: Line 5,322:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "NutritionFactor": 1,
                        "id": "SatiateThirst"
                         "id": "SatiateHunger"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,510: Line 5,329:
         }
         }
     },
     },
     "Bilk": {
     "Oil": {
         "id": "Bilk",
         "id": "Oil",
         "name": "bilk",
         "name": "oil",
         "group": "Drinks",
         "group": "Foods",
         "desc": "This appears to be beer mixed with milk. Disgusting.",
         "desc": "Used by chefs to cook.",
         "physicalDesc": "bilky",
         "physicalDesc": "oily",
         "color": "#895C4CFF",
         "color": "#B67823FF",
         "recipes": [
         "recipes": [
             "Bilk"
             "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": [
                     {
                     {
                         "conditions": null,
                        "damage": {
                            "types": null,
                            "groups": {
                                "Caustic": 0.5
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                        "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",
                         "Messages": [
                         "Group": null,
                            "capsaicin-effect-light-burn"
                         "Amount": 0.05,
                         ],
                         "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 0.2,
                         "id": "AdjustReagent"
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 5,542: Line 5,399:
         }
         }
     },
     },
     "BlackRussian": {
     "Thermite": {
         "id": "BlackRussian",
         "id": "Thermite",
         "name": "black russian",
         "name": "thermite",
         "group": "Drinks",
         "group": "Pyrotechnic",
         "desc": "For the lactose-intolerant. Still as classy as a White Russian.",
         "desc": "A mixture that becomes extremely hot when ignited, and which can burn straight through walls when applied and ignited. It'll slowly inflict burn damage to anybody dumb enough to ingest it, but can't be ignited inside inside said dumb person.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "grainy",
         "color": "#360000FF",
         "color": "#757245FF",
         "recipes": [
         "recipes": [
             "BlackRussian"
             "Thermite"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Heat": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.2,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,574: Line 5,430:
         }
         }
     },
     },
     "BloodyMary": {
     "Napalm": {
         "id": "BloodyMary",
         "id": "Napalm",
         "name": "bloody mary",
         "name": "napalm",
         "group": "Drinks",
         "group": "Pyrotechnic",
         "desc": "A strange yet pleasurable mixture made of vodka, tomato, and lime juice.",
         "desc": "It's just a little flammable.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "soapy",
         "color": "#660000FF",
         "color": "#FA00AFFF",
         "recipes": [
         "recipes": [
             "BloodyMary"
             "Napalm"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Heat": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Multiplier": 0.4,
                        "Group": null,
                        "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "FlammableReaction"
                     }
                     }
                 ]
                 ]
Line 5,606: Line 5,467:
         }
         }
     },
     },
     "Booger": {
     "Phlogiston": {
         "id": "Booger",
         "id": "Phlogiston",
         "name": "booger",
         "name": "phlogiston",
         "group": "Drinks",
         "group": "Pyrotechnic",
         "desc": "Ewww...",
         "desc": "Catches you on fire and makes you ignite.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "burning",
         "color": "#8CFF8CFF",
         "color": "#D4872AFF",
         "recipes": [
         "recipes": [
             "Booger"
             "Phlogiston"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Heat": 3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                        "Multiplier": 0.1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "FlammableReaction"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                        "Reagent": "Ethanol",
                         "Amount": 6000,
                        "Group": null,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "AdjustTemperature"
                     }
                     }
                 ]
                 ]
Line 5,638: Line 5,510:
         }
         }
     },
     },
     "BraveBull": {
     "ChlorineTrifluoride": {
         "id": "BraveBull",
         "id": "ChlorineTrifluoride",
         "name": "brave bull",
         "name": "CLF3",
         "group": "Drinks",
         "group": "Pyrotechnic",
         "desc": "It's just as effective as Dutch-Courage!",
         "desc": "You really, REALLY don't want to get this shit anywhere near you.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "blazing",
         "color": "#664300FF",
         "color": "#FFC8C8FF",
         "recipes": [
         "recipes": [
             "BraveBull"
             "ChlorineTrifluoride"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Heat": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Multiplier": 0.2,
                        "Group": null,
                        "Amount": 0.2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "FlammableReaction"
                    }
                ]
            }
        }
    },
    "CubaLibre": {
        "id": "CubaLibre",
        "name": "cuba libre",
        "group": "Drinks",
        "desc": "Rum, mixed with cola. Viva la revolucion.",
        "physicalDesc": "bubbly",
        "color": "#3E1B00FF",
        "recipes": [
            "CubaLibre"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                        "Reagent": "Ethanol",
                         "Amount": 6000,
                        "Group": null,
                         "Amount": 0.15,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "AdjustTemperature"
                     }
                     }
                 ]
                 ]
Line 5,702: Line 5,553:
         }
         }
     },
     },
     "DemonsBlood": {
     "FoamingAgent": {
         "id": "DemonsBlood",
         "id": "FoamingAgent",
         "name": "demons blood",
         "name": "foaming agent",
         "group": "Drinks",
         "group": "Pyrotechnic",
         "desc": "AHHHH!!!!",
         "desc": "Makes foam such as that's required in metal foam grenades.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "foamy",
         "color": "#A70000FF",
         "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": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Multiplier": 0.4,
                        "Group": null,
                        "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "FlammableReaction"
                     }
                     }
                 ]
                 ]
Line 5,732: Line 5,600:
         }
         }
     },
     },
     "DevilsKiss": {
     "Fluorosurfactant": {
         "id": "DevilsKiss",
         "id": "Fluorosurfactant",
         "name": "devils kiss",
         "name": "fluorosurfactant",
         "group": "Drinks",
         "group": "Pyrotechnic",
         "desc": "Creepy time!",
         "desc": "A perfluoronated sulfonic acid that forms a foam when mixed with water.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "opaque",
         "color": "#A68310FF",
         "color": "#9E6B38FF",
        "recipes": [
            "Fluorosurfactant"
        ],
        "metabolisms": null
    },
    "Nutriment": {
        "id": "Nutriment",
        "name": "nutriment",
        "group": "Foods",
        "desc": "All the vitamins, minerals, and carbohydrates the body needs in pure form.",
        "physicalDesc": "opaque",
        "color": "#664330FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 5,747: Line 5,627:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "NutritionFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateHunger"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,762: Line 5,634:
         }
         }
     },
     },
     "DoctorsDelight": {
     "Vitamin": {
         "id": "DoctorsDelight",
         "id": "Vitamin",
         "name": "the doctor's delight",
         "name": "vitamin",
         "group": "Drinks",
         "group": "Foods",
         "desc": "A gulp a day keeps the MediBot away. That's probably for the best.",
         "desc": "Found in healthy, complete meals.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "chalky",
         "color": "#FF8CFFFF",
         "color": "#D3D3D3FF",
         "recipes": [
         "recipes": [],
            "DoctorsDelight"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                         "damage": {
                         "probability": 1,
                            "types": null,
                         "HydrationFactor": 2,
                            "groups": {
                         "id": "SatiateThirst"
                                "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,
                        "NutritionFactor": -2,
                         "id": "ModifyBleedAmount"
                         "id": "SatiateHunger"
                     },
                     },
                     {
                     {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                        "NutritionFactor": 3,
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
             },
             }
             "Medicine": {
        }
    },
    "Protein": {
        "id": "Protein",
        "name": "protein",
        "group": "Foods",
        "desc": "Found in certain meals, good for bodily health.",
        "physicalDesc": "clumpy",
        "color": "#FFFFE5FF",
        "recipes": [],
        "metabolisms": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 5,805: Line 5,693:
                             "types": null,
                             "types": null,
                             "groups": {
                             "groups": {
                                "Burn": -1,
                                 "Brute": -0.4
                                 "Brute": -1,
                                "Airloss": -1,
                                "Toxin": -1
                             }
                             }
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                        "conditions": null,
                        "probability": 0.5,
                        "id": "HealthChange"
                    },
                    {
                        "Scaled": false,
                        "Amount": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "ModifyBloodLevel"
                    }
                ]
            }
        }
    },
    "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": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                        "NutritionFactor": 3,
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 5,853: Line 5,719:
         }
         }
     },
     },
     "ErikaSuprise": {
     "Desoxyephedrine": {
         "id": "ErikaSuprise",
         "id": "Desoxyephedrine",
         "name": "erika suprise",
         "name": "desoxyephedrine",
         "group": "Drinks",
         "group": "Narcotics",
         "desc": "The surprise is, it's green!",
         "desc": "Desoxyephedrine is a potent stimulant with dangerous side-effects if too much is consumed.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "translucent",
         "color": "#2E6671FF",
         "color": "#FAFAFAFF",
         "recipes": [
         "recipes": [
             "ErikaSuprise"
             "Desoxyephedrine"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 0.75
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "damage": {
                         "Group": null,
                            "types": {
                         "Amount": 0.05,
                                "Poison": 2,
                         "conditions": null,
                                "Asphyxiation": 2
                            },
                            "groups": null
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
             }
             },
        }
             "Narcotic": {
    },
    "GargleBlaster": {
        "id": "GargleBlaster",
        "name": "Pan-Galactic Gargle Blaster",
        "group": "Drinks",
        "desc": "Whoah, this stuff looks volatile!",
        "physicalDesc": "volatile",
        "color": "#9CC8B4FF",
        "recipes": [
            "GargleBlaster"
        ],
        "metabolisms": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "StatusLifetime": 2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "WalkSpeedModifier": 1.35,
                         "id": "SatiateThirst"
                        "SprintSpeedModifier": 1.35,
                         "id": "MovespeedModifier"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Key": "Stutter",
                         "Group": null,
                         "Component": "StutteringAccent",
                         "Amount": 0.2,
                        "Time": 2,
                        "Refresh": true,
                         "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "GenericStatusEffect"
                    },
                    {
                        "Amplitude": 10,
                        "Frequency": 4,
                        "Time": 2,
                        "Refresh": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "Jitter"
                    },
                    {
                        "Key": "Stun",
                        "Component": "",
                        "Time": 3,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    },
                    {
                        "Key": "KnockedDown",
                        "Component": "",
                        "Time": 3,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                     }
                     }
                 ]
                 ]
Line 5,917: Line 5,823:
         }
         }
     },
     },
     "GinFizz": {
     "Ephedrine": {
         "id": "GinFizz",
         "id": "Ephedrine",
         "name": "gin fizz",
         "name": "ephedrine",
         "group": "Drinks",
         "group": "Narcotics",
         "desc": "Refreshingly lemony, deliciously dry.",
         "desc": "Increases stun resistance and movement speed, giving you hand cramps. Overdose deals toxin damage and inhibits breathing.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "powdery",
         "color": "#664300FF",
         "color": "#D2FFFAFF",
         "recipes": [
         "recipes": [
             "GinFizz"
             "Ephedrine"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Narcotic": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "StatusLifetime": 2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "WalkSpeedModifier": 1.25,
                         "id": "SatiateThirst"
                        "SprintSpeedModifier": 1.25,
                         "id": "MovespeedModifier"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "damage": {
                         "Group": null,
                            "types": {
                         "Amount": 0.15,
                                "Poison": 2,
                         "conditions": null,
                                "Asphyxiation": 2
                            },
                            "groups": null
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 20,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "HealthChange"
                     }
                     },
                ]
            }
        }
    },
    "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": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                        "Amplitude": 10,
                        "Frequency": 4,
                        "Time": 2,
                        "Refresh": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "Jitter"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Key": "Stun",
                         "Group": null,
                         "Component": "",
                         "Amount": 0.15,
                        "Time": 1,
                        "Refresh": true,
                         "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "GenericStatusEffect"
                     }
                     },
                ]
            }
        }
    },
    "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": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                        "Key": "KnockedDown",
                        "Component": "",
                        "Time": 1,
                        "Refresh": true,
                        "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "GenericStatusEffect"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Messages": [
                        "Group": null,
                            "ephedrine-effect-tight-pain",
                         "Amount": 0.2,
                            "ephedrine-effect-heart-pounds"
                        ],
                         "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 0.05,
                         "id": "AdjustReagent"
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 6,013: Line 5,909:
         }
         }
     },
     },
     "Grog": {
     "THC": {
         "id": "Grog",
         "id": "THC",
         "name": "grog",
         "name": "THC",
         "group": "Drinks",
         "group": "Narcotics",
         "desc": "Watered-down rum, pirate approved!",
         "desc": "The main psychoactive compound in cannabis.",
        "physicalDesc": "crystalline",
        "color": "#808080FF",
        "recipes": [],
        "metabolisms": null
    },
    "THCOil": {
        "id": "THCOil",
        "name": "THC oil",
        "group": "Narcotics",
        "desc": "Pure THC oil, extracted from the leaves of the cannabis plant. Much stronger than in it's natural form and can be used to numb chronic pain in patients.",
        "physicalDesc": "skunky",
        "color": "#DAA520FF",
        "recipes": [],
        "metabolisms": null
    },
    "Nicotine": {
        "id": "Nicotine",
        "name": "Nicotine",
        "group": "Narcotics",
        "desc": "Dangerous and highly addictive.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#664300FF",
         "color": "#C0C0C0FF",
        "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": [
         "recipes": [
             "Grog"
             "SpaceDrugs"
         ],
         ],
        "metabolisms": null
    },
    "Nocturine": {
        "id": "Nocturine",
        "name": "nocturine",
        "group": "Narcotics",
        "desc": "Makes you feel very tired and unable to stand up. Basically, it's bone hurting juice.",
        "physicalDesc": "powdery",
        "color": "#128E80FF",
        "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Narcotic": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                "Min": 60,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                        "ParalyzeTime": 1.2,
                        "Refresh": false,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "Paralyze"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Key": "Stutter",
                         "Group": null,
                         "Component": "StutteringAccent",
                         "Amount": 0.05,
                        "Time": 1,
                        "Refresh": true,
                         "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "GenericStatusEffect"
                     }
                     }
                 ]
                 ]
Line 6,045: Line 6,016:
         }
         }
     },
     },
     "HippiesDelight": {
     "MuteToxin": {
         "id": "HippiesDelight",
         "id": "MuteToxin",
         "name": "hippies delight",
         "name": "mute toxin",
         "group": "Drinks",
         "group": "Narcotics",
         "desc": "You just don't get it maaaan.",
         "desc": "Makes you unable to talk while metabolizing.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "syrupy",
         "color": "#6EAA0CFF",
         "color": "#000000FF",
         "recipes": [],
         "recipes": [
            "MuteToxin"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Narcotic": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Key": "Muted",
                        "Component": "Muted",
                        "Time": 2,
                        "Refresh": true,
                        "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "GenericStatusEffect"
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 6,075: Line 6,044:
         }
         }
     },
     },
     "Hooch": {
     "Cryptobiolin": {
         "id": "Hooch",
         "id": "Cryptobiolin",
         "name": "hooch",
         "name": "cryptobiolin",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "Either someone's failure at cocktail making or attempt in alchohol production. In any case, do you really want to drink that?",
         "desc": "Causes confusion and dizziness. This is essential to make Spaceacillin.",
         "physicalDesc": "strong-smelling",
        "physicalDesc": "fizzy",
         "color": "#664E00FF",
        "color": "#081A80FF",
         "recipes": [],
        "recipes": [
            "Cryptobiolin"
        ],
        "metabolisms": null
    },
    "Dylovene": {
        "id": "Dylovene",
        "name": "dylovene",
        "group": "Medicine",
        "desc": "A broad-spectrum anti-toxin, which treats toxin damage in the blood stream. Overdosing will cause vomiting, dizzyness and pain.",
         "physicalDesc": "translucent",
         "color": "#3A1D8AFF",
         "recipes": [
            "Dylovene"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": -1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 6,105: Line 6,087:
         }
         }
     },
     },
     "IcedBeer": {
     "Diphenhydramine": {
         "id": "IcedBeer",
         "id": "Diphenhydramine",
         "name": "iced beer",
         "name": "diphenhydramine",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "A beer which is so cold the air around it freezes.",
         "desc": "Rapidly purges the body of histamine and reduces jitteriness.",
         "physicalDesc": "bubbly",
         "physicalDesc": "chalky",
         "color": "#664300FF",
         "color": "#64FFE6FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Reagent": "Histamine",
                        "Group": null,
                        "Amount": -3,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "AdjustReagent"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Key": "Jitter",
                         "Group": null,
                         "Component": "",
                         "Amount": 0.05,
                        "Time": 3,
                        "Refresh": true,
                         "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "GenericStatusEffect"
                     }
                     }
                 ]
                 ]
Line 6,135: Line 6,121:
         }
         }
     },
     },
     "IrishCarBomb": {
     "Arithrazine": {
         "id": "IrishCarBomb",
         "id": "Arithrazine",
         "name": "irish car bomb",
         "name": "arithrazine",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "A troubling mixture of irish cream and ale.",
         "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": "bubbly",
         "physicalDesc": "cloudy",
         "color": "#2E6671FF",
         "color": "#BD5902FF",
         "recipes": [
         "recipes": [
             "IrishCarBomb"
             "Arithrazine"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Radiation": -3
                            },
                            "groups": {
                                "Brute": 0.5
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 6,167: Line 6,154:
         }
         }
     },
     },
     "IrishCream": {
     "Bicaridine": {
         "id": "IrishCream",
         "id": "Bicaridine",
         "name": "irish cream",
         "name": "bicaridine",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "Whiskey-imbued cream. What else could you expect from the Irish.",
         "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": "creamy",
         "physicalDesc": "opaque",
         "color": "#664300FF",
         "color": "#FFAA00FF",
         "recipes": [
         "recipes": [
             "IrishCream"
             "Bicaridine"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Brute": -2
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.2,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 6,199: Line 6,185:
         }
         }
     },
     },
     "IrishCoffee": {
     "Cryoxadone": {
         "id": "IrishCoffee",
         "id": "Cryoxadone",
         "name": "irish coffee",
         "name": "cryoxadone",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "Coffee served with irish cream. Regular cream just isn't the same!",
         "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": "cloudy",
         "physicalDesc": "fizzy",
         "color": "#664300FF",
         "color": "#0091FFFF",
         "recipes": [
         "recipes": [
             "IrishCoffee"
             "Cryoxadone"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                        "damage": {
                            "types": null,
                            "groups": {
                                "Airloss": -6,
                                "Brute": -4,
                                "Burn": -4,
                                "Toxin": -4
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 0,
                                "Max": 150,
                                "id": "Temperature"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                        "id": "SatiateThirst"
                     }
                    },
                 ]
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                 ]
             }
             }
         }
         }
     },
     },
     "LongIslandIcedTea": {
     "Clonexadone": {
         "id": "LongIslandIcedTea",
         "id": "Clonexadone",
         "name": "long island iced tea",
         "name": "clonexadone",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "The liquor cabinet, brought together in a delicious mix. Intended for middle-aged alcoholic women only.",
         "desc": "Heals standard damage in the same as Cryoxadone, with the same temperature requirement. Significantly more effective than the former at treating cellular damage, although both can be used simultaneously. Best used in cryo cells.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "bubbly",
         "color": "#664300FF",
         "color": "#0666FFFF",
         "recipes": [
         "recipes": [
             "LongIslandIcedTea"
             "Clonexadone"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                        "damage": {
                            "types": null,
                            "groups": {
                                "Airloss": -6,
                                "Brute": -4,
                                "Burn": -4,
                                "Toxin": -4
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 0,
                                "Max": 150,
                                "id": "Temperature"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                        "id": "SatiateThirst"
                     }
                    },
                 ]
                    {
             }
                        "Reagent": "Ethanol",
         }
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                 ]
             }
         }
     },
     },
     "Manhattan": {
     "Dermaline": {
         "id": "Manhattan",
         "id": "Dermaline",
         "name": "manhattan",
         "name": "dermaline",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "The Detective's undercover drink of choice. He never could stomach gin...",
         "desc": "An advanced chemical that is more effective at treating burn damage than Kelotane.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "translucent",
         "color": "#664300FF",
         "color": "#215263FF",
         "recipes": [],
         "recipes": [
            "Dermaline"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Burn": -3
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 6,293: Line 6,296:
         }
         }
     },
     },
     "ManhattanProject": {
     "Dexalin": {
         "id": "ManhattanProject",
         "id": "Dexalin",
         "name": "manhattan project",
         "name": "dexalin",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "A scientist's drink of choice, for pondering ways to blow up the ship.",
         "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": "strong-smelling",
         "physicalDesc": "opaque",
         "color": "#664300FF",
         "color": "#0041A8FF",
         "recipes": [],
         "recipes": [
            "Dexalin"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Asphyxiation": -1,
                                "Bloodloss": -0.5
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 6,323: Line 6,328:
         }
         }
     },
     },
     "ManlyDorf": {
     "DexalinPlus": {
         "id": "ManlyDorf",
         "id": "DexalinPlus",
         "name": "manly dorf",
         "name": "dexalin plus",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "Beer and Ale, brought together in a delicious mix. Intended for stout dwarves only.",
         "desc": "Used in treatment of extreme cases of oxygen deprivation. Effective at healing blood loss damage.",
         "physicalDesc": "bubbly",
         "physicalDesc": "cloudy",
         "color": "#664300FF",
         "color": "#4DA0BDFF",
         "recipes": [
         "recipes": [
             "ManlyDorf"
             "DexalinPlus"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                        "damage": {
                            "types": {
                                "Asphyxiation": -3.5,
                                "Bloodloss": -3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Reagent": "Lexorin",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": -3,
                         "conditions": null,
                         "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Lexorin",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "AdjustReagent"
Line 6,355: Line 6,375:
         }
         }
     },
     },
     "Margarita": {
     "Epinephrine": {
         "id": "Margarita",
         "id": "Epinephrine",
         "name": "margarita",
         "name": "epinephrine",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "On the rocks with salt on the rim. Arriba~!",
         "desc": "Effective at bringing people back from a critical state. Reduces some stun times. Easy to overdose on.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "odorless",
         "color": "#8CFF8CFF",
         "color": "#D2FFFAFF",
         "recipes": [],
         "recipes": [
            "Epinephrine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                        "damage": {
                        "probability": 1,
                            "types": {
                         "HydrationFactor": 2,
                                "Asphyxiation": -3,
                         "id": "SatiateThirst"
                                "Poison": -0.5
                     },
                            },
                            "groups": {
                                "Brute": -0.5,
                                "Burn": -0.5
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Max": 21474836,
                                "Min": 100,
                                "id": "TotalDamage"
                            },
                            {
                                "Min": 0,
                                "Max": 20,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "id": "HealthChange"
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                        "damage": {
                            "types": {
                                "Asphyxiation": 1,
                                "Poison": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                "Min": 20,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                         "Reagent": "Lexorin",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": -2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "AdjustReagent"
                     }
                     },
                ]
                    {
            }
                        "Reagent": "Epinephrine",
        }
                        "Group": null,
    },
                        "Amount": -1,
    "Martini": {
                        "conditions": [
        "id": "Martini",
                            {
        "name": "classic martini",
                                "Min": 1,
        "group": "Drinks",
                                "Max": 21474836,
        "desc": "Vermouth with Gin. Not quite how 007 enjoyed it, but still delicious.",
                                "Reagent": "Lexorin",
        "physicalDesc": "strong-smelling",
                                "id": "ReagentThreshold"
        "color": "#664300FF",
                            }
        "recipes": [
                         ],
            "Martini"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "AdjustReagent"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Reagent": "Histamine",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.15,
                         "Amount": 4,
                        "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Lexorin",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 0.1,
                        "id": "AdjustReagent"
                    },
                    {
                        "Key": "Stun",
                        "Component": "",
                        "Time": 0.75,
                        "Refresh": true,
                        "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "GenericStatusEffect"
                     }
                    },
                    {
                        "Key": "KnockedDown",
                        "Component": "",
                        "Time": 0.75,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                     }
                 ]
                 ]
             }
             }
         }
         }
     },
     },
     "Mead": {
     "Hyronalin": {
         "id": "Mead",
         "id": "Hyronalin",
         "name": "mead",
         "name": "hyronalin",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "A Viking's drink, though a cheap one.",
         "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": "strong-smelling",
         "physicalDesc": "cloudy",
         "color": "#664300FF",
         "color": "#4CB580FF",
         "recipes": [],
         "recipes": [
            "Hyronalin"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Radiation": -1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 6,447: Line 6,532:
         }
         }
     },
     },
     "Mojito": {
     "Ipecac": {
         "id": "Mojito",
         "id": "Ipecac",
         "name": "mojito",
         "name": "ipecac",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "If it's good enough for Spesscuba, it's good enough for you.",
         "desc": "Induces vomiting. Useful for stopping a poisoning that isn't done metabolizing.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "inky",
         "color": "#664300FF",
         "color": "#422912FF",
         "recipes": [
         "recipes": [
             "Mojito"
             "Ipecac"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "ThirstAmount": -40,
                        "HungerAmount": -40,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 0.3,
                        "HydrationFactor": 2,
                         "id": "ChemVomit"
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 6,479: Line 6,557:
         }
         }
     },
     },
     "Moonshine": {
     "Inaprovaline": {
         "id": "Moonshine",
         "id": "Inaprovaline",
         "name": "moonshine",
         "name": "inaprovaline",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "Artisanal homemade liquor. What could go wrong?",
         "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": "strong-smelling",
         "physicalDesc": "opaque",
         "color": "#D1D7D155",
         "color": "#731024FF",
         "recipes": [
         "recipes": [
             "Moonshine"
             "Inaprovaline"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                         "damage": {
                         "probability": 1,
                            "types": {
                         "HydrationFactor": 2,
                                "Asphyxiation": -5
                         "id": "SatiateThirst"
                            },
                     },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                         "ignoreResistances": true,
                        "conditions": [
                            {
                                "Max": 21474836,
                                "Min": 100,
                                "id": "TotalDamage"
                            }
                        ],
                         "probability": 1,
                         "id": "HealthChange"
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Scaled": false,
                        "Group": null,
                         "Amount": -0.25,
                         "Amount": 0.25,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "ModifyBleedAmount"
                     }
                     }
                 ]
                 ]
Line 6,511: Line 6,601:
         }
         }
     },
     },
     "Neurotoxin": {
     "Kelotane": {
         "id": "Neurotoxin",
         "id": "Kelotane",
         "name": "neurotoxin",
         "name": "kelotane",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "A strong neurotoxin that puts the subject into a death-like state.",
         "desc": "Treats burn damage and prevents infection.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#2E2E61FF",
         "color": "#BF3D19FF",
         "recipes": [],
         "recipes": [
            "Kelotane"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Burn": -1
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "id": "HealthChange"
                        "id": "SatiateThirst"
                    }
                    },
                ]
                    {
            }
                        "Reagent": "Ethanol",
        }
                        "Group": null,
    },
                        "Amount": 0.25,
    "Leporazine": {
                        "conditions": null,
        "id": "Leporazine",
                        "probability": 1,
        "name": "leporazine",
                        "id": "AdjustReagent"
        "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",
             "Poison": {
        "recipes": [
            "Leporazine"
        ],
        "metabolisms": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 6,545: Line 6,649:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 1
                                 "Cold": -4
                             },
                             },
                             "groups": null
                             "groups": null
Line 6,554: Line 6,658:
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    }
                ]
            }
        }
    },
    "Patron": {
        "id": "Patron",
        "name": "patron",
        "group": "Drinks",
        "desc": "Tequila with silver in it, a favorite of alcoholic women in the club scene.",
        "physicalDesc": "metallic",
        "color": "#585840FF",
        "recipes": [
            "Patron"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Amount": 100000,
                         "Group": null,
                        "conditions": [
                         "Amount": 0.2,
                            {
                                "Min": 0,
                                "Max": 293.15,
                                "id": "Temperature"
                            }
                        ],
                        "probability": 1,
                         "id": "AdjustTemperature"
                    },
                    {
                         "Amount": -10000,
                        "conditions": [
                            {
                                "Min": 293.15,
                                "Max": 3.4028235e+38,
                                "id": "Temperature"
                            }
                        ],
                        "probability": 1,
                        "id": "AdjustTemperature"
                    },
                    {
                        "Messages": [
                            "leporazine-effect-temperature-adjusting"
                        ],
                        "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 0.2,
                         "id": "AdjustReagent"
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 6,591: Line 6,696:
         }
         }
     },
     },
     "RedMead": {
     "Barozine": {
         "id": "RedMead",
         "id": "Barozine",
         "name": "red mead",
         "name": "barozine",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "The true Viking's drink! Even though it has a strange red color.",
         "desc": "A somewhat toxic medicine that prevents pressure damage. Causes extreme pain and jittering. Very poisonous when overdosed.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "viscous",
         "color": "#C73C00FF",
         "color": "#FF867DFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 1
                            },
                            "groups": {
                                "Brute": -1.5
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "damage": {
                         "Group": null,
                            "types": {
                         "Amount": 0.05,
                                "Poison": 3
                         "conditions": null,
                            },
                            "groups": null
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 15,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "HealthChange"
                     }
                     },
                ]
            }
        }
    },
    "Sbiten": {
        "id": "Sbiten",
        "name": "sbiten",
        "group": "Drinks",
        "desc": "A spicy Vodka! Might be a little hot for the little guys!",
        "physicalDesc": "strong-smelling",
        "color": "#004166FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                        "Key": "PressureImmunity",
                        "Component": "PressureImmunity",
                        "Time": 2,
                        "Refresh": true,
                        "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "GenericStatusEffect"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Key": "Stutter",
                         "Group": null,
                         "Component": "StutteringAccent",
                         "Amount": 0.05,
                        "Time": 2,
                        "Refresh": true,
                        "Type": 0,
                        "conditions": null,
                         "probability": 1,
                        "id": "GenericStatusEffect"
                    },
                    {
                        "Amplitude": 10,
                        "Frequency": 4,
                        "Time": 2,
                        "Refresh": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "Jitter"
                    },
                    {
                        "conditions": null,
                        "probability": 0.2,
                        "id": "Scream"
                    },
                    {
                        "Messages": [
                            "barozine-effect-skin-burning",
                            "barozine-effect-muscle-contract"
                        ],
                        "Type": 1,
                        "conditions": null,
                        "probability": 0.1,
                        "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 6,651: Line 6,791:
         }
         }
     },
     },
     "ScrewdriverCocktail": {
     "Phalanximine": {
         "id": "ScrewdriverCocktail",
         "id": "Phalanximine",
         "name": "screwdriver",
         "name": "phalanximine",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "Vodka, mixed with plain ol' orange juice. The result is surprisingly delicious.",
         "desc": "Used in the treatment of cancer, is as effective as Anti-Toxin. Causes moderate radiation and hair loss.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "acrid",
         "color": "#A68310FF",
         "color": "#C8FF75FF",
         "recipes": [
         "recipes": [
             "ScrewdriverCocktail"
             "Phalanximine"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Cellular": -1,
                                "Radiation": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "ThirstAmount": -40,
                         "Reagent": "Ethanol",
                         "HungerAmount": -40,
                         "Group": null,
                         "conditions": null,
                        "Amount": 0.15,
                         "probability": 0.05,
                         "conditions": null,
                         "id": "ChemVomit"
                         "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 6,683: Line 6,830:
         }
         }
     },
     },
     "Silencer": {
     "Romerol": {
         "id": "Silencer",
         "id": "Romerol",
         "name": "silencer",
         "name": "romerol",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "A drink from Mime Heaven.",
         "desc": "A difficult to procure chemical used in the reversal of the zombification process. Tastes like death.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "acrid",
         "color": "#004666FF",
         "color": "#7E916EFF",
         "recipes": [],
         "recipes": [
            "Romerol"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "Key": "Muted",
                         "damage": {
                        "Component": "Muted",
                            "types": {
                        "Time": 2,
                                "Poison": 0.5
                         "Refresh": true,
                            },
                         "Type": 0,
                            "groups": null
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "HealthChange"
                    },
                     }
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                     }
                 ]
                 ]
             }
             }
         }
         }
     },
     },
     "Singulo": {
     "PulpedBananaPeel": {
         "id": "Singulo",
         "id": "PulpedBananaPeel",
         "name": "singulo",
         "name": "pulped banana peel",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "A blue-space beverage!",
         "desc": "Pulped banana peels have some effectiveness against bleeding.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "pulpy",
         "color": "#3B0C0CFF",
         "color": "#FFE774FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Scaled": false,
                        "Amount": -0.5,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "ModifyBleedAmount"
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 6,745: Line 6,884:
         }
         }
     },
     },
     "SnowWhite": {
     "Siderlac": {
         "id": "SnowWhite",
         "id": "Siderlac",
         "name": "snow white",
         "name": "siderlac",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "A cold refreshment.",
         "desc": "A powerful anti-caustic medicine derived from plants.",
         "physicalDesc": "bubbly",
         "physicalDesc": "milky",
         "color": "#FFFFFFFF",
         "color": "#F4DAB8FF",
         "recipes": [],
         "recipes": [
            "Siderlac"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Caustic": -5
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 6,775: Line 6,915:
         }
         }
     },
     },
     "SuiDream": {
     "Spaceacillin": {
         "id": "SuiDream",
         "id": "Spaceacillin",
         "name": "sui dream",
         "name": "spaceacillin",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "'Comprised of: White soda, blue curacao, melon liquor.'",
         "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": "strong-smelling",
         "physicalDesc": "opaque",
         "color": "#00A86BFF",
         "color": "#9942F5FF",
         "recipes": [],
         "recipes": [
            "Spaceacillin"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "CureChance": 0.15,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "ChemCureDisease"
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 6,805: Line 6,939:
         }
         }
     },
     },
     "SyndicateBomb": {
     "Stellibinin": {
         "id": "SyndicateBomb",
         "id": "Stellibinin",
         "name": "syndicate bomb",
         "name": "stellibinin",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "Somebody set us up the bomb!",
         "desc": "A natual antitoxin with particular effectiveness against amatoxin.",
         "physicalDesc": "opaque",
         "physicalDesc": "starry",
         "color": "#2E6660FF",
         "color": "#2B2F77FF",
         "recipes": [
         "recipes": [],
            "SyndicateBomb"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": -4
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Reagent": "Amatoxin",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": -3,
                         "conditions": null,
                         "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Amatoxin",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "AdjustReagent"
Line 6,837: Line 6,983:
         }
         }
     },
     },
     "TequilaSunrise": {
     "Synaptizine": {
         "id": "TequilaSunrise",
         "id": "Synaptizine",
         "name": "tequila sunrise",
         "name": "synaptizine",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "Tequila and orange juice. Much like a Screwdriver, only Mexican.",
         "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": "strong-smelling",
         "physicalDesc": "pungent",
         "color": "#FFE48CFF",
         "color": "#D49A2FFF",
         "recipes": [
         "recipes": [
             "TequilaSunrise"
             "Synaptizine"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                        "Key": "Stun",
                        "Component": "",
                        "Time": 3,
                        "Refresh": true,
                        "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "GenericStatusEffect"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Key": "KnockedDown",
                         "Group": null,
                         "Component": "",
                         "Amount": 0.15,
                        "Time": 3,
                        "Refresh": true,
                         "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "GenericStatusEffect"
                     }
                     }
                 ]
                 ]
Line 6,869: Line 7,034:
         }
         }
     },
     },
     "ThreeMileIsland": {
     "TranexamicAcid": {
         "id": "ThreeMileIsland",
         "id": "TranexamicAcid",
         "name": "three mile island iced tea",
         "name": "tranexamic acid",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "\"Made for a woman, strong enough for a man.\"",
         "desc": "A blood clotting medicine for preventing heavy bleeding. Very dangerous in large quantities.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "viscous",
         "color": "#666340FF",
         "color": "#BA7D7DFF",
         "recipes": [
         "recipes": [
             "ThreeMileIsland"
             "TranexamicAcid"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Scaled": false,
                        "Amount": -1.5,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "ModifyBleedAmount"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "damage": {
                         "Group": null,
                            "types": {
                         "Amount": 0.15,
                                "Bloodloss": 3
                         "conditions": null,
                            },
                            "groups": null
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 15,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "HealthChange"
                    },
                    {
                        "Reagent": "Uranium",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 6,909: Line 7,079:
         }
         }
     },
     },
     "ToxinsSpecial": {
     "Tricordrazine": {
         "id": "ToxinsSpecial",
         "id": "Tricordrazine",
         "name": "toxins special",
         "name": "tricordrazine",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "This thing is ON FIRE! CALL THE DAMN SHUTTLE!",
         "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": "strong-smelling",
         "physicalDesc": "opaque",
         "color": "#665C00FF",
         "color": "#00E5FFFF",
         "recipes": [],
         "recipes": [
            "Tricordrazine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                        "damage": {
                            "types": {
                                "Poison": -0.5
                            },
                            "groups": {
                                "Burn": -1,
                                "Brute": -1
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Max": 50,
                                "Min": 0,
                                "id": "TotalDamage"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 6,939: Line 7,119:
         }
         }
     },
     },
     "VodkaMartini": {
     "Lipozine": {
         "id": "VodkaMartini",
         "id": "Lipozine",
         "name": "vodka martini",
         "name": "lipozine",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "Vodka with Gin. Not quite how 007 enjoyed it, but still delicious.",
         "desc": "Causes weight loss upon consumption.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "oily",
         "color": "#004666FF",
         "color": "#2690B5FF",
         "recipes": [
         "recipes": [
             "VodkaMartini"
             "Lipozine"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 6,956: Line 7,136:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "NutritionFactor": -1,
                        "id": "SatiateThirst"
                         "id": "SatiateHunger"
                    },
                     }
                    {
                 ]
                        "Reagent": "Ethanol",
             }
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                 ]
             }
         }
         }
     },
     },
     "VodkaTonic": {
     "Omnizine": {
         "id": "VodkaTonic",
         "id": "Omnizine",
         "name": "vodka tonic",
         "name": "Omnizine",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "For when a gin and tonic isn't russian enough.",
         "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": "strong-smelling",
         "physicalDesc": "soothing",
         "color": "#0064C8FF",
         "color": "#FCF7F9FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Burn": -2,
                                "Toxin": -2,
                                "Airloss": -2,
                                "Brute": -2
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 7,001: Line 7,175:
         }
         }
     },
     },
     "WhiskeyCola": {
     "Ultravasculine": {
         "id": "WhiskeyCola",
         "id": "Ultravasculine",
         "name": "whiskey cola",
         "name": "ultravasculine",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "Whiskey, mixed with cola. Surprisingly refreshing.",
         "desc": "Rapidly flushes toxins from the body, but places some stress on the veins. Do not overdose.",
         "physicalDesc": "bubbly",
         "physicalDesc": "thick and grainy",
         "color": "#3E1B00FF",
         "color": "#520E30FF",
         "recipes": [
         "recipes": [
             "WhiskeyCola"
             "Ultravasculine"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                        "damage": {
                            "types": null,
                            "groups": {
                                "Toxin": -3,
                                "Brute": 0.5
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 0,
                                "Max": 30,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "damage": {
                         "Group": null,
                            "types": null,
                         "Amount": 0.15,
                            "groups": {
                         "conditions": null,
                                "Toxin": -1,
                                "Brute": 3
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                        "Reagent": "Histamine",
                        "Group": null,
                        "Amount": -1,
                        "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Histamine",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "AdjustReagent"
                    },
                    {
                        "Reagent": "Ultravasculine",
                         "Group": null,
                         "Amount": 0.5,
                         "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Histamine",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "AdjustReagent"
Line 7,033: Line 7,265:
         }
         }
     },
     },
     "WhiskeySoda": {
     "Bleach": {
         "id": "WhiskeySoda",
         "id": "Bleach",
         "name": "whiskey soda",
         "name": "bleach",
         "group": "Drinks",
         "group": "Unknown",
         "desc": "For the more refined griffon.",
         "desc": "Heavy duty cleaner that can clean tiles the same as Space Cleaner and also decontaminate clothes. Extremely toxic when ingested.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#533600FF",
         "color": "#A1000BFF",
         "recipes": [],
         "recipes": [
            "Bleach"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Messages": [
                         "Group": null,
                            "generic-reagent-effect-burning-insides"
                         "Amount": 0.15,
                         ],
                         "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 0.33,
                         "id": "AdjustReagent"
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 7,063: Line 7,305:
         }
         }
     },
     },
     "WhiteRussian": {
     "SpaceCleaner": {
         "id": "WhiteRussian",
         "id": "SpaceCleaner",
         "name": "white russian",
         "name": "space cleaner",
         "group": "Drinks",
         "group": "Unknown",
         "desc": "That's just, like, your opinion, man...",
         "desc": "This is able to clean almost all surfaces of almost anything that may dirty them. The janitor is likely to appreciate refills.",
         "physicalDesc": "strong-smelling",
        "physicalDesc": "lemony fresh",
         "color": "#A68340FF",
        "color": "#C8FF69FF",
        "recipes": [
            "SpaceCleaner"
        ],
        "metabolisms": null
    },
    "SpaceLube": {
        "id": "SpaceLube",
        "name": "space lube",
        "group": "Unknown",
        "desc": "Space Lube is a high performance lubricant intended for maintenance of extremely complex mechanical equipment (and certainly not used to make people slip).",
         "physicalDesc": "shiny",
         "color": "#77B58EFF",
         "recipes": [
         "recipes": [
             "WhiteRussian"
             "SpaceLube"
         ],
         ],
        "metabolisms": null
    },
    "Blood": {
        "id": "Blood",
        "name": "blood",
        "group": "Biological",
        "desc": "I hope this is ketchup.",
        "physicalDesc": "ferrous",
        "color": "#800000FF",
        "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 7,080: Line 7,344:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 1.5,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                     }
                    {
                 ]
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                 ]
             }
             }
         }
         }
     },
     },
     "Flour": {
     "Slime": {
         "id": "Flour",
         "id": "Slime",
         "name": "flour",
         "name": "slime",
         "group": "Foods",
         "group": "Biological",
         "desc": "Used for baking.",
         "desc": "You thought this was gradient blood at first, but you were mistaken.",
         "physicalDesc": "powdery",
         "physicalDesc": "viscous",
         "color": "#FFFFFFFF",
         "color": "#2CF274FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 7,110: Line 7,366:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "NutritionFactor": 1,
                         "NutritionFactor": 1.5,
                         "id": "SatiateHunger"
                         "id": "SatiateHunger"
                     }
                     }
Line 7,117: Line 7,373:
         }
         }
     },
     },
     "Oats": {
     "Ichor": {
         "id": "Oats",
         "id": "Ichor",
         "name": "oats",
         "name": "Ichor",
         "group": "Foods",
         "group": "Biological",
         "desc": "Used for a variety of tasty purposes.",
         "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": "coarse",
         "physicalDesc": "roaring",
         "color": "#D2B48CFF",
         "color": "#F4692EFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 7,132: Line 7,388:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "NutritionFactor": 1,
                         "HydrationFactor": 1.5,
                         "id": "SatiateHunger"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
             }
             },
        }
             "Medicine": {
    },
    "Enzyme": {
        "id": "Enzyme",
        "name": "universal enzyme",
        "group": "Foods",
        "desc": "Used in cooking various dishes.",
        "physicalDesc": "chalky",
        "color": "#009900FF",
        "recipes": [],
        "metabolisms": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Bloodloss": -5
                            },
                            "groups": {
                                "Burn": -5,
                                "Brute": -5,
                                "Toxin": -2
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "NutritionFactor": 3,
                         "id": "HealthChange"
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 7,161: Line 7,417:
         }
         }
     },
     },
     "Egg": {
     "Acetone": {
         "id": "Egg",
         "id": "Acetone",
         "name": "egg",
         "name": "acetone",
         "group": "Foods",
         "group": "Unknown",
         "desc": "Used for baking.",
         "desc": "A slick, slightly carcinogenic liquid. Has a multitude of mundane uses in everyday life.",
         "physicalDesc": "mucus-like",
         "physicalDesc": "acidic",
         "color": "#FFFFFFFF",
         "color": "#AF14B7FF",
         "recipes": [],
         "recipes": [
        "metabolisms": {
             "Acetone"
             "Food": {
        ],
                "rate": 0.5,
        "metabolisms": null
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "NutritionFactor": 1,
                        "id": "SatiateHunger"
                    }
                ]
            }
        }
     },
     },
     "Sugar": {
     "Phenol": {
         "id": "Sugar",
         "id": "Phenol",
         "name": "sugar",
         "name": "phenol",
         "group": "Foods",
         "group": "Unknown",
         "desc": "Tasty spacey sugar!",
         "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": "sweet",
        "physicalDesc": "acidic",
         "color": "#FFFFFFFF",
        "color": "#E7EA91FF",
        "recipes": [
            "Phenol"
        ],
        "metabolisms": null
    },
    "Aluminium": {
        "id": "Aluminium",
        "name": "aluminium",
        "group": "Elements",
        "desc": "A silver, soft, non-magnetic, and ductile metal.",
         "physicalDesc": "metallic",
         "color": "#848789FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": null
            "Food": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "NutritionFactor": 1,
                        "id": "SatiateHunger"
                    }
                ]
            }
        }
     },
     },
     "Blackpepper": {
     "Carbon": {
         "id": "Blackpepper",
         "id": "Carbon",
         "name": "black pepper",
         "name": "carbon",
         "group": "Foods",
         "group": "Elements",
         "desc": "Often used to flavor food or make people sneeze.",
         "desc": "A black, crystalline solid.",
         "physicalDesc": "grainy",
         "physicalDesc": "crystalline",
         "color": "#000000FF",
         "color": "#22282BFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": null
            "Food": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "NutritionFactor": 1,
                        "id": "SatiateHunger"
                    }
                ]
            }
        }
     },
     },
     "Vinegar": {
     "Chlorine": {
         "id": "Vinegar",
         "id": "Chlorine",
         "name": "vinegar",
         "name": "chlorine",
         "group": "Foods",
         "group": "Elements",
         "desc": "Often used to flavor food.",
         "desc": "A yellow-green gas which is toxic to humans.",
         "physicalDesc": "sour",
         "physicalDesc": "gaseous",
         "color": "#D2B48CFF",
         "color": "#A2FF00FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": null
            "Food": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "NutritionFactor": 1,
                        "id": "SatiateHunger"
                    }
                ]
            }
        }
     },
     },
     "Rice": {
     "Copper": {
         "id": "Rice",
         "id": "Copper",
         "name": "rice",
         "name": "copper",
         "group": "Foods",
         "group": "Elements",
         "desc": "Hard, small white grains.",
         "desc": "A soft, malleable, and ductile metal with very high thermal and electrical conductivity.",
         "physicalDesc": "chewy",
         "physicalDesc": "metallic",
         "color": "#FFFFFFFF",
         "color": "#B05B3CFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
        "metabolisms": null
             "Food": {
    },
                 "rate": 0.5,
    "Fluorine": {
                 "effects": [
        "id": "Fluorine",
                     {
        "name": "fluorine",
                         "conditions": null,
        "group": "Elements",
        "desc": "A highly toxic pale yellow gas. Extremely reactive.",
        "physicalDesc": "gaseous",
        "color": "#808080FF",
        "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": [],
         "metabolisms": {
             "Medicine": {
                 "rate": 0.5,
                 "effects": [
                     {
                        "Scaled": false,
                        "Amount": 2,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "NutritionFactor": 3,
                         "id": "ModifyBloodLevel"
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 7,271: Line 7,544:
         }
         }
     },
     },
     "OilOlive": {
     "Lithium": {
         "id": "OilOlive",
         "id": "Lithium",
         "name": "olive oil",
         "name": "lithium",
         "group": "Foods",
         "group": "Elements",
         "desc": "Viscous and fragrant.",
         "desc": "A soft, silvery-white alkali metal. It's highly reactive, and ignites if it makes contact with water.",
         "physicalDesc": "oily",
        "physicalDesc": "shiny",
         "color": "#808000FF",
        "color": "#C6C8CCFF",
        "recipes": [],
        "metabolisms": null
    },
    "Mercury": {
        "id": "Mercury",
        "name": "mercury",
        "group": "Elements",
        "desc": "A silver metal which is liquid at room temperature. It's highly toxic to humans.",
         "physicalDesc": "shiny",
         "color": "#929296FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "NutritionFactor": 1,
                         "id": "HealthChange"
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 7,293: Line 7,583:
         }
         }
     },
     },
     "Oil": {
     "Potassium": {
         "id": "Oil",
         "id": "Potassium",
         "name": "oil",
         "name": "potassium",
         "group": "Foods",
         "group": "Elements",
         "desc": "Used by chefs to cook.",
         "desc": "A soft, shiny grey metal. Even more reactive than lithium.",
         "physicalDesc": "oily",
         "physicalDesc": "shiny",
         "color": "#B67823FF",
         "color": "#C6C8CCFF",
         "recipes": [
         "recipes": [],
            "Oil"
        ],
         "metabolisms": null
         "metabolisms": null
     },
     },
     "CapsaicinOil": {
     "Phosphorus": {
         "id": "CapsaicinOil",
         "id": "Phosphorus",
         "name": "Capsaicin Oil",
         "name": "phosphorus",
         "group": "Unknown",
         "group": "Elements",
         "desc": "Capsaicin Oil is the ingredient found in different types of hot peppers.",
         "desc": "A reactive metal used in pyrotechnics and weapons.",
         "physicalDesc": "oily",
        "physicalDesc": "powdery",
         "color": "#FF0000FF",
        "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": {
Line 7,319: Line 7,617:
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": null,
                             "types": {
                            "groups": {
                                 "Radiation": 2
                                 "Caustic": 0.5
                             },
                             }
                            "groups": null
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
Line 7,329: Line 7,627:
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     },
                     }
                    {
                ]
                        "damage": {
            }
                            "types": null,
        }
                            "groups": {
    },
                                "Caustic": 1
    "Silicon": {
                            }
        "id": "Silicon",
                        },
        "name": "silicon",
                        "scaleByQuantity": false,
        "group": "Elements",
                        "ignoreResistances": true,
        "desc": "A hard and brittle crystalline solid with a blue-grey color.",
                        "conditions": [
        "physicalDesc": "crystalline",
                            {
        "color": "#364266FF",
                                "Min": 5,
        "recipes": [],
                                "Max": 21474836,
        "metabolisms": null
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                        "Messages": [
                            "capsaicin-effect-light-burn"
                        ],
                        "Type": 1,
                        "conditions": null,
                        "probability": 0.2,
                        "id": "PopupMessage"
                    }
                ]
            }
        }
     },
     },
     "Nutriment": {
     "Silver": {
         "id": "Nutriment",
         "id": "Silver",
         "name": "nutriment",
         "name": "silver",
         "group": "Foods",
         "group": "Elements",
         "desc": "All the vitamins, minerals, and carbohydrates the body needs in pure form.",
         "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": "opaque",
         "physicalDesc": "reasonably metallic",
         "color": "#664330FF",
         "color": "#D0D0D0FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": null
            "Food": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "NutritionFactor": 3,
                        "id": "SatiateHunger"
                    }
                ]
            }
        }
     },
     },
     "Vitamin": {
     "Sulfur": {
         "id": "Vitamin",
         "id": "Sulfur",
         "name": "vitamin",
         "name": "sulfur",
         "group": "Foods",
         "group": "Elements",
         "desc": "Found in healthy, complete meals.",
         "desc": "A yellow, crystalline solid.",
         "physicalDesc": "chalky",
        "physicalDesc": "powdery",
         "color": "#D3D3D3FF",
        "color": "#FFF385FF",
        "recipes": [],
        "metabolisms": null
    },
    "Sodium": {
        "id": "Sodium",
        "name": "sodium",
        "group": "Elements",
        "desc": "A silvery-white alkali metal. Highly reactive in its pure form. #thanks visne \u003C3",
        "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": {
             "Food": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": null,
                             "types": {
                            "groups": {
                                 "Radiation": 2
                                 "Brute": -0.5,
                            },
                                "Burn": -0.5
                            "groups": null
                            }
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 0.5,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    },
                    {
                        "Scaled": false,
                        "Amount": -0.25,
                        "conditions": null,
                        "probability": 1,
                        "id": "ModifyBleedAmount"
                    },
                    {
                        "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": [],
        "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"
                     }
                     }
                 ]
                 ]

Revision as of 04:16, 16 June 2022

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"
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
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
BlackRussian
id"BlackRussian"
name"black russian"
group"Drinks"
desc"For the lactose-intolerant. Still as classy as a White Russian."
physicalDesc"strong-smelling"
color"#360000FF"
recipes
"BlackRussian"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.2
conditionsnull
probability1
id"AdjustReagent"
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
HydrationFactor3
id"SatiateThirst"
JuiceGrape
id"JuiceGrape"
name"grape juice"
group"Drinks"
desc"Freshly squeezed juice from red grapes. Quite sweet."
physicalDesc"crisp"
color"#512284FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor3
id"SatiateThirst"
JuiceLemon
id"JuiceLemon"
name"lemon juice"
group"Drinks"
desc"This juice is VERY sour."
physicalDesc"citric"
color"#FFF690FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor3
id"SatiateThirst"
JuiceLime
id"JuiceLime"
name"lime juice"
group"Drinks"
desc"The sweet-sour juice of limes."
physicalDesc"citric"
color"#99BB43FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor3
id"SatiateThirst"
JuiceOrange
id"JuiceOrange"
name"orange juice"
group"Drinks"
desc"Both delicious AND rich in Vitamin C. What more do you need?"
physicalDesc"citric"
color"#E78108FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor3
id"SatiateThirst"
JuicePineapple
id"JuicePineapple"
name"pineapple juice"
group"Drinks"
desc"The delicious juice of a pineapple."
physicalDesc"tropical"
color"#FFFF00FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor3
id"SatiateThirst"
JuicePotato
id"JuicePotato"
name"potato juice"
group"Drinks"
desc"Juice of the potato. Bleh."
physicalDesc"starchy"
color"#302000FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor3
id"SatiateThirst"
JuiceTomato
id"JuiceTomato"
name"tomato juice"
group"Drinks"
desc"Tomatoes made into juice. What a waste of good tomatoes, huh?"
physicalDesc"saucey"
color"#731008FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor3
id"SatiateThirst"
JuiceWatermelon
id"JuiceWatermelon"
name"water melon juice"
group"Drinks"
desc"The delicious juice of a watermelon."
physicalDesc"sweet"
color"#EF3520FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor3
id"SatiateThirst"
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"
_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"
_ratios
CarbonDioxide1
Nitrogen-1
conditions
Type"Vox"
ShouldHavetrue
id"OrganType"
probability1
id"ModifyLungGas"
Coffee
id"Coffee"
name"coffee"
group"Drinks"
desc"A drink made from brewed coffee beans. Contains a moderate amount of caffeine."
physicalDesc"aromatic"
color"#664300FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Theobromine"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
Cream
id"Cream"
name"cream"
group"Drinks"
desc"The fatty, still liquid part of milk. Why don't you mix this with sum scotch, eh?"
physicalDesc"creamy"
color"#DFD7AFFF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor1
id"SatiateThirst"
CafeLatte
id"CafeLatte"
name"cafe latte"
group"Drinks"
desc"A nice, strong and tasty beverage while you are reading."
physicalDesc"creamy"
color"#664300FF"
recipes
"CafeLatte"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor3
id"SatiateThirst"
GreenTea
id"GreenTea"
name"green tea"
group"Drinks"
desc"Tasty green tea."
physicalDesc"aromatic"
color"#C33F00FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor3
id"SatiateThirst"
Grenadine
id"Grenadine"
name"grenadine"
group"Drinks"
desc"Not cherry flavored!"
physicalDesc"dark-red"
color"#EA1D26FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor3
id"SatiateThirst"
IcedCoffee
id"IcedCoffee"
name"iced coffee"
group"Drinks"
desc"Coffee and ice, refreshing and cool."
physicalDesc"aromatic"
color"#102838FF"
recipes
"IcedCoffee"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor3
id"SatiateThirst"
IcedGreenTea
id"IcedGreenTea"
name"iced green tea"
group"Drinks"
desc"cold green tea."
physicalDesc"aromatic"
color"#CE4200FF"
recipes
"IcedGreenTea"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor3
id"SatiateThirst"
IcedTea
id"IcedTea"
name"iced tea"
group"Drinks"
desc"No relation to a certain rap artist/actor."
physicalDesc"aromatic"
color"#104038FF"
recipes
"IcedTea"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Theobromine"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
Lemonade
id"Lemonade"
name"lemonade"
group"Drinks"
desc"Drink using lemon juice, water, and a sweetener such as cane sugar or honey."
physicalDesc"tart"
color"#FFFF00FF"
recipes
"Lemonade"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Milk
id"Milk"
name"milk"
group"Drinks"
desc"An opaque white liquid produced by the mammary glands of mammals."
physicalDesc"opaque"
color"#DFDFDFFF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor4
id"SatiateThirst"
MilkGoat
id"MilkGoat"
name"goats milk"
group"Drinks"
desc"An opaque white liquid produced by a goat. High buttermilk content."
physicalDesc"opaque"
color"#DFDFDFFF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor4
id"SatiateThirst"
MilkOat
id"MilkOat"
name"oat milk"
group"Drinks"
desc"Surprisingly tasty."
physicalDesc"refreshing"
color"#302000FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor4
id"SatiateThirst"
MilkSoy
id"MilkSoy"
name"soy milk"
group"Drinks"
desc"Consumers favorite."
physicalDesc"refreshing"
color"#302000FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor4
id"SatiateThirst"
MilkSpoiled
id"MilkSpoiled"
name"spoiled milk"
group"Drinks"
desc"This milk has gone rancid."
physicalDesc"putrid"
color"#FAFFBAFF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor-2
id"SatiateThirst"
Nothing
id"Nothing"
name"nothing"
group"Drinks"
desc"Absolutely nothing."
physicalDesc"nothing"
color"#FFFFFFFF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
NuclearCola
id"NuclearCola"
name"nuclear cola"
group"Drinks"
desc"Cola, cola never changes."
physicalDesc"fizzy"
color"#100800FF"
recipes
"NuclearCola"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor6
id"SatiateThirst"
Poison
rate0.5
effects
damage
types
Poison1
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
SodaWater
id"SodaWater"
name"soda water"
group"Drinks"
desc"A container of club soda. Why not make a scotch and soda?"
physicalDesc"fizzy"
color"#619494FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor3
id"SatiateThirst"
SoyLatte
id"SoyLatte"
name"soy latte"
group"Drinks"
desc"A coffee drink made with espresso and steamed soy milk."
physicalDesc"strong-smelling"
color"#664300FF"
recipes
"SoyLatte"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor3
id"SatiateThirst"
Tea
id"Tea"
name"tea"
group"Drinks"
desc"A drink made by boiling leaves of the tea tree, Camellia sinensis."
physicalDesc"aromatic"
color"#8A5A3AFF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Theobromine"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
TonicWater
id"TonicWater"
name"tonic water"
group"Drinks"
desc"It tastes strange but at least the quinine keeps the Space Malaria at bay."
physicalDesc"fizzy"
color"#0064C8FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor3
id"SatiateThirst"
Water
id"Water"
name"water"
group"Drinks"
desc"A colorless liquid that humans need in order to survive."
physicalDesc"translucent"
color"#C0E0FF20"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor4
id"SatiateThirst"
Ice
id"Ice"
name"ice"
group"Unknown"
desc"Frozen water."
physicalDesc"frosty"
color"#BED8E6FF"
recipes
Empty array
metabolismsnull
DryRamen
id"DryRamen"
name"dry ramen"
group"Drinks"
desc"Dry noodles and salt."
physicalDesc"wormy"
color"#664300FF"
recipes
Empty array
metabolisms
Food
rate0.5
effects
conditionsnull
probability1
NutritionFactor1
id"SatiateHunger"
HotRamen
id"HotRamen"
name"hot ramen"
group"Drinks"
desc"Hot noodles."
physicalDesc"wormy"
color"#664300FF"
recipes
"HotRamen"
metabolisms
Food
rate0.5
effects
conditionsnull
probability1
NutritionFactor4
id"SatiateHunger"
Pilk
id"Pilk"
name"pilk"
group"Drinks"
desc"A sickening mixture of milk and cola."
physicalDesc"creamy"
color"#E7C69FFF"
recipes
"Pilk"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor1
id"SatiateThirst"
KiraSpecial
id"KiraSpecial"
name"kira special"
group"Drinks"
desc"Long live the guy who everyone had mistaken for a girl. Baka!"
physicalDesc"strong-smelling"
color"#CCCC99FF"
recipes
"KiraSpecial"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor3
id"SatiateThirst"
Rewriter
id"Rewriter"
name"rewriter"
group"Drinks"
desc"The secret of the sanctuary of the Librarian..."
physicalDesc"strong-smelling"
color"#485000FF"
recipes
"Rewriter"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor3
id"SatiateThirst"
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"exotic-smelling"
color"#E2A38CFF"
recipes
Empty array
metabolisms
Poison
rate0.5
effects
damage
types
Poison4
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Messages
"generic-reagent-effect-burning-insides"
Type1
conditionsnull
probability0.33
id"PopupMessage"
PolytrinicAcid
id"PolytrinicAcid"
name"polytrinic acid"
group"Toxins"
desc"An extremely corrosive chemical substance. The slightest touch of it will melt off most masks and headgear, and it deals extreme damage to anyone who comes directly into contact with it."
physicalDesc"strong-smelling"
color"#A1000BFF"
recipes
"PolytrinicAcid"
metabolisms
Poison
rate0.5
effects
damage
typesnull
groups
Caustic2
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Messages
"generic-reagent-effect-burning-insides"
Type1
conditionsnull
probability0.33
id"PopupMessage"
FluorosulfuricAcid
id"FluorosulfuricAcid"
name"fluorosulfuric acid"
group"Toxins"
desc"An extremely corrosive chemical substance."
physicalDesc"strong-smelling"
color"#5050FFFF"
recipes
"FluorosulfuricAcid"
metabolisms
Poison
rate0.5
effects
damage
typesnull
groups
Caustic2
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Messages
"generic-reagent-effect-burning-insides"
Type1
conditionsnull
probability0.33
id"PopupMessage"
SulfuricAcid
id"SulfuricAcid"
name"sulfuric acid"
group"Toxins"
desc"A highly corrosive, oily, colorless liquid."
physicalDesc"oily"
color"#BF8C00FF"
recipes
Empty array
metabolisms
Poison
rate0.5
effects
damage
types
Poison2
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Messages
"generic-reagent-effect-burning-insides"
Type1
conditionsnull
probability0.33
id"PopupMessage"
UnstableMutagen
id"UnstableMutagen"
name"unstable mutagen"
group"Toxins"
desc"Causes mutations when injected into living people or plants. High doses may be lethal, especially in humans."
physicalDesc"glowing"
color"#00FF5FFF"
recipes
"UnstableMutagen"
metabolisms
Poison
rate0.5
effects
damage
types
Radiation3
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
HeartbreakerToxin
id"HeartbreakerToxin"
name"heartbreaker toxin"
group"Toxins"
desc"A hallucinogenic compound that is illegal under space law. A synthetic drug derived from Mindbreaker toxin, it blocks some neurological signals to the respiratory system which causes choking."
physicalDesc"strong-smelling"
color"#5F959CFF"
recipes
"HeartbreakerToxin"
metabolisms
Poison
rate0.5
effects
damage
types
Asphyxiation2
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Lexorin
id"Lexorin"
name"lexorin"
group"Toxins"
desc"Temporarily stops respiration and causes tissue damage. Large doses are fatal, and will cause people to pass out very quickly. Dexalin and Dexalin Plus will both remove it, however."
physicalDesc"pungent"
color"#6B0007FF"
recipes
"Lexorin"
metabolisms
Poison
rate0.5
effects
damage
typesnull
groups
Airloss7
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
MindbreakerToxin
id"MindbreakerToxin"
name"mindbreaker toxin"
group"Toxins"
desc"A potent hallucinogenic compound that is illegal under space law. Formerly known as LSD."
physicalDesc"opaque"
color"#77B58EFF"
recipes
"MindbreakerToxin"
metabolismsnull
Histamine
id"Histamine"
name"histamine"
group"Toxins"
desc"Histamine's effects become more dangerous depending on the dosage amount. They range from mildly annoying to incredibly lethal."
physicalDesc"abrasive"
color"#FA6464FF"
recipes
Empty array
metabolisms
Poison
rate0.5
effects
damage
typesnull
groups
Brute2
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability0.1
id"HealthChange"
damage
typesnull
groups
Brute2
Toxin2
Airloss2
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min45
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"HealthChange"
Messages
"histamine-effect-light-itchiness"
Type1
conditionsnull
probability0.1
id"PopupMessage"
Messages
"histamine-effect-heavy-itchiness"
Type1
conditions
Min45
Max21474836
Reagentnull
id"ReagentThreshold"
probability0.2
id"PopupMessage"
Theobromine
id"Theobromine"
name"theobromine"
group"Toxins"
desc"Theobromine is a bitter alkaloid of the cacao plant found in chocolate, and some other foods."
physicalDesc"grainy"
color"#F5F5F5FF"
recipes
Empty array
metabolisms
Poison
rate0.5
effects
damage
types
Poison4
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min1
Max21474836
Reagentnull
id"ReagentThreshold"
Type"Animal"
ShouldHavetrue
id"OrganType"
probability1
id"HealthChange"
ThirstAmount-40
HungerAmount-40
conditions
Min3
Max21474836
Reagentnull
id"ReagentThreshold"
Type"Animal"
ShouldHavetrue
id"OrganType"
probability0.025
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"
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"
Carpetium
id"Carpetium"
name"carpetium"
group"Special"
desc"A mystical chemical, usually outsourced from the Clown Planet, that covers everything it touches in carpet."
physicalDesc"fibrous"
color"#800000FF"
recipes
"Carpetium"
metabolisms
Poison
rate0.5
effects
Messages
"carpetium-effect-blood-fibrous"
"carpetium-effect-jumpsuit-insides"
Type1
conditionsnull
probability0.1
id"PopupMessage"
Reagent"CarpoToxin"
Groupnull
Amount-3
conditions
Min1
Max21474836
Reagent"CarpoToxin"
id"ReagentThreshold"
probability1
id"AdjustReagent"
Fiber
id"Fiber"
name"fiber"
group"Unknown"
desc"A raw material, usually extracted from wool or other fabric products."
physicalDesc"fibrous"
color"#808080FF"
recipes
Empty array
metabolismsnull
BuzzochloricBees
id"BuzzochloricBees"
name"Buzzochloric Bees"
group"Toxins"
desc"Liquid bees. Oh god it's LIQUID BEES NO-"
physicalDesc"buzzy"
color"#FFD35DFF"
recipes
"BuzzochloricBees"
metabolisms
Poison
rate0.5
effects
Messages
"buzzochloricbees-effect-oh-god-bees"
"buzzochloricbees-effect-its-the-bees"
"buzzochloricbees-effect-why-am-i-covered-in-bees"
"buzzochloricbees-effect-one-with-the-bees"
"buzzochloricbees-effect-squeaky-clean"
Type1
conditions
Min0
Max0
Reagent"Histamine"
id"ReagentThreshold"
Tag"Bee"
Inverttrue
id"HasTag"
probability0.1
id"PopupMessage"
Messages
"buzzochloricbees-effect-histamine-bee-allergy"
"buzzochloricbees-effect-histamine-swells"
"buzzochloricbees-effect-histamine-numb-to-the-bees"
"buzzochloricbees-effect-histamine-cannot-be-one-with-the-bees"
"buzzochloricbees-effect-squeaky-clean"
Type1
conditions
Min0.01
Max21474836
Reagent"Histamine"
id"ReagentThreshold"
Tag"Bee"
Inverttrue
id"HasTag"
probability0.05
id"PopupMessage"
Messages
"buzzochloricbees-effect-licoxide-electrifying"
"buzzochloricbees-effect-licoxide-shocked-by-bee-facts"
"buzzochloricbees-effect-licoxide-buzzed"
"buzzochloricbees-effect-licoxide-buzzes"
Type1
conditions
Tag"Bee"
Inverttrue
id"HasTag"
Min0.01
Max21474836
Reagent"Licoxide"
id"ReagentThreshold"
probability0.05
id"PopupMessage"
Messages
"buzzochloricbees-effect-fiber-hairy"
"buzzochloricbees-effect-fiber-soft"
Type1
conditions
Tag"Bee"
Inverttrue
id"HasTag"
Min0.01
Max21474836
Reagent"Fiber"
id"ReagentThreshold"
probability0.05
id"PopupMessage"
damage
types
Poison2
Piercing2
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Tag"Bee"
Inverttrue
id"HasTag"
probability1
id"HealthChange"
GroundBee
id"GroundBee"
name"Ground Bee"
group"Unknown"
desc"Bee grounds. Gross."
physicalDesc"bee guts"
color"#86530EFF"
recipes
Empty array
metabolismsnull
Saxoite
id"Saxoite"
name"Saxoite"
group"Unknown"
desc"Smells like jazz."
physicalDesc"ground brass"
color"#B8A603FF"
recipes
Empty array
metabolismsnull
Licoxide
id"Licoxide"
name"Licoxide"
group"Toxins"
desc"It looks... electrifying."
physicalDesc"electric"
color"#FDD023FF"
recipes
Empty array
metabolisms
Poison
rate0.5
effects
ElectrocuteTime2
ElectrocuteDamageScale5
Refreshtrue
conditionsnull
probability0.5
id"Electrocute"
Astrotame
id"Astrotame"
name"Astrotame"
group"Foods"
desc"The sweetness of a thousand sugars but none of the calories."
physicalDesc"sugary"
color"#7FFFD4FF"
recipes
Empty array
metabolismsnull
BbqSauce
id"BbqSauce"
name"BBQ sauce"
group"Foods"
desc"Hand wipes not included."
physicalDesc"gloopy"
color"#8B0000FF"
recipes
"CookingBbqSauce"
metabolismsnull
Cornoil
id"Cornoil"
name"corn oil"
group"Foods"
desc"Corn oil, A delicious oil used in cooking. Made from corn."
physicalDesc"oily"
color"#FFFF00FF"
recipes
Empty array
metabolismsnull
Frostoil
id"Frostoil"
name"frostoil"
group"Foods"
desc"Leaves the tongue numb in its passage."
physicalDesc"cold"
color"#87CEEBFF"
recipes
Empty array
metabolismsnull
HorseradishSauce
id"HorseradishSauce"
name"horseradish sauce"
group"Foods"
desc"Smelly horseradish sauce."
physicalDesc"overpowering"
color"#808080FF"
recipes
Empty array
metabolismsnull
Hotsauce
id"Hotsauce"
name"hotsauce"
group"Foods"
desc"Burns so good."
physicalDesc"spicy"
color"#FF0000FF"
recipes
"CookingHotsauce"
metabolismsnull
Ketchup
id"Ketchup"
name"ketchup"
group"Foods"
desc"Made from pureed tomatoes and flavored with spices."
physicalDesc"tangy"
color"#FF0000FF"
recipes
"CookingKetchup"
metabolismsnull
Soysauce
id"Soysauce"
name"soy sauce"
group"Foods"
desc"A salty soy-based flavoring."
physicalDesc"salty"
color"#8B4513FF"
recipes
Empty array
metabolisms
Food
rate0.5
effects
conditionsnull
probability1
NutritionFactor0.5
id"SatiateHunger"
conditionsnull
probability1
HydrationFactor-0.5
id"SatiateThirst"
TableSalt
id"TableSalt"
name"table salt"
group"Foods"
desc"Commonly known as salt, Sodium Chloride is often used to season food or kill borers instantly."
physicalDesc"grainy"
color"#A1000BFF"
recipes
"TableSalt"
metabolisms
Food
rate0.5
effects
conditionsnull
probability1
NutritionFactor0.5
id"SatiateHunger"
conditionsnull
probability1
HydrationFactor-0.5
id"SatiateThirst"
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"
Flour
id"Flour"
name"flour"
group"Foods"
desc"Used for baking."
physicalDesc"powdery"
color"#FFFFFFFF"
recipes
Empty array
metabolisms
Food
rate0.5
effects
conditionsnull
probability1
NutritionFactor1
id"SatiateHunger"
Oats
id"Oats"
name"oats"
group"Foods"
desc"Used for a variety of tasty purposes."
physicalDesc"coarse"
color"#D2B48CFF"
recipes
Empty array
metabolisms
Food
rate0.5
effects
conditionsnull
probability1
NutritionFactor1
id"SatiateHunger"
Enzyme
id"Enzyme"
name"universal enzyme"
group"Foods"
desc"Used in cooking various dishes."
physicalDesc"chalky"
color"#009900FF"
recipes
Empty array
metabolisms
Food
rate0.5
effects
conditionsnull
probability1
NutritionFactor3
id"SatiateHunger"
Egg
id"Egg"
name"egg"
group"Foods"
desc"Used for baking."
physicalDesc"mucus-like"
color"#FFFFFFFF"
recipes
Empty array
metabolisms
Food
rate0.5
effects
conditionsnull
probability1
NutritionFactor1
id"SatiateHunger"
Sugar
id"Sugar"
name"sugar"
group"Foods"
desc"Tasty spacey sugar!"
physicalDesc"sweet"
color"#FFFFFFFF"
recipes
Empty array
metabolisms
Food
rate0.5
effects
conditionsnull
probability1
NutritionFactor1
id"SatiateHunger"
Blackpepper
id"Blackpepper"
name"black pepper"
group"Foods"
desc"Often used to flavor food or make people sneeze."
physicalDesc"grainy"
color"#000000FF"
recipes
Empty array
metabolisms
Food
rate0.5
effects
conditionsnull
probability1
NutritionFactor1
id"SatiateHunger"
Vinegar
id"Vinegar"
name"vinegar"
group"Foods"
desc"Often used to flavor food."
physicalDesc"sour"
color"#D2B48CFF"
recipes
Empty array
metabolisms
Food
rate0.5
effects
conditionsnull
probability1
NutritionFactor1
id"SatiateHunger"
Rice
id"Rice"
name"rice"
group"Foods"
desc"Hard, small white grains."
physicalDesc"chewy"
color"#FFFFFFFF"
recipes
Empty array
metabolisms
Food
rate0.5
effects
conditionsnull
probability1
NutritionFactor3
id"SatiateHunger"
OilOlive
id"OilOlive"
name"olive oil"
group"Foods"
desc"Viscous and fragrant."
physicalDesc"oily"
color"#808000FF"
recipes
Empty array
metabolisms
Food
rate0.5
effects
conditionsnull
probability1
NutritionFactor1
id"SatiateHunger"
Oil
id"Oil"
name"oil"
group"Foods"
desc"Used by chefs to cook."
physicalDesc"oily"
color"#B67823FF"
recipes
"Oil"
metabolismsnull
CapsaicinOil
id"CapsaicinOil"
name"Capsaicin Oil"
group"Unknown"
desc"Capsaicin Oil is the ingredient found in different types of hot peppers."
physicalDesc"oily"
color"#FF0000FF"
recipes
Empty array
metabolisms
Poison
rate0.5
effects
damage
typesnull
groups
Caustic0.5
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
damage
typesnull
groups
Caustic1
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min5
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"HealthChange"
Messages
"capsaicin-effect-light-burn"
Type1
conditionsnull
probability0.2
id"PopupMessage"
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
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
Empty array
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"
Desoxyephedrine
id"Desoxyephedrine"
name"desoxyephedrine"
group"Narcotics"
desc"Desoxyephedrine is a potent stimulant with dangerous side-effects if too much is consumed."
physicalDesc"translucent"
color"#FAFAFAFF"
recipes
"Desoxyephedrine"
metabolisms
Poison
rate0.5
effects
damage
types
Poison0.75
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
damage
types
Poison2
Asphyxiation2
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min30
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"HealthChange"
Narcotic
rate0.5
effects
StatusLifetime2
conditionsnull
probability1
WalkSpeedModifier1.35
SprintSpeedModifier1.35
id"MovespeedModifier"
Key"Stutter"
Component"StutteringAccent"
Time2
Refreshtrue
Type0
conditionsnull
probability1
id"GenericStatusEffect"
Amplitude10
Frequency4
Time2
Refreshtrue
conditionsnull
probability1
id"Jitter"
Key"Stun"
Component""
Time3
Refreshtrue
Type1
conditionsnull
probability1
id"GenericStatusEffect"
Key"KnockedDown"
Component""
Time3
Refreshtrue
Type1
conditionsnull
probability1
id"GenericStatusEffect"
Ephedrine
id"Ephedrine"
name"ephedrine"
group"Narcotics"
desc"Increases stun resistance and movement speed, giving you hand cramps. Overdose deals toxin damage and inhibits breathing."
physicalDesc"powdery"
color"#D2FFFAFF"
recipes
"Ephedrine"
metabolisms
Narcotic
rate0.5
effects
StatusLifetime2
conditionsnull
probability1
WalkSpeedModifier1.25
SprintSpeedModifier1.25
id"MovespeedModifier"
damage
types
Poison2
Asphyxiation2
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min20
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"HealthChange"
Amplitude10
Frequency4
Time2
Refreshtrue
conditionsnull
probability1
id"Jitter"
Key"Stun"
Component""
Time1
Refreshtrue
Type1
conditionsnull
probability1
id"GenericStatusEffect"
Key"KnockedDown"
Component""
Time1
Refreshtrue
Type1
conditionsnull
probability1
id"GenericStatusEffect"
Messages
"ephedrine-effect-tight-pain"
"ephedrine-effect-heart-pounds"
Type1
conditionsnull
probability0.05
id"PopupMessage"
THC
id"THC"
name"THC"
group"Narcotics"
desc"The main psychoactive compound in cannabis."
physicalDesc"crystalline"
color"#808080FF"
recipes
Empty array
metabolismsnull
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
metabolismsnull
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"
metabolismsnull
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"
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"
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"
Cryoxadone
id"Cryoxadone"
name"cryoxadone"
group"Medicine"
desc"Required for the proper function of cryogenics. Heals all standard types of damage very swiftly, but only works in temperatures under 170K (usually this means cryo cells). Can also slowly heal clone damage, such as caused by cloning or Slimes."
physicalDesc"fizzy"
color"#0091FFFF"
recipes
"Cryoxadone"
metabolisms
Medicine
rate0.5
effects
damage
typesnull
groups
Airloss-6
Brute-4
Burn-4
Toxin-4
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min0
Max150
id"Temperature"
probability1
id"HealthChange"
Clonexadone
id"Clonexadone"
name"clonexadone"
group"Medicine"
desc"Heals standard damage in the same as Cryoxadone, with the same temperature requirement. Significantly more effective than the former at treating cellular damage, although both can be used simultaneously. Best used in cryo cells."
physicalDesc"bubbly"
color"#0666FFFF"
recipes
"Clonexadone"
metabolisms
Medicine
rate0.5
effects
damage
typesnull
groups
Airloss-6
Brute-4
Burn-4
Toxin-4
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min0
Max150
id"Temperature"
probability1
id"HealthChange"
Dermaline
id"Dermaline"
name"dermaline"
group"Medicine"
desc"An advanced chemical that is more effective at treating burn damage than Kelotane."
physicalDesc"translucent"
color"#215263FF"
recipes
"Dermaline"
metabolisms
Medicine
rate0.5
effects
damage
typesnull
groups
Burn-3
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
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"
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
conditionsnull
probability0.2
id"PopupMessage"
Barozine
id"Barozine"
name"barozine"
group"Medicine"
desc"A somewhat toxic medicine that prevents pressure damage. Causes extreme pain and jittering. Very poisonous when overdosed."
physicalDesc"viscous"
color"#FF867DFF"
recipes
Empty array
metabolisms
Medicine
rate0.5
effects
damage
types
Poison1
groups
Brute-1.5
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
damage
types
Poison3
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min15
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"HealthChange"
Key"PressureImmunity"
Component"PressureImmunity"
Time2
Refreshtrue
Type0
conditionsnull
probability1
id"GenericStatusEffect"
Key"Stutter"
Component"StutteringAccent"
Time2
Refreshtrue
Type0
conditionsnull
probability1
id"GenericStatusEffect"
Amplitude10
Frequency4
Time2
Refreshtrue
conditionsnull
probability1
id"Jitter"
conditionsnull
probability0.2
id"Scream"
Messages
"barozine-effect-skin-burning"
"barozine-effect-muscle-contract"
Type1
conditionsnull
probability0.1
id"PopupMessage"
Phalanximine
id"Phalanximine"
name"phalanximine"
group"Medicine"
desc"Used in the treatment of cancer, is as effective as Anti-Toxin. Causes moderate radiation and hair loss."
physicalDesc"acrid"
color"#C8FF75FF"
recipes
"Phalanximine"
metabolisms
Medicine
rate0.5
effects
damage
types
Cellular-1
Radiation1
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
ThirstAmount-40
HungerAmount-40
conditionsnull
probability0.05
id"ChemVomit"
Romerol
id"Romerol"
name"romerol"
group"Medicine"
desc"A difficult to procure chemical used in the reversal of the zombification process. Tastes like death."
physicalDesc"acrid"
color"#7E916EFF"
recipes
"Romerol"
metabolisms
Medicine
rate0.5
effects
damage
types
Poison0.5
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
PulpedBananaPeel
id"PulpedBananaPeel"
name"pulped banana peel"
group"Medicine"
desc"Pulped banana peels have some effectiveness against bleeding."
physicalDesc"pulpy"
color"#FFE774FF"
recipes
Empty array
metabolisms
Medicine
rate0.5
effects
Scaledfalse
Amount-0.5
conditionsnull
probability1
id"ModifyBleedAmount"
Siderlac
id"Siderlac"
name"siderlac"
group"Medicine"
desc"A powerful anti-caustic medicine derived from plants."
physicalDesc"milky"
color"#F4DAB8FF"
recipes
"Siderlac"
metabolisms
Medicine
rate0.5
effects
damage
typesnull
groups
Caustic-5
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Spaceacillin
id"Spaceacillin"
name"spaceacillin"
group"Medicine"
desc"A theta-lactam antibiotic. A common and very useful medicine, effective against many diseases likely to be encountered in space. Slows progression of diseases."
physicalDesc"opaque"
color"#9942F5FF"
recipes
"Spaceacillin"
metabolisms
Medicine
rate0.5
effects
CureChance0.15
conditionsnull
probability1
id"ChemCureDisease"
Stellibinin
id"Stellibinin"
name"stellibinin"
group"Medicine"
desc"A natual antitoxin with particular effectiveness against amatoxin."
physicalDesc"starry"
color"#2B2F77FF"
recipes
Empty array
metabolisms
Medicine
rate0.5
effects
damage
types
Poison-4
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Reagent"Amatoxin"
Groupnull
Amount-3
conditions
Min1
Max21474836
Reagent"Amatoxin"
id"ReagentThreshold"
probability1
id"AdjustReagent"
Synaptizine
id"Synaptizine"
name"synaptizine"
group"Medicine"
desc"Toxic, but treats hallucinations, drowsiness & halves the duration of paralysis, stuns and knockdowns. One unit is enough to treat hallucinations; two units is deadly."
physicalDesc"pungent"
color"#D49A2FFF"
recipes
"Synaptizine"
metabolisms
Poison
rate0.5
effects
damage
types
Poison3
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Key"Stun"
Component""
Time3
Refreshtrue
Type1
conditionsnull
probability1
id"GenericStatusEffect"
Key"KnockedDown"
Component""
Time3
Refreshtrue
Type1
conditionsnull
probability1
id"GenericStatusEffect"
TranexamicAcid
id"TranexamicAcid"
name"tranexamic acid"
group"Medicine"
desc"A blood clotting medicine for preventing heavy bleeding. Very dangerous in large quantities."
physicalDesc"viscous"
color"#BA7D7DFF"
recipes
"TranexamicAcid"
metabolisms
Medicine
rate0.5
effects
Scaledfalse
Amount-1.5
conditionsnull
probability1
id"ModifyBleedAmount"
damage
types
Bloodloss3
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min15
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"HealthChange"
Tricordrazine
id"Tricordrazine"
name"tricordrazine"
group"Medicine"
desc"A wide-spectrum stimulant, originally derived from Cordrazine. It's capable of healing most common damage types simultaneously, however only at about half the rate of other medications. Because of its low potency, it's best used as a supplement to other medicines."
physicalDesc"opaque"
color"#00E5FFFF"
recipes
"Tricordrazine"
metabolisms
Medicine
rate0.5
effects
damage
types
Poison-0.5
groups
Burn-1
Brute-1
scaleByQuantityfalse
ignoreResistancestrue
conditions
Max50
Min0
id"TotalDamage"
probability1
id"HealthChange"
Lipozine
id"Lipozine"
name"lipozine"
group"Medicine"
desc"Causes weight loss upon consumption."
physicalDesc"oily"
color"#2690B5FF"
recipes
"Lipozine"
metabolisms
Medicine
rate0.5
effects
conditionsnull
probability1
NutritionFactor-1
id"SatiateHunger"
Omnizine
id"Omnizine"
name"Omnizine"
group"Medicine"
desc"A soothing milky liquid with an iridescent gleam. A well known conspiracy theory says that it's origins remain a mystery because knowing the secrets of its production would render most commercial pharmaceuticals obsolete."
physicalDesc"soothing"
color"#FCF7F9FF"
recipes
Empty array
metabolisms
Medicine
rate0.5
effects
damage
typesnull
groups
Burn-2
Toxin-2
Airloss-2
Brute-2
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Ultravasculine
id"Ultravasculine"
name"ultravasculine"
group"Medicine"
desc"Rapidly flushes toxins from the body, but places some stress on the veins. Do not overdose."
physicalDesc"thick and grainy"
color"#520E30FF"
recipes
"Ultravasculine"
metabolisms
Medicine
rate0.5
effects
damage
typesnull
groups
Toxin-3
Brute0.5
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min0
Max30
Reagentnull
id"ReagentThreshold"
probability1
id"HealthChange"
damage
typesnull
groups
Toxin-1
Brute3
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min30
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"HealthChange"
Reagent"Histamine"
Groupnull
Amount-1
conditions
Min1
Max21474836
Reagent"Histamine"
id"ReagentThreshold"
probability1
id"AdjustReagent"
Reagent"Ultravasculine"
Groupnull
Amount0.5
conditions
Min1
Max21474836
Reagent"Histamine"
id"ReagentThreshold"
probability1
id"AdjustReagent"
Bleach
id"Bleach"
name"bleach"
group"Unknown"
desc"Heavy duty cleaner that can clean tiles the same as Space Cleaner and also decontaminate clothes. Extremely toxic when ingested."
physicalDesc"strong-smelling"
color"#A1000BFF"
recipes
"Bleach"
metabolisms
Poison
rate0.5
effects
damage
types
Poison3
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Messages
"generic-reagent-effect-burning-insides"
Type1
conditionsnull
probability0.33
id"PopupMessage"
SpaceCleaner
id"SpaceCleaner"
name"space cleaner"
group"Unknown"
desc"This is able to clean almost all surfaces of almost anything that may dirty them. The janitor is likely to appreciate refills."
physicalDesc"lemony fresh"
color"#C8FF69FF"
recipes
"SpaceCleaner"
metabolismsnull
SpaceLube
id"SpaceLube"
name"space lube"
group"Unknown"
desc"Space Lube is a high performance lubricant intended for maintenance of extremely complex mechanical equipment (and certainly not used to make people slip)."
physicalDesc"shiny"
color"#77B58EFF"
recipes
"SpaceLube"
metabolismsnull
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"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"
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
Aluminium
id"Aluminium"
name"aluminium"
group"Elements"
desc"A silver, soft, non-magnetic, and ductile metal."
physicalDesc"metallic"
color"#848789FF"
recipes
Empty array
metabolismsnull
Carbon
id"Carbon"
name"carbon"
group"Elements"
desc"A black, crystalline solid."
physicalDesc"crystalline"
color"#22282BFF"
recipes
Empty array
metabolismsnull
Chlorine
id"Chlorine"
name"chlorine"
group"Elements"
desc"A yellow-green gas which is toxic to humans."
physicalDesc"gaseous"
color"#A2FF00FF"
recipes
Empty array
metabolismsnull
Copper
id"Copper"
name"copper"
group"Elements"
desc"A soft, malleable, and ductile metal with very high thermal and electrical conductivity."
physicalDesc"metallic"
color"#B05B3CFF"
recipes
Empty array
metabolismsnull
Fluorine
id"Fluorine"
name"fluorine"
group"Elements"
desc"A highly toxic pale yellow gas. Extremely reactive."
physicalDesc"gaseous"
color"#808080FF"
recipes
Empty array
metabolismsnull
Gold
id"Gold"
name"gold"
group"Elements"
desc"Gold is a dense, soft, shiny metal and the most malleable and ductile metal known."
physicalDesc"metallic"
color"#F7C430FF"
recipes
Empty array
metabolismsnull
Hydrogen
id"Hydrogen"
name"hydrogen"
group"Elements"
desc"A light, flammable gas."
physicalDesc"gaseous"
color"#808080FF"
recipes
Empty array
metabolismsnull
Iodine
id"Iodine"
name"iodine"
group"Elements"
desc"Commonly added to table salt as a nutrient. On its own it tastes far less pleasing."
physicalDesc"reagent-physical-desc-dark-brown"
color"#BC8A00FF"
recipes
Empty array
metabolismsnull
Iron
id"Iron"
name"iron"
group"Elements"
desc"A silvery-grey metal which forms iron oxides (rust) with contact with air. Commonly alloyed with other elements to create alloys such as steel."
physicalDesc"metallic"
color"#434B4DFF"
recipes
Empty array
metabolisms
Medicine
rate0.5
effects
Scaledfalse
Amount2
conditionsnull
probability1
id"ModifyBloodLevel"
Lithium
id"Lithium"
name"lithium"
group"Elements"
desc"A soft, silvery-white alkali metal. It's highly reactive, and ignites if it makes contact with water."
physicalDesc"shiny"
color"#C6C8CCFF"
recipes
Empty array
metabolismsnull
Mercury
id"Mercury"
name"mercury"
group"Elements"
desc"A silver metal which is liquid at room temperature. It's highly toxic to humans."
physicalDesc"shiny"
color"#929296FF"
recipes
Empty array
metabolisms
Poison
rate0.5
effects
damage
types
Poison2
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Potassium
id"Potassium"
name"potassium"
group"Elements"
desc"A soft, shiny grey metal. Even more reactive than lithium."
physicalDesc"shiny"
color"#C6C8CCFF"
recipes
Empty array
metabolismsnull
Phosphorus
id"Phosphorus"
name"phosphorus"
group"Elements"
desc"A reactive metal used in pyrotechnics and weapons."
physicalDesc"powdery"
color"#EDE4E4FF"
recipes
Empty array
metabolismsnull
Radium
id"Radium"
name"radium"
group"Elements"
desc"A radioactive metal, silvery-white in its pure form. It glows due to its radioactivity and is highly toxic."
physicalDesc"glowing"
color"#00FF04FF"
recipes
Empty array
metabolisms
Poison
rate0.5
effects
damage
types
Radiation2
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Silicon
id"Silicon"
name"silicon"
group"Elements"
desc"A hard and brittle crystalline solid with a blue-grey color."
physicalDesc"crystalline"
color"#364266FF"
recipes
Empty array
metabolismsnull
Silver
id"Silver"
name"silver"
group"Elements"
desc"A soft, white, lustrous transition metal, it has the highest electrical conductivity of any element and the highest thermal conductivity of any metal."
physicalDesc"reasonably metallic"
color"#D0D0D0FF"
recipes
Empty array
metabolismsnull
Sulfur
id"Sulfur"
name"sulfur"
group"Elements"
desc"A yellow, crystalline solid."
physicalDesc"powdery"
color"#FFF385FF"
recipes
Empty array
metabolismsnull
Sodium
id"Sodium"
name"sodium"
group"Elements"
desc"A silvery-white alkali metal. Highly reactive in its pure form. #thanks visne <3"
physicalDesc"metallic"
color"#C6C8CCFF"
recipes
Empty array
metabolismsnull
Uranium
id"Uranium"
name"uranium"
group"Elements"
desc"A grey metallic chemical element in the actinide series, weakly radioactive."
physicalDesc"metallic"
color"#8FA191FF"
recipes
Empty array
metabolisms
Poison
rate0.5
effects
damage
types
Radiation2
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"