User:MoMMI/chem prototypes.json: Difference between revisions

From Space Station 14 Wiki
No edit summary
(HERE WE GO)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{
{
     "Coffee": {
     "Thermite": {
         "id": "Coffee",
         "id": "Thermite",
         "name": "coffee",
         "name": "thermite",
         "group": "Drinks",
         "group": "Pyrotechnic",
         "desc": "A drink made from brewed coffee beans. Contains a moderate amount of caffeine.",
         "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": "aromatic",
         "physicalDesc": "grainy",
         "color": "#664300FF",
         "color": "#757245FF",
         "recipes": [],
         "recipes": [
            "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": 3,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 22: Line 31:
         }
         }
     },
     },
     "Cream": {
     "Napalm": {
         "id": "Cream",
         "id": "Napalm",
         "name": "cream",
         "name": "napalm",
         "group": "Drinks",
         "group": "Pyrotechnic",
         "desc": "The fatty, still liquid part of milk. Why don't you mix this with sum scotch, eh?",
         "desc": "It's just a little flammable.",
         "physicalDesc": "creamy",
         "physicalDesc": "soapy",
         "color": "#DFD7AFFF",
         "color": "#FA00AFFF",
         "recipes": [],
         "recipes": [
            "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": 1,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                    },
                    {
                        "Multiplier": 0.4,
                        "conditions": null,
                        "probability": 1,
                         "id": "FlammableReaction"
                     }
                     }
                 ]
                 ]
Line 44: Line 68:
         }
         }
     },
     },
     "CafeLatte": {
     "Phlogiston": {
         "id": "CafeLatte",
         "id": "Phlogiston",
         "name": "cafe latte",
         "name": "phlogiston",
         "group": "Drinks",
         "group": "Pyrotechnic",
         "desc": "A nice, strong and tasty beverage while you are reading.",
         "desc": "Catches you on fire and makes you ignite.",
         "physicalDesc": "creamy",
         "physicalDesc": "burning",
         "color": "#664300FF",
         "color": "#D4872AFF",
         "recipes": [
         "recipes": [
             "CafeLatte"
             "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,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 3,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     },
                     }
                    {
                ]
                        "Multiplier": 0.1,
            }
                        "conditions": null,
        }
                        "probability": 1,
    },
                        "id": "FlammableReaction"
    "GreenTea": {
                    },
        "id": "GreenTea",
        "name": "green tea",
        "group": "Drinks",
        "desc": "Tasty green tea.",
        "physicalDesc": "aromatic",
        "color": "#C33F00FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                        "Amount": 6000,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 3,
                         "id": "AdjustTemperature"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 90: Line 111:
         }
         }
     },
     },
     "Grenadine": {
     "ChlorineTrifluoride": {
         "id": "Grenadine",
         "id": "ChlorineTrifluoride",
         "name": "grenadine",
         "name": "CLF3",
         "group": "Drinks",
         "group": "Pyrotechnic",
         "desc": "Not cherry flavored!",
         "desc": "You really, REALLY don't want to get this shit anywhere near you.",
         "physicalDesc": "dark-red",
         "physicalDesc": "blazing",
         "color": "#EA1D26FF",
         "color": "#FFC8C8FF",
         "recipes": [],
         "recipes": [
            "ChlorineTrifluoride"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                        "damage": {
                            "types": {
                                "Heat": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 3,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     },
                     }
                    {
                ]
                        "Multiplier": 0.2,
            }
                        "conditions": null,
        }
                        "probability": 1,
    },
                        "id": "FlammableReaction"
    "IcedCoffee": {
                    },
        "id": "IcedCoffee",
        "name": "iced coffee",
        "group": "Drinks",
        "desc": "Coffee and ice, refreshing and cool.",
        "physicalDesc": "aromatic",
        "color": "#102838FF",
        "recipes": [
            "IcedCoffee"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                        "Amount": 6000,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 3,
                         "id": "AdjustTemperature"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 136: Line 154:
         }
         }
     },
     },
     "IcedGreenTea": {
     "FoamingAgent": {
         "id": "IcedGreenTea",
         "id": "FoamingAgent",
         "name": "iced green tea",
         "name": "foaming agent",
         "group": "Drinks",
         "group": "Pyrotechnic",
         "desc": "cold green tea.",
         "desc": "Makes foam such as that's required in metal foam grenades.",
         "physicalDesc": "aromatic",
         "physicalDesc": "foamy",
         "color": "#CE4200FF",
         "color": "#215263FF",
         "recipes": [
         "recipes": [
             "IcedGreenTea"
             "FoamingAgent"
         ],
         ],
        "metabolisms": null
    },
    "WeldingFuel": {
        "id": "WeldingFuel",
        "name": "welding fuel",
        "group": "Pyrotechnic",
        "desc": "Used by welders to weld.",
        "physicalDesc": "oily",
        "color": "#A76B1CFF",
        "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,
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                        "Multiplier": 0.4,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 3,
                         "id": "FlammableReaction"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 160: Line 201:
         }
         }
     },
     },
     "IcedTea": {
     "Fluorosurfactant": {
         "id": "IcedTea",
         "id": "Fluorosurfactant",
         "name": "iced tea",
         "name": "fluorosurfactant",
         "group": "Drinks",
         "group": "Pyrotechnic",
         "desc": "No relation to a certain rap artist/actor.",
         "desc": "A perfluoronated sulfonic acid that forms a foam when mixed with water.",
         "physicalDesc": "aromatic",
         "physicalDesc": "opaque",
         "color": "#104038FF",
         "color": "#9E6B38FF",
        "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": [
         "recipes": [
             "IcedTea"
             "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": 3,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                    },
                    {
                        "Messages": [
                            "generic-reagent-effect-burning-insides"
                        ],
                        "Type": 1,
                        "conditions": null,
                        "probability": 0.33,
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 184: Line 253:
         }
         }
     },
     },
     "Lemonade": {
     "SpaceCleaner": {
         "id": "Lemonade",
         "id": "SpaceCleaner",
         "name": "lemonade",
         "name": "space cleaner",
         "group": "Drinks",
         "group": "Unknown",
         "desc": "Drink using lemon juice, water, and a sweetener such as cane sugar or honey.",
         "desc": "This is able to clean almost all surfaces of almost anything that may dirty them. The janitor is likely to appreciate refills.",
         "physicalDesc": "tart",
        "physicalDesc": "lemony fresh",
         "color": "#FFFF00FF",
        "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": [
             "Lemonade"
             "SpaceLube"
         ],
         ],
         "metabolisms": {
         "metabolisms": null
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
     },
     },
     "Milk": {
     "Alkycosine": {
         "id": "Milk",
         "id": "Alkycosine",
         "name": "milk",
         "name": "alkycosine",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "An opaque white liquid produced by the mammary glands of mammals.",
         "desc": "Lessens the damage to neurological tissue. More effective at treating brain damage than alkysine and also a fairly effective painkiller as well. Caution is needed in its creation to avoid mixing bleach and the chlorine needed to make alkysine.",
         "physicalDesc": "opaque",
         "physicalDesc": "strong-smelling",
         "color": "#DFDFDFFF",
         "color": "#9E232BFF",
         "recipes": [],
         "recipes": [
         "metabolisms": {
            "Alkycosine"
            "Drink": {
        ],
                "rate": 0.5,
         "metabolisms": null
                "effects": [
    },
                    {
    "Alkysine": {
                        "conditions": null,
        "id": "Alkysine",
                        "probability": 1,
        "name": "alkysine",
                        "HydrationFactor": 4,
        "group": "Medicine",
                        "id": "SatiateThirst"
        "desc": "Lessens the damage to neurological tissue, effective even after catastrophic injury. Used for treating brain damage and also a fairly effective painkiller.",
                    }
        "physicalDesc": "oily",
                ]
        "color": "#FF8C00FF",
            }
        "recipes": [
         }
            "Alkysine"
        ],
         "metabolisms": null
     },
     },
     "MilkOat": {
     "Dylovene": {
         "id": "MilkOat",
         "id": "Dylovene",
         "name": "oat milk",
         "name": "dylovene",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "Surprisingly tasty.",
         "desc": "A broad-spectrum anti-toxin, which treats toxin damage in the blood stream. Overdosing will cause vomiting, dizzyness and pain.",
         "physicalDesc": "refreshing",
         "physicalDesc": "translucent",
         "color": "#302000FF",
         "color": "#3A1D8AFF",
         "recipes": [],
         "recipes": [
            "Dylovene"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                        "damage": {
                            "types": {
                                "Poison": -1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 4,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 252: Line 332:
         }
         }
     },
     },
     "MilkSoy": {
     "Diphenhydramine": {
         "id": "MilkSoy",
         "id": "Diphenhydramine",
         "name": "soy milk",
         "name": "diphenhydramine",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "Surprisingly tasty.",
         "desc": "Rapidly purges the body of histamine and reduces jitteriness.",
         "physicalDesc": "refreshing",
         "physicalDesc": "chalky",
         "color": "#302000FF",
         "color": "#64FFE6FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Reagent": "Histamine",
                        "Group": null,
                        "Amount": -3,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    },
                    {
                        "Key": "Jitter",
                        "Component": "",
                        "Time": 1,
                        "Refresh": true,
                        "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 5,
                         "id": "GenericStatusEffect"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 274: Line 366:
         }
         }
     },
     },
     "MilkSpoiled": {
     "Arithrazine": {
         "id": "MilkSpoiled",
         "id": "Arithrazine",
         "name": "spoiled milk",
         "name": "arithrazine",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "This milk has gone rancid.",
         "desc": "A slightly unstable medication used for the most extreme any serious case of radiation poisoning. Lowers radiation level at over twice the rate Hyronalin does and will heal toxin damage at the same time. Deals very minor brute damage to the patient over time, but the patient's body will typically out-regenerate it easily.",
         "physicalDesc": "putrid",
         "physicalDesc": "cloudy",
         "color": "#FAFFBAFF",
         "color": "#BD5902FF",
         "recipes": [],
         "recipes": [
            "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"
                     }
                     }
                 ]
                 ]
Line 296: Line 399:
         }
         }
     },
     },
     "Nothing": {
     "Bicaridine": {
         "id": "Nothing",
         "id": "Bicaridine",
         "name": "nothing",
         "name": "bicaridine",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "Absolutely nothing.",
         "desc": "An analgesic which is highly effective at treating brute damage. It is useful for stabilizing people who have been severely beaten, as well as treating less life-threatening injuries. In the case of bleeding (internal or external), bicaridine will slow down the bleeding heavily. If the dosage exceeds the overdose limit, it'll stop it outright.",
         "physicalDesc": "nothing",
         "physicalDesc": "opaque",
         "color": "#FFFFFFFF",
         "color": "#FFAA00FF",
         "recipes": [],
         "recipes": [
            "Bicaridine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                        "damage": {
                            "types": null,
                            "groups": {
                                "Brute": -2
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 318: Line 430:
         }
         }
     },
     },
     "NukaCola": {
     "Cryoxadone": {
         "id": "NukaCola",
         "id": "Cryoxadone",
         "name": "nuka cola",
         "name": "cryoxadone",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "Cola, cola never changes.",
         "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",
         "physicalDesc": "fizzy",
         "color": "#100800FF",
         "color": "#0091FFFF",
         "recipes": [
         "recipes": [
             "NukaCola"
             "Cryoxadone"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 6,
                        "id": "SatiateThirst"
                    }
                ]
            },
            "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": null,
                                 "Poison": 1
                            "groups": {
                            },
                                 "Airloss": -6,
                            "groups": null
                                "Brute": -4,
                                "Burn": -4,
                                "Toxin": -4
                            }
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": [
                            {
                                "Min": 0,
                                "Max": 150,
                                "id": "Temperature"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
Line 360: Line 470:
         }
         }
     },
     },
     "SodaWater": {
     "Clonexadone": {
         "id": "SodaWater",
         "id": "Clonexadone",
         "name": "soda water",
         "name": "clonexadone",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "A container of club soda. Why not make a scotch and soda?",
         "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": "fizzy",
         "physicalDesc": "bubbly",
         "color": "#619494FF",
         "color": "#0666FFFF",
         "recipes": [],
         "recipes": [
            "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": 3,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 382: Line 510:
         }
         }
     },
     },
     "SoyLatte": {
     "Citalopram": {
         "id": "SoyLatte",
         "id": "Citalopram",
         "name": "soy latte",
         "name": "citalopram",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "A coffee drink made with espresso and steamed soy milk.",
         "desc": "Prevents hallucination slightly.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "cloudy",
         "color": "#664300FF",
         "color": "#21693CFF",
        "recipes": [
            "Citalopram"
        ],
        "metabolisms": null
    },
    "Dermaline": {
        "id": "Dermaline",
        "name": "dermaline",
        "group": "Medicine",
        "desc": "An advanced chemical that is more effective at treating burn damage than Kelotane.",
        "physicalDesc": "translucent",
        "color": "#215263FF",
         "recipes": [
         "recipes": [
             "SoyLatte"
             "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": 3,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 406: Line 553:
         }
         }
     },
     },
     "Tea": {
     "Dexalin": {
         "id": "Tea",
         "id": "Dexalin",
         "name": "tea",
         "name": "dexalin",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "A drink made by boiling leaves of the tea tree, Camellia sinensis.",
         "desc": "Used for treating oxygen deprivation. In most cases where it is likely to be needed, the strength of Dexalin Plus will probably be more useful (Results in 1 unit instead of 2).",
         "physicalDesc": "aromatic",
         "physicalDesc": "opaque",
         "color": "#8A5A3AFF",
         "color": "#0041A8FF",
         "recipes": [],
         "recipes": [
            "Dexalin"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Asphyxiation": -1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 3,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 428: Line 584:
         }
         }
     },
     },
     "TonicWater": {
     "DexalinPlus": {
         "id": "TonicWater",
         "id": "DexalinPlus",
         "name": "tonic water",
         "name": "dexalin plus",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "It tastes strange but at least the quinine keeps the Space Malaria at bay.",
         "desc": "Used in treatment of extreme cases of oxygen deprivation. Even a single unit immediately counters all oxygen loss, which is hugely useful in many circumstances. Any dose beyond this will continue to counter oxygen loss until it is metabolized, essentially removing the need to breathe.",
         "physicalDesc": "fizzy",
         "physicalDesc": "cloudy",
         "color": "#0064C8FF",
         "color": "#4DA0BDFF",
         "recipes": [],
         "recipes": [
            "DexalinPlus"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Asphyxiation": -3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 3,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 450: Line 615:
         }
         }
     },
     },
     "Water": {
     "Ethylredoxrazine": {
         "id": "Water",
         "id": "Ethylredoxrazine",
         "name": "water",
         "name": "ethylredoxrazine",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "A colorless liquid that humans need in order to survive.",
         "desc": "Neutralises the effects of alcohol in the blood stream. Though it is commonly needed, it is rarely requested.",
         "physicalDesc": "translucent",
        "physicalDesc": "opaque",
         "color": "#C0E0FF20",
        "color": "#2D5708FF",
         "recipes": [],
        "recipes": [
            "Ethylredoxrazine"
        ],
        "metabolisms": null
    },
    "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": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                         "damage": {
                        "probability": 1,
                            "types": {
                        "HydrationFactor": 4,
                                "Asphyxiation": -3,
                        "id": "SatiateThirst"
                                "Poison": -0.5
                    }
                            },
                ]
                            "groups": {
            }
                                "Brute": -0.5,
        }
                                "Burn": -0.5
    },
                            }
    "Ice": {
                        },
        "id": "Ice",
                        "scaleByQuantity": false,
        "name": "ice",
                        "ignoreResistances": true,
        "group": "Unknown",
                        "conditions": [
        "desc": "Frozen water.",
                            {
        "physicalDesc": "frosty",
                                "Max": 21474836,
        "color": "#BED8E6FF",
                                "Min": 100,
        "recipes": [],
                                "id": "TotalDamage"
        "metabolisms": null
                            },
    },
                            {
    "Cola": {
                                "Min": 0,
        "id": "Cola",
                                "Max": 20,
        "name": "cola",
                                "Reagent": null,
        "group": "Drinks",
                                "id": "ReagentThreshold"
        "desc": "A sweet, carbonated soft drink. Caffeine free.",
                            }
        "physicalDesc": "fizzy",
                        ],
        "color": "#422912FF",
                        "probability": 1,
        "recipes": [],
                        "id": "HealthChange"
        "metabolisms": {
                    },
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "conditions": null,
                         "damage": {
                        "probability": 1,
                            "types": {
                        "HydrationFactor": 2,
                                "Asphyxiation": 1,
                        "id": "SatiateThirst"
                                "Poison": 1
                    }
                            },
                ]
                            "groups": null
            }
                        },
        }
                        "scaleByQuantity": false,
    },
                        "ignoreResistances": true,
    "ChangelingSting": {
                        "conditions": [
        "id": "ChangelingSting",
                            {
        "name": "changeling sting",
                                "Min": 20,
        "group": "Drinks",
                                "Max": 21474836,
        "desc": "You take a tiny sip and feel a burning sensation...",
                                "Reagent": null,
        "physicalDesc": "fizzy",
                                "id": "ReagentThreshold"
        "color": "#2E6671FF",
                            }
        "recipes": [],
                        ],
        "metabolisms": {
                        "probability": 1,
            "Drink": {
                        "id": "HealthChange"
                "rate": 0.5,
                    },
                "effects": [
                     {
                     {
                        "Reagent": "Lexorin",
                        "Group": null,
                        "Amount": -2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "id": "AdjustReagent"
                         "id": "SatiateThirst"
                    },
                    }
                    {
                ]
                        "Reagent": "Epinephrine",
            }
                         "Group": null,
        }
                        "Amount": -1,
    },
                        "conditions": [
    "DrGibb": {
                            {
        "id": "DrGibb",
                                "Min": 1,
        "name": "Dr. Gibb",
                                "Max": 21474836,
        "group": "Drinks",
                                "Reagent": "Lexorin",
        "desc": "A delicious blend of 42 different flavours.",
                                "id": "ReagentThreshold"
        "physicalDesc": "fizzy",
                            }
        "color": "#102000FF",
                        ],
        "recipes": [],
                        "probability": 1,
        "metabolisms": {
                        "id": "AdjustReagent"
            "Drink": {
                    },
                "rate": 0.5,
                    {
                "effects": [
                        "Reagent": "Histamine",
                        "Group": null,
                        "Amount": 4,
                        "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Lexorin",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 0.1,
                        "id": "AdjustReagent"
                    },
                    {
                        "Key": "Stun",
                        "Component": "",
                        "Time": 0.25,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    },
                     {
                     {
                        "Key": "KnockedDown",
                        "Component": "",
                        "Time": 0.25,
                        "Refresh": true,
                        "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "GenericStatusEffect"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 548: Line 753:
         }
         }
     },
     },
     "EnergyDrink": {
     "Hyperzine": {
         "id": "EnergyDrink",
         "id": "Hyperzine",
         "name": "Energy Drink",
         "name": "hyperzine",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "A dose of energy! Nanotrasen is not responsible if you grow avian appendages.",
         "desc": "A highly effective, long lasting muscle stimulant. It allows greater freedom of movement in bulky clothing although it has the side effect of causing some twitching. Dangerous in higher doses.",
         "physicalDesc": "fizzy",
        "physicalDesc": "translucent",
         "color": "#FFFFBFFF",
        "color": "#17BD61FF",
         "recipes": [],
        "recipes": [
            "Hyperzine"
        ],
        "metabolisms": null
    },
    "Hyronalin": {
        "id": "Hyronalin",
        "name": "hyronalin",
        "group": "Medicine",
        "desc": "A weak treatment for radiation damage. Considered to be useful mainly for genetic modification, where it reduces radiation levels, and thus the chance of genetic mutations. Largely outclassed by Arithrazine.",
         "physicalDesc": "cloudy",
         "color": "#4CB580FF",
         "recipes": [
            "Hyronalin"
        ],
         "metabolisms": {
         "metabolisms": {
             "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"
                     }
                     }
                 ]
                 ]
Line 570: Line 796:
         }
         }
     },
     },
     "GrapeSoda": {
     "Imidazoline": {
         "id": "GrapeSoda",
         "id": "Imidazoline",
         "name": "grape soda",
         "name": "imidazoline",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "It's Graaaaaape!",
         "desc": "Effective in treating eye trauma. It heals damage caused by physical or chemical trauma, though it is ineffective in treating genetic defects in the eyes.",
         "physicalDesc": "fizzy",
        "physicalDesc": "pungent",
         "color": "#AE94A6FF",
        "color": "#F7EF00FF",
         "recipes": [],
        "recipes": [
            "Imidazoline"
        ],
        "metabolisms": null
    },
    "Inacusiate": {
        "id": "Inacusiate",
        "name": "inacusiate",
        "group": "Medicine",
        "desc": "You only need 1u for Inacusiate to be effective. Cures deafness instantly. Useful after an explosion.",
        "physicalDesc": "pungent",
        "color": "#C4C04BFF",
        "recipes": [
            "Inacusiate"
        ],
        "metabolisms": null
    },
    "Inaprovaline": {
        "id": "Inaprovaline",
        "name": "inaprovaline",
        "group": "Medicine",
        "desc": "Inaprovaline is a synaptic stimulant and cardiostimulant. Commonly used to stabilize patients- it stops oxygen loss when the patient is in critical health. It'll also slow down bleeding (internal or external) by half while in the body. Acts as a decent painkiller.",
         "physicalDesc": "opaque",
         "color": "#731024FF",
         "recipes": [
            "Inaprovaline"
        ],
         "metabolisms": {
         "metabolisms": {
             "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"
                     }
                 ]
             }
             }
         }
         }
     },
     },
     "LemonLime": {
     "Kelotane": {
         "id": "LemonLime",
         "id": "Kelotane",
         "name": "lemon-lime",
         "name": "kelotane",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "tangy lime and lemon soda",
         "desc": "Treats burn damage and prevents infection.",
         "physicalDesc": "fizzy",
         "physicalDesc": "strong-smelling",
         "color": "#878F00FF",
         "color": "#BF3D19FF",
         "recipes": [
         "recipes": [
             "LemonLime"
             "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"
                     }
                     }
                 ]
                 ]
Line 616: Line 888:
         }
         }
     },
     },
     "PwrGame": {
     "Leporazine": {
         "id": "PwrGame",
         "id": "Leporazine",
         "name": "Pwr Game",
         "name": "leporazine",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "The only drink with the PWR that true gamers crave.",
         "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": "fizzy",
         "physicalDesc": "pungent",
         "color": "#9385BFFF",
         "color": "#FF7DB5FF",
         "recipes": [],
         "recipes": [
            "Leporazine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Amount": 1000,
                        "conditions": [
                            {
                                "Min": 0,
                                "Max": 293.15,
                                "id": "Temperature"
                            }
                        ],
                        "probability": 1,
                        "id": "AdjustTemperature"
                    },
                    {
                        "Amount": -1000,
                        "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,
                        "HydrationFactor": 2,
                         "id": "PopupMessage"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 638: Line 939:
         }
         }
     },
     },
     "SpaceMountainWind": {
     "Methylin": {
         "id": "SpaceMountainWind",
         "id": "Methylin",
         "name": "Space Mountain Wind",
         "name": "methylin",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "Blows right through you like a space wind.",
         "desc": "An intelligence enhancer, also used in the treatment of attention deficit hyperactivity disorder. Also known as Ritalin. Allows monkeys (not diona nymphs) to understand human speech and improves their dexterity as long as they have some in their system. Causes toxin and brain damage in higher doses.",
         "physicalDesc": "fizzy",
        "physicalDesc": "acrid",
         "color": "#102000FF",
        "color": "#A700C4FF",
         "recipes": [],
        "recipes": [
            "Methylin"
        ],
        "metabolisms": null
    },
    "Oxycodone": {
        "id": "Oxycodone",
        "name": "oxycodone",
        "group": "Medicine",
        "desc": "A very effective painkiller, about 250% as strong as Tramadol.",
        "physicalDesc": "acrid",
        "color": "#C4A300FF",
        "recipes": [
            "Oxycodone"
        ],
        "metabolisms": null
    },
    "Phalanximine": {
        "id": "Phalanximine",
        "name": "phalanximine",
        "group": "Medicine",
        "desc": "Used in the treatment of cancer, is as effective as Anti-Toxin. Causes moderate radiation and hair loss.",
         "physicalDesc": "acrid",
         "color": "#C8FF75FF",
         "recipes": [
            "Phalanximine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": -1,
                                "Radiation": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 660: Line 995:
         }
         }
     },
     },
     "SpaceUp": {
     "Paroxetine": {
         "id": "SpaceUp",
         "id": "Paroxetine",
         "name": "Space-Up",
         "name": "paroxetine",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "Tastes like a hull breach in your mouth.",
         "desc": "Prevents hallucination, but has a 10% chance of causing intense hallucinations.",
         "physicalDesc": "fizzy",
         "physicalDesc": "acrid",
         "color": "#00FF00FF",
         "color": "#FFFBADFF",
         "recipes": [],
         "recipes": [
        "metabolisms": {
             "Paroxetine"
             "Drink": {
        ],
                "rate": 0.5,
        "metabolisms": null
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
     },
     },
     "Starkist": {
     "Ryetalyn": {
         "id": "Starkist",
         "id": "Ryetalyn",
         "name": "starkist",
         "name": "ryetalyn",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "A sweet, orange flavored soft drink.",
         "desc": "You only need 1u for Ryetalin to work. Deactivates genetic defects and powers, restoring a patient to an ideal state. May be useful if genetics is unable to function properly. Deactivated effects return if the patient's genes are modified again.",
         "physicalDesc": "fizzy",
         "physicalDesc": "cloudy",
         "color": "#9F3400FF",
         "color": "#532FD4FF",
         "recipes": [
         "recipes": [
             "Starkist"
             "Ryetalyn"
         ],
         ],
         "metabolisms": {
         "metabolisms": null
            "Drink": {
    },
                "rate": 0.5,
    "Spaceacillin": {
                "effects": [
        "id": "Spaceacillin",
                    {
        "name": "spaceacillin",
                        "conditions": null,
        "group": "Medicine",
                        "probability": 1,
        "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.",
                        "HydrationFactor": 2,
        "physicalDesc": "opaque",
                        "id": "SatiateThirst"
        "color": "#9942F5FF",
                    }
        "recipes": [
                ]
            "Spaceacillin"
            }
        ],
         }
         "metabolisms": null
     },
     },
     "FourteenLoko": {
     "Synaptizine": {
         "id": "FourteenLoko",
         "id": "Synaptizine",
         "name": "Fourteen Loko",
         "name": "synaptizine",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "A highly processed liquid substance barely-passing intergalatic health standards for a soft drink.",
         "desc": "Toxic, but treats hallucinations, drowsiness \u0026 halves the duration of paralysis, stuns and knockdowns. One unit is enough to treat hallucinations; two units is deadly.",
         "physicalDesc": "fizzy",
         "physicalDesc": "pungent",
         "color": "#DEB928FF",
         "color": "#D49A2FFF",
         "recipes": [
         "recipes": [
             "FourteenLoko"
             "Synaptizine"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                    },
                    }
                    {
                ]
                        "Key": "Stun",
            },
                         "Component": "",
            "Poison": {
                        "Time": 1,
                "rate": 0.5,
                        "Refresh": true,
                "effects": [
                        "Type": 1,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    },
                     {
                     {
                         "damage": {
                         "Key": "KnockedDown",
                            "types": {
                        "Component": "",
                                "Poison": 1
                        "Time": 1,
                            },
                         "Refresh": true,
                            "groups": null
                         "Type": 1,
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "GenericStatusEffect"
                     }
                     }
                 ]
                 ]
Line 748: Line 1,082:
         }
         }
     },
     },
     "JuiceApple": {
     "Tramadol": {
         "id": "JuiceApple",
         "id": "Tramadol",
         "name": "apple juice",
         "name": "tramadol",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "It's a little piece of Eden.",
         "desc": "A simple, yet effective painkiller. Very effective for patients in shock.",
         "physicalDesc": "crisp",
        "physicalDesc": "strong-smelling",
         "color": "#FDAD01FF",
        "color": "#2F6ED4FF",
         "recipes": [],
        "recipes": [
            "Tramadol"
        ],
        "metabolisms": null
    },
    "Tricordrazine": {
        "id": "Tricordrazine",
        "name": "tricordrazine",
        "group": "Medicine",
        "desc": "A wide-spectrum stimulant, originally derived from Cordrazine. Is capable of healing all four main damage types simultaneously, however it only heals at half the rate of conventional healing chemicals. Because of its low potency, it's best used as a supplement to other medicines.",
         "physicalDesc": "opaque",
         "color": "#00E5FFFF",
         "recipes": [
            "Tricordrazine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Burn": -1,
                                "Toxin": -1,
                                "Airloss": -1,
                                "Brute": -1
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 3,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 770: Line 1,128:
         }
         }
     },
     },
     "JuiceBanana": {
     "ChloralHydrate": {
         "id": "JuiceBanana",
         "id": "ChloralHydrate",
         "name": "banana juice",
         "name": "chloral hydrate",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "The raw essence of a banana. HONK.",
         "desc": "A powerful sedative which causes death in doses upwards of 16.2 units. Sends the patient to sleep almost instantly.",
         "physicalDesc": "crisp",
         "physicalDesc": "acrid",
         "color": "#FFE777FF",
         "color": "#18C9B1FF",
         "recipes": [],
         "recipes": [
            "ChloralHydrate"
        ],
        "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
    },
    "Lipozine": {
        "id": "Lipozine",
        "name": "lipozine",
        "group": "Medicine",
        "desc": "Causes weight loss upon consumption.",
        "physicalDesc": "oily",
        "color": "#2690B5FF",
        "recipes": [
            "Lipozine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 785: Line 1,169:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "NutritionFactor": -1,
                         "id": "SatiateThirst"
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 792: Line 1,176:
         }
         }
     },
     },
     "JuiceBerry": {
     "Sterilizine": {
         "id": "JuiceBerry",
         "id": "Sterilizine",
         "name": "berry juice",
         "name": "sterilizine",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "A delicious blend of several different kinds of berries.",
        "desc": "Helps the patient when used during surgery, may also decontaminate objects and surfaces that bear pathogens. Is currently useless due to infections not being a thing.",
         "physicalDesc": "sweet",
        "physicalDesc": "strong-smelling",
         "color": "#660099FF",
        "color": "#7CAD37FF",
         "recipes": [],
        "recipes": [
         "metabolisms": {
            "Sterilizine"
             "Drink": {
        ],
        "metabolisms": null
    },
    "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": [],
         "metabolisms": {
             "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": 3,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 814: Line 1,220:
         }
         }
     },
     },
     "JuiceBerryPoison": {
     "Ultravasculine": {
         "id": "JuiceBerryPoison",
         "id": "Ultravasculine",
         "name": "poison berry juice",
         "name": "Ultravasculine",
         "group": "Unknown",
         "group": "Medicine",
         "desc": "A surprisingly tasty juice blended from various kinds of very deadly and toxic berries.",
         "desc": "Rapidly flushes toxins from the body, but places some stress on the veins. Do not overdose.",
         "physicalDesc": "sickly",
         "physicalDesc": "thick and grainy",
         "color": "#6600CCFF",
         "color": "#520E30FF",
         "recipes": [],
         "recipes": [
            "Ultravasculine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                         "damage": {
                         "probability": 1,
                            "types": null,
                         "HydrationFactor": 3,
                            "groups": {
                         "id": "SatiateThirst"
                                "Toxin": -3,
                    }
                                "Brute": 0.5
                ]
                            }
            },
                        },
            "Poison": {
                         "scaleByQuantity": false,
                "rate": 0.5,
                         "ignoreResistances": true,
                "effects": [
                         "conditions": [
                            {
                                "Min": 0,
                                "Max": 30,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "HealthChange"
                    },
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": null,
                                 "Poison": 1
                            "groups": {
                            },
                                 "Toxin": -1,
                            "groups": null
                                "Brute": 3
                            }
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": [
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     }
                     },
                ]
                    {
            }
                        "Reagent": "Histamine",
        }
                        "Group": null,
    },
                        "Amount": -1,
    "JuiceCarrot": {
                        "conditions": [
        "id": "JuiceCarrot",
                            {
        "name": "carrot juice",
                                "Min": 1,
        "group": "Drinks",
                                "Max": 21474836,
        "desc": "It's like a carrot, but less crunchy.",
                                "Reagent": "Histamine",
        "physicalDesc": "crisp",
                                "id": "ReagentThreshold"
        "color": "#FF8820FF",
                            }
        "recipes": [],
                        ],
        "metabolisms": {
                        "probability": 1,
            "Drink": {
                        "id": "AdjustReagent"
                "rate": 0.5,
                    },
                "effects": [
                     {
                     {
                         "conditions": null,
                        "Reagent": "Ultravasculine",
                        "Group": null,
                        "Amount": 0.5,
                         "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Histamine",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 3,
                         "id": "AdjustReagent"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 876: Line 1,310:
         }
         }
     },
     },
     "JuiceGrape": {
     "Toxin": {
         "id": "JuiceGrape",
         "id": "Toxin",
         "name": "grape juice",
         "name": "toxin",
         "group": "Drinks",
         "group": "Toxins",
         "desc": "Freshly squeezed juice from red grapes. Quite sweet.",
         "desc": "A Toxic chemical.",
         "physicalDesc": "crisp",
         "physicalDesc": "opaque",
         "color": "#512284FF",
         "color": "#CF3600FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                        "damage": {
                            "types": {
                                "Poison": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 3,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 898: Line 1,339:
         }
         }
     },
     },
     "JuiceLemon": {
     "PolytrinicAcid": {
         "id": "JuiceLemon",
         "id": "PolytrinicAcid",
         "name": "lemon juice",
         "name": "polytrinic acid",
         "group": "Drinks",
         "group": "Toxins",
         "desc": "This juice is VERY sour.",
         "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": "citric",
         "physicalDesc": "strong-smelling",
         "color": "#FFF690FF",
         "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": 3,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                    },
                    {
                        "Messages": [
                            "generic-reagent-effect-burning-insides"
                        ],
                        "Type": 1,
                        "conditions": null,
                        "probability": 0.33,
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 920: Line 1,379:
         }
         }
     },
     },
     "JuiceLime": {
     "FluorosulfuricAcid": {
         "id": "JuiceLime",
         "id": "FluorosulfuricAcid",
         "name": "lime juice",
         "name": "fluorosulfuric acid",
         "group": "Drinks",
         "group": "Toxins",
         "desc": "The sweet-sour juice of limes.",
         "desc": "An extremely corrosive chemical substance.",
         "physicalDesc": "citric",
         "physicalDesc": "strong-smelling",
         "color": "#99BB43FF",
         "color": "#5050FFFF",
         "recipes": [],
         "recipes": [
            "FluorosulfuricAcid"
        ],
         "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": 3,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                    },
                    {
                        "Messages": [
                            "generic-reagent-effect-burning-insides"
                        ],
                        "Type": 1,
                        "conditions": null,
                        "probability": 0.33,
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 942: Line 1,419:
         }
         }
     },
     },
     "JuiceOrange": {
     "SulfuricAcid": {
         "id": "JuiceOrange",
         "id": "SulfuricAcid",
         "name": "orange juice",
         "name": "sulfuric acid",
         "group": "Drinks",
         "group": "Toxins",
         "desc": "Both delicious AND rich in Vitamin C. What more do you need?",
         "desc": "A highly corrosive, oily, colorless liquid.",
         "physicalDesc": "citric",
         "physicalDesc": "oily",
         "color": "#E78108FF",
         "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": 3,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                    },
                    {
                        "Messages": [
                            "generic-reagent-effect-burning-insides"
                        ],
                        "Type": 1,
                        "conditions": null,
                        "probability": 0.33,
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 964: Line 1,457:
         }
         }
     },
     },
     "JuicePineapple": {
     "Plasma": {
         "id": "JuicePineapple",
         "id": "Plasma",
         "name": "pineapple juice",
         "name": "plasma",
         "group": "Drinks",
         "group": "Toxins",
         "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,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Inaprovaline",
                        "Group": null,
                        "Amount": -2,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 986: Line 1,494:
         }
         }
     },
     },
     "JuicePotato": {
     "UnstableMutagen": {
         "id": "JuicePotato",
         "id": "UnstableMutagen",
         "name": "potato juice",
         "name": "unstable mutagen",
         "group": "Drinks",
         "group": "Toxins",
         "desc": "Juice of the potato. Bleh.",
         "desc": "Causes mutations when injected into living people or plants. High doses may be lethal, especially in humans.",
         "physicalDesc": "starchy",
         "physicalDesc": "glowing",
         "color": "#302000FF",
         "color": "#00FF5FFF",
         "recipes": [],
         "recipes": [
            "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": 3,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 1,008: Line 1,525:
         }
         }
     },
     },
     "JuiceTomato": {
     "HeartbreakerToxin": {
         "id": "JuiceTomato",
         "id": "HeartbreakerToxin",
         "name": "tomato juice",
         "name": "heartbreaker toxin",
         "group": "Drinks",
         "group": "Toxins",
         "desc": "Tomatoes made into juice. What a waste of good tomatoes, huh?",
         "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": "saucey",
         "physicalDesc": "strong-smelling",
         "color": "#731008FF",
         "color": "#5F959CFF",
         "recipes": [],
         "recipes": [
            "HeartbreakerToxin"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Asphyxiation": 4
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 3,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 1,030: Line 1,556:
         }
         }
     },
     },
     "JuiceWatermelon": {
     "Lexorin": {
         "id": "JuiceWatermelon",
         "id": "Lexorin",
         "name": "water melon juice",
         "name": "lexorin",
         "group": "Drinks",
         "group": "Toxins",
         "desc": "The delicious juice of a watermelon.",
         "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": "sweet",
         "physicalDesc": "pungent",
         "color": "#EF3520FF",
         "color": "#6B0007FF",
         "recipes": [],
         "recipes": [
            "Lexorin"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                         "damage": {
                         "probability": 1,
                            "types": null,
                         "HydrationFactor": 3,
                            "groups": {
                         "id": "SatiateThirst"
                                "Airloss": 7
                            }
                        },
                         "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                         "probability": 1,
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 1,052: Line 1,587:
         }
         }
     },
     },
     "Absinthe": {
     "MindbreakerToxin": {
         "id": "Absinthe",
         "id": "MindbreakerToxin",
         "name": "absinthe",
         "name": "mindbreaker toxin",
         "group": "Drinks",
         "group": "Toxins",
         "desc": "A anise-flavoured spirit derived from botanicals.",
         "desc": "A potent hallucinogenic compound that is illegal under space law. Formerly known as LSD.",
         "physicalDesc": "strong-smelling",
        "physicalDesc": "opaque",
         "color": "#33EE00FF",
        "color": "#77B58EFF",
        "recipes": [
            "MindbreakerToxin"
        ],
        "metabolisms": null
    },
    "Soporific": {
        "id": "Soporific",
        "name": "soporific (sleep-toxin)",
        "group": "Toxins",
        "desc": "A less powerful sedative that takes a while to work, intended to help insomniacs and patients that are too aggressive to be treated normally. Takes roughly 50 seconds to make the patient fall asleep. Is safe in large quantities. Can be counteracted with Anti-Toxin.",
        "physicalDesc": "acrid",
        "color": "#215263FF",
        "recipes": [
            "Soporific"
        ],
        "metabolisms": null
    },
    "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": {
             "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": 1,
                         "probability": 0.1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     },
                     }
                ]
            }
        }
    },
    "Ale": {
        "id": "Ale",
        "name": "ale",
        "group": "Drinks",
        "desc": "A dark alchoholic beverage made by malted barley and yeast.",
        "physicalDesc": "bubbly",
        "color": "#663100FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "conditions": null,
                        "damage": {
                            "types": null,
                            "groups": {
                                "Brute": 2,
                                "Toxin": 2,
                                "Airloss": 2
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 30,
                                "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": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 0.2,
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 1,096: Line 1,687:
         }
         }
     },
     },
     "Beer": {
     "Theobromine": {
         "id": "Beer",
         "id": "Theobromine",
         "name": "beer",
         "name": "theobromine",
         "group": "Drinks",
         "group": "Toxins",
         "desc": "An alcoholic beverage made from malted grains, hops, yeast, and water.",
         "desc": "Theobromine is a bitter alkaloid of the cacao plant found in chocolate, and some other foods.",
         "physicalDesc": "bubbly",
         "physicalDesc": "grainy",
         "color": "#CFA85FFF",
         "color": "#F5F5F5FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                         "damage": {
                         "probability": 1,
                            "types": {
                         "HydrationFactor": 2,
                                "Poison": 4
                         "id": "SatiateThirst"
                            },
                            "groups": null
                        },
                         "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Animal",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 1,118: Line 1,728:
         }
         }
     },
     },
     "BlueCuracao": {
     "Desoxyephedrine": {
         "id": "BlueCuracao",
         "id": "Desoxyephedrine",
         "name": "blue curacao",
         "name": "desoxyephedrine",
         "group": "Drinks",
         "group": "Narcotics",
         "desc": "Exotically blue, fruity drink, distilled from oranges.",
         "desc": "Desoxyephedrine is a potent stimulant with dangerous side-effects if too much is consumed.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "translucent",
         "color": "#0000CDFF",
         "color": "#FAFAFAFF",
         "recipes": [],
         "recipes": [
            "Desoxyephedrine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 1.5
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                    },
                     }
                    {
                        "damage": {
                            "types": {
                                "Poison": 2,
                                "Asphyxiation": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                         "id": "HealthChange"
                     }
                 ]
                 ]
             }
             },
        }
             "Narcotic": {
    },
    "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": [],
        "metabolisms": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "StatusLifetime": 2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "WalkSpeedModifier": 1.3,
                         "id": "SatiateThirst"
                        "SprintSpeedModifier": 1.3,
                     }
                         "id": "MovespeedModifier"
                ]
                     },
            }
                    {
        }
                        "Key": "Stutter",
    },
                        "Component": "StutteringAccent",
    "DeadRum": {
                        "Time": 2,
        "id": "DeadRum",
                        "Refresh": true,
        "name": "deadrum",
                        "Type": 0,
        "group": "Drinks",
                        "conditions": null,
        "desc": "Distilled alcoholic drink made from saltwater.",
                        "probability": 1,
        "physicalDesc": "strong-smelling",
                        "id": "GenericStatusEffect"
        "color": "#664300FF",
                    },
        "recipes": [],
                    {
        "metabolisms": {
                        "Amplitude": 10,
            "Drink": {
                        "Frequency": 4,
                "rate": 0.5,
                        "Time": 2,
                "effects": [
                        "Refresh": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "Jitter"
                    },
                    {
                        "Key": "Stun",
                        "Component": "",
                        "Time": 1,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    },
                     {
                     {
                        "Key": "KnockedDown",
                        "Component": "",
                        "Time": 1,
                        "Refresh": true,
                        "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "GenericStatusEffect"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 1,184: Line 1,832:
         }
         }
     },
     },
     "Ethanol": {
     "Ephedrine": {
         "id": "Ethanol",
         "id": "Ephedrine",
         "name": "ethanol",
         "name": "ephedrine",
         "group": "Drinks",
         "group": "Narcotics",
         "desc": "A simple alcohol, makes you drunk if consumed, flammable.",
         "desc": "Increases stun resistance and movement speed, giving you hand cramps. Overdose deals toxin damage and inhibits breathing.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "Bone white",
         "color": "#B05B3CFF",
         "color": "#D2FFFAFF",
         "recipes": [],
         "recipes": [
            "Ephedrine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Narcotic": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                    {
                        "StatusLifetime": 2,
                        "conditions": null,
                        "probability": 1,
                        "WalkSpeedModifier": 1.2,
                        "SprintSpeedModifier": 1.2,
                        "id": "MovespeedModifier"
                    },
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": null,
                             "types": {
                            "groups": {
                                "Poison": 2,
                                 "Caustic": 1
                                 "Asphyxiation": 2
                             }
                             },
                            "groups": null
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": [
                            {
                                "Min": 20,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     }
                     },
                ]
                    {
            }
                        "Amplitude": 10,
        }
                        "Frequency": 4,
    },
                        "Time": 2,
    "Gin": {
                        "Refresh": true,
        "id": "Gin",
                        "conditions": null,
        "name": "gin",
                        "probability": 1,
        "group": "Drinks",
                        "id": "Jitter"
        "desc": "A distilled alcoholic drink that derives its predominant flavour from juniper berries.",
                    },
        "physicalDesc": "strong-smelling",
                    {
        "color": "#664300FF",
                        "Key": "Stun",
        "recipes": [],
                        "Component": "",
        "metabolisms": {
                        "Time": 0.25,
            "Drink": {
                        "Refresh": true,
                "rate": 0.5,
                        "Type": 1,
                "effects": [
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    },
                     {
                     {
                        "Key": "KnockedDown",
                        "Component": "",
                        "Time": 0.25,
                        "Refresh": true,
                        "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "id": "GenericStatusEffect"
                         "id": "SatiateThirst"
                    },
                    {
                        "Messages": [
                            "ephedrine-effect-tight-pain",
                            "ephedrine-effect-heart-pounds"
                        ],
                        "Type": 1,
                        "conditions": null,
                        "probability": 0.05,
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 1,235: Line 1,918:
         }
         }
     },
     },
     "Kahlua": {
     "THC": {
         "id": "Kahlua",
         "id": "THC",
         "name": "kahlua",
         "name": "THC",
         "group": "Drinks",
         "group": "Narcotics",
         "desc": "A widely known, Mexican coffee-flavoured liqueur.",
         "desc": "The main psychoactive compound in cannabis.",
         "physicalDesc": "cloudy",
         "physicalDesc": "crystalline",
         "color": "#664300FF",
         "color": "#808080FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": null
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
     },
     },
     "MelonLiquor": {
     "THCOil": {
         "id": "MelonLiquor",
         "id": "THCOil",
         "name": "melon liquor",
         "name": "THC oil",
         "group": "Drinks",
         "group": "Narcotics",
         "desc": "A relatively sweet and fruity 46 proof liquor.",
         "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": "strong-smelling",
         "physicalDesc": "skunky",
         "color": "#138808FF",
         "color": "#DAA520FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": null
            "Drink": {
     },
                "rate": 0.5,
     "Nicotine": {
                "effects": [
         "id": "Nicotine",
                    {
         "name": "Nicotine",
                        "conditions": null,
         "group": "Narcotics",
                        "probability": 1,
         "desc": "Dangerous and highly addictive.",
                        "HydrationFactor": 2,
         "physicalDesc": "strong smelling",
                        "id": "SatiateThirst"
         "color": "#C0C0C0FF",
                    }
                ]
            }
        }
     },
     "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": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": null
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
     },
     },
     "PoisonWine": {
     "Impedrezene": {
         "id": "PoisonWine",
         "id": "Impedrezene",
         "name": "poison wine",
         "name": "impedrezene",
         "group": "Drinks",
         "group": "Narcotics",
         "desc": "Is this even wine? Toxic! Hallucinogenic! Probably consumed in boatloads by your superiors!",
         "desc": "A narcotic that impedes one's ability by slowing down the higher brain cell functions. Causes massive brain damage.",
         "physicalDesc": "strong-smelling",
        "physicalDesc": "acrid",
         "color": "#000000FF",
        "color": "#215263FF",
         "recipes": [],
        "recipes": [
            "Impedrezene"
        ],
        "metabolisms": null
    },
    "SpaceDrugs": {
        "id": "SpaceDrugs",
        "name": "space drugs",
        "group": "Narcotics",
        "desc": "An illegal compound which induces a number of effects such as loss of balance and visual artefacts.",
        "physicalDesc": "syrupy",
        "color": "#63806EFF",
        "recipes": [
            "SpaceDrugs"
        ],
        "metabolisms": null
    },
    "Carpetium": {
        "id": "Carpetium",
        "name": "carpetium",
        "group": "Special",
        "desc": "A mystical chemical, usually outsourced from the Clown Planet, that covers everything it touches in carpet.",
         "physicalDesc": "fibrous",
         "color": "#800000FF",
         "recipes": [
            "Carpetium"
        ],
         "metabolisms": {
         "metabolisms": {
             "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"
                     }
                     }
                 ]
                 ]
             },
             }
            "Poison": {
        }
                "rate": 0.5,
    },
                "effects": [
    "Fiber": {
                    {
        "id": "Fiber",
                        "damage": {
        "name": "fiber",
                            "types": {
        "group": "Unknown",
                                "Poison": 1
        "desc": "A raw material, usually extracted from wool or other fabric products.",
                            },
        "physicalDesc": "fibrous",
                            "groups": null
        "color": "#808080FF",
                        },
        "recipes": [],
                        "scaleByQuantity": false,
        "metabolisms": null
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                    }
                ]
            }
        }
     },
     },
     "Rum": {
     "BuzzochloricBees": {
         "id": "Rum",
         "id": "BuzzochloricBees",
         "name": "rum",
         "name": "Buzzochloric Bees",
         "group": "Drinks",
         "group": "Toxins",
         "desc": "Distilled alcoholic drink made from sugarcane byproducts.",
         "desc": "Liquid bees. Oh god it's LIQUID BEES NO-",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "buzzy",
         "color": "#664300FF",
         "color": "#FFD35DFF",
         "recipes": [],
         "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": [
    "Sake": {
                            {
        "id": "Sake",
                                "Min": 0,
        "name": "sake",
                                "Max": 0,
        "group": "Drinks",
                                "Reagent": "Histamine",
        "desc": "Alcoholic beverage made by fermenting rice that has been polished.",
                                "id": "ReagentThreshold"
        "physicalDesc": "strong-smelling",
                            },
        "color": "#DDDDDDFF",
                            {
        "recipes": [],
                                "Tag": "Bee",
        "metabolisms": {
                                "Invert": true,
            "Drink": {
                                "id": "HasTag"
                "rate": 0.5,
                            }
                "effects": [
                        ],
                        "probability": 0.1,
                        "id": "PopupMessage"
                    },
                     {
                     {
                         "conditions": null,
                         "Messages": [
                        "probability": 1,
                            "buzzochloricbees-effect-histamine-bee-allergy",
                        "HydrationFactor": 2,
                            "buzzochloricbees-effect-histamine-swells",
                        "id": "SatiateThirst"
                            "buzzochloricbees-effect-histamine-numb-to-the-bees",
                    }
                            "buzzochloricbees-effect-histamine-cannot-be-one-with-the-bees",
                ]
                            "buzzochloricbees-effect-squeaky-clean"
            }
                        ],
        }
                        "Type": 1,
    },
                        "conditions": [
    "Tequila": {
                            {
        "id": "Tequila",
                                "Min": 0.01,
        "name": "tequila",
                                "Max": 21474836,
        "group": "Drinks",
                                "Reagent": "Histamine",
        "desc": "A strong and mildly flavoured, mexican produced spirit.",
                                "id": "ReagentThreshold"
        "physicalDesc": "strong-smelling",
                            },
        "color": "#D7D1D155",
                            {
        "recipes": [],
                                "Tag": "Bee",
        "metabolisms": {
                                "Invert": true,
            "Drink": {
                                "id": "HasTag"
                "rate": 0.5,
                            }
                "effects": [
                        ],
                        "probability": 0.05,
                        "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": [
    },
                            {
    "Vermouth": {
                                "Tag": "Bee",
        "id": "Vermouth",
                                "Invert": true,
        "name": "vermouth",
                                "id": "HasTag"
        "group": "Drinks",
                            },
        "desc": "Aromatized, fortified white wine flavored with various botanicals.",
                            {
        "physicalDesc": "strong-smelling",
                                "Min": 0.01,
        "color": "#91FF91FF",
                                "Max": 21474836,
        "recipes": [],
                                "Reagent": "Licoxide",
        "metabolisms": {
                                "id": "ReagentThreshold"
            "Drink": {
                            }
                "rate": 0.5,
                        ],
                "effects": [
                        "probability": 0.05,
                        "id": "PopupMessage"
                    },
                     {
                     {
                         "conditions": null,
                         "Messages": [
                        "probability": 1,
                            "buzzochloricbees-effect-fiber-hairy",
                        "HydrationFactor": 2,
                            "buzzochloricbees-effect-fiber-soft"
                         "id": "SatiateThirst"
                        ],
                    }
                         "Type": 1,
                ]
                        "conditions": [
            }
                            {
        }
                                "Tag": "Bee",
    },
                                "Invert": true,
    "Vodka": {
                                "id": "HasTag"
        "id": "Vodka",
                            },
        "name": "vodka",
                            {
        "group": "Drinks",
                                "Min": 0.01,
        "desc": "Clear distilled alcoholic beverage that originates from Poland and Russia.",
                                "Max": 21474836,
        "physicalDesc": "strong-smelling",
                                "Reagent": "Fiber",
        "color": "#D1D1D155",
                                "id": "ReagentThreshold"
        "recipes": [],
                            }
        "metabolisms": {
                        ],
            "Drink": {
                        "probability": 0.05,
                "rate": 0.5,
                        "id": "PopupMessage"
                "effects": [
                    },
                     {
                     {
                         "conditions": null,
                        "damage": {
                            "types": {
                                "Poison": 2,
                                "Piercing": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Tag": "Bee",
                                "Invert": true,
                                "id": "HasTag"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 1,451: Line 2,144:
         }
         }
     },
     },
     "Whiskey": {
     "GroundBee": {
         "id": "Whiskey",
         "id": "GroundBee",
         "name": "whiskey",
         "name": "Ground Bee",
         "group": "Drinks",
         "group": "Unknown",
         "desc": "A type of distilled alcoholic beverage made from fermented grain mash.",
         "desc": "Bee grounds. Gross.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "bee guts",
         "color": "#664300FF",
         "color": "#86530EFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": null
            "Drink": {
    },
                "rate": 0.5,
    "Saxoite": {
                "effects": [
        "id": "Saxoite",
                    {
        "name": "Saxoite",
                        "conditions": null,
        "group": "Unknown",
                        "probability": 1,
        "desc": "Smells like jazz.",
                        "HydrationFactor": 2,
        "physicalDesc": "ground brass",
                        "id": "SatiateThirst"
        "color": "#B8A603FF",
                    }
        "recipes": [],
                ]
         "metabolisms": null
            }
         }
     },
     },
     "Wine": {
     "Licoxide": {
         "id": "Wine",
         "id": "Licoxide",
         "name": "wine",
         "name": "Licoxide",
         "group": "Drinks",
         "group": "Toxins",
         "desc": "An premium alchoholic beverage made from distilled grape juice.",
         "desc": "It looks... electrifying.",
         "physicalDesc": "translucent",
         "physicalDesc": "electric",
         "color": "#7E4043FF",
         "color": "#FDD023FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "ElectrocuteTime": 2,
                        "ElectrocuteDamageScale": 5,
                        "Refresh": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 0.5,
                        "HydrationFactor": 2,
                         "id": "Electrocute"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 1,495: Line 2,188:
         }
         }
     },
     },
     "AcidSpit": {
     "EZNutrient": {
         "id": "AcidSpit",
         "id": "EZNutrient",
         "name": "acidspit",
         "name": "EZ nutrient",
         "group": "Drinks",
         "group": "Botanical",
         "desc": "A drink for the daring, can be deadly if incorrectly prepared!",
        "desc": "Give your plants some of those EZ nutrients!",
         "physicalDesc": "strong-smelling",
        "physicalDesc": "thick",
         "color": "#365000FF",
        "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,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
     },
     },
     "AlliesCocktail": {
     "PlantBGone": {
         "id": "AlliesCocktail",
         "id": "PlantBGone",
         "name": "allies cocktail",
         "name": "plant-B-gone",
         "group": "Drinks",
         "group": "Botanical",
         "desc": "A drink made from your allies, not as sweet as when made from your enemies.",
         "desc": "A harmful toxic mixture to kill plantlife. Do not ingest!",
         "physicalDesc": "strong-smelling",
        "physicalDesc": "bubbling",
         "color": "#00664DFF",
        "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": [],
         "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": [
                     {
                     {
                         "conditions": null,
                         "damage": {
                         "probability": 1,
                            "types": null,
                         "HydrationFactor": 2,
                            "groups": {
                         "id": "SatiateThirst"
                                "Caustic": 1
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "probability": 1,
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 1,539: Line 2,287:
         }
         }
     },
     },
     "Aloe": {
     "Diethylamine": {
         "id": "Aloe",
         "id": "Diethylamine",
         "name": "aloe",
         "name": "diethylamine",
         "group": "Drinks",
         "group": "Botanical",
         "desc": "So very, very, very good.",
         "desc": "A very potent fertilizer.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#192C00FF",
         "color": "#A1000BFF",
         "recipes": [],
         "recipes": [
            "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"
                     }
                     }
                 ]
                 ]
Line 1,561: Line 2,318:
         }
         }
     },
     },
     "Amasec": {
     "Aluminium": {
         "id": "Amasec",
         "id": "Aluminium",
         "name": "amasec",
         "name": "aluminium",
         "group": "Drinks",
         "group": "Elements",
         "desc": "Official drink of the Gun Club!",
         "desc": "A silver, soft, non-magnetic, and ductile metal.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "metallic",
         "color": "#124DA7FF",
         "color": "#848789FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": null
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
     },
     },
     "Andalusia": {
     "Carbon": {
         "id": "Andalusia",
         "id": "Carbon",
         "name": "andalusia",
         "name": "carbon",
         "group": "Drinks",
         "group": "Elements",
         "desc": "A nice, strangely named drink.",
         "desc": "A black, crystalline solid.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "crystalline",
         "color": "#665700FF",
         "color": "#22282BFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": null
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
     },
     },
     "Antifreeze": {
     "Chlorine": {
         "id": "Antifreeze",
         "id": "Chlorine",
         "name": "antifreeze",
         "name": "chlorine",
         "group": "Drinks",
         "group": "Elements",
         "desc": "Ultimate refreshment.",
         "desc": "A yellow-green gas which is toxic to humans.",
         "physicalDesc": "translucent",
         "physicalDesc": "gaseous",
         "color": "#FF7D63FF",
         "color": "#A2FF00FF",
         "recipes": [
         "recipes": [],
            "Antifreeze"
         "metabolisms": null
        ],
    },
         "metabolisms": {
    "Copper": {
            "Drink": {
        "id": "Copper",
                "rate": 0.5,
        "name": "copper",
                "effects": [
        "group": "Elements",
                    {
        "desc": "A soft, malleable, and ductile metal with very high thermal and electrical conductivity.",
                        "conditions": null,
        "physicalDesc": "metallic",
                        "probability": 1,
        "color": "#B05B3CFF",
                        "HydrationFactor": 2,
        "recipes": [],
                        "id": "SatiateThirst"
         "metabolisms": null
                    }
                ]
            }
         }
     },
     },
     "AtomicBomb": {
     "Fluorine": {
         "id": "AtomicBomb",
         "id": "Fluorine",
         "name": "atomic bomb",
         "name": "fluorine",
         "group": "Drinks",
         "group": "Elements",
         "desc": "Nuclear proliferation never tasted so good.",
         "desc": "A highly toxic pale yellow gas. Extremely reactive.",
         "physicalDesc": "cloudy",
         "physicalDesc": "gaseous",
         "color": "#666300FF",
         "color": "#808080FF",
         "recipes": [
         "recipes": [],
            "AtomicBomb"
         "metabolisms": null
        ],
    },
         "metabolisms": {
    "Gold": {
            "Drink": {
        "id": "Gold",
                "rate": 0.5,
        "name": "gold",
                "effects": [
        "group": "Elements",
                    {
        "desc": "Gold is a dense, soft, shiny metal and the most malleable and ductile metal known.",
                        "conditions": null,
        "physicalDesc": "metallic",
                        "probability": 1,
        "color": "#F7C430FF",
                        "HydrationFactor": 2,
        "recipes": [],
                        "id": "SatiateThirst"
         "metabolisms": null
                    }
                ]
            }
         }
     },
     },
     "B52": {
     "Hydrogen": {
         "id": "B52",
         "id": "Hydrogen",
         "name": "b-52",
         "name": "hydrogen",
         "group": "Drinks",
         "group": "Elements",
         "desc": "Coffee, irish cream, and cognac. You will get bombed.",
         "desc": "A light, flammable gas.",
         "physicalDesc": "bubbly",
         "physicalDesc": "gaseous",
         "color": "#664300FF",
         "color": "#808080FF",
         "recipes": [
         "recipes": [],
            "B52"
         "metabolisms": null
        ],
         "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
     },
     },
     "BahamaMama": {
     "Iodine": {
         "id": "BahamaMama",
         "id": "Iodine",
         "name": "bahama mama",
         "name": "iodine",
         "group": "Drinks",
         "group": "Elements",
         "desc": "Tropical cocktail.",
         "desc": "Commonly added to table salt as a nutrient. On its own it tastes far less pleasing.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "Dark Brown",
         "color": "#FF7F3BFF",
         "color": "#BC8A00FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": null
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
     },
     },
     "BananaHonk": {
     "Iron": {
         "id": "BananaHonk",
         "id": "Iron",
         "name": "banana mama",
         "name": "iron",
         "group": "Drinks",
         "group": "Elements",
         "desc": "A drink from Clown Heaven.",
         "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": "strong-smelling",
         "physicalDesc": "metallic",
         "color": "#FFFF91FF",
        "color": "#434B4DFF",
         "recipes": [
        "recipes": [],
            "BananaHonk"
        "metabolisms": null
         ],
    },
    "Lithium": {
        "id": "Lithium",
        "name": "lithium",
        "group": "Elements",
        "desc": "A soft, silvery-white alkali metal. It is highly reactive, and ignites if it makes contact with water.",
        "physicalDesc": "shiny",
         "color": "#C6C8CCFF",
         "recipes": [],
        "metabolisms": null
    },
    "Mercury": {
         "id": "Mercury",
        "name": "mercury",
        "group": "Elements",
        "desc": "A silver metal which is liquid at room temperature. It is highly toxic to humans.",
        "physicalDesc": "shiny",
        "color": "#929296FF",
        "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "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 1,723: Line 2,447:
         }
         }
     },
     },
     "Barefoot": {
     "Nitrogen": {
         "id": "Barefoot",
         "id": "Nitrogen",
         "name": "barefoot",
         "name": "nitrogen",
         "group": "Drinks",
         "group": "Elements",
         "desc": "Barefoot and pregnant.",
         "desc": "A colorless, odorless unreactive gas. Highly stable.",
         "physicalDesc": "strong-smelling",
        "physicalDesc": "gaseous",
         "color": "#664300FF",
        "color": "#808080FF",
        "recipes": [],
        "metabolisms": null
    },
    "Oxygen": {
        "id": "Oxygen",
        "name": "oxygen",
        "group": "Elements",
        "desc": "An oxidizing, colorless gas.",
         "physicalDesc": "gaseous",
         "color": "#808080FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": null
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
     },
     },
     "BeepskySmash": {
     "Potassium": {
         "id": "BeepskySmash",
         "id": "Potassium",
         "name": "beepsky smash",
         "name": "potassium",
         "group": "Drinks",
         "group": "Elements",
         "desc": "Deny drinking this and prepare for THE LAW.",
         "desc": "A soft, shiny grey metal. Even more reactive than lithium.",
         "physicalDesc": "strong-smelling",
        "physicalDesc": "shiny",
         "color": "#664300FF",
        "color": "#C6C8CCFF",
         "recipes": [
        "recipes": [],
            "BeepskySmash"
        "metabolisms": null
         ],
    },
         "metabolisms": {
    "Phosphorus": {
             "Drink": {
        "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": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Radiation": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 1,769: Line 2,516:
         }
         }
     },
     },
     "Bilk": {
     "Silicon": {
         "id": "Bilk",
         "id": "Silicon",
         "name": "bilk",
         "name": "silicon",
         "group": "Drinks",
         "group": "Elements",
         "desc": "This appears to be beer mixed with milk. Disgusting.",
         "desc": "A hard and brittle crystalline solid with a blue-grey color.",
         "physicalDesc": "bilky...",
        "physicalDesc": "crystalline",
         "color": "#895C4CFF",
        "color": "#364266FF",
         "recipes": [
        "recipes": [],
            "Bilk"
        "metabolisms": null
         ],
    },
    "Silver": {
        "id": "Silver",
        "name": "silver",
        "group": "Elements",
        "desc": "A soft, white, lustrous transition metal, it has the highest electrical conductivity of any element and the highest thermal conductivity of any metal.",
         "physicalDesc": "reasonably metallic",
        "color": "#D0D0D0FF",
        "recipes": [],
        "metabolisms": null
    },
    "Sulfur": {
        "id": "Sulfur",
        "name": "sulfur",
        "group": "Elements",
        "desc": "A yellow, crystalline solid.",
        "physicalDesc": "powdery",
        "color": "#FFF385FF",
        "recipes": [],
        "metabolisms": null
    },
    "Sodium": {
        "id": "Sodium",
        "name": "sodium",
        "group": "Elements",
        "desc": "A silvery-white alkali metal. Highly reactive in its pure form.",
        "physicalDesc": "metallic",
         "color": "#C6C8CCFF",
         "recipes": [],
        "metabolisms": null
    },
    "Uranium": {
        "id": "Uranium",
        "name": "uranium",
         "group": "Elements",
        "desc": "A grey metallic chemical element in the actinide series, weakly radioactive.",
        "physicalDesc": "metallic",
        "color": "#8FA191FF",
        "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Radiation": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 1,793: Line 2,585:
         }
         }
     },
     },
     "BlackRussian": {
     "Acetone": {
         "id": "BlackRussian",
         "id": "Acetone",
         "name": "black russian",
         "name": "acetone",
         "group": "Drinks",
         "group": "Unknown",
         "desc": "For the lactose-intolerant. Still as classy as a White Russian.",
         "desc": "A slick, slightly carcinogenic liquid. Has a multitude of mundane uses in everyday life.",
         "physicalDesc": "strong-smelling",
        "physicalDesc": "acidic",
         "color": "#360000FF",
        "color": "#AF14B7FF",
        "recipes": [
            "Acetone"
        ],
        "metabolisms": null
    },
    "Phenol": {
        "id": "Phenol",
        "name": "phenol",
        "group": "Unknown",
        "desc": "An aromatic ring of carbon with a hydroxyl group. A useful precursor to some medicines, but has no healing properties on its own.",
         "physicalDesc": "acidic",
         "color": "#E7EA91FF",
         "recipes": [
         "recipes": [
             "BlackRussian"
             "Phenol"
         ],
         ],
        "metabolisms": null
    },
    "JuiceApple": {
        "id": "JuiceApple",
        "name": "apple juice",
        "group": "Drinks",
        "desc": "It's a little piece of Eden.",
        "physicalDesc": "crisp",
        "color": "#FDAD01FF",
        "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 1,810: Line 2,624:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 1,817: Line 2,631:
         }
         }
     },
     },
     "BloodyMary": {
     "JuiceBanana": {
         "id": "BloodyMary",
         "id": "JuiceBanana",
         "name": "bloody mary",
         "name": "banana juice",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A strange yet pleasurable mixture made of vodka, tomato, and lime juice.",
         "desc": "The raw essence of a banana. HONK.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "crisp",
         "color": "#660000FF",
         "color": "#FFE777FF",
         "recipes": [
         "recipes": [],
            "BloodyMary"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 1,834: Line 2,646:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 1,841: Line 2,653:
         }
         }
     },
     },
     "Booger": {
     "JuiceBerry": {
         "id": "Booger",
         "id": "JuiceBerry",
         "name": "booger",
         "name": "berry juice",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Ewww...",
         "desc": "A delicious blend of several different kinds of berries.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "sweet",
         "color": "#8CFF8CFF",
         "color": "#660099FF",
         "recipes": [
         "recipes": [],
            "Booger"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 1,858: Line 2,668:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 1,865: Line 2,675:
         }
         }
     },
     },
     "BraveBull": {
     "JuiceBerryPoison": {
         "id": "BraveBull",
         "id": "JuiceBerryPoison",
         "name": "brave bull",
         "name": "poison berry juice",
         "group": "Drinks",
         "group": "Unknown",
         "desc": "It's just as effective as Dutch-Courage!",
         "desc": "A surprisingly tasty juice blended from various kinds of very deadly and toxic berries.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "sickly",
         "color": "#664300FF",
         "color": "#6600CCFF",
         "recipes": [
         "recipes": [],
            "BraveBull"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 1,882: Line 2,690:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
             }
             },
        }
             "Poison": {
    },
    "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,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 1,913: Line 2,715:
         }
         }
     },
     },
     "DemonsBlood": {
     "JuiceCarrot": {
         "id": "DemonsBlood",
         "id": "JuiceCarrot",
         "name": "demons blood",
         "name": "carrot juice",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "AHHHH!!!!",
         "desc": "It's like a carrot, but less crunchy.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "crisp",
         "color": "#A70000FF",
         "color": "#FF8820FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 1,928: Line 2,730:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 1,935: Line 2,737:
         }
         }
     },
     },
     "DevilsKiss": {
     "JuiceGrape": {
         "id": "DevilsKiss",
         "id": "JuiceGrape",
         "name": "devils kiss",
         "name": "grape juice",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Creepy time!",
         "desc": "Freshly squeezed juice from red grapes. Quite sweet.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "crisp",
         "color": "#A68310FF",
         "color": "#512284FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 1,950: Line 2,752:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 1,957: Line 2,759:
         }
         }
     },
     },
     "DoctorsDelight": {
     "JuiceLemon": {
         "id": "DoctorsDelight",
         "id": "JuiceLemon",
         "name": "the doctor's delight",
         "name": "lemon juice",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A gulp a day keeps the MediBot away. That's probably for the best.",
         "desc": "This juice is VERY sour.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "citric",
         "color": "#FF8CFFFF",
         "color": "#FFF690FF",
         "recipes": [
         "recipes": [],
            "DoctorsDelight"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 1,974: Line 2,774:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 1,981: Line 2,781:
         }
         }
     },
     },
     "DriestMartini": {
     "JuiceLime": {
         "id": "DriestMartini",
         "id": "JuiceLime",
         "name": "driest martini",
         "name": "lime juice",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Only for the experienced. You think you see sand floating in the glass.",
         "desc": "The sweet-sour juice of limes.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "citric",
         "color": "#2E6671FF",
         "color": "#99BB43FF",
         "recipes": [
         "recipes": [],
            "DriestMartini"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 1,998: Line 2,796:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 2,005: Line 2,803:
         }
         }
     },
     },
     "ErikaSuprise": {
     "JuiceOrange": {
         "id": "ErikaSuprise",
         "id": "JuiceOrange",
         "name": "erika suprise",
         "name": "orange juice",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "The surprise is, it's green!",
         "desc": "Both delicious AND rich in Vitamin C. What more do you need?",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "citric",
         "color": "#2E6671FF",
         "color": "#E78108FF",
         "recipes": [
         "recipes": [],
            "ErikaSuprise"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 2,022: Line 2,818:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 2,029: Line 2,825:
         }
         }
     },
     },
     "GargleBlaster": {
     "JuicePineapple": {
         "id": "GargleBlaster",
         "id": "JuicePineapple",
         "name": "Pan-Galactic Gargle Blaster",
         "name": "pineapple juice",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Whoah, this stuff looks volatile!",
         "desc": "The delicious juice of a pineapple.",
         "physicalDesc": "volatile",
         "physicalDesc": "tropical",
         "color": "#9CC8B4FF",
         "color": "#FFFF00FF",
         "recipes": [
         "recipes": [],
            "GargleBlaster"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 2,046: Line 2,840:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 2,053: Line 2,847:
         }
         }
     },
     },
     "GinFizz": {
     "JuicePotato": {
         "id": "GinFizz",
         "id": "JuicePotato",
         "name": "gin fizz",
         "name": "potato juice",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Refreshingly lemony, deliciously dry.",
         "desc": "Juice of the potato. Bleh.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "starchy",
         "color": "#664300FF",
         "color": "#302000FF",
         "recipes": [
         "recipes": [],
            "GinFizz"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 2,070: Line 2,862:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 2,077: Line 2,869:
         }
         }
     },
     },
     "GinTonic": {
     "JuiceTomato": {
         "id": "GinTonic",
         "id": "JuiceTomato",
         "name": "gin and tonic",
         "name": "tomato juice",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "An all time classic, mild cocktail.",
         "desc": "Tomatoes made into juice. What a waste of good tomatoes, huh?",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "saucey",
         "color": "#004166FF",
         "color": "#731008FF",
         "recipes": [
         "recipes": [],
            "GinTonic"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 2,094: Line 2,884:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 2,101: Line 2,891:
         }
         }
     },
     },
     "Goldschlager": {
     "JuiceWatermelon": {
         "id": "Goldschlager",
         "id": "JuiceWatermelon",
         "name": "Goldschlager",
         "name": "water melon juice",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "100 proof cinnamon schnapps, made for alcoholic teen girls on spring break.",
         "desc": "The delicious juice of a watermelon.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "sweet",
         "color": "#FFFF91FF",
         "color": "#EF3520FF",
         "recipes": [
         "recipes": [],
            "Goldschlager"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 2,118: Line 2,906:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 2,125: Line 2,913:
         }
         }
     },
     },
     "Grog": {
     "Cola": {
         "id": "Grog",
         "id": "Cola",
         "name": "grog",
         "name": "cola",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Watered-down rum, pirate approved!",
         "desc": "A sweet, carbonated soft drink. Caffeine free.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "fizzy",
         "color": "#664300FF",
         "color": "#422912FF",
         "recipes": [
         "recipes": [],
            "Grog"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 2,149: Line 2,935:
         }
         }
     },
     },
     "HippiesDelight": {
     "ChangelingSting": {
         "id": "HippiesDelight",
         "id": "ChangelingSting",
         "name": "hippies delight",
         "name": "changeling sting",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "You just don't get it maaaan.",
         "desc": "You take a tiny sip and feel a burning sensation...",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "fizzy",
         "color": "#6EAA0CFF",
         "color": "#2E6671FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 2,171: Line 2,957:
         }
         }
     },
     },
     "Hooch": {
     "DrGibb": {
         "id": "Hooch",
         "id": "DrGibb",
         "name": "hooch",
         "name": "Dr. Gibb",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Either someone's failure at cocktail making or attempt in alchohol production. In any case, do you really want to drink that?",
         "desc": "A delicious blend of 42 different flavours.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "fizzy",
         "color": "#664E00FF",
         "color": "#102000FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 2,193: Line 2,979:
         }
         }
     },
     },
     "IcedBeer": {
     "EnergyDrink": {
         "id": "IcedBeer",
         "id": "EnergyDrink",
         "name": "iced beer",
         "name": "Energy Drink",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A beer which is so cold the air around it freezes.",
         "desc": "A dose of energy! Nanotrasen is not responsible if you grow avian appendages.",
         "physicalDesc": "bubbly",
         "physicalDesc": "fizzy",
         "color": "#664300FF",
         "color": "#FFFFBFFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 2,215: Line 3,001:
         }
         }
     },
     },
     "IrishCarBomb": {
     "GrapeSoda": {
         "id": "IrishCarBomb",
         "id": "GrapeSoda",
         "name": "irish car bomb",
         "name": "grape soda",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A troubling mixture of irish cream and ale.",
         "desc": "It's Graaaaaape!",
         "physicalDesc": "bubbly",
         "physicalDesc": "fizzy",
         "color": "#2E6671FF",
         "color": "#AE94A6FF",
         "recipes": [
         "recipes": [],
            "IrishCarBomb"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 2,239: Line 3,023:
         }
         }
     },
     },
     "IrishCream": {
     "LemonLime": {
         "id": "IrishCream",
         "id": "LemonLime",
         "name": "irish cream",
         "name": "lemon-lime",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Whiskey-imbued cream. What else could you expect from the Irish.",
         "desc": "tangy lime and lemon soda",
         "physicalDesc": "creamy",
         "physicalDesc": "fizzy",
         "color": "#664300FF",
         "color": "#878F00FF",
         "recipes": [
         "recipes": [
             "IrishCream"
             "LemonLime"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 2,263: Line 3,047:
         }
         }
     },
     },
     "IrishCoffee": {
     "PwrGame": {
         "id": "IrishCoffee",
         "id": "PwrGame",
         "name": "irish coffee",
         "name": "Pwr Game",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Coffee served with irish cream. Regular cream just isn't the same!",
         "desc": "The only drink with the PWR that true gamers crave.",
         "physicalDesc": "cloudy",
         "physicalDesc": "fizzy",
         "color": "#664300FF",
         "color": "#9385BFFF",
         "recipes": [
         "recipes": [],
            "IrishCoffee"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 2,287: Line 3,069:
         }
         }
     },
     },
     "KiraSpecial": {
     "SpaceMountainWind": {
         "id": "KiraSpecial",
         "id": "SpaceMountainWind",
         "name": "kira special",
         "name": "Space Mountain Wind",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Long live the guy who everyone had mistaken for a girl. Baka!",
         "desc": "Blows right through you like a space wind.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "fizzy",
         "color": "#CCCC99FF",
         "color": "#102000FF",
         "recipes": [
         "recipes": [],
            "KiraSpecial"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 2,311: Line 3,091:
         }
         }
     },
     },
     "Lean": {
     "SpaceUp": {
         "id": "Lean",
         "id": "SpaceUp",
         "name": "lean",
         "name": "Space-Up",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Turn up for days.",
         "desc": "Tastes like a hull breach in your mouth.",
         "physicalDesc": "bubbly",
         "physicalDesc": "fizzy",
         "color": "#9400D3FF",
         "color": "#00FF00FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 2,333: Line 3,113:
         }
         }
     },
     },
     "LeanShine": {
     "Starkist": {
         "id": "LeanShine",
         "id": "Starkist",
         "name": "leanshine",
         "name": "starkist",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Lean mixed with moonshine. Turn up for months.",
         "desc": "A sweet, orange flavored soft drink.",
         "physicalDesc": "bubbly",
         "physicalDesc": "fizzy",
         "color": "#9D5FB8FF",
         "color": "#9F3400FF",
         "recipes": [
         "recipes": [
             "LeanShine"
             "Starkist"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 2,357: Line 3,137:
         }
         }
     },
     },
     "LongIslandIcedTea": {
     "FourteenLoko": {
         "id": "LongIslandIcedTea",
         "id": "FourteenLoko",
         "name": "long island iced tea",
         "name": "Fourteen Loko",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "The liquor cabinet, brought together in a delicious mix. Intended for middle-aged alcoholic women only.",
         "desc": "A highly processed liquid substance barely-passing intergalatic health standards for a soft drink.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "fizzy",
         "color": "#664300FF",
         "color": "#DEB928FF",
         "recipes": [
         "recipes": [
             "LongIslandIcedTea"
             "FourteenLoko"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 2,376: Line 3,156:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    }
                ]
            },
            "Poison": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                            "types": {
                                "Poison": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 2,381: Line 3,179:
         }
         }
     },
     },
     "Manhattan": {
     "Absinthe": {
         "id": "Manhattan",
         "id": "Absinthe",
         "name": "manhattan",
         "name": "absinthe",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "The Detective's undercover drink of choice. He never could stomach gin...",
         "desc": "A anise-flavoured spirit derived from botanicals.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#664300FF",
         "color": "#33EE00FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 2,403: Line 3,201:
         }
         }
     },
     },
     "ManhattanProject": {
     "Ale": {
         "id": "ManhattanProject",
         "id": "Ale",
         "name": "manhattan project",
         "name": "ale",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A scientist's drink of choice, for pondering ways to blow up the ship.",
         "desc": "A dark alchoholic beverage made by malted barley and yeast.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "bubbly",
         "color": "#664300FF",
         "color": "#663100FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 2,425: Line 3,223:
         }
         }
     },
     },
     "ManlyDorf": {
     "Beer": {
         "id": "ManlyDorf",
         "id": "Beer",
         "name": "manly dorf",
         "name": "beer",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Beer and Ale, brought together in a delicious mix. Intended for stout dwarves only.",
         "desc": "An alcoholic beverage made from malted grains, hops, yeast, and water.",
         "physicalDesc": "bubbly",
         "physicalDesc": "bubbly",
         "color": "#664300FF",
         "color": "#CFA85FFF",
         "recipes": [
         "recipes": [],
            "ManlyDorf"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 2,449: Line 3,245:
         }
         }
     },
     },
     "Margarita": {
     "BlueCuracao": {
         "id": "Margarita",
         "id": "BlueCuracao",
         "name": "margarita",
         "name": "blue curacao",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "On the rocks with salt on the rim. Arriba~!",
         "desc": "Exotically blue, fruity drink, distilled from oranges.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#8CFF8CFF",
         "color": "#0000CDFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 2,471: Line 3,267:
         }
         }
     },
     },
     "Martini": {
     "Cognac": {
         "id": "Martini",
         "id": "Cognac",
         "name": "classic martini",
         "name": "cognac",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Vermouth with Gin. Not quite how 007 enjoyed it, but still delicious.",
         "desc": "A sweet and strongly alcoholic drink, twice distilled and left to mature for several years. Classy as fornication.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#664300FF",
         "color": "#AB3C05FF",
         "recipes": [
         "recipes": [],
            "Martini"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 2,495: Line 3,289:
         }
         }
     },
     },
     "Mead": {
     "DeadRum": {
         "id": "Mead",
         "id": "DeadRum",
         "name": "mead",
         "name": "deadrum",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A Viking's drink, though a cheap one.",
         "desc": "Distilled alcoholic drink made from saltwater.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#664300FF",
         "color": "#664300FF",
Line 2,517: Line 3,311:
         }
         }
     },
     },
     "Mojito": {
     "Ethanol": {
         "id": "Mojito",
         "id": "Ethanol",
         "name": "mojito",
         "name": "ethanol",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "If it's good enough for Spesscuba, it's good enough for you.",
         "desc": "A simple alcohol, makes you drunk if consumed, flammable.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#664300FF",
         "color": "#B05B3CFF",
         "recipes": [
         "recipes": [],
            "Mojito"
        ],
         "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"
                     }
                     }
                 ]
                 ]
Line 2,541: Line 3,340:
         }
         }
     },
     },
     "Moonshine": {
     "Gin": {
         "id": "Moonshine",
         "id": "Gin",
         "name": "moonshine",
         "name": "gin",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Artisanal homemade liquor. What could go wrong?",
         "desc": "A distilled alcoholic drink that derives its predominant flavour from juniper berries.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#D1D7D155",
         "color": "#664300FF",
         "recipes": [
         "recipes": [],
            "Moonshine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 2,565: Line 3,362:
         }
         }
     },
     },
     "Neurotoxin": {
     "Kahlua": {
         "id": "Neurotoxin",
         "id": "Kahlua",
         "name": "neurotoxin",
         "name": "kahlua",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A strong neurotoxin that puts the subject into a death-like state.",
         "desc": "A widely known, Mexican coffee-flavoured liqueur.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "cloudy",
         "color": "#2E2E61FF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 2,580: Line 3,377:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
             },
             }
             "Poison": {
        }
    },
    "MelonLiquor": {
        "id": "MelonLiquor",
        "name": "melon liquor",
        "group": "Drinks",
        "desc": "A relatively sweet and fruity 46 proof liquor.",
        "physicalDesc": "strong-smelling",
        "color": "#138808FF",
        "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": 2,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 2,605: Line 3,406:
         }
         }
     },
     },
     "Patron": {
     "NTCahors": {
         "id": "Patron",
         "id": "NTCahors",
         "name": "patron",
         "name": "NeoTheology Cahors Wine",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Tequila with silver in it, a favorite of alcoholic women in the club scene.",
         "desc": "Fortified dessert wine made from cabernet sauvignon, saperavi and other grapes.",
         "physicalDesc": "metallic",
         "physicalDesc": "strong-smelling",
         "color": "#585840FF",
         "color": "#7E4043FF",
         "recipes": [
         "recipes": [],
            "Patron"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 2,629: Line 3,428:
         }
         }
     },
     },
     "RedMead": {
     "PoisonWine": {
         "id": "RedMead",
         "id": "PoisonWine",
         "name": "red mead",
         "name": "poison wine",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "The true Viking's drink! Even though it has a strange red color.",
         "desc": "Is this even wine? Toxic! Hallucinogenic! Probably consumed in boatloads by your superiors!",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#C73C00FF",
         "color": "#000000FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 2,648: Line 3,447:
                     }
                     }
                 ]
                 ]
             }
            },
            "Poison": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                            "types": {
                                "Poison": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                    }
                ]
             }
         }
         }
     },
     },
     "Rewriter": {
     "Rum": {
         "id": "Rewriter",
         "id": "Rum",
         "name": "rewriter",
         "name": "rum",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "The secret of the sanctuary of the Librarian...",
         "desc": "Distilled alcoholic drink made from sugarcane byproducts.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#485000FF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [],
            "Rewriter"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 2,675: Line 3,490:
         }
         }
     },
     },
     "Sbiten": {
     "Sake": {
         "id": "Sbiten",
         "id": "Sake",
         "name": "sbiten",
         "name": "sake",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A spicy Vodka! Might be a little hot for the little guys!",
         "desc": "Alcoholic beverage made by fermenting rice that has been polished.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#004166FF",
         "color": "#DDDDDDFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 2,697: Line 3,512:
         }
         }
     },
     },
     "ScrewdriverCocktail": {
     "Tequila": {
         "id": "ScrewdriverCocktail",
         "id": "Tequila",
         "name": "screwdriver",
         "name": "tequila",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Vodka, mixed with plain ol' orange juice. The result is surprisingly delicious.",
         "desc": "A strong and mildly flavoured, mexican produced spirit.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#A68310FF",
         "color": "#D7D1D155",
         "recipes": [
         "recipes": [],
            "ScrewdriverCocktail"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 2,721: Line 3,534:
         }
         }
     },
     },
     "Silencer": {
     "Vermouth": {
         "id": "Silencer",
         "id": "Vermouth",
         "name": "silencer",
         "name": "vermouth",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A drink from Mime Heaven.",
         "desc": "Aromatized, fortified white wine flavored with various botanicals.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#004666FF",
         "color": "#91FF91FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 2,743: Line 3,556:
         }
         }
     },
     },
     "Singulo": {
     "Vodka": {
         "id": "Singulo",
         "id": "Vodka",
         "name": "singulo",
         "name": "vodka",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A blue-space beverage!",
         "desc": "Clear distilled alcoholic beverage that originates from Poland and Russia.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#3B0C0CFF",
         "color": "#D1D1D155",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 2,765: Line 3,578:
         }
         }
     },
     },
     "SnowWhite": {
     "Whiskey": {
         "id": "SnowWhite",
         "id": "Whiskey",
         "name": "snow white",
         "name": "whiskey",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A cold refreshment.",
         "desc": "A type of distilled alcoholic beverage made from fermented grain mash.",
         "physicalDesc": "bubbly",
         "physicalDesc": "strong-smelling",
         "color": "#FFFFFFFF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 2,787: Line 3,600:
         }
         }
     },
     },
     "SuiDream": {
     "Wine": {
         "id": "SuiDream",
         "id": "Wine",
         "name": "sui dream",
         "name": "wine",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Comprised of: White soda, blue curacao, melon liquor.",
         "desc": "An premium alchoholic beverage made from distilled grape juice.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "translucent",
         "color": "#00A86BFF",
         "color": "#7E4043FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 2,809: Line 3,622:
         }
         }
     },
     },
     "SyndicateBomb": {
     "AcidSpit": {
         "id": "SyndicateBomb",
         "id": "AcidSpit",
         "name": "syndicate bomb",
         "name": "acidspit",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Somebody set us up the bomb!",
         "desc": "A drink for the daring, can be deadly if incorrectly prepared!",
         "physicalDesc": "opaque",
         "physicalDesc": "strong-smelling",
         "color": "#2E6660FF",
         "color": "#365000FF",
         "recipes": [
         "recipes": [],
            "SyndicateBomb"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 2,833: Line 3,644:
         }
         }
     },
     },
     "TequilaSunrise": {
     "AlliesCocktail": {
         "id": "TequilaSunrise",
         "id": "AlliesCocktail",
         "name": "tequila sunrise",
         "name": "allies cocktail",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Tequila and orange juice. Much like a Screwdriver, only Mexican.",
         "desc": "A drink made from your allies, not as sweet as when made from your enemies.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#FFE48CFF",
         "color": "#00664DFF",
         "recipes": [
         "recipes": [],
            "TequilaSunrise"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 2,857: Line 3,666:
         }
         }
     },
     },
     "ThreeMileIsland": {
     "Aloe": {
         "id": "ThreeMileIsland",
         "id": "Aloe",
         "name": "three mile island iced tea",
         "name": "aloe",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Made for a woman, strong enough for a man.",
         "desc": "So very, very, very good.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#666340FF",
         "color": "#192C00FF",
         "recipes": [
         "recipes": [],
            "ThreeMileIsland"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 2,881: Line 3,688:
         }
         }
     },
     },
     "ToxinsSpecial": {
     "Amasec": {
         "id": "ToxinsSpecial",
         "id": "Amasec",
         "name": "toxins special",
         "name": "amasec",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "This thing is ON FIRE! CALL THE DAMN SHUTTLE!",
         "desc": "Official drink of the Gun Club!",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#665C00FF",
         "color": "#124DA7FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 2,903: Line 3,710:
         }
         }
     },
     },
     "VodkaMartini": {
     "Andalusia": {
         "id": "VodkaMartini",
         "id": "Andalusia",
         "name": "vodka martini",
         "name": "andalusia",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Vodka with Gin. Not quite how 007 enjoyed it, but still delicious.",
         "desc": "A nice, strangely named drink.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#004666FF",
         "color": "#665700FF",
         "recipes": [
         "recipes": [],
            "VodkaMartini"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 2,927: Line 3,732:
         }
         }
     },
     },
     "VodkaTonic": {
     "Antifreeze": {
         "id": "VodkaTonic",
         "id": "Antifreeze",
         "name": "vodka tonic",
         "name": "antifreeze",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "For when a gin and tonic isn't russian enough.",
         "desc": "Ultimate refreshment.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "translucent",
         "color": "#0064C8FF",
         "color": "#FF7D63FF",
         "recipes": [],
         "recipes": [
            "Antifreeze"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 2,949: Line 3,756:
         }
         }
     },
     },
     "WhiskeyCola": {
     "AtomicBomb": {
         "id": "WhiskeyCola",
         "id": "AtomicBomb",
         "name": "whiskey cola",
         "name": "atomic bomb",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Whiskey, mixed with cola. Surprisingly refreshing.",
         "desc": "Nuclear proliferation never tasted so good.",
         "physicalDesc": "bubbly",
         "physicalDesc": "cloudy",
         "color": "#3E1B00FF",
         "color": "#666300FF",
         "recipes": [
         "recipes": [
             "WhiskeyCola"
             "AtomicBomb"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
    },
    "B52": {
        "id": "B52",
        "name": "b-52",
        "group": "Drinks",
        "desc": "Coffee, irish cream, and cognac. You will get bombed.",
        "physicalDesc": "bubbly",
        "color": "#664300FF",
        "recipes": [
            "B52"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 2,973: Line 3,804:
         }
         }
     },
     },
     "WhiskeySoda": {
     "BahamaMama": {
         "id": "WhiskeySoda",
         "id": "BahamaMama",
         "name": "whiskey soda",
         "name": "bahama mama",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "For the more refined griffon.",
         "desc": "Tropical cocktail.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#533600FF",
         "color": "#FF7F3BFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 2,995: Line 3,826:
         }
         }
     },
     },
     "WhiteRussian": {
     "BananaHonk": {
         "id": "WhiteRussian",
         "id": "BananaHonk",
         "name": "white russian",
         "name": "banana mama",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "That's just, like, your opinion, man...",
         "desc": "A drink from Clown Heaven.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#A68340FF",
         "color": "#FFFF91FF",
         "recipes": [
         "recipes": [
             "WhiteRussian"
             "BananaHonk"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 3,019: Line 3,850:
         }
         }
     },
     },
     "Astrotame": {
     "Barefoot": {
         "id": "Astrotame",
         "id": "Barefoot",
         "name": "Astrotame",
         "name": "barefoot",
         "group": "Foods",
         "group": "Drinks",
         "desc": "The sweetness of a thousand sugars but none of the calories.",
         "desc": "Barefoot and pregnant.",
         "physicalDesc": "",
         "physicalDesc": "strong-smelling",
         "color": "#7FFFD4FF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": null
         "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
     },
     },
     "BbqSauce": {
     "BeepskySmash": {
         "id": "BbqSauce",
         "id": "BeepskySmash",
         "name": "BBQ sauce",
         "name": "beepsky smash",
         "group": "Foods",
         "group": "Drinks",
         "desc": "Hand wipes not included.",
         "desc": "Deny drinking this and prepare for THE LAW.",
         "physicalDesc": "Gloopy.",
         "physicalDesc": "strong-smelling",
         "color": "#8B0000FF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [
         "metabolisms": null
            "BeepskySmash"
    },
        ],
    "Cornoil": {
         "metabolisms": {
        "id": "Cornoil",
            "Drink": {
        "name": "corn oil",
                "rate": 0.5,
        "group": "Foods",
                "effects": [
        "desc": "Corn oil, A delicious oil used in cooking. Made from corn.",
                    {
        "physicalDesc": "",
                        "conditions": null,
        "color": "#FFFF00FF",
                        "probability": 1,
        "recipes": [],
                        "HydrationFactor": 2,
         "metabolisms": null
                        "id": "SatiateThirst"
                    }
                ]
            }
         }
     },
     },
     "Frostoil": {
     "Bilk": {
         "id": "Frostoil",
         "id": "Bilk",
         "name": "frostoil",
         "name": "bilk",
         "group": "Foods",
         "group": "Drinks",
         "desc": "Leaves the tongue numb in its passage.",
         "desc": "This appears to be beer mixed with milk. Disgusting.",
         "physicalDesc": "",
         "physicalDesc": "bilky...",
         "color": "#87CEEBFF",
         "color": "#895C4CFF",
         "recipes": [],
         "recipes": [
         "metabolisms": null
            "Bilk"
    },
        ],
    "HorseradishSauce": {
         "metabolisms": {
        "id": "HorseradishSauce",
            "Drink": {
        "name": "horseradish sauce",
                "rate": 0.5,
        "group": "Foods",
                "effects": [
        "desc": "Smelly horseradish sauce.",
                    {
        "physicalDesc": "Overpowering.",
                        "conditions": null,
        "color": "#808080FF",
                        "probability": 1,
        "recipes": [],
                        "HydrationFactor": 2,
         "metabolisms": null
                        "id": "SatiateThirst"
                    }
                ]
            }
         }
     },
     },
     "Hotsauce": {
     "BlackRussian": {
         "id": "Hotsauce",
         "id": "BlackRussian",
         "name": "hotsauce",
         "name": "black russian",
         "group": "Foods",
         "group": "Drinks",
         "desc": "Burns so good.",
         "desc": "For the lactose-intolerant. Still as classy as a White Russian.",
         "physicalDesc": "",
         "physicalDesc": "strong-smelling",
         "color": "#FF0000FF",
         "color": "#360000FF",
         "recipes": [],
         "recipes": [
         "metabolisms": null
            "BlackRussian"
        ],
         "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
     },
     },
     "Ketchup": {
     "BloodyMary": {
         "id": "Ketchup",
         "id": "BloodyMary",
         "name": "ketchup",
         "name": "bloody mary",
         "group": "Foods",
         "group": "Drinks",
        "desc": "Made from pureed tomatoes and flavored with spices.",
         "desc": "A strange yet pleasurable mixture made of vodka, tomato, and lime juice.",
        "physicalDesc": "",
         "physicalDesc": "strong-smelling",
        "color": "#FF0000FF",
         "color": "#660000FF",
        "recipes": [],
        "metabolisms": null
    },
    "Soysauce": {
        "id": "Soysauce",
        "name": "soy sauce",
        "group": "Foods",
         "desc": "A salty soy-based flavoring.",
        "physicalDesc": "",
        "color": "#8B4513FF",
        "recipes": [],
        "metabolisms": null
    },
    "TableSalt": {
        "id": "TableSalt",
        "name": "table salt",
        "group": "Foods",
        "desc": "Commonly known as salt, Sodium Chloride is often used to season food or kill borers instantly.",
         "physicalDesc": "grainy",
         "color": "#A1000BFF",
         "recipes": [
         "recipes": [
             "TableSalt"
             "BloodyMary"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 3,116: Line 3,961:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "NutritionFactor": 0.5,
                         "HydrationFactor": 2,
                        "id": "SatiateHunger"
                    },
                    {
                        "conditions": null,
                        "probability": 1,
                         "HydrationFactor": -0.5,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 3,129: Line 3,968:
         }
         }
     },
     },
     "Nutriment": {
     "Booger": {
         "id": "Nutriment",
         "id": "Booger",
         "name": "nutriment",
         "name": "booger",
         "group": "Foods",
         "group": "Drinks",
         "desc": "All the vitamins, minerals, and carbohydrates the body needs in pure form.",
         "desc": "Ewww...",
         "physicalDesc": "opaque",
         "physicalDesc": "strong-smelling",
         "color": "#664330FF",
         "color": "#8CFF8CFF",
         "recipes": [],
         "recipes": [
            "Booger"
        ],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 3,144: Line 3,985:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "NutritionFactor": 3,
                         "HydrationFactor": 2,
                         "id": "SatiateHunger"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 3,151: Line 3,992:
         }
         }
     },
     },
     "Glucose": {
     "BraveBull": {
         "id": "Glucose",
         "id": "BraveBull",
         "name": "glucose",
         "name": "brave bull",
         "group": "Unknown",
         "group": "Drinks",
         "desc": "A simple sugar found in many foods.",
         "desc": "It's just as effective as Dutch-Courage!",
         "physicalDesc": "syrupy",
         "physicalDesc": "strong-smelling",
         "color": "#FFFFFFFF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [
        "metabolisms": null
            "BraveBull"
    },
         ],
    "Flour": {
        "id": "Flour",
        "name": "flour",
        "group": "Foods",
        "desc": "Used for baking.",
         "physicalDesc": "powdery",
        "color": "#FFFFFFFF",
        "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 3,176: Line 4,009:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "NutritionFactor": 1,
                         "HydrationFactor": 2,
                         "id": "SatiateHunger"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 3,183: Line 4,016:
         }
         }
     },
     },
     "Oats": {
     "CubaLibre": {
         "id": "Oats",
         "id": "CubaLibre",
         "name": "oats",
         "name": "cuba libre",
         "group": "Foods",
         "group": "Drinks",
         "desc": "Used for a variety of tasty purposes.",
         "desc": "Rum, mixed with cola. Viva la revolucion.",
         "physicalDesc": "coarse",
         "physicalDesc": "bubbly",
         "color": "#D2B48CFF",
         "color": "#3E1B00FF",
         "recipes": [],
         "recipes": [
            "CubaLibre"
        ],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 3,198: Line 4,033:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "NutritionFactor": 1,
                         "HydrationFactor": 2,
                         "id": "SatiateHunger"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 3,205: Line 4,040:
         }
         }
     },
     },
     "Enzyme": {
     "DemonsBlood": {
         "id": "Enzyme",
         "id": "DemonsBlood",
         "name": "universal enzyme",
         "name": "demons blood",
         "group": "Foods",
         "group": "Drinks",
         "desc": "Used in cooking various dishes.",
         "desc": "AHHHH!!!!",
         "physicalDesc": "",
         "physicalDesc": "strong-smelling",
         "color": "#009900FF",
         "color": "#A70000FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 3,220: Line 4,055:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "NutritionFactor": 3,
                         "HydrationFactor": 2,
                         "id": "SatiateHunger"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 3,227: Line 4,062:
         }
         }
     },
     },
     "Egg": {
     "DevilsKiss": {
         "id": "Egg",
         "id": "DevilsKiss",
         "name": "egg",
         "name": "devils kiss",
         "group": "Foods",
         "group": "Drinks",
         "desc": "Used for baking.",
         "desc": "Creepy time!",
         "physicalDesc": "mucus-like",
         "physicalDesc": "strong-smelling",
         "color": "#FFFFFFFF",
         "color": "#A68310FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 3,242: Line 4,077:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "NutritionFactor": 1,
                         "HydrationFactor": 2,
                         "id": "SatiateHunger"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 3,249: Line 4,084:
         }
         }
     },
     },
     "Sugar": {
     "DoctorsDelight": {
         "id": "Sugar",
         "id": "DoctorsDelight",
         "name": "sugar",
         "name": "the doctor's delight",
         "group": "Foods",
         "group": "Drinks",
         "desc": "Tasty spacey sugar!",
         "desc": "A gulp a day keeps the MediBot away. That's probably for the best.",
         "physicalDesc": "",
         "physicalDesc": "strong-smelling",
         "color": "#FFFFFFFF",
         "color": "#FF8CFFFF",
         "recipes": [],
         "recipes": [
            "DoctorsDelight"
        ],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 3,264: Line 4,101:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "NutritionFactor": 1,
                         "HydrationFactor": 2,
                         "id": "SatiateHunger"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 3,271: Line 4,108:
         }
         }
     },
     },
     "Blackpepper": {
     "DriestMartini": {
         "id": "Blackpepper",
         "id": "DriestMartini",
         "name": "black pepper",
         "name": "driest martini",
         "group": "Foods",
         "group": "Drinks",
         "desc": "Often used to flavor food or make people sneeze.",
         "desc": "Only for the experienced. You think you see sand floating in the glass.",
         "physicalDesc": "Grainy.",
         "physicalDesc": "strong-smelling",
         "color": "#000000FF",
         "color": "#2E6671FF",
         "recipes": [],
         "recipes": [
            "DriestMartini"
        ],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 3,286: Line 4,125:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "NutritionFactor": 1,
                         "HydrationFactor": 2,
                         "id": "SatiateHunger"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 3,293: Line 4,132:
         }
         }
     },
     },
     "Vinegar": {
     "ErikaSuprise": {
         "id": "Vinegar",
         "id": "ErikaSuprise",
         "name": "vinegar",
         "name": "erika suprise",
         "group": "Foods",
         "group": "Drinks",
         "desc": "Often used to flavor food.",
         "desc": "The surprise is, it's green!",
         "physicalDesc": "",
         "physicalDesc": "strong-smelling",
         "color": "#D2B48CFF",
         "color": "#2E6671FF",
         "recipes": [],
         "recipes": [
            "ErikaSuprise"
        ],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 3,308: Line 4,149:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "NutritionFactor": 1,
                         "HydrationFactor": 2,
                         "id": "SatiateHunger"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 3,315: Line 4,156:
         }
         }
     },
     },
     "Rice": {
     "GargleBlaster": {
         "id": "Rice",
         "id": "GargleBlaster",
         "name": "rice",
         "name": "Pan-Galactic Gargle Blaster",
         "group": "Foods",
         "group": "Drinks",
         "desc": "Hard, small white grains.",
         "desc": "Whoah, this stuff looks volatile!",
         "physicalDesc": "",
         "physicalDesc": "volatile",
         "color": "#FFFFFFFF",
         "color": "#9CC8B4FF",
         "recipes": [],
         "recipes": [
            "GargleBlaster"
        ],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 3,330: Line 4,173:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "NutritionFactor": 3,
                         "HydrationFactor": 2,
                         "id": "SatiateHunger"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 3,337: Line 4,180:
         }
         }
     },
     },
     "OilOlive": {
     "GinFizz": {
         "id": "OilOlive",
         "id": "GinFizz",
         "name": "olive oil",
         "name": "gin fizz",
         "group": "Foods",
         "group": "Drinks",
         "desc": "Viscous and fragrant.",
         "desc": "Refreshingly lemony, deliciously dry.",
         "physicalDesc": "",
         "physicalDesc": "strong-smelling",
         "color": "#808000FF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [
            "GinFizz"
        ],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 3,352: Line 4,197:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "NutritionFactor": 1,
                         "HydrationFactor": 2,
                         "id": "SatiateHunger"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 3,359: Line 4,204:
         }
         }
     },
     },
     "Oil": {
     "GinTonic": {
         "id": "Oil",
         "id": "GinTonic",
         "name": "oil",
         "name": "gin and tonic",
         "group": "Foods",
         "group": "Drinks",
         "desc": "Used by chefs to cook.",
         "desc": "An all time classic, mild cocktail.",
         "physicalDesc": "oily",
         "physicalDesc": "strong-smelling",
         "color": "#B67823FF",
         "color": "#004166FF",
         "recipes": [
         "recipes": [
             "Oil"
             "GinTonic"
         ],
         ],
         "metabolisms": null
         "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
     },
     },
     "EZNutrient": {
     "Goldschlager": {
         "id": "EZNutrient",
         "id": "Goldschlager",
         "name": "EZ nutrient",
         "name": "Goldschlager",
         "group": "Botanical",
         "group": "Drinks",
         "desc": "Give your plants some of those EZ nutrients!",
         "desc": "100 proof cinnamon schnapps, made for alcoholic teen girls on spring break.",
         "physicalDesc": "thick",
         "physicalDesc": "strong-smelling",
         "color": "#664330FF",
         "color": "#FFFF91FF",
         "recipes": [
         "recipes": [
             "EZNutrient"
             "Goldschlager"
         ],
         ],
         "metabolisms": null
         "metabolisms": {
     },
            "Drink": {
     "Left4Zed": {
                "rate": 0.5,
         "id": "Left4Zed",
                "effects": [
         "name": "left-4-zed",
                    {
         "group": "Botanical",
                        "conditions": null,
         "desc": "A cocktail of mutagenic compounds, which cause plant life to become highly unstable.",
                        "probability": 1,
         "physicalDesc": "heterogeneous",
                        "HydrationFactor": 2,
         "color": "#5B406CFF",
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
     },
     "Grog": {
         "id": "Grog",
         "name": "grog",
         "group": "Drinks",
         "desc": "Watered-down rum, pirate approved!",
         "physicalDesc": "strong-smelling",
         "color": "#664300FF",
         "recipes": [
         "recipes": [
             "Left4Zed"
             "Grog"
         ],
         ],
         "metabolisms": null
         "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
     },
     },
     "PestKiller": {
     "HippiesDelight": {
         "id": "PestKiller",
         "id": "HippiesDelight",
         "name": "pest killer",
         "name": "hippies delight",
         "group": "Botanical",
         "group": "Drinks",
         "desc": "A mixture that targets pests.",
         "desc": "You just don't get it maaaan.",
         "physicalDesc": "bubbling",
         "physicalDesc": "strong-smelling",
         "color": "#9E9886FF",
         "color": "#6EAA0CFF",
         "recipes": [],
         "recipes": [],
        "metabolisms": null
         "metabolisms": {
    },
             "Drink": {
    "PlantBGone": {
        "id": "PlantBGone",
        "name": "plant-B-gone",
        "group": "Botanical",
        "desc": "A harmful toxic mixture to kill plantlife. Do not ingest!",
        "physicalDesc": "bubbling",
        "color": "#49002EFF",
        "recipes": [
            "PlantBGone"
        ],
        "metabolisms": 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,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                         "conditions": null,
                            "types": null,
                            "groups": {
                                "Caustic": 1
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 3,470: Line 4,298:
         }
         }
     },
     },
     "Diethylamine": {
     "Hooch": {
         "id": "Diethylamine",
         "id": "Hooch",
         "name": "diethylamine",
         "name": "hooch",
         "group": "Botanical",
         "group": "Drinks",
         "desc": "A very potent fertilizer.",
         "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",
         "physicalDesc": "strong-smelling",
         "color": "#A1000BFF",
         "color": "#664E00FF",
         "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"
                     }
                     }
                 ]
                 ]
Line 3,501: Line 4,320:
         }
         }
     },
     },
     "Acetone": {
     "IcedBeer": {
         "id": "Acetone",
         "id": "IcedBeer",
         "name": "acetone",
         "name": "iced beer",
         "group": "Unknown",
         "group": "Drinks",
         "desc": "A slick, slightly carcinogenic liquid. Has a multitude of mundane uses in everyday life.",
         "desc": "A beer which is so cold the air around it freezes.",
        "physicalDesc": "acidic",
         "physicalDesc": "bubbly",
        "color": "#AF14B7FF",
         "color": "#664300FF",
        "recipes": [
         "recipes": [],
            "Acetone"
        ],
        "metabolisms": null
    },
    "Phenol": {
        "id": "Phenol",
        "name": "phenol",
        "group": "Unknown",
        "desc": "An aromatic ring of carbon with a hydroxyl group. A useful precursor to some medicines, but has no healing properties on its own.",
        "physicalDesc": "acidic",
        "color": "#E7EA91FF",
        "recipes": [
            "Phenol"
        ],
        "metabolisms": null
    },
    "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"
                     }
                ]
            }
        }
    },
    "IrishCarBomb": {
        "id": "IrishCarBomb",
        "name": "irish car bomb",
        "group": "Drinks",
        "desc": "A troubling mixture of irish cream and ale.",
        "physicalDesc": "bubbly",
        "color": "#2E6671FF",
        "recipes": [
            "IrishCarBomb"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                        "Messages": [
                            "generic-reagent-effect-burning-insides"
                        ],
                        "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 0.33,
                         "probability": 1,
                         "id": "PopupMessage"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 3,565: Line 4,366:
         }
         }
     },
     },
     "SpaceCleaner": {
     "IrishCream": {
         "id": "SpaceCleaner",
         "id": "IrishCream",
         "name": "space cleaner",
         "name": "irish cream",
         "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": "Whiskey-imbued cream. What else could you expect from the Irish.",
         "physicalDesc": "lemony fresh",
         "physicalDesc": "creamy",
         "color": "#C8FF69FF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [
             "SpaceCleaner"
             "IrishCream"
         ],
         ],
         "metabolisms": null
         "metabolisms": {
     },
            "Drink": {
     "SpaceLube": {
                "rate": 0.5,
         "id": "SpaceLube",
                "effects": [
         "name": "space lube",
                    {
         "group": "Unknown",
                        "conditions": null,
         "desc": "Space Lube is a high performance lubricant intended for maintenance of extremely complex mechanical equipment (and certainly not used to make people slip).",
                        "probability": 1,
         "physicalDesc": "shiny",
                        "HydrationFactor": 2,
         "color": "#77B58EFF",
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
     },
     "IrishCoffee": {
         "id": "IrishCoffee",
         "name": "irish coffee",
         "group": "Drinks",
         "desc": "Coffee served with irish cream. Regular cream just isn't the same!",
         "physicalDesc": "cloudy",
         "color": "#664300FF",
         "recipes": [
         "recipes": [
             "SpaceLube"
             "IrishCoffee"
         ],
         ],
         "metabolisms": null
         "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
     },
     },
     "Aluminium": {
     "KiraSpecial": {
         "id": "Aluminium",
         "id": "KiraSpecial",
         "name": "aluminium",
         "name": "kira special",
         "group": "Elements",
         "group": "Drinks",
         "desc": "A silver, soft, non-magnetic, and ductile metal.",
         "desc": "Long live the guy who everyone had mistaken for a girl. Baka!",
         "physicalDesc": "metallic",
         "physicalDesc": "strong-smelling",
         "color": "#848789FF",
         "color": "#CCCC99FF",
         "recipes": [],
         "recipes": [
         "metabolisms": null
            "KiraSpecial"
        ],
         "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
     },
     },
     "Carbon": {
     "Lean": {
         "id": "Carbon",
         "id": "Lean",
         "name": "carbon",
         "name": "lean",
         "group": "Elements",
         "group": "Drinks",
         "desc": "A black, crystalline solid.",
         "desc": "Turn up for days.",
         "physicalDesc": "crystalline",
         "physicalDesc": "bubbly",
         "color": "#22282BFF",
         "color": "#9400D3FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": null
         "metabolisms": {
    },
            "Drink": {
    "Chlorine": {
                "rate": 0.5,
        "id": "Chlorine",
                "effects": [
        "name": "chlorine",
                    {
        "group": "Elements",
                        "conditions": null,
        "desc": "A yellow-green gas which is toxic to humans.",
                        "probability": 1,
        "physicalDesc": "gaseous",
                        "HydrationFactor": 2,
        "color": "#A2FF00FF",
                        "id": "SatiateThirst"
        "recipes": [],
                    }
         "metabolisms": null
                ]
            }
         }
     },
     },
     "Copper": {
     "LeanShine": {
         "id": "Copper",
         "id": "LeanShine",
         "name": "copper",
         "name": "leanshine",
         "group": "Elements",
         "group": "Drinks",
         "desc": "A soft, malleable, and ductile metal with very high thermal and electrical conductivity.",
         "desc": "Lean mixed with moonshine. Turn up for months.",
         "physicalDesc": "metallic",
         "physicalDesc": "bubbly",
         "color": "#B05B3CFF",
         "color": "#9D5FB8FF",
         "recipes": [],
         "recipes": [
         "metabolisms": null
            "LeanShine"
        ],
         "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
     },
     },
     "Fluorine": {
     "LongIslandIcedTea": {
         "id": "Fluorine",
         "id": "LongIslandIcedTea",
         "name": "fluorine",
         "name": "long island iced tea",
         "group": "Elements",
         "group": "Drinks",
         "desc": "A highly toxic pale yellow gas. Extremely reactive.",
         "desc": "The liquor cabinet, brought together in a delicious mix. Intended for middle-aged alcoholic women only.",
         "physicalDesc": "gaseous",
         "physicalDesc": "strong-smelling",
         "color": "#808080FF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [
         "metabolisms": null
            "LongIslandIcedTea"
        ],
         "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
     },
     },
     "Gold": {
     "Manhattan": {
         "id": "Gold",
         "id": "Manhattan",
         "name": "gold",
         "name": "manhattan",
         "group": "Elements",
         "group": "Drinks",
         "desc": "Gold is a dense, soft, shiny metal and the most malleable and ductile metal known.",
         "desc": "The Detective's undercover drink of choice. He never could stomach gin...",
         "physicalDesc": "metallic",
         "physicalDesc": "strong-smelling",
         "color": "#F7C430FF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": null
         "metabolisms": {
    },
            "Drink": {
    "Hydrogen": {
                "rate": 0.5,
        "id": "Hydrogen",
                "effects": [
        "name": "hydrogen",
                    {
        "group": "Elements",
                        "conditions": null,
        "desc": "A light, flammable gas.",
                        "probability": 1,
        "physicalDesc": "gaseous",
                        "HydrationFactor": 2,
        "color": "#808080FF",
                        "id": "SatiateThirst"
        "recipes": [],
                    }
         "metabolisms": null
                ]
            }
         }
     },
     },
     "Iodine": {
     "ManhattanProject": {
         "id": "Iodine",
         "id": "ManhattanProject",
         "name": "iodine",
         "name": "manhattan project",
         "group": "Elements",
         "group": "Drinks",
         "desc": "Commonly added to table salt as a nutrient. On its own it tastes far less pleasing.",
         "desc": "A scientist's drink of choice, for pondering ways to blow up the ship.",
         "physicalDesc": "Dark Brown",
         "physicalDesc": "strong-smelling",
         "color": "#BC8A00FF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": null
         "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
     },
     },
     "Iron": {
     "ManlyDorf": {
         "id": "Iron",
         "id": "ManlyDorf",
         "name": "iron",
         "name": "manly dorf",
         "group": "Elements",
         "group": "Drinks",
         "desc": "A silvery-grey metal which forms iron oxides (rust) with contact with air. Commonly alloyed with other elements to create alloys such as steel.",
         "desc": "Beer and Ale, brought together in a delicious mix. Intended for stout dwarves only.",
        "physicalDesc": "metallic",
         "physicalDesc": "bubbly",
        "color": "#434B4DFF",
         "color": "#664300FF",
        "recipes": [],
         "recipes": [
        "metabolisms": null
            "ManlyDorf"
    },
         ],
    "Lithium": {
        "id": "Lithium",
        "name": "lithium",
        "group": "Elements",
        "desc": "A soft, silvery-white alkali metal. It is highly reactive, and ignites if it makes contact with water.",
         "physicalDesc": "shiny",
         "color": "#C6C8CCFF",
         "recipes": [],
        "metabolisms": null
    },
    "Mercury": {
        "id": "Mercury",
        "name": "mercury",
        "group": "Elements",
        "desc": "A silver metal which is liquid at room temperature. It is highly toxic to humans.",
        "physicalDesc": "shiny",
        "color": "#929296FF",
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "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"
                     }
                     }
                 ]
                 ]
Line 3,718: Line 4,576:
         }
         }
     },
     },
     "Nitrogen": {
     "Margarita": {
         "id": "Nitrogen",
         "id": "Margarita",
         "name": "nitrogen",
         "name": "margarita",
         "group": "Elements",
         "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": null
         "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
     },
     },
     "Oxygen": {
     "Martini": {
         "id": "Oxygen",
         "id": "Martini",
         "name": "oxygen",
         "name": "classic martini",
         "group": "Elements",
         "group": "Drinks",
         "desc": "An oxidizing, colorless gas.",
         "desc": "Vermouth with Gin. Not quite how 007 enjoyed it, but still delicious.",
        "physicalDesc": "gaseous",
         "physicalDesc": "strong-smelling",
        "color": "#808080FF",
         "color": "#664300FF",
        "recipes": [],
         "recipes": [
        "metabolisms": null
            "Martini"
    },
         ],
    "Potassium": {
         "metabolisms": {
        "id": "Potassium",
             "Drink": {
        "name": "potassium",
        "group": "Elements",
        "desc": "A soft, shiny grey metal. Even more reactive than lithium.",
         "physicalDesc": "shiny",
         "color": "#C6C8CCFF",
         "recipes": [],
        "metabolisms": null
    },
    "Phosphorus": {
         "id": "Phosphorus",
        "name": "phosphorus",
        "group": "Elements",
        "desc": "A reactive metal used in pyrotechnics and weapons.",
        "physicalDesc": "powdery",
        "color": "#EDE4E4FF",
        "recipes": [],
        "metabolisms": null
    },
    "Radium": {
        "id": "Radium",
        "name": "radium",
        "group": "Elements",
        "desc": "A radioactive metal, silvery-white in its pure form. It glows due to its radioactivity and is highly toxic.",
        "physicalDesc": "glowing",
        "color": "#00FF04FF",
        "recipes": [],
         "metabolisms": {
             "Medicine": {
                 "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"
                     }
                     }
                 ]
                 ]
Line 3,787: Line 4,622:
         }
         }
     },
     },
     "Silicon": {
     "Mead": {
         "id": "Silicon",
         "id": "Mead",
         "name": "silicon",
         "name": "mead",
         "group": "Elements",
         "group": "Drinks",
         "desc": "A hard and brittle crystalline solid with a blue-grey color.",
         "desc": "A Viking's drink, though a cheap one.",
         "physicalDesc": "crystalline",
         "physicalDesc": "strong-smelling",
        "color": "#364266FF",
         "color": "#664300FF",
        "recipes": [],
        "metabolisms": null
    },
    "Silver": {
        "id": "Silver",
        "name": "silver",
        "group": "Elements",
        "desc": "A soft, white, lustrous transition metal, it has the highest electrical conductivity of any element and the highest thermal conductivity of any metal.",
        "physicalDesc": "reasonably metallic",
        "color": "#D0D0D0FF",
        "recipes": [],
        "metabolisms": null
    },
    "Sulfur": {
        "id": "Sulfur",
        "name": "sulfur",
        "group": "Elements",
        "desc": "A yellow, crystalline solid.",
        "physicalDesc": "powdery",
        "color": "#FFF385FF",
        "recipes": [],
        "metabolisms": null
    },
    "Sodium": {
        "id": "Sodium",
        "name": "sodium",
        "group": "Elements",
        "desc": "A silvery-white alkali metal. Highly reactive in its pure form.",
        "physicalDesc": "metallic",
        "color": "#C6C8CCFF",
        "recipes": [],
        "metabolisms": null
    },
    "Uranium": {
        "id": "Uranium",
        "name": "uranium",
        "group": "Elements",
        "desc": "A grey metallic chemical element in the actinide series, weakly radioactive.",
        "physicalDesc": "metallic",
         "color": "#8FA191FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "conditions": null,
                            "types": {
                         "probability": 1,
                                "Radiation": 2
                         "HydrationFactor": 2,
                            },
                         "id": "SatiateThirst"
                            "groups": null
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 3,856: Line 4,644:
         }
         }
     },
     },
     "Carpetium": {
     "Mojito": {
         "id": "Carpetium",
         "id": "Mojito",
         "name": "carpetium",
         "name": "mojito",
         "group": "Special",
         "group": "Drinks",
         "desc": "A mystical chemical, usually outsourced from the Clown Planet, that covers everything it touches in carpet.",
         "desc": "If it's good enough for Spesscuba, it's good enough for you.",
         "physicalDesc": "fibrous",
         "physicalDesc": "strong-smelling",
         "color": "#800000FF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [
             "Carpetium"
             "Mojito"
         ],
         ],
         "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"
                     }
                     }
                 ]
                 ]
Line 3,884: Line 4,668:
         }
         }
     },
     },
     "Fiber": {
     "Moonshine": {
         "id": "Fiber",
         "id": "Moonshine",
         "name": "fiber",
         "name": "moonshine",
         "group": "Unknown",
         "group": "Drinks",
         "desc": "A raw material, usually extracted from wool or other fabric products.",
         "desc": "Artisanal homemade liquor. What could go wrong?",
         "physicalDesc": "fibrous",
         "physicalDesc": "strong-smelling",
        "color": "#808080FF",
         "color": "#D1D7D155",
        "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"
             "Moonshine"
         ],
         ],
         "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": [
    },
                            {
    "Neurotoxin": {
                                "Min": 0,
        "id": "Neurotoxin",
                                "Max": 0,
        "name": "neurotoxin",
                                "Reagent": "Histamine"
        "group": "Drinks",
                            },
        "desc": "A strong neurotoxin that puts the subject into a death-like state.",
                            {
        "physicalDesc": "strong-smelling",
                                "Tag": "Bee",
        "color": "#2E2E61FF",
                                "Invert": true
        "recipes": [],
                            }
        "metabolisms": {
                         ],
            "Drink": {
                         "probability": 0.1,
                "rate": 0.5,
                         "id": "PopupMessage"
                "effects": [
                     },
                    {
                         "conditions": null,
                         "probability": 1,
                        "HydrationFactor": 3,
                         "id": "SatiateThirst"
                     }
                ]
            },
            "Poison": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "Messages": [
                         "damage": {
                            "buzzochloricbees-effect-histamine-bee-allergy",
                             "types": {
                             "buzzochloricbees-effect-histamine-swells",
                                 "Poison": 1
                            "buzzochloricbees-effect-histamine-numb-to-the-bees",
                            "buzzochloricbees-effect-histamine-cannot-be-one-with-the-bees",
                            "buzzochloricbees-effect-squeaky-clean"
                        ],
                        "Type": 1,
                        "conditions": [
                            {
                                 "Min": 0.01,
                                "Max": 21474836,
                                "Reagent": "Histamine"
                             },
                             },
                             {
                             "groups": null
                                "Tag": "Bee",
                        },
                                "Invert": true
                        "scaleByQuantity": false,
                            }
                        "ignoreResistances": true,
                         ],
                         "conditions": null,
                         "probability": 0.05,
                         "probability": 1,
                         "id": "PopupMessage"
                         "id": "HealthChange"
                     },
                     }
                    {
                ]
                        "Messages": [
            }
                            "buzzochloricbees-effect-licoxide-electrifying",
        }
                            "buzzochloricbees-effect-licoxide-shocked-by-bee-facts",
    },
                            "buzzochloricbees-effect-licoxide-buzzed",
    "Patron": {
                            "buzzochloricbees-effect-licoxide-buzzes"
        "id": "Patron",
                        ],
        "name": "patron",
                        "Type": 1,
        "group": "Drinks",
                        "conditions": [
        "desc": "Tequila with silver in it, a favorite of alcoholic women in the club scene.",
                            {
        "physicalDesc": "metallic",
                                "Tag": "Bee",
        "color": "#585840FF",
                                "Invert": true
        "recipes": [
                            },
            "Patron"
                            {
        ],
                                "Min": 0.01,
        "metabolisms": {
                                "Max": 21474836,
            "Drink": {
                                "Reagent": "Licoxide"
                "rate": 0.5,
                            }
                "effects": [
                        ],
                        "probability": 0.05,
                        "id": "PopupMessage"
                    },
                     {
                     {
                         "Messages": [
                         "conditions": null,
                            "buzzochloricbees-effect-fiber-hairy",
                        "probability": 1,
                            "buzzochloricbees-effect-fiber-soft"
                        "HydrationFactor": 2,
                        ],
                         "id": "SatiateThirst"
                         "Type": 1,
                    }
                        "conditions": [
                ]
                            {
            }
                                "Tag": "Bee",
        }
                                "Invert": true
    },
                            },
    "RedMead": {
                            {
        "id": "RedMead",
                                "Min": 0.01,
        "name": "red mead",
                                "Max": 21474836,
        "group": "Drinks",
                                "Reagent": "Fiber"
        "desc": "The true Viking's drink! Even though it has a strange red color.",
                            }
        "physicalDesc": "strong-smelling",
                        ],
        "color": "#C73C00FF",
                        "probability": 0.05,
        "recipes": [],
                        "id": "PopupMessage"
        "metabolisms": {
                    },
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "damage": {
                         "conditions": null,
                            "types": {
                                "Poison": 2,
                                "Piercing": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                "Tag": "Bee",
                                "Invert": true
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 4,019: Line 4,778:
         }
         }
     },
     },
     "GroundBee": {
     "Rewriter": {
         "id": "GroundBee",
         "id": "Rewriter",
         "name": "Ground Bee",
         "name": "rewriter",
         "group": "Unknown",
         "group": "Drinks",
         "desc": "Bee grounds. Gross.",
         "desc": "The secret of the sanctuary of the Librarian...",
        "physicalDesc": "bee guts",
         "physicalDesc": "strong-smelling",
        "color": "#86530EFF",
         "color": "#485000FF",
        "recipes": [],
         "recipes": [
        "metabolisms": null
            "Rewriter"
    },
         ],
    "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": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "ElectrocuteTime": 2,
                        "ElectrocuteDamageScale": 5,
                        "Refresh": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 0.5,
                         "probability": 1,
                         "id": "Electrocute"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 4,063: Line 4,802:
         }
         }
     },
     },
     "Alkycosine": {
     "Sbiten": {
         "id": "Alkycosine",
         "id": "Sbiten",
         "name": "alkycosine",
         "name": "sbiten",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "Lessens the damage to neurological tissue. More effective at treating brain damage than alkysine and also a fairly effective painkiller as well. Caution is needed in its creation to avoid mixing bleach and the chlorine needed to make alkysine.",
         "desc": "A spicy Vodka! Might be a little hot for the little guys!",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#9E232BFF",
         "color": "#004166FF",
         "recipes": [
         "recipes": [],
            "Alkycosine"
        ],
        "metabolisms": null
    },
    "Alkysine": {
        "id": "Alkysine",
        "name": "alkysine",
        "group": "Medicine",
        "desc": "Lessens the damage to neurological tissue, effective even after catastrophic injury. Used for treating brain damage and also a fairly effective painkiller.",
        "physicalDesc": "oily",
        "color": "#FF8C00FF",
        "recipes": [
            "Alkysine"
        ],
        "metabolisms": null
    },
    "Dylovene": {
        "id": "Dylovene",
        "name": "dylovene",
        "group": "Medicine",
        "desc": "A broad-spectrum anti-toxin, which treats toxin damage in the blood stream. Overdosing will cause vomiting, dizzyness and pain.",
        "physicalDesc": "translucent",
        "color": "#3A1D8AFF",
        "recipes": [
            "Dylovene"
        ],
         "metabolisms": {
         "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"
                     }
                     }
                 ]
                 ]
Line 4,118: Line 4,824:
         }
         }
     },
     },
     "Diphenhydramine": {
     "ScrewdriverCocktail": {
         "id": "Diphenhydramine",
         "id": "ScrewdriverCocktail",
         "name": "diphenhydramine",
         "name": "screwdriver",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "Rapidly purges the body of histamine and reduces jitteriness.",
         "desc": "Vodka, mixed with plain ol' orange juice. The result is surprisingly delicious.",
         "physicalDesc": "chalky",
         "physicalDesc": "strong-smelling",
         "color": "#64FFE6FF",
         "color": "#A68310FF",
         "recipes": [],
         "recipes": [
            "ScrewdriverCocktail"
        ],
         "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",
                        "Component": "",
                        "Time": 1,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                        "probability": 1,
                         "id": "GenericStatusEffect"
                     }
                     }
                 ]
                 ]
Line 4,152: Line 4,848:
         }
         }
     },
     },
     "Arithrazine": {
     "Silencer": {
         "id": "Arithrazine",
         "id": "Silencer",
         "name": "arithrazine",
         "name": "silencer",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "A slightly unstable medication used for the most extreme any serious case of radiation poisoning. Lowers radiation level at over twice the rate Hyronalin does and will heal toxin damage at the same time. Deals very minor brute damage to the patient over time, but the patient's body will typically out-regenerate it easily.",
         "desc": "A drink from Mime Heaven.",
         "physicalDesc": "cloudy",
         "physicalDesc": "strong-smelling",
         "color": "#BD5902FF",
         "color": "#004666FF",
         "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"
                     }
                     }
                 ]
                 ]
Line 4,185: Line 4,870:
         }
         }
     },
     },
     "Bicaridine": {
     "Singulo": {
         "id": "Bicaridine",
         "id": "Singulo",
         "name": "bicaridine",
         "name": "singulo",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "An analgesic which is highly effective at treating brute damage. It is useful for stabilizing people who have been severely beaten, as well as treating less life-threatening injuries. In the case of bleeding (internal or external), bicaridine will slow down the bleeding heavily. If the dosage exceeds the overdose limit, it'll stop it outright.",
         "desc": "A blue-space beverage!",
         "physicalDesc": "opaque",
         "physicalDesc": "strong-smelling",
         "color": "#FFAA00FF",
         "color": "#3B0C0CFF",
         "recipes": [
         "recipes": [],
            "Bicaridine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "conditions": null,
                            "types": null,
                         "probability": 1,
                            "groups": {
                         "HydrationFactor": 2,
                                "Brute": -2
                         "id": "SatiateThirst"
                            }
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 4,216: Line 4,892:
         }
         }
     },
     },
     "Cryoxadone": {
     "SnowWhite": {
         "id": "Cryoxadone",
         "id": "SnowWhite",
         "name": "cryoxadone",
         "name": "snow white",
         "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 cold refreshment.",
         "physicalDesc": "fizzy",
         "physicalDesc": "bubbly",
         "color": "#0091FFFF",
         "color": "#FFFFFFFF",
         "recipes": [
         "recipes": [],
            "Cryoxadone"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "conditions": null,
                            "types": null,
                            "groups": {
                                "Airloss": -6,
                                "Brute": -4,
                                "Burn": -4,
                                "Toxin": -4
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                "Min": 0,
                                "Max": 150
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 4,255: Line 4,914:
         }
         }
     },
     },
     "Clonexadone": {
     "SuiDream": {
         "id": "Clonexadone",
         "id": "SuiDream",
         "name": "clonexadone",
         "name": "sui dream",
         "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": "Comprised of: White soda, blue curacao, melon liquor.",
         "physicalDesc": "bubbly",
         "physicalDesc": "strong-smelling",
         "color": "#0666FFFF",
         "color": "#00A86BFF",
         "recipes": [
         "recipes": [],
            "Clonexadone"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "conditions": null,
                            "types": null,
                            "groups": {
                                "Airloss": -6,
                                "Brute": -4,
                                "Burn": -4,
                                "Toxin": -4
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                "Min": 0,
                                "Max": 150
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 4,294: Line 4,936:
         }
         }
     },
     },
     "Citalopram": {
     "SyndicateBomb": {
         "id": "Citalopram",
         "id": "SyndicateBomb",
         "name": "citalopram",
         "name": "syndicate bomb",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "Prevents hallucination slightly.",
         "desc": "Somebody set us up the bomb!",
         "physicalDesc": "cloudy",
         "physicalDesc": "opaque",
         "color": "#21693CFF",
         "color": "#2E6660FF",
         "recipes": [
         "recipes": [
             "Citalopram"
             "SyndicateBomb"
        ],
        "metabolisms": null
    },
    "Dermaline": {
        "id": "Dermaline",
        "name": "dermaline",
        "group": "Medicine",
        "desc": "An advanced chemical that is more effective at treating burn damage than Kelotane.",
        "physicalDesc": "translucent",
        "color": "#215263FF",
        "recipes": [
            "Dermaline"
         ],
         ],
         "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"
                     }
                     }
                 ]
                 ]
Line 4,337: Line 4,960:
         }
         }
     },
     },
     "Dexalin": {
     "TequilaSunrise": {
         "id": "Dexalin",
         "id": "TequilaSunrise",
         "name": "dexalin",
         "name": "tequila sunrise",
         "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 (Results in 1 unit instead of 2).",
         "desc": "Tequila and orange juice. Much like a Screwdriver, only Mexican.",
         "physicalDesc": "opaque",
         "physicalDesc": "strong-smelling",
         "color": "#0041A8FF",
         "color": "#FFE48CFF",
         "recipes": [
         "recipes": [
             "Dexalin"
             "TequilaSunrise"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Asphyxiation": -1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 4,368: Line 4,984:
         }
         }
     },
     },
     "DexalinPlus": {
     "ThreeMileIsland": {
         "id": "DexalinPlus",
         "id": "ThreeMileIsland",
         "name": "dexalin plus",
         "name": "three mile island iced tea",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "Used in treatment of extreme cases of oxygen deprivation. Even a single unit immediately counters all oxygen loss, which is hugely useful in many circumstances. Any dose beyond this will continue to counter oxygen loss until it is metabolized, essentially removing the need to breathe.",
         "desc": "Made for a woman, strong enough for a man.",
         "physicalDesc": "cloudy",
         "physicalDesc": "strong-smelling",
         "color": "#4DA0BDFF",
         "color": "#666340FF",
         "recipes": [
         "recipes": [
             "DexalinPlus"
             "ThreeMileIsland"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Asphyxiation": -3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 4,399: Line 5,008:
         }
         }
     },
     },
     "Ethylredoxrazine": {
     "ToxinsSpecial": {
         "id": "Ethylredoxrazine",
         "id": "ToxinsSpecial",
         "name": "ethylredoxrazine",
         "name": "toxins special",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "Neutralises the effects of alcohol in the blood stream. Though it is commonly needed, it is rarely requested.",
         "desc": "This thing is ON FIRE! CALL THE DAMN SHUTTLE!",
         "physicalDesc": "opaque",
         "physicalDesc": "strong-smelling",
         "color": "#2D5708FF",
         "color": "#665C00FF",
         "recipes": [
         "recipes": [],
             "Ethylredoxrazine"
        "metabolisms": {
        ],
             "Drink": {
        "metabolisms": null
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
     },
     },
     "Epinephrine": {
     "VodkaMartini": {
         "id": "Epinephrine",
         "id": "VodkaMartini",
         "name": "epinephrine",
         "name": "vodka martini",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "Effective at bringing people back from a critical state. Reduces some stun times. Easy to overdose on.",
         "desc": "Vodka with Gin. Not quite how 007 enjoyed it, but still delicious.",
         "physicalDesc": "odorless",
         "physicalDesc": "strong-smelling",
         "color": "#D2FFFAFF",
         "color": "#004666FF",
         "recipes": [
         "recipes": [
             "Epinephrine"
             "VodkaMartini"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "conditions": null,
                            "types": {
                        "probability": 1,
                                "Asphyxiation": -3,
                        "HydrationFactor": 2,
                                "Poison": -0.5
                        "id": "SatiateThirst"
                            },
                    }
                            "groups": {
                ]
                                "Brute": -0.5,
            }
                                "Burn": -0.5
        }
                            }
    },
                        },
    "VodkaTonic": {
                        "scaleByQuantity": false,
        "id": "VodkaTonic",
                        "ignoreResistances": true,
        "name": "vodka tonic",
                        "conditions": [
        "group": "Drinks",
                            {
        "desc": "For when a gin and tonic isn't russian enough.",
                                "Max": 21474836,
        "physicalDesc": "strong-smelling",
                                "Min": 100
        "color": "#0064C8FF",
                            },
        "recipes": [],
                            {
        "metabolisms": {
                                "Min": 0,
            "Drink": {
                                "Max": 20,
                "rate": 0.5,
                                "Reagent": null
                "effects": [
                            }
                    {
                         ],
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                     },
                         "id": "SatiateThirst"
                    {
                     }
                        "damage": {
                ]
                            "types": {
            }
                                "Asphyxiation": 1,
        }
                                "Poison": 1
    },
                            },
    "WhiskeyCola": {
                            "groups": null
        "id": "WhiskeyCola",
                        },
        "name": "whiskey cola",
                        "scaleByQuantity": false,
        "group": "Drinks",
                        "ignoreResistances": true,
        "desc": "Whiskey, mixed with cola. Surprisingly refreshing.",
                        "conditions": [
        "physicalDesc": "bubbly",
                            {
        "color": "#3E1B00FF",
                                "Min": 20,
        "recipes": [
                                "Max": 21474836,
            "WhiskeyCola"
                                "Reagent": null
        ],
                            }
        "metabolisms": {
                        ],
            "Drink": {
                        "probability": 1,
                "rate": 0.5,
                        "id": "HealthChange"
                "effects": [
                    },
                     {
                     {
                        "Reagent": "Lexorin",
                        "Group": null,
                        "Amount": -2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                        "HydrationFactor": 2,
                     },
                         "id": "SatiateThirst"
                    {
                     }
                        "Reagent": "Epinephrine",
                ]
                        "Group": null,
            }
                        "Amount": -1,
        }
                        "conditions": [
    },
                            {
    "WhiskeySoda": {
                                "Min": 1,
        "id": "WhiskeySoda",
                                "Max": 21474836,
        "name": "whiskey soda",
                                "Reagent": "Lexorin"
        "group": "Drinks",
                            }
        "desc": "For the more refined griffon.",
                        ],
        "physicalDesc": "strong-smelling",
                        "probability": 1,
        "color": "#533600FF",
                        "id": "AdjustReagent"
        "recipes": [],
                    },
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                        "Reagent": "Histamine",
                        "Group": null,
                        "Amount": 4,
                        "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Lexorin"
                            }
                        ],
                        "probability": 0.1,
                        "id": "AdjustReagent"
                    },
                    {
                        "Key": "Stun",
                        "Component": "",
                        "Time": 0.25,
                        "Refresh": true,
                        "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "HydrationFactor": 2,
                    },
                         "id": "SatiateThirst"
                    {
                        "Key": "KnockedDown",
                        "Component": "",
                        "Time": 0.25,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                        "probability": 1,
                         "id": "GenericStatusEffect"
                     }
                     }
                 ]
                 ]
Line 4,532: Line 5,122:
         }
         }
     },
     },
     "Hyperzine": {
     "WhiteRussian": {
         "id": "Hyperzine",
         "id": "WhiteRussian",
         "name": "hyperzine",
         "name": "white russian",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "A highly effective, long lasting muscle stimulant. It allows greater freedom of movement in bulky clothing although it has the side effect of causing some twitching. Dangerous in higher doses.",
         "desc": "That's just, like, your opinion, man...",
         "physicalDesc": "translucent",
         "physicalDesc": "strong-smelling",
         "color": "#17BD61FF",
         "color": "#A68340FF",
         "recipes": [
         "recipes": [
             "Hyperzine"
             "WhiteRussian"
        ],
        "metabolisms": null
    },
    "Hyronalin": {
        "id": "Hyronalin",
        "name": "hyronalin",
        "group": "Medicine",
        "desc": "A weak treatment for radiation damage. Considered to be useful mainly for genetic modification, where it reduces radiation levels, and thus the chance of genetic mutations. Largely outclassed by Arithrazine.",
        "physicalDesc": "cloudy",
        "color": "#4CB580FF",
        "recipes": [
            "Hyronalin"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "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"
                     }
                     }
                 ]
                 ]
Line 4,575: Line 5,146:
         }
         }
     },
     },
     "Imidazoline": {
     "Coffee": {
         "id": "Imidazoline",
         "id": "Coffee",
         "name": "imidazoline",
         "name": "coffee",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "Effective in treating eye trauma. It heals damage caused by physical or chemical trauma, though it is ineffective in treating genetic defects in the eyes.",
         "desc": "A drink made from brewed coffee beans. Contains a moderate amount of caffeine.",
        "physicalDesc": "pungent",
         "physicalDesc": "aromatic",
        "color": "#F7EF00FF",
         "color": "#664300FF",
        "recipes": [
         "recipes": [],
            "Imidazoline"
        ],
        "metabolisms": null
    },
    "Inacusiate": {
        "id": "Inacusiate",
        "name": "inacusiate",
        "group": "Medicine",
        "desc": "You only need 1u for Inacusiate to be effective. Cures deafness instantly. Useful after an explosion.",
        "physicalDesc": "pungent",
        "color": "#C4C04BFF",
        "recipes": [
            "Inacusiate"
        ],
        "metabolisms": null
    },
    "Inaprovaline": {
        "id": "Inaprovaline",
        "name": "inaprovaline",
        "group": "Medicine",
        "desc": "Inaprovaline is a synaptic stimulant and cardiostimulant. Commonly used to stabilize patients- it stops oxygen loss when the patient is in critical health. It'll also slow down bleeding (internal or external) by half while in the body. Acts as a decent painkiller.",
         "physicalDesc": "opaque",
         "color": "#731024FF",
         "recipes": [
            "Inaprovaline"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "conditions": null,
                            "types": {
                                "Asphyxiation": -5
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                "Max": 21474836,
                                "Min": 100
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 3,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 4,635: Line 5,168:
         }
         }
     },
     },
     "Kelotane": {
     "Cream": {
         "id": "Kelotane",
         "id": "Cream",
         "name": "kelotane",
         "name": "cream",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "Treats burn damage and prevents infection.",
         "desc": "The fatty, still liquid part of milk. Why don't you mix this with sum scotch, eh?",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "creamy",
         "color": "#BF3D19FF",
         "color": "#DFD7AFFF",
         "recipes": [
         "recipes": [],
            "Kelotane"
        ],
         "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": 1,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 4,666: Line 5,190:
         }
         }
     },
     },
     "Leporazine": {
     "CafeLatte": {
         "id": "Leporazine",
         "id": "CafeLatte",
         "name": "leporazine",
         "name": "cafe latte",
         "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": "A nice, strong and tasty beverage while you are reading.",
         "physicalDesc": "pungent",
         "physicalDesc": "creamy",
         "color": "#FF7DB5FF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [
             "Leporazine"
             "CafeLatte"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Amount": 1000,
                         "conditions": null,
                         "conditions": [
                            {
                                "Min": 0,
                                "Max": 293.15
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustTemperature"
                         "HydrationFactor": 3,
                    },
                         "id": "SatiateThirst"
                    {
                        "Amount": -1000,
                        "conditions": [
                            {
                                "Min": 293.15,
                                "Max": 3.4028235e+38
                            }
                        ],
                        "probability": 1,
                        "id": "AdjustTemperature"
                    },
                    {
                        "Messages": [
                            "leporazine-effect-temperature-adjusting"
                        ],
                        "Type": 1,
                        "conditions": null,
                        "probability": 0.2,
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 4,715: Line 5,214:
         }
         }
     },
     },
     "Methylin": {
     "GreenTea": {
         "id": "Methylin",
         "id": "GreenTea",
         "name": "methylin",
         "name": "green tea",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "An intelligence enhancer, also used in the treatment of attention deficit hyperactivity disorder. Also known as Ritalin. Allows monkeys (not diona nymphs) to understand human speech and improves their dexterity as long as they have some in their system. Causes toxin and brain damage in higher doses.",
         "desc": "Tasty green tea.",
         "physicalDesc": "acrid",
         "physicalDesc": "aromatic",
         "color": "#A700C4FF",
         "color": "#C33F00FF",
         "recipes": [
         "recipes": [],
            "Methylin"
         "metabolisms": {
        ],
             "Drink": {
        "metabolisms": null
    },
    "Oxycodone": {
        "id": "Oxycodone",
        "name": "oxycodone",
        "group": "Medicine",
        "desc": "A very effective painkiller, about 250% as strong as Tramadol.",
        "physicalDesc": "acrid",
        "color": "#C4A300FF",
        "recipes": [
            "Oxycodone"
        ],
        "metabolisms": null
    },
    "Phalanximine": {
        "id": "Phalanximine",
        "name": "phalanximine",
        "group": "Medicine",
        "desc": "Used in the treatment of cancer, is as effective as Anti-Toxin. Causes moderate radiation and hair loss.",
        "physicalDesc": "acrid",
        "color": "#C8FF75FF",
        "recipes": [
            "Phalanximine"
        ],
         "metabolisms": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": -1,
                                "Radiation": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 3,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 4,771: Line 5,236:
         }
         }
     },
     },
     "Paroxetine": {
     "Grenadine": {
         "id": "Paroxetine",
         "id": "Grenadine",
         "name": "paroxetine",
         "name": "grenadine",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "Prevents hallucination, but has a 10% chance of causing intense hallucinations.",
         "desc": "Not cherry flavored!",
        "physicalDesc": "acrid",
         "physicalDesc": "dark-red",
        "color": "#FFFBADFF",
         "color": "#EA1D26FF",
        "recipes": [
         "recipes": [],
            "Paroxetine"
        ],
        "metabolisms": null
    },
    "Ryetalyn": {
        "id": "Ryetalyn",
        "name": "ryetalyn",
        "group": "Medicine",
        "desc": "You only need 1u for Ryetalin to work. Deactivates genetic defects and powers, restoring a patient to an ideal state. May be useful if genetics is unable to function properly. Deactivated effects return if the patient's genes are modified again.",
         "physicalDesc": "cloudy",
        "color": "#532FD4FF",
        "recipes": [
            "Ryetalyn"
        ],
        "metabolisms": null
    },
    "Spaceacillin": {
        "id": "Spaceacillin",
        "name": "spaceacillin",
        "group": "Medicine",
        "desc": "A theta-lactam antibiotic. A common and very useful medicine, effective against many diseases likely to be encountered in space. Slows progression of diseases.",
        "physicalDesc": "opaque",
         "color": "#9942F5FF",
         "recipes": [
            "Spaceacillin"
        ],
        "metabolisms": null
    },
    "Synaptizine": {
        "id": "Synaptizine",
        "name": "synaptizine",
        "group": "Medicine",
        "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": "pungent",
        "color": "#D49A2FFF",
        "recipes": [
            "Synaptizine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                         "conditions": null,
                            "types": {
                                "Poison": 3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "HydrationFactor": 3,
                    },
                         "id": "SatiateThirst"
                    {
                        "Key": "Stun",
                        "Component": "",
                        "Time": 1,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    },
                    {
                        "Key": "KnockedDown",
                        "Component": "",
                        "Time": 1,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                        "probability": 1,
                         "id": "GenericStatusEffect"
                     }
                     }
                 ]
                 ]
Line 4,858: Line 5,258:
         }
         }
     },
     },
     "Tramadol": {
     "IcedCoffee": {
         "id": "Tramadol",
         "id": "IcedCoffee",
         "name": "tramadol",
         "name": "iced coffee",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "A simple, yet effective painkiller. Very effective for patients in shock.",
         "desc": "Coffee and ice, refreshing and cool.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "aromatic",
         "color": "#2F6ED4FF",
         "color": "#102838FF",
         "recipes": [
         "recipes": [
             "Tramadol"
             "IcedCoffee"
         ],
         ],
         "metabolisms": null
         "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 3,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
     },
     },
     "Tricordrazine": {
     "IcedGreenTea": {
         "id": "Tricordrazine",
         "id": "IcedGreenTea",
         "name": "tricordrazine",
         "name": "iced green tea",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "A wide-spectrum stimulant, originally derived from Cordrazine. Is capable of healing all four main damage types simultaneously, however it only heals at half the rate of conventional healing chemicals. Because of its low potency, it's best used as a supplement to other medicines.",
         "desc": "cold green tea.",
         "physicalDesc": "opaque",
         "physicalDesc": "aromatic",
         "color": "#00E5FFFF",
         "color": "#CE4200FF",
         "recipes": [
         "recipes": [
             "Tricordrazine"
             "IcedGreenTea"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Burn": -1,
                                "Toxin": -1,
                                "Airloss": -1,
                                "Brute": -1
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 3,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 4,904: Line 5,306:
         }
         }
     },
     },
     "ChloralHydrate": {
     "IcedTea": {
         "id": "ChloralHydrate",
         "id": "IcedTea",
         "name": "chloral hydrate",
         "name": "iced tea",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "A powerful sedative which causes death in doses upwards of 16.2 units. Sends the patient to sleep almost instantly.",
         "desc": "No relation to a certain rap artist/actor.",
         "physicalDesc": "acrid",
         "physicalDesc": "aromatic",
         "color": "#18C9B1FF",
         "color": "#104038FF",
         "recipes": [
         "recipes": [
             "ChloralHydrate"
             "IcedTea"
        ],
        "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
    },
    "Lipozine": {
        "id": "Lipozine",
        "name": "lipozine",
        "group": "Medicine",
        "desc": "Causes weight loss upon consumption.",
        "physicalDesc": "oily",
        "color": "#2690B5FF",
        "recipes": [
            "Lipozine"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 4,945: Line 5,323:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "NutritionFactor": -1,
                         "HydrationFactor": 3,
                         "id": "SatiateHunger"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 4,952: Line 5,330:
         }
         }
     },
     },
     "Sterilizine": {
     "Lemonade": {
         "id": "Sterilizine",
         "id": "Lemonade",
         "name": "sterilizine",
         "name": "lemonade",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "Helps the patient when used during surgery, may also decontaminate objects and surfaces that bear pathogens. Is currently useless due to infections not being a thing.",
         "desc": "Drink using lemon juice, water, and a sweetener such as cane sugar or honey.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "tart",
         "color": "#7CAD37FF",
         "color": "#FFFF00FF",
         "recipes": [
         "recipes": [
             "Sterilizine"
             "Lemonade"
         ],
         ],
        "metabolisms": null
    },
    "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": [],
         "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"
                     }
                     }
                 ]
                 ]
Line 4,996: Line 5,354:
         }
         }
     },
     },
     "Desoxyephedrine": {
     "Milk": {
         "id": "Desoxyephedrine",
         "id": "Milk",
         "name": "desoxyephedrine",
         "name": "milk",
         "group": "Narcotics",
         "group": "Drinks",
         "desc": "Desoxyephedrine is a potent stimulant with dangerous side-effects if too much is consumed.",
         "desc": "An opaque white liquid produced by the mammary glands of mammals.",
         "physicalDesc": "translucent",
         "physicalDesc": "opaque",
         "color": "#FAFAFAFF",
         "color": "#DFDFDFFF",
         "recipes": [
         "recipes": [],
            "Desoxyephedrine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 1.5
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "HydrationFactor": 4,
                    },
                         "id": "SatiateThirst"
                    {
                        "damage": {
                            "types": {
                                "Poison": 2,
                                "Asphyxiation": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null
                            }
                        ],
                        "probability": 1,
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
             },
             }
            "Narcotic": {
        }
                "rate": 0.5,
    },
                "effects": [
    "MilkOat": {
                    {
        "id": "MilkOat",
                        "StatusLifetime": 2,
        "name": "oat milk",
                        "conditions": null,
        "group": "Drinks",
                        "probability": 1,
        "desc": "Surprisingly tasty.",
                        "WalkSpeedModifier": 1.3,
        "physicalDesc": "refreshing",
                        "SprintSpeedModifier": 1.3,
        "color": "#302000FF",
                        "id": "MovespeedModifier"
        "recipes": [],
                    },
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                        "Key": "Stutter",
                        "Component": "StutteringAccent",
                        "Time": 2,
                        "Refresh": true,
                        "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                        "HydrationFactor": 4,
                     },
                         "id": "SatiateThirst"
                     }
                ]
            }
        }
    },
    "MilkSoy": {
        "id": "MilkSoy",
        "name": "soy milk",
        "group": "Drinks",
        "desc": "Surprisingly tasty.",
        "physicalDesc": "refreshing",
        "color": "#302000FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                        "Amplitude": 10,
                        "Frequency": 4,
                        "Time": 2,
                        "Refresh": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "Jitter"
                         "HydrationFactor": 5,
                    },
                         "id": "SatiateThirst"
                    {
                     }
                        "Key": "Stun",
                        "Component": "",
                        "Time": 1,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    },
                    {
                        "Key": "KnockedDown",
                        "Component": "",
                        "Time": 1,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                        "probability": 1,
                         "id": "GenericStatusEffect"
                     }
                 ]
                 ]
             }
             }
         }
         }
     },
     },
     "Ephedrine": {
     "MilkSpoiled": {
         "id": "Ephedrine",
         "id": "MilkSpoiled",
         "name": "ephedrine",
         "name": "spoiled milk",
         "group": "Narcotics",
         "group": "Drinks",
         "desc": "Increases stun resistance and movement speed, giving you hand cramps. Overdose deals toxin damage and inhibits breathing.",
         "desc": "This milk has gone rancid.",
         "physicalDesc": "Bone white",
         "physicalDesc": "putrid",
         "color": "#D2FFFAFF",
         "color": "#FAFFBAFF",
         "recipes": [
         "recipes": [],
            "Ephedrine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Narcotic": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "StatusLifetime": 2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "WalkSpeedModifier": 1.2,
                         "HydrationFactor": -2,
                         "SprintSpeedModifier": 1.2,
                         "id": "SatiateThirst"
                        "id": "MovespeedModifier"
                    }
                    },
                ]
            }
        }
    },
    "Nothing": {
        "id": "Nothing",
        "name": "nothing",
        "group": "Drinks",
        "desc": "Absolutely nothing.",
        "physicalDesc": "nothing",
        "color": "#FFFFFFFF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 2,
                                "Asphyxiation": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                "Min": 20,
                                "Max": 21474836,
                                "Reagent": null
                            }
                        ],
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                        "Amplitude": 10,
                        "Frequency": 4,
                        "Time": 2,
                        "Refresh": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "Jitter"
                        "HydrationFactor": 2,
                     },
                         "id": "SatiateThirst"
                    {
                     }
                        "Key": "Stun",
                ]
                        "Component": "",
            }
                        "Time": 0.25,
        }
                        "Refresh": true,
    },
                        "Type": 1,
    "NukaCola": {
                        "conditions": null,
        "id": "NukaCola",
                        "probability": 1,
        "name": "nuka cola",
                        "id": "GenericStatusEffect"
        "group": "Drinks",
                    },
        "desc": "Cola, cola never changes.",
        "physicalDesc": "fizzy",
        "color": "#100800FF",
        "recipes": [
            "NukaCola"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                        "Key": "KnockedDown",
                        "Component": "",
                        "Time": 0.25,
                        "Refresh": true,
                        "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                        "HydrationFactor": 6,
                     },
                         "id": "SatiateThirst"
                     {
                     }
                         "Messages": [
                ]
                             "ephedrine-effect-tight-pain",
            },
                             "ephedrine-effect-heart-pounds"
            "Poison": {
                         ],
                "rate": 0.5,
                         "Type": 1,
                "effects": [
                         "conditions": null,
                     {
                         "probability": 0.05,
                         "damage": {
                         "id": "PopupMessage"
                             "types": {
                                "Poison": 1
                            },
                             "groups": null
                         },
                        "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": null,
                         "probability": 1,
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 5,184: Line 5,506:
         }
         }
     },
     },
     "THC": {
     "SodaWater": {
         "id": "THC",
         "id": "SodaWater",
         "name": "THC",
         "name": "soda water",
         "group": "Narcotics",
         "group": "Drinks",
         "desc": "The main psychoactive compound in cannabis.",
         "desc": "A container of club soda. Why not make a scotch and soda?",
         "physicalDesc": "crystalline",
         "physicalDesc": "fizzy",
         "color": "#808080FF",
         "color": "#619494FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": null
         "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 3,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
     },
     },
     "THCOil": {
     "SoyLatte": {
         "id": "THCOil",
         "id": "SoyLatte",
         "name": "THC oil",
         "name": "soy latte",
         "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": "A coffee drink made with espresso and steamed soy milk.",
        "physicalDesc": "skunky",
         "physicalDesc": "strong-smelling",
        "color": "#DAA520FF",
         "color": "#664300FF",
        "recipes": [],
        "metabolisms": null
    },
    "Nicotine": {
        "id": "Nicotine",
        "name": "Nicotine",
        "group": "Narcotics",
        "desc": "Dangerous and highly addictive.",
         "physicalDesc": "strong smelling",
         "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": [
         "recipes": [
             "Impedrezene"
             "SoyLatte"
         ],
         ],
         "metabolisms": null
         "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 3,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
     },
     },
     "SpaceDrugs": {
     "Tea": {
         "id": "SpaceDrugs",
         "id": "Tea",
         "name": "space drugs",
         "name": "tea",
         "group": "Narcotics",
         "group": "Drinks",
         "desc": "An illegal compound which induces a number of effects such as loss of balance and visual artefacts.",
         "desc": "A drink made by boiling leaves of the tea tree, Camellia sinensis.",
        "physicalDesc": "syrupy",
         "physicalDesc": "aromatic",
        "color": "#63806EFF",
         "color": "#8A5A3AFF",
        "recipes": [
         "recipes": [],
            "SpaceDrugs"
        ],
        "metabolisms": null
    },
    "Thermite": {
        "id": "Thermite",
        "name": "thermite",
        "group": "Pyrotechnic",
        "desc": "A mixture that becomes extremely hot when ignited, and which can burn straight through walls when applied and ignited. It'll slowly inflict burn damage to anybody dumb enough to ingest it, but can't be ignited inside inside said dumb person.",
         "physicalDesc": "grainy",
         "color": "#757245FF",
         "recipes": [
            "Thermite"
        ],
         "metabolisms": {
         "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": 3,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 5,269: Line 5,574:
         }
         }
     },
     },
     "Napalm": {
     "TonicWater": {
         "id": "Napalm",
         "id": "TonicWater",
         "name": "napalm",
         "name": "tonic water",
         "group": "Pyrotechnic",
         "group": "Drinks",
         "desc": "It's just a little flammable.",
         "desc": "It tastes strange but at least the quinine keeps the Space Malaria at bay.",
         "physicalDesc": "soapy",
         "physicalDesc": "fizzy",
         "color": "#FA00AFFF",
         "color": "#0064C8FF",
         "recipes": [
         "recipes": [],
            "Napalm"
         "metabolisms": {
        ],
             "Drink": {
         "metabolisms": {
             "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,
                         "id": "HealthChange"
                         "HydrationFactor": 3,
                    },
                         "id": "SatiateThirst"
                    {
                        "Multiplier": 0.4,
                        "conditions": null,
                        "probability": 1,
                         "id": "FlammableReaction"
                     }
                     }
                 ]
                 ]
Line 5,306: Line 5,596:
         }
         }
     },
     },
     "Phlogiston": {
     "Water": {
         "id": "Phlogiston",
         "id": "Water",
         "name": "phlogiston",
         "name": "water",
         "group": "Pyrotechnic",
         "group": "Drinks",
         "desc": "Catches you on fire and makes you ignite.",
         "desc": "A colorless liquid that humans need in order to survive.",
         "physicalDesc": "burning",
         "physicalDesc": "translucent",
         "color": "#D4872AFF",
         "color": "#C0E0FF20",
         "recipes": [
         "recipes": [],
            "Phlogiston"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "conditions": null,
                            "types": {
                        "probability": 1,
                                "Heat": 3
                        "HydrationFactor": 4,
                            },
                        "id": "SatiateThirst"
                            "groups": null
                    }
                        },
                ]
                        "scaleByQuantity": false,
            }
                        "ignoreResistances": true,
        }
                        "conditions": null,
    },
                        "probability": 1,
    "Ice": {
                        "id": "HealthChange"
        "id": "Ice",
                    },
        "name": "ice",
                    {
        "group": "Unknown",
                        "Multiplier": 0.1,
        "desc": "Frozen water.",
                        "conditions": null,
        "physicalDesc": "frosty",
                        "probability": 1,
        "color": "#BED8E6FF",
                        "id": "FlammableReaction"
        "recipes": [],
                    },
        "metabolisms": null
    },
    "Flour": {
        "id": "Flour",
        "name": "flour",
        "group": "Foods",
        "desc": "Used for baking.",
        "physicalDesc": "powdery",
        "color": "#FFFFFFFF",
        "recipes": [],
        "metabolisms": {
            "Food": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                        "Amount": 6000,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustTemperature"
                        "NutritionFactor": 1,
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 5,349: Line 5,650:
         }
         }
     },
     },
     "ChlorineTrifluoride": {
     "Oats": {
         "id": "ChlorineTrifluoride",
         "id": "Oats",
         "name": "CLF3",
         "name": "oats",
         "group": "Pyrotechnic",
         "group": "Foods",
         "desc": "You really, REALLY don't want to get this shit anywhere near you.",
         "desc": "Used for a variety of tasty purposes.",
         "physicalDesc": "blazing",
         "physicalDesc": "coarse",
         "color": "#FFC8C8FF",
         "color": "#D2B48CFF",
         "recipes": [
         "recipes": [],
            "ChlorineTrifluoride"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Food": {
                 "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"
                         "NutritionFactor": 1,
                    },
                         "id": "SatiateHunger"
                    {
                        "Multiplier": 0.2,
                        "conditions": null,
                        "probability": 1,
                        "id": "FlammableReaction"
                    },
                    {
                        "Amount": 6000,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustTemperature"
                     }
                     }
                 ]
                 ]
Line 5,392: Line 5,672:
         }
         }
     },
     },
     "FoamingAgent": {
     "Enzyme": {
         "id": "FoamingAgent",
         "id": "Enzyme",
         "name": "foaming agent",
         "name": "universal enzyme",
         "group": "Pyrotechnic",
         "group": "Foods",
         "desc": "Makes foam such as that's required in metal foam grenades.",
         "desc": "Used in cooking various dishes.",
        "physicalDesc": "foamy",
         "physicalDesc": "",
        "color": "#215263FF",
         "color": "#009900FF",
        "recipes": [
            "FoamingAgent"
        ],
        "metabolisms": null
    },
    "WeldingFuel": {
        "id": "WeldingFuel",
        "name": "welding fuel",
        "group": "Pyrotechnic",
        "desc": "Used by welders to weld.",
        "physicalDesc": "oily",
        "color": "#A76B1CFF",
        "recipes": [],
        "metabolisms": null
    },
    "Fluorosurfactant": {
        "id": "Fluorosurfactant",
        "name": "fluorosurfactant",
        "group": "Pyrotechnic",
        "desc": "A perfluoronated sulfonic acid that forms a foam when mixed with water.",
        "physicalDesc": "opaque",
        "color": "#9E6B38FF",
        "recipes": [
            "Fluorosurfactant"
        ],
        "metabolisms": null
    },
    "Toxin": {
        "id": "Toxin",
        "name": "toxin",
        "group": "Toxins",
        "desc": "A Toxic chemical.",
         "physicalDesc": "opaque",
         "color": "#CF3600FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Food": {
                 "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"
                        "NutritionFactor": 3,
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 5,455: Line 5,694:
         }
         }
     },
     },
     "PolytrinicAcid": {
     "Egg": {
         "id": "PolytrinicAcid",
         "id": "Egg",
         "name": "polytrinic acid",
         "name": "egg",
         "group": "Toxins",
         "group": "Foods",
         "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": "Used for baking.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "mucus-like",
         "color": "#A1000BFF",
         "color": "#FFFFFFFF",
         "recipes": [
         "recipes": [],
            "PolytrinicAcid"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Food": {
                 "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"
                         "NutritionFactor": 1,
                    },
                         "id": "SatiateHunger"
                    {
                        "Messages": [
                            "generic-reagent-effect-burning-insides"
                        ],
                        "Type": 1,
                        "conditions": null,
                        "probability": 0.33,
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 5,495: Line 5,716:
         }
         }
     },
     },
     "FluorosulfuricAcid": {
     "Sugar": {
         "id": "FluorosulfuricAcid",
         "id": "Sugar",
         "name": "fluorosulfuric acid",
         "name": "sugar",
         "group": "Toxins",
         "group": "Foods",
         "desc": "An extremely corrosive chemical substance.",
         "desc": "Tasty spacey sugar!",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "",
         "color": "#5050FFFF",
         "color": "#FFFFFFFF",
         "recipes": [
         "recipes": [],
            "FluorosulfuricAcid"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Food": {
                 "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"
                         "NutritionFactor": 1,
                    },
                         "id": "SatiateHunger"
                    {
                        "Messages": [
                            "generic-reagent-effect-burning-insides"
                        ],
                        "Type": 1,
                        "conditions": null,
                        "probability": 0.33,
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 5,535: Line 5,738:
         }
         }
     },
     },
     "SulfuricAcid": {
     "Blackpepper": {
         "id": "SulfuricAcid",
         "id": "Blackpepper",
         "name": "sulfuric acid",
         "name": "black pepper",
         "group": "Toxins",
         "group": "Foods",
         "desc": "A highly corrosive, oily, colorless liquid.",
         "desc": "Often used to flavor food or make people sneeze.",
         "physicalDesc": "oily",
         "physicalDesc": "Grainy.",
         "color": "#BF8C00FF",
         "color": "#000000FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Food": {
                 "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"
                         "NutritionFactor": 1,
                    },
                         "id": "SatiateHunger"
                    {
                        "Messages": [
                            "generic-reagent-effect-burning-insides"
                        ],
                        "Type": 1,
                        "conditions": null,
                        "probability": 0.33,
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 5,573: Line 5,760:
         }
         }
     },
     },
     "Plasma": {
     "Vinegar": {
         "id": "Plasma",
         "id": "Vinegar",
         "name": "plasma",
         "name": "vinegar",
         "group": "Toxins",
         "group": "Foods",
         "desc": "Funky, space-magic pixie dust. You probably shouldn't eat this, but we both know you will anyways.",
         "desc": "Often used to flavor food.",
         "physicalDesc": "gaseous",
         "physicalDesc": "",
         "color": "#7E009EFF",
         "color": "#D2B48CFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Food": {
                 "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"
                         "NutritionFactor": 1,
                    },
                         "id": "SatiateHunger"
                    {
                        "Reagent": "Inaprovaline",
                        "Group": null,
                        "Amount": -2,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,610: Line 5,782:
         }
         }
     },
     },
     "UnstableMutagen": {
     "Rice": {
         "id": "UnstableMutagen",
         "id": "Rice",
         "name": "unstable mutagen",
         "name": "rice",
         "group": "Toxins",
         "group": "Foods",
         "desc": "Causes mutations when injected into living people or plants. High doses may be lethal, especially in humans.",
         "desc": "Hard, small white grains.",
         "physicalDesc": "glowing",
         "physicalDesc": "",
         "color": "#00FF5FFF",
         "color": "#FFFFFFFF",
         "recipes": [
         "recipes": [],
            "UnstableMutagen"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Food": {
                 "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"
                        "NutritionFactor": 3,
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 5,641: Line 5,804:
         }
         }
     },
     },
     "HeartbreakerToxin": {
     "OilOlive": {
         "id": "HeartbreakerToxin",
         "id": "OilOlive",
         "name": "heartbreaker toxin",
         "name": "olive oil",
         "group": "Toxins",
         "group": "Foods",
         "desc": "A hallucinogenic compound that is illegal under space law. A synthetic drug derived from Mindbreaker toxin, it blocks some neurological signals to the respiratory system which causes choking.",
         "desc": "Viscous and fragrant.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "",
         "color": "#5F959CFF",
         "color": "#808000FF",
         "recipes": [
         "recipes": [],
            "HeartbreakerToxin"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Asphyxiation": 4
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "NutritionFactor": 1,
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 5,672: Line 5,826:
         }
         }
     },
     },
     "Lexorin": {
     "Oil": {
         "id": "Lexorin",
         "id": "Oil",
         "name": "lexorin",
         "name": "oil",
         "group": "Toxins",
         "group": "Foods",
         "desc": "Temporarily stops respiration and causes tissue damage. Large doses are fatal, and will cause people to pass out very quickly. Dexalin and Dexalin Plus will both remove it, however.",
         "desc": "Used by chefs to cook.",
         "physicalDesc": "pungent",
         "physicalDesc": "oily",
         "color": "#6B0007FF",
         "color": "#B67823FF",
         "recipes": [
         "recipes": [
             "Lexorin"
             "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": {
             "Poison": {
             "Poison": {
Line 5,690: Line 5,854:
                             "types": null,
                             "types": null,
                             "groups": {
                             "groups": {
                                 "Airloss": 7
                                 "Caustic": 0.5
                             }
                             }
                         },
                         },
Line 5,698: Line 5,862:
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     }
                     },
                ]
                     {
            }
                         "damage": {
        }
    },
    "MindbreakerToxin": {
        "id": "MindbreakerToxin",
        "name": "mindbreaker toxin",
        "group": "Toxins",
        "desc": "A potent hallucinogenic compound that is illegal under space law. Formerly known as LSD.",
        "physicalDesc": "opaque",
        "color": "#77B58EFF",
        "recipes": [
            "MindbreakerToxin"
        ],
        "metabolisms": null
    },
    "Soporific": {
        "id": "Soporific",
        "name": "soporific (sleep-toxin)",
        "group": "Toxins",
        "desc": "A less powerful sedative that takes a while to work, intended to help insomniacs and patients that are too aggressive to be treated normally. Takes roughly 50 seconds to make the patient fall asleep. Is safe in large quantities. Can be counteracted with Anti-Toxin.",
        "physicalDesc": "acrid",
        "color": "#215263FF",
        "recipes": [
            "Soporific"
        ],
        "metabolisms": null
    },
    "Histamine": {
        "id": "Histamine",
        "name": "histamine",
        "group": "Toxins",
        "desc": "Histamine's effects become more dangerous depending on the dosage amount. They range from mildly annoying to incredibly lethal.",
        "physicalDesc": "abrasive",
        "color": "#FA6464FF",
        "recipes": [],
        "metabolisms": {
            "Poison": {
                "rate": 0.5,
                "effects": [
                     {
                         "damage": {
                             "types": null,
                             "types": null,
                             "groups": {
                             "groups": {
                                 "Brute": 2
                                 "Caustic": 1
                             }
                             }
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": [
                        "probability": 0.1,
                             {
                        "id": "HealthChange"
                                 "Min": 5,
                    },
                                 "Max": 21474836,
                    {
                                 "Reagent": null,
                        "damage": {
                                 "id": "ReagentThreshold"
                             "types": null,
                             }
                            "groups": {
                                 "Brute": 2,
                                 "Toxin": 2,
                                 "Airloss": 2
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                "Min": 30,
                                 "Max": 21474836,
                                "Reagent": null
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
Line 5,775: Line 5,885:
                     {
                     {
                         "Messages": [
                         "Messages": [
                             "histamine-effect-light-itchiness"
                             "capsaicin-effect-light-burn"
                         ],
                         ],
                         "Type": 1,
                         "Type": 1,
                         "conditions": null,
                         "conditions": null,
                        "probability": 0.1,
                        "id": "PopupMessage"
                    },
                    {
                        "Messages": [
                            "histamine-effect-heavy-itchiness"
                        ],
                        "Type": 1,
                        "conditions": [
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null
                            }
                        ],
                         "probability": 0.2,
                         "probability": 0.2,
                         "id": "PopupMessage"
                         "id": "PopupMessage"
Line 5,801: Line 5,896:
         }
         }
     },
     },
     "Theobromine": {
     "Nutriment": {
         "id": "Theobromine",
         "id": "Nutriment",
         "name": "theobromine",
         "name": "nutriment",
         "group": "Toxins",
         "group": "Foods",
         "desc": "Theobromine is a bitter alkaloid of the cacao plant found in chocolate, and some other foods.",
         "desc": "All the vitamins, minerals, and carbohydrates the body needs in pure form.",
         "physicalDesc": "grainy",
         "physicalDesc": "opaque",
         "color": "#F5F5F5FF",
         "color": "#664330FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Food": {
                 "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
                            },
                            {
                                "Type": "Animal",
                                "ShouldHave": true
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "NutritionFactor": 3,
                        "id": "SatiateHunger"
                    }
                ]
            }
        }
    },
    "Glucose": {
        "id": "Glucose",
        "name": "glucose",
        "group": "Unknown",
        "desc": "A simple sugar found in many foods.",
        "physicalDesc": "syrupy",
        "color": "#FFFFFFFF",
        "recipes": [],
        "metabolisms": null
    },
    "Astrotame": {
        "id": "Astrotame",
        "name": "Astrotame",
        "group": "Foods",
        "desc": "The sweetness of a thousand sugars but none of the calories.",
        "physicalDesc": "",
        "color": "#7FFFD4FF",
        "recipes": [],
        "metabolisms": null
    },
    "BbqSauce": {
        "id": "BbqSauce",
        "name": "BBQ sauce",
        "group": "Foods",
        "desc": "Hand wipes not included.",
        "physicalDesc": "Gloopy.",
        "color": "#8B0000FF",
        "recipes": [],
        "metabolisms": null
    },
    "Cornoil": {
        "id": "Cornoil",
        "name": "corn oil",
        "group": "Foods",
        "desc": "Corn oil, A delicious oil used in cooking. Made from corn.",
        "physicalDesc": "",
        "color": "#FFFF00FF",
        "recipes": [],
        "metabolisms": null
    },
    "Frostoil": {
        "id": "Frostoil",
        "name": "frostoil",
        "group": "Foods",
        "desc": "Leaves the tongue numb in its passage.",
        "physicalDesc": "",
        "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": "",
        "color": "#FF0000FF",
        "recipes": [],
        "metabolisms": null
    },
    "Ketchup": {
        "id": "Ketchup",
        "name": "ketchup",
        "group": "Foods",
        "desc": "Made from pureed tomatoes and flavored with spices.",
        "physicalDesc": "",
        "color": "#FF0000FF",
        "recipes": [],
        "metabolisms": null
    },
    "Soysauce": {
        "id": "Soysauce",
        "name": "soy sauce",
        "group": "Foods",
        "desc": "A salty soy-based flavoring.",
        "physicalDesc": "",
        "color": "#8B4513FF",
        "recipes": [],
        "metabolisms": null
    },
    "TableSalt": {
        "id": "TableSalt",
        "name": "table salt",
        "group": "Foods",
        "desc": "Commonly known as salt, Sodium Chloride is often used to season food or kill borers instantly.",
        "physicalDesc": "grainy",
        "color": "#A1000BFF",
        "recipes": [
            "TableSalt"
        ],
        "metabolisms": {
            "Food": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "NutritionFactor": 0.5,
                        "id": "SatiateHunger"
                    },
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": -0.5,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]

Latest revision as of 01:25, 17 January 2022

Thermite
id"Thermite"
name"thermite"
group"Pyrotechnic"
desc"A mixture that becomes extremely hot when ignited, and which can burn straight through walls when applied and ignited. It'll slowly inflict burn damage to anybody dumb enough to ingest it, but can't be ignited inside inside said dumb person."
physicalDesc"grainy"
color"#757245FF"
recipes
"Thermite"
metabolisms
Poison
rate0.5
effects
damage
types
Heat2
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Napalm
id"Napalm"
name"napalm"
group"Pyrotechnic"
desc"It's just a little flammable."
physicalDesc"soapy"
color"#FA00AFFF"
recipes
"Napalm"
metabolisms
Poison
rate0.5
effects
damage
types
Heat1
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Multiplier0.4
conditionsnull
probability1
id"FlammableReaction"
Phlogiston
id"Phlogiston"
name"phlogiston"
group"Pyrotechnic"
desc"Catches you on fire and makes you ignite."
physicalDesc"burning"
color"#D4872AFF"
recipes
"Phlogiston"
metabolisms
Poison
rate0.5
effects
damage
types
Heat3
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Multiplier0.1
conditionsnull
probability1
id"FlammableReaction"
Amount6000
conditionsnull
probability1
id"AdjustTemperature"
ChlorineTrifluoride
id"ChlorineTrifluoride"
name"CLF3"
group"Pyrotechnic"
desc"You really, REALLY don't want to get this shit anywhere near you."
physicalDesc"blazing"
color"#FFC8C8FF"
recipes
"ChlorineTrifluoride"
metabolisms
Poison
rate0.5
effects
damage
types
Heat1
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Multiplier0.2
conditionsnull
probability1
id"FlammableReaction"
Amount6000
conditionsnull
probability1
id"AdjustTemperature"
FoamingAgent
id"FoamingAgent"
name"foaming agent"
group"Pyrotechnic"
desc"Makes foam such as that's required in metal foam grenades."
physicalDesc"foamy"
color"#215263FF"
recipes
"FoamingAgent"
metabolismsnull
WeldingFuel
id"WeldingFuel"
name"welding fuel"
group"Pyrotechnic"
desc"Used by welders to weld."
physicalDesc"oily"
color"#A76B1CFF"
recipes
Empty array
metabolisms
Poison
rate0.5
effects
damage
types
Poison1
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Multiplier0.4
conditionsnull
probability1
id"FlammableReaction"
Fluorosurfactant
id"Fluorosurfactant"
name"fluorosurfactant"
group"Pyrotechnic"
desc"A perfluoronated sulfonic acid that forms a foam when mixed with water."
physicalDesc"opaque"
color"#9E6B38FF"
recipes
"Fluorosurfactant"
metabolismsnull
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
Alkycosine
id"Alkycosine"
name"alkycosine"
group"Medicine"
desc"Lessens the damage to neurological tissue. More effective at treating brain damage than alkysine and also a fairly effective painkiller as well. Caution is needed in its creation to avoid mixing bleach and the chlorine needed to make alkysine."
physicalDesc"strong-smelling"
color"#9E232BFF"
recipes
"Alkycosine"
metabolismsnull
Alkysine
id"Alkysine"
name"alkysine"
group"Medicine"
desc"Lessens the damage to neurological tissue, effective even after catastrophic injury. Used for treating brain damage and also a fairly effective painkiller."
physicalDesc"oily"
color"#FF8C00FF"
recipes
"Alkysine"
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""
Time1
Refreshtrue
Type1
conditionsnull
probability1
id"GenericStatusEffect"
Arithrazine
id"Arithrazine"
name"arithrazine"
group"Medicine"
desc"A slightly unstable medication used for the most extreme any serious case of radiation poisoning. Lowers radiation level at over twice the rate Hyronalin does and will heal toxin damage at the same time. Deals very minor brute damage to the patient over time, but the patient's body will typically out-regenerate it easily."
physicalDesc"cloudy"
color"#BD5902FF"
recipes
"Arithrazine"
metabolisms
Medicine
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 is useful for stabilizing people who have been severely beaten, as well as treating less life-threatening injuries. In the case of bleeding (internal or external), bicaridine will slow down the bleeding heavily. If the dosage exceeds the overdose limit, it'll stop it outright."
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"
Citalopram
id"Citalopram"
name"citalopram"
group"Medicine"
desc"Prevents hallucination slightly."
physicalDesc"cloudy"
color"#21693CFF"
recipes
"Citalopram"
metabolismsnull
Dermaline
id"Dermaline"
name"dermaline"
group"Medicine"
desc"An advanced chemical that is more effective at treating burn damage than Kelotane."
physicalDesc"translucent"
color"#215263FF"
recipes
"Dermaline"
metabolisms
Medicine
rate0.5
effects
damage
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 (Results in 1 unit instead of 2)."
physicalDesc"opaque"
color"#0041A8FF"
recipes
"Dexalin"
metabolisms
Medicine
rate0.5
effects
damage
types
Asphyxiation-1
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. Even a single unit immediately counters all oxygen loss, which is hugely useful in many circumstances. Any dose beyond this will continue to counter oxygen loss until it is metabolized, essentially removing the need to breathe."
physicalDesc"cloudy"
color"#4DA0BDFF"
recipes
"DexalinPlus"
metabolisms
Medicine
rate0.5
effects
damage
types
Asphyxiation-3
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Ethylredoxrazine
id"Ethylredoxrazine"
name"ethylredoxrazine"
group"Medicine"
desc"Neutralises the effects of alcohol in the blood stream. Though it is commonly needed, it is rarely requested."
physicalDesc"opaque"
color"#2D5708FF"
recipes
"Ethylredoxrazine"
metabolismsnull
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.25
Refreshtrue
Type1
conditionsnull
probability1
id"GenericStatusEffect"
Key"KnockedDown"
Component""
Time0.25
Refreshtrue
Type1
conditionsnull
probability1
id"GenericStatusEffect"
Hyperzine
id"Hyperzine"
name"hyperzine"
group"Medicine"
desc"A highly effective, long lasting muscle stimulant. It allows greater freedom of movement in bulky clothing although it has the side effect of causing some twitching. Dangerous in higher doses."
physicalDesc"translucent"
color"#17BD61FF"
recipes
"Hyperzine"
metabolismsnull
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"
Imidazoline
id"Imidazoline"
name"imidazoline"
group"Medicine"
desc"Effective in treating eye trauma. It heals damage caused by physical or chemical trauma, though it is ineffective in treating genetic defects in the eyes."
physicalDesc"pungent"
color"#F7EF00FF"
recipes
"Imidazoline"
metabolismsnull
Inacusiate
id"Inacusiate"
name"inacusiate"
group"Medicine"
desc"You only need 1u for Inacusiate to be effective. Cures deafness instantly. Useful after an explosion."
physicalDesc"pungent"
color"#C4C04BFF"
recipes
"Inacusiate"
metabolismsnull
Inaprovaline
id"Inaprovaline"
name"inaprovaline"
group"Medicine"
desc"Inaprovaline is a synaptic stimulant and cardiostimulant. Commonly used to stabilize patients- it stops oxygen loss when the patient is in critical health. It'll also slow down bleeding (internal or external) by half while in the body. Acts as a decent painkiller."
physicalDesc"opaque"
color"#731024FF"
recipes
"Inaprovaline"
metabolisms
Medicine
rate0.5
effects
damage
types
Asphyxiation-5
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Max21474836
Min100
id"TotalDamage"
probability1
id"HealthChange"
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
Amount1000
conditions
Min0
Max293.15
id"Temperature"
probability1
id"AdjustTemperature"
Amount-1000
conditions
Min293.15
Max3.4028235e+38
id"Temperature"
probability1
id"AdjustTemperature"
Messages
"leporazine-effect-temperature-adjusting"
Type1
conditionsnull
probability0.2
id"PopupMessage"
Methylin
id"Methylin"
name"methylin"
group"Medicine"
desc"An intelligence enhancer, also used in the treatment of attention deficit hyperactivity disorder. Also known as Ritalin. Allows monkeys (not diona nymphs) to understand human speech and improves their dexterity as long as they have some in their system. Causes toxin and brain damage in higher doses."
physicalDesc"acrid"
color"#A700C4FF"
recipes
"Methylin"
metabolismsnull
Oxycodone
id"Oxycodone"
name"oxycodone"
group"Medicine"
desc"A very effective painkiller, about 250% as strong as Tramadol."
physicalDesc"acrid"
color"#C4A300FF"
recipes
"Oxycodone"
metabolismsnull
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
Poison-1
Radiation1
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Paroxetine
id"Paroxetine"
name"paroxetine"
group"Medicine"
desc"Prevents hallucination, but has a 10% chance of causing intense hallucinations."
physicalDesc"acrid"
color"#FFFBADFF"
recipes
"Paroxetine"
metabolismsnull
Ryetalyn
id"Ryetalyn"
name"ryetalyn"
group"Medicine"
desc"You only need 1u for Ryetalin to work. Deactivates genetic defects and powers, restoring a patient to an ideal state. May be useful if genetics is unable to function properly. Deactivated effects return if the patient's genes are modified again."
physicalDesc"cloudy"
color"#532FD4FF"
recipes
"Ryetalyn"
metabolismsnull
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"
metabolismsnull
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""
Time1
Refreshtrue
Type1
conditionsnull
probability1
id"GenericStatusEffect"
Key"KnockedDown"
Component""
Time1
Refreshtrue
Type1
conditionsnull
probability1
id"GenericStatusEffect"
Tramadol
id"Tramadol"
name"tramadol"
group"Medicine"
desc"A simple, yet effective painkiller. Very effective for patients in shock."
physicalDesc"strong-smelling"
color"#2F6ED4FF"
recipes
"Tramadol"
metabolismsnull
Tricordrazine
id"Tricordrazine"
name"tricordrazine"
group"Medicine"
desc"A wide-spectrum stimulant, originally derived from Cordrazine. Is capable of healing all four main damage types simultaneously, however it only heals at half the rate of conventional healing chemicals. Because of its low potency, it's best used as a supplement to other medicines."
physicalDesc"opaque"
color"#00E5FFFF"
recipes
"Tricordrazine"
metabolisms
Medicine
rate0.5
effects
damage
typesnull
groups
Burn-1
Toxin-1
Airloss-1
Brute-1
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
ChloralHydrate
id"ChloralHydrate"
name"chloral hydrate"
group"Medicine"
desc"A powerful sedative which causes death in doses upwards of 16.2 units. Sends the patient to sleep almost instantly."
physicalDesc"acrid"
color"#18C9B1FF"
recipes
"ChloralHydrate"
metabolismsnull
Cryptobiolin
id"Cryptobiolin"
name"cryptobiolin"
group"Medicine"
desc"Causes confusion and dizziness. This is essential to make Spaceacillin."
physicalDesc"fizzy"
color"#081A80FF"
recipes
"Cryptobiolin"
metabolismsnull
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"
Sterilizine
id"Sterilizine"
name"sterilizine"
group"Medicine"
desc"Helps the patient when used during surgery, may also decontaminate objects and surfaces that bear pathogens. Is currently useless due to infections not being a thing."
physicalDesc"strong-smelling"
color"#7CAD37FF"
recipes
"Sterilizine"
metabolismsnull
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"
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"
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"
Plasma
id"Plasma"
name"plasma"
group"Toxins"
desc"Funky, space-magic pixie dust. You probably shouldn't eat this, but we both know you will anyways."
physicalDesc"gaseous"
color"#7E009EFF"
recipes
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"
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
Asphyxiation4
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
Soporific
id"Soporific"
name"soporific (sleep-toxin)"
group"Toxins"
desc"A less powerful sedative that takes a while to work, intended to help insomniacs and patients that are too aggressive to be treated normally. Takes roughly 50 seconds to make the patient fall asleep. Is safe in large quantities. Can be counteracted with Anti-Toxin."
physicalDesc"acrid"
color"#215263FF"
recipes
"Soporific"
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
Min30
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
Min30
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"
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
Poison1.5
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.3
SprintSpeedModifier1.3
id"MovespeedModifier"
Key"Stutter"
Component"StutteringAccent"
Time2
Refreshtrue
Type0
conditionsnull
probability1
id"GenericStatusEffect"
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"
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"Bone white"
color"#D2FFFAFF"
recipes
"Ephedrine"
metabolisms
Narcotic
rate0.5
effects
StatusLifetime2
conditionsnull
probability1
WalkSpeedModifier1.2
SprintSpeedModifier1.2
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""
Time0.25
Refreshtrue
Type1
conditionsnull
probability1
id"GenericStatusEffect"
Key"KnockedDown"
Component""
Time0.25
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
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"
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"
EZNutrient
id"EZNutrient"
name"EZ nutrient"
group"Botanical"
desc"Give your plants some of those EZ nutrients!"
physicalDesc"thick"
color"#664330FF"
recipes
"EZNutrient"
metabolismsnull
Left4Zed
id"Left4Zed"
name"left-4-zed"
group"Botanical"
desc"A cocktail of mutagenic compounds, which cause plant life to become highly unstable."
physicalDesc"heterogeneous"
color"#5B406CFF"
recipes
"Left4Zed"
metabolismsnull
PestKiller
id"PestKiller"
name"pest killer"
group"Botanical"
desc"A mixture that targets pests."
physicalDesc"bubbling"
color"#9E9886FF"
recipes
Empty array
metabolismsnull
PlantBGone
id"PlantBGone"
name"plant-B-gone"
group"Botanical"
desc"A harmful toxic mixture to kill plantlife. Do not ingest!"
physicalDesc"bubbling"
color"#49002EFF"
recipes
"PlantBGone"
metabolismsnull
RobustHarvest
id"RobustHarvest"
name"robust harvest"
group"Botanical"
desc"Plant-enhancing hormones, good for increasing potency."
physicalDesc"robust"
color"#3E901CFF"
recipes
"RobustHarvest"
metabolismsnull
WeedKiller
id"WeedKiller"
name"weed killer"
group"Botanical"
desc"A mixture that targets weeds."
physicalDesc"bubbling"
color"#968395FF"
recipes
Empty array
metabolismsnull
Ammonia
id"Ammonia"
name"ammonia"
group"Botanical"
desc"An effective fertilizer which is better than what is available to the botanist initially, though it isn't as powerful as Diethylamine"
physicalDesc"pungent"
color"#77B58EFF"
recipes
"Ammonia"
metabolisms
Poison
rate0.5
effects
damage
typesnull
groups
Caustic1
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Diethylamine
id"Diethylamine"
name"diethylamine"
group"Botanical"
desc"A very potent fertilizer."
physicalDesc"strong-smelling"
color"#A1000BFF"
recipes
"Diethylamine"
metabolisms
Poison
rate0.5
effects
damage
typesnull
groups
Caustic1
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Aluminium
id"Aluminium"
name"aluminium"
group"Elements"
desc"A silver, soft, non-magnetic, and ductile metal."
physicalDesc"metallic"
color"#848789FF"
recipes
Empty array
metabolismsnull
Carbon
id"Carbon"
name"carbon"
group"Elements"
desc"A black, crystalline solid."
physicalDesc"crystalline"
color"#22282BFF"
recipes
Empty array
metabolismsnull
Chlorine
id"Chlorine"
name"chlorine"
group"Elements"
desc"A yellow-green gas which is toxic to humans."
physicalDesc"gaseous"
color"#A2FF00FF"
recipes
Empty array
metabolismsnull
Copper
id"Copper"
name"copper"
group"Elements"
desc"A soft, malleable, and ductile metal with very high thermal and electrical conductivity."
physicalDesc"metallic"
color"#B05B3CFF"
recipes
Empty array
metabolismsnull
Fluorine
id"Fluorine"
name"fluorine"
group"Elements"
desc"A highly toxic pale yellow gas. Extremely reactive."
physicalDesc"gaseous"
color"#808080FF"
recipes
Empty array
metabolismsnull
Gold
id"Gold"
name"gold"
group"Elements"
desc"Gold is a dense, soft, shiny metal and the most malleable and ductile metal known."
physicalDesc"metallic"
color"#F7C430FF"
recipes
Empty array
metabolismsnull
Hydrogen
id"Hydrogen"
name"hydrogen"
group"Elements"
desc"A light, flammable gas."
physicalDesc"gaseous"
color"#808080FF"
recipes
Empty array
metabolismsnull
Iodine
id"Iodine"
name"iodine"
group"Elements"
desc"Commonly added to table salt as a nutrient. On its own it tastes far less pleasing."
physicalDesc"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
metabolismsnull
Lithium
id"Lithium"
name"lithium"
group"Elements"
desc"A soft, silvery-white alkali metal. It is highly reactive, and ignites if it makes contact with water."
physicalDesc"shiny"
color"#C6C8CCFF"
recipes
Empty array
metabolismsnull
Mercury
id"Mercury"
name"mercury"
group"Elements"
desc"A silver metal which is liquid at room temperature. It is highly toxic to humans."
physicalDesc"shiny"
color"#929296FF"
recipes
Empty array
metabolisms
Medicine
rate0.5
effects
damage
types
Poison2
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Nitrogen
id"Nitrogen"
name"nitrogen"
group"Elements"
desc"A colorless, odorless unreactive gas. Highly stable."
physicalDesc"gaseous"
color"#808080FF"
recipes
Empty array
metabolismsnull
Oxygen
id"Oxygen"
name"oxygen"
group"Elements"
desc"An oxidizing, colorless gas."
physicalDesc"gaseous"
color"#808080FF"
recipes
Empty array
metabolismsnull
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
Medicine
rate0.5
effects
damage
types
Radiation2
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Silicon
id"Silicon"
name"silicon"
group"Elements"
desc"A hard and brittle crystalline solid with a blue-grey color."
physicalDesc"crystalline"
color"#364266FF"
recipes
Empty array
metabolismsnull
Silver
id"Silver"
name"silver"
group"Elements"
desc"A soft, white, lustrous transition metal, it has the highest electrical conductivity of any element and the highest thermal conductivity of any metal."
physicalDesc"reasonably metallic"
color"#D0D0D0FF"
recipes
Empty array
metabolismsnull
Sulfur
id"Sulfur"
name"sulfur"
group"Elements"
desc"A yellow, crystalline solid."
physicalDesc"powdery"
color"#FFF385FF"
recipes
Empty array
metabolismsnull
Sodium
id"Sodium"
name"sodium"
group"Elements"
desc"A silvery-white alkali metal. Highly reactive in its pure form."
physicalDesc"metallic"
color"#C6C8CCFF"
recipes
Empty array
metabolismsnull
Uranium
id"Uranium"
name"uranium"
group"Elements"
desc"A grey metallic chemical element in the actinide series, weakly radioactive."
physicalDesc"metallic"
color"#8FA191FF"
recipes
Empty array
metabolisms
Medicine
rate0.5
effects
damage
types
Radiation2
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Acetone
id"Acetone"
name"acetone"
group"Unknown"
desc"A slick, slightly carcinogenic liquid. Has a multitude of mundane uses in everyday life."
physicalDesc"acidic"
color"#AF14B7FF"
recipes
"Acetone"
metabolismsnull
Phenol
id"Phenol"
name"phenol"
group"Unknown"
desc"An aromatic ring of carbon with a hydroxyl group. A useful precursor to some medicines, but has no healing properties on its own."
physicalDesc"acidic"
color"#E7EA91FF"
recipes
"Phenol"
metabolismsnull
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"
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"
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"
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"
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"
Poison
rate0.5
effects
damage
types
Poison1
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Absinthe
id"Absinthe"
name"absinthe"
group"Drinks"
desc"A anise-flavoured spirit derived from botanicals."
physicalDesc"strong-smelling"
color"#33EE00FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
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"
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"
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"
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"
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"
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
conditionsnull
probability1
id"HealthChange"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
BananaHonk
id"BananaHonk"
name"banana mama"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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
HydrationFactor2
id"SatiateThirst"
Lean
id"Lean"
name"lean"
group"Drinks"
desc"Turn up for days."
physicalDesc"bubbly"
color"#9400D3FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
LeanShine
id"LeanShine"
name"leanshine"
group"Drinks"
desc"Lean mixed with moonshine. Turn up for months."
physicalDesc"bubbly"
color"#9D5FB8FF"
recipes
"LeanShine"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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
HydrationFactor3
id"SatiateThirst"
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"
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"
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
HydrationFactor2
id"SatiateThirst"
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"
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"
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
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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
HydrationFactor3
id"SatiateThirst"
Cream
id"Cream"
name"cream"
group"Drinks"
desc"The fatty, still liquid part of milk. Why don't you mix this with sum scotch, eh?"
physicalDesc"creamy"
color"#DFD7AFFF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor1
id"SatiateThirst"
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
HydrationFactor3
id"SatiateThirst"
Lemonade
id"Lemonade"
name"lemonade"
group"Drinks"
desc"Drink using lemon juice, water, and a sweetener such as cane sugar or honey."
physicalDesc"tart"
color"#FFFF00FF"
recipes
"Lemonade"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
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"
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"Surprisingly tasty."
physicalDesc"refreshing"
color"#302000FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor5
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"
NukaCola
id"NukaCola"
name"nuka cola"
group"Drinks"
desc"Cola, cola never changes."
physicalDesc"fizzy"
color"#100800FF"
recipes
"NukaCola"
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
HydrationFactor3
id"SatiateThirst"
TonicWater
id"TonicWater"
name"tonic water"
group"Drinks"
desc"It tastes strange but at least the quinine keeps the Space Malaria at bay."
physicalDesc"fizzy"
color"#0064C8FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor3
id"SatiateThirst"
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
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""
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""
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""
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""
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""
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"
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"
Glucose
id"Glucose"
name"glucose"
group"Unknown"
desc"A simple sugar found in many foods."
physicalDesc"syrupy"
color"#FFFFFFFF"
recipes
Empty array
metabolismsnull
Astrotame
id"Astrotame"
name"Astrotame"
group"Foods"
desc"The sweetness of a thousand sugars but none of the calories."
physicalDesc""
color"#7FFFD4FF"
recipes
Empty array
metabolismsnull
BbqSauce
id"BbqSauce"
name"BBQ sauce"
group"Foods"
desc"Hand wipes not included."
physicalDesc"Gloopy."
color"#8B0000FF"
recipes
Empty array
metabolismsnull
Cornoil
id"Cornoil"
name"corn oil"
group"Foods"
desc"Corn oil, A delicious oil used in cooking. Made from corn."
physicalDesc""
color"#FFFF00FF"
recipes
Empty array
metabolismsnull
Frostoil
id"Frostoil"
name"frostoil"
group"Foods"
desc"Leaves the tongue numb in its passage."
physicalDesc""
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""
color"#FF0000FF"
recipes
Empty array
metabolismsnull
Ketchup
id"Ketchup"
name"ketchup"
group"Foods"
desc"Made from pureed tomatoes and flavored with spices."
physicalDesc""
color"#FF0000FF"
recipes
Empty array
metabolismsnull
Soysauce
id"Soysauce"
name"soy sauce"
group"Foods"
desc"A salty soy-based flavoring."
physicalDesc""
color"#8B4513FF"
recipes
Empty array
metabolismsnull
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"