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

From Space Station 14 Wiki
(Update chem_prototypes.json via GitHub Actions)
(Update chem_prototypes.json via GitHub Actions)
 
(48 intermediate revisions by the same user not shown)
Line 1: Line 1:
{
{
     "Fiber": {
     "BraveBull": {
         "id": "Fiber",
         "id": "BraveBull",
         "name": "fiber",
         "name": "brave bull",
        "group": "Unknown",
        "desc": "A raw material, usually extracted from wool or other fabric products.",
        "physicalDesc": "fibrous",
        "color": "#808080FF",
        "recipes": [],
        "metabolisms": null
    },
    "Cream": {
        "id": "Cream",
        "name": "cream",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "The fatty, still liquid part of milk. Why don't you mix this with sum scotch, eh?",
         "desc": "It's just as effective as Dutch-Courage!",
         "physicalDesc": "creamy",
         "physicalDesc": "strong-smelling",
         "color": "#DFD7AFFF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [
            "BraveBull"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 25: Line 17:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 1,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.2,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 32: Line 32:
         }
         }
     },
     },
     "SpaceUp": {
     "Water": {
         "id": "SpaceUp",
         "id": "Water",
         "name": "Space-Up",
         "name": "water",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Tastes like a hull breach in your mouth.",
         "desc": "A colorless liquid that humans need in order to survive.",
         "physicalDesc": "fizzy",
         "physicalDesc": "translucent",
         "color": "#00FF00FF",
         "color": "#75B1F0FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 47: Line 47:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 4,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 54: Line 54:
         }
         }
     },
     },
     "BahamaMama": {
     "Impedrezene": {
         "id": "BahamaMama",
         "id": "Impedrezene",
         "name": "bahama mama",
         "name": "impedrezene",
         "group": "Drinks",
         "group": "Narcotics",
         "desc": "Tropical cocktail.",
         "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": "#FF7F3BFF",
         "color": "#215263FF",
         "recipes": [],
         "recipes": [
            "Impedrezene"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Narcotic": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "StatusLifetime": 2,
                        "conditions": null,
                        "probability": 1,
                        "WalkSpeedModifier": 0.65,
                        "SprintSpeedModifier": 0.65,
                        "id": "MovespeedModifier"
                    },
                    {
                        "damage": {
                            "types": {
                                "Poison": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                        "Key": "SeeingRainbows",
                        "Component": "SeeingRainbows",
                        "Time": 10,
                        "Refresh": false,
                        "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "id": "GenericStatusEffect"
                         "id": "SatiateThirst"
                    },
                    {
                        "ThirstAmount": -40,
                        "HungerAmount": -40,
                        "conditions": null,
                        "probability": 0.05,
                         "id": "ChemVomit"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "BoozePower": 5,
                        "Group": null,
                         "SlurSpeech": true,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "Drunk"
                     }
                     }
                 ]
                 ]
Line 84: Line 117:
         }
         }
     },
     },
     "CarbonDioxide": {
     "KiraSpecial": {
         "id": "CarbonDioxide",
         "id": "KiraSpecial",
         "name": "carbon dioxide",
         "name": "kira special",
         "group": "Unknown",
         "group": "Drinks",
         "desc": "You have genuinely no idea what this is.",
         "desc": "Long live the guy who everyone had mistaken for a girl. Baka!",
         "physicalDesc": "odorless",
         "physicalDesc": "strong-smelling",
         "color": "#66FF33FF",
         "color": "#CCCC99FF",
         "recipes": [],
         "recipes": [
            "KiraSpecial"
        ],
         "metabolisms": {
         "metabolisms": {
             "Gas": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Factor": 1,
                         "conditions": null,
                         "conditions": [
                            {
                                "Type": "Plant",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "Oxygenate"
                         "HydrationFactor": 3,
                    },
                         "id": "SatiateThirst"
                    {
                        "damage": {
                            "types": {
                                "Poison": 0.2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": true,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                "Type": "Plant",
                                "ShouldHave": false,
                                "id": "OrganType"
                            },
                            {
                                "Min": 0.5,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 137: Line 141:
         }
         }
     },
     },
     "UncookedAnimalProteins": {
     "JuiceGrape": {
         "id": "UncookedAnimalProteins",
         "id": "JuiceGrape",
         "name": "uncooked animal proteins",
         "name": "grape juice",
         "group": "Unknown",
         "group": "Drinks",
         "desc": "This is very risky for the stomachs of softer lifeforms to digest.",
         "desc": "Freshly squeezed juice from red grapes. Quite sweet.",
         "physicalDesc": "clumpy",
         "physicalDesc": "crisp",
         "color": "#FFFFE5FF",
         "color": "#512284FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 3,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
    },
    "Saxoite": {
        "id": "Saxoite",
        "name": "Saxoite",
        "group": "Unknown",
        "desc": "Smells like jazz.",
        "physicalDesc": "ground brass",
        "color": "#B8A603FF",
        "recipes": [],
        "metabolisms": null
    },
    "Plasma": {
        "id": "Plasma",
        "name": "plasma",
        "group": "Unknown",
        "desc": "Funky, space-magic pixie dust. You probably shouldn't eat this, but we both know you will anyways.",
        "physicalDesc": "gaseous",
        "color": "#7E009EFF",
        "recipes": [],
        "metabolisms": {
            "Poison": {
                "rate": 0.5,
                "effects": [
                    {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 2
                                 "Poison": 3
                             },
                             },
                             "groups": null
                             "groups": null
Line 158: Line 194:
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": null,
                            {
                                "Type": "Human",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     },
                     },
                     {
                     {
                         "Reagent": "Protein",
                         "Reagent": "Inaprovaline",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.5,
                         "Amount": -2,
                         "conditions": [
                         "conditions": null,
                            {
                                "Type": "Animal",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
            }
             },
        }
             "Gas": {
    },
                 "rate": 0.5,
    "Lithium": {
                 "effects": [
        "id": "Lithium",
        "name": "lithium",
        "group": "Elements",
        "desc": "A soft, silvery-white alkali metal. It's highly reactive, and ignites if it makes contact with water.",
        "physicalDesc": "shiny",
        "color": "#C6C8CCFF",
        "recipes": [],
        "metabolisms": null
    },
    "NuclearCola": {
        "id": "NuclearCola",
        "name": "nuclear cola",
        "group": "Drinks",
        "desc": "Cola, cola never changes.",
        "physicalDesc": "fizzy",
        "color": "#100800FF",
        "recipes": [
            "NuclearCola"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 6,
                        "id": "SatiateThirst"
                    }
                ]
             },
             "Poison": {
                 "rate": 0.5,
                 "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
Line 228: Line 218:
                             "groups": null
                             "groups": null
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": true,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
Line 238: Line 228:
         }
         }
     },
     },
     "SulfuricAcid": {
     "Ipecac": {
         "id": "SulfuricAcid",
         "id": "Ipecac",
         "name": "sulfuric acid",
         "name": "ipecac",
         "group": "Toxins",
         "group": "Medicine",
         "desc": "A highly corrosive, oily, colorless liquid.",
         "desc": "Induces vomiting. Useful for stopping a poisoning that isn't done metabolizing.",
         "physicalDesc": "oily",
         "physicalDesc": "inky",
         "color": "#BF8C00FF",
         "color": "#422912FF",
         "recipes": [
         "recipes": [
             "SulfuricAcid"
             "Ipecac"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "ThirstAmount": -40,
                            "types": {
                         "HungerAmount": -40,
                                "Caustic": 2
                         "conditions": null,
                            },
                         "probability": 0.3,
                            "groups": null
                         "id": "ChemVomit"
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                         "id": "HealthChange"
                    },
                    {
                        "Messages": [
                            "generic-reagent-effect-burning-insides"
                        ],
                        "Type": 1,
                        "VisualType": 4,
                         "conditions": null,
                         "probability": 0.33,
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 279: Line 253:
         }
         }
     },
     },
     "CapsaicinOil": {
     "IcedCoffee": {
         "id": "CapsaicinOil",
         "id": "IcedCoffee",
         "name": "Capsaicin Oil",
         "name": "iced coffee",
         "group": "Unknown",
         "group": "Drinks",
         "desc": "Capsaicin Oil is the ingredient found in different types of hot peppers.",
         "desc": "Coffee and ice, refreshing and cool.",
         "physicalDesc": "oily",
         "physicalDesc": "aromatic",
         "color": "#FF0000FF",
         "color": "#102838FF",
         "recipes": [],
         "recipes": [
            "IcedCoffee"
        ],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Reagent": "Nutriment",
                        "Group": null,
                        "Amount": 0.75,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                        "HydrationFactor": 3,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
             },
             }
        }
    },
    "Mold": {
        "id": "Mold",
        "name": "mold",
        "group": "Toxins",
        "desc": "Often found in dark, humid places or on old bread.",
        "physicalDesc": "fuzzy",
        "color": "#8A9A5BFF",
        "recipes": [],
        "metabolisms": {
             "Poison": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Amount": 250,
                         "damage": {
                        "conditions": null,
                             "types": {
                        "probability": 1,
                                 "Poison": 1
                        "id": "AdjustTemperature"
                    },
                    {
                         "damage": {
                             "types": {
                                 "Caustic": 1
                             },
                             },
                             "groups": null
                             "groups": null
Line 319: Line 298:
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": null,
                            {
                                "Min": 5,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    },
                    {
                        "Messages": [
                            "capsaicin-effect-light-burn"
                        ],
                        "Type": 1,
                        "VisualType": 0,
                        "conditions": null,
                        "probability": 0.2,
                        "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 344: Line 306:
         }
         }
     },
     },
     "Aloe": {
     "WhiskeyCola": {
         "id": "Aloe",
         "id": "WhiskeyCola",
         "name": "aloe",
         "name": "whiskey cola",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "So very, very, very good.",
         "desc": "Whiskey, mixed with cola. Surprisingly refreshing.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "bubbly",
         "color": "#192C00FF",
         "color": "#3E1B00FF",
         "recipes": [],
         "recipes": [
            "WhiskeyCola"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 365: Line 329:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.15,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 374: Line 338:
         }
         }
     },
     },
     "Hyronalin": {
     "Coffee": {
         "id": "Hyronalin",
         "id": "Coffee",
         "name": "hyronalin",
         "name": "coffee",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "A weak treatment for radiation damage. Considered to be useful mainly for genetic modification, where it reduces radiation levels, and thus the chance of genetic mutations. Largely outclassed by Arithrazine.",
         "desc": "A drink made from brewed coffee beans. Contains a moderate amount of caffeine.",
         "physicalDesc": "cloudy",
         "physicalDesc": "aromatic",
         "color": "#4CB580FF",
         "color": "#664300FF",
         "recipes": [
         "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"
                     },
                     },
                     {
                     {
                         "ThirstAmount": -40,
                         "Reagent": "Theobromine",
                         "HungerAmount": -40,
                        "Group": null,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                        "probability": 0.02,
                        "id": "ChemVomit"
                    },
                    {
                        "damage": {
                            "types": {
                                "Heat": 0.5
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "AdjustReagent"
                    },
                    {
                        "Amplitude": 10,
                        "Frequency": 4,
                        "Time": 2,
                        "Refresh": true,
                        "conditions": [
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "Jitter"
                     }
                     }
                 ]
                 ]
Line 448: Line 368:
         }
         }
     },
     },
     "Diethylamine": {
     "Egg": {
         "id": "Diethylamine",
         "id": "Egg",
         "name": "diethylamine",
         "name": "egg",
         "group": "Botanical",
         "group": "Foods",
         "desc": "A very potent fertilizer.",
         "desc": "Used for baking.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "mucus-like",
         "color": "#A1000BFF",
         "color": "#FFFFFFFF",
         "recipes": [
         "recipes": [],
            "Diethylamine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "Reagent": "Protein",
                            "types": {
                        "Group": null,
                                "Caustic": 1
                         "Amount": 0.5,
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 479: Line 392:
         }
         }
     },
     },
     "Oculine": {
     "Cream": {
         "id": "Oculine",
         "id": "Cream",
         "name": "oculine",
         "name": "cream",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "Heals eye damage.",
         "desc": "The fatty, still liquid part of milk. Why don't you mix this with sum scotch, eh?",
         "physicalDesc": "translucent",
         "physicalDesc": "creamy",
         "color": "#404040FF",
         "color": "#DFD7AFFF",
         "recipes": [
         "recipes": [],
            "Oculine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Amount": -1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "ChemHealEyeDamage"
                        "HydrationFactor": 1,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 503: Line 414:
         }
         }
     },
     },
     "Cryptobiolin": {
     "FourteenLoko": {
         "id": "Cryptobiolin",
         "id": "FourteenLoko",
         "name": "cryptobiolin",
         "name": "Fourteen Loko",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "Causes confusion and dizziness. This is essential to make Spaceacillin.",
         "desc": "A highly processed liquid substance barely-passing intergalatic health standards for a soft drink.",
         "physicalDesc": "fizzy",
         "physicalDesc": "fizzy",
         "color": "#081A80FF",
         "color": "#DEB928FF",
         "recipes": [
         "recipes": [
             "Cryptobiolin"
             "FourteenLoko"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Key": "Stutter",
                        "Component": "ScrambledAccent",
                        "Time": 2,
                        "Refresh": true,
                        "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Theobromine",
                        "Group": null,
                        "Amount": 0.1,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
             },
             },
             "Alcohol": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "BoozePower": 20,
                         "damage": {
                         "SlurSpeech": false,
                            "types": {
                                "Poison": 1
                            },
                            "groups": null
                        },
                         "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "Drunk"
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 543: Line 464:
         }
         }
     },
     },
     "BloodyMary": {
     "PoisonWine": {
         "id": "BloodyMary",
         "id": "PoisonWine",
         "name": "bloody mary",
         "name": "poison wine",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A strange yet pleasurable mixture made of vodka, tomato, and lime juice.",
         "desc": "Is this even wine? Toxic! Hallucinogenic! Probably consumed in boatloads by your superiors!",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#660000FF",
         "color": "#000000FF",
         "recipes": [
         "recipes": [],
            "BloodyMary"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 572: Line 491:
                     }
                     }
                 ]
                 ]
             }
             },
        }
             "Poison": {
    },
                 "rate": 0.5,
    "Inaprovaline": {
                 "effects": [
        "id": "Inaprovaline",
                     {
        "name": "inaprovaline",
                         "damage": {
        "group": "Medicine",
                             "types": {
        "desc": "Inaprovaline is a synaptic stimulant and cardiostimulant. Commonly used to stabilize patients- it stops oxygen loss when the patient is in critical health. It'll also slow down bleeding by a good amount. Acts as a decent painkiller.",
                                 "Poison": 1
        "physicalDesc": "opaque",
        "color": "#731024FF",
        "recipes": [
             "Inaprovaline"
        ],
        "metabolisms": {
            "Medicine": {
                 "rate": 0.5,
                 "effects": [
                     {
                         "damage": {
                             "types": {
                                 "Asphyxiation": -5
                             },
                             },
                             "groups": null
                             "groups": null
Line 598: Line 504:
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": null,
                            {
                                "Max": 21474836,
                                "Min": 100,
                                "id": "TotalDamage"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    },
                    {
                        "Scaled": false,
                        "Amount": -0.25,
                        "conditions": null,
                        "probability": 1,
                        "id": "ModifyBleedAmount"
                     }
                     }
                 ]
                 ]
Line 619: Line 512:
         }
         }
     },
     },
     "ShamblersJuice": {
     "SodiumCarbonate": {
         "id": "ShamblersJuice",
         "id": "SodiumCarbonate",
         "name": "Shambler's Juice",
         "name": "Sodium Carbonate",
        "group": "Unknown",
        "desc": "A white, odorless, water-soluble salt that yields an alkaline solution in water.  Also known as soda ash.",
        "physicalDesc": "powdery",
        "color": "#FFFFFFFF",
        "recipes": [
            "SodiumCarbonate"
        ],
        "metabolisms": null
    },
    "EnergyDrink": {
        "id": "EnergyDrink",
        "name": "Energy Drink",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "~Shake me up some of that Shambler's Juice!~",
         "desc": "A dose of energy! Nanotrasen is not responsible if you grow avian appendages.",
         "physicalDesc": "fizzy",
         "physicalDesc": "fizzy",
         "color": "#66538FFF",
         "color": "#FFFFBFFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 636: Line 541:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Theobromine",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 641: Line 554:
         }
         }
     },
     },
     "SpaceMountainWind": {
     "Vitamin": {
         "id": "SpaceMountainWind",
         "id": "Vitamin",
         "name": "Space Mountain Wind",
         "name": "vitamin",
         "group": "Drinks",
         "group": "Foods",
         "desc": "Blows right through you like a space wind.",
         "desc": "Found in healthy, complete meals.",
         "physicalDesc": "fizzy",
         "physicalDesc": "chalky",
         "color": "#102000FF",
         "color": "#D3D3D3FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                    {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Brute": -0.5,
                                "Burn": -0.5
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 0.5,
                        "id": "HealthChange"
                    },
                    {
                        "Scaled": false,
                        "Amount": -0.25,
                        "conditions": null,
                        "probability": 1,
                        "id": "ModifyBleedAmount"
                    },
                     {
                     {
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "NutritionFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 663: Line 597:
         }
         }
     },
     },
     "PestKiller": {
     "AlliesCocktail": {
         "id": "PestKiller",
         "id": "AlliesCocktail",
         "name": "pest killer",
         "name": "allies cocktail",
         "group": "Botanical",
         "group": "Drinks",
         "desc": "A mixture that targets pests.",
         "desc": "A drink made from your allies, not as sweet as when made from your enemies.",
         "physicalDesc": "bubbling",
         "physicalDesc": "strong-smelling",
         "color": "#9E9886FF",
         "color": "#00664DFF",
         "recipes": [],
         "recipes": [
            "AlliesCocktail"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                         "conditions": null,
                            "types": {
                         "probability": 1,
                                "Poison": 3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                "Type": "Plant",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                        "probability": 1,
                        "id": "HealthChange"
                    }
                ]
            }
        }
    },
    "PoisonWine": {
        "id": "PoisonWine",
        "name": "poison wine",
        "group": "Drinks",
        "desc": "Is this even wine? Toxic! Hallucinogenic! Probably consumed in boatloads by your superiors!",
        "physicalDesc": "strong-smelling",
        "color": "#000000FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                         "conditions": null,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
Line 725: Line 626:
                     }
                     }
                 ]
                 ]
             },
             }
             "Poison": {
        }
    },
    "THCOil": {
        "id": "THCOil",
        "name": "THC oil",
        "group": "Narcotics",
        "desc": "Pure THC oil, extracted from the leaves of the cannabis plant. Much stronger than in it's natural form and can be used to numb chronic pain in patients.",
        "physicalDesc": "skunky",
        "color": "#DAA520FF",
        "recipes": [],
        "metabolisms": {
             "Narcotic": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "Key": "SeeingRainbows",
                            "types": {
                        "Component": "SeeingRainbows",
                                "Poison": 1
                        "Time": 16,
                            },
                         "Refresh": false,
                            "groups": null
                         "Type": 0,
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "GenericStatusEffect"
                     }
                     }
                 ]
                 ]
Line 746: Line 655:
         }
         }
     },
     },
     "MelonLiquor": {
     "Lexorin": {
         "id": "MelonLiquor",
         "id": "Lexorin",
         "name": "melon liquor",
         "name": "lexorin",
         "group": "Drinks",
         "group": "Toxins",
         "desc": "A relatively sweet and fruity 46 proof liquor.",
         "desc": "Temporarily stops respiration and causes tissue damage. Large doses are fatal, and will cause people to pass out very quickly. Dexalin and Dexalin Plus will both remove it, however.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "pungent",
         "color": "#138808FF",
         "color": "#6B0007FF",
         "recipes": [],
         "recipes": [
            "Lexorin"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Airloss": 7
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 776: Line 686:
         }
         }
     },
     },
     "Cola": {
     "CapsaicinOil": {
         "id": "Cola",
         "id": "CapsaicinOil",
         "name": "cola",
         "name": "Capsaicin Oil",
         "group": "Drinks",
         "group": "Unknown",
         "desc": "A sweet, carbonated soft drink. Caffeine free.",
         "desc": "Capsaicin Oil is the ingredient found in different types of hot peppers.",
         "physicalDesc": "fizzy",
         "physicalDesc": "oily",
         "color": "#422912FF",
         "color": "#FF0000FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Reagent": "Nutriment",
                        "Group": null,
                        "Amount": 0.75,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "AdjustReagent"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
             }
             },
        }
             "Poison": {
    },
    "Antifreeze": {
        "id": "Antifreeze",
        "name": "antifreeze",
        "group": "Drinks",
        "desc": "Ultimate refreshment.",
        "physicalDesc": "translucent",
        "color": "#FF7D63FF",
        "recipes": [
            "Antifreeze"
        ],
        "metabolisms": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Amount": 250,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "id": "AdjustTemperature"
                         "id": "SatiateThirst"
                    },
                    {
                        "damage": {
                            "types": {
                                "Caustic": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                "Min": 5,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                         "id": "HealthChange"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Messages": [
                         "Group": null,
                            "capsaicin-effect-light-burn"
                         "Amount": 0.15,
                        ],
                         "Type": 1,
                         "VisualType": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 0.2,
                         "id": "AdjustReagent"
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 830: Line 751:
         }
         }
     },
     },
     "ErikaSurprise": {
     "Hotsauce": {
         "id": "ErikaSurprise",
         "id": "Hotsauce",
         "name": "erika surprise",
         "name": "hotsauce",
         "group": "Drinks",
        "group": "Foods",
         "desc": "The surprise is, it's green!",
        "desc": "Burns so good.",
        "physicalDesc": "spicy",
        "color": "#FF0000FF",
        "recipes": [
            "CookingHotsauce"
        ],
        "metabolisms": null
    },
    "Hydrogen": {
        "id": "Hydrogen",
        "name": "hydrogen",
        "group": "Elements",
        "desc": "A light, flammable gas.",
        "physicalDesc": "gaseous",
        "color": "#808080FF",
        "recipes": [],
        "metabolisms": null
    },
    "Enzyme": {
        "id": "Enzyme",
        "name": "universal enzyme",
        "group": "Foods",
        "desc": "Used in cooking various dishes.",
        "physicalDesc": "chalky",
        "color": "#009900FF",
        "recipes": [],
        "metabolisms": null
    },
    "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",
         "physicalDesc": "strong-smelling",
         "color": "#2E6671FF",
         "color": "#2E6671FF",
         "recipes": [
         "recipes": [
             "ErikaSurprise"
             "DriestMartini"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 853: Line 806:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.15,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 862: Line 815:
         }
         }
     },
     },
     "SyndicateBomb": {
     "Ale": {
         "id": "SyndicateBomb",
         "id": "Ale",
         "name": "syndicate bomb",
         "name": "ale",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Somebody set us up the bomb!",
         "desc": "A dark alchoholic beverage made by malted barley and yeast.",
         "physicalDesc": "opaque",
         "physicalDesc": "bubbly",
         "color": "#2E6660FF",
         "color": "#663100FF",
         "recipes": [
         "recipes": [],
            "SyndicateBomb"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 894: Line 845:
         }
         }
     },
     },
     "Frezon": {
     "RobustHarvest": {
         "id": "Frezon",
         "id": "RobustHarvest",
         "name": "frezon",
         "name": "robust harvest",
         "group": "Unknown",
         "group": "Botanical",
         "desc": "A highly effective coolant.. and hallucinogenic.",
         "desc": "Plant-enhancing hormones, good for increasing potency.",
         "physicalDesc": "gaseous",
         "physicalDesc": "robust",
         "color": "#3A758CFF",
         "color": "#3E901CFF",
         "recipes": [],
         "recipes": [
            "RobustHarvest"
        ],
         "metabolisms": {
         "metabolisms": {
             "Gas": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 909: Line 862:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Cellular": 0.01
                                 "Poison": -2,
                                "Blunt": -3,
                                "Slash": -3,
                                "Piercing": -3
                             },
                             },
                             "groups": null
                             "groups": null
                         },
                         },
                         "scaleByQuantity": true,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 0.5,
                                 "Type": "Plant",
                                "Max": 21474836,
                                 "ShouldHave": true,
                                 "Reagent": "Frezon",
                                 "id": "OrganType"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                        "probability": 1,
                        "id": "HealthChange"
                    }
                ]
            }
        }
    },
    "Phalanximine": {
        "id": "Phalanximine",
        "name": "phalanximine",
        "group": "Medicine",
        "desc": "Used in the treatment of cancer. Causes moderate radiation poisoning.",
        "physicalDesc": "acrid",
        "color": "#C8FF75FF",
        "recipes": [
            "Phalanximine"
        ],
        "metabolisms": {
            "Medicine": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                            "types": {
                                "Cellular": -1,
                                "Radiation": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     },
                     },
                     {
                     {
                         "Key": "SeeingRainbows",
                         "ThirstAmount": -40,
                         "Component": "SeeingRainbows",
                        "HungerAmount": -40,
                         "Time": 5,
                         "conditions": null,
                        "Refresh": false,
                        "probability": 0.05,
                        "Type": 0,
                         "id": "ChemVomit"
                        "conditions": [
                    }
                            {
                ]
                                "Min": 1,
            }
                                "Max": 21474836,
        }
                                "Reagent": "Frezon",
    },
                                "id": "ReagentThreshold"
    "SpiderBlood": {
                            }
        "id": "SpiderBlood",
                         ],
        "name": "blue blood",
        "group": "Biological",
        "desc": "Doesn't taste like blueberry juice.",
        "physicalDesc": "ferrous",
        "color": "#162581FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                        "HydrationFactor": 1.5,
                     },
                         "id": "SatiateThirst"
                     }
                ]
            }
        }
    },
    "Lipozine": {
        "id": "Lipozine",
        "name": "lipozine",
        "group": "Medicine",
        "desc": "Causes weight loss upon consumption.",
        "physicalDesc": "oily",
        "color": "#2690B5FF",
        "recipes": [
            "Lipozine"
        ],
        "metabolisms": {
            "Medicine": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                        "BoozePower": 3,
                         "conditions": null,
                        "SlurSpeech": true,
                         "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Frezon",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "Drunk"
                        "NutritionFactor": -1,
                        "id": "SatiateHunger"
                    }
                ]
            }
        }
    },
    "Ephedrine": {
        "id": "Ephedrine",
        "name": "ephedrine",
        "group": "Narcotics",
        "desc": "Increases stun resistance and movement speed, giving you hand cramps. Overdose deals toxin damage and inhibits breathing.",
        "physicalDesc": "powdery",
        "color": "#D2FFFAFF",
        "recipes": [
            "Ephedrine"
        ],
        "metabolisms": {
            "Narcotic": {
                "rate": 0.5,
                "effects": [
                    {
                        "StatusLifetime": 2,
                        "conditions": null,
                        "probability": 1,
                        "WalkSpeedModifier": 1.25,
                        "SprintSpeedModifier": 1.25,
                         "id": "MovespeedModifier"
                     },
                     },
                     {
                     {
                         "Messages": [
                         "damage": {
                             "frezon-lungs-cold"
                             "types": {
                         ],
                                "Poison": 2,
                         "Type": 1,
                                "Asphyxiation": 2
                         "VisualType": 0,
                            },
                            "groups": null
                         },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 0.5,
                                 "Min": 20,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": "Frezon",
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 0.1,
                         "probability": 1,
                         "id": "PopupMessage"
                         "id": "HealthChange"
                     },
                     },
                     {
                     {
                         "Messages": [
                        "Amplitude": 10,
                             "frezon-euphoric"
                        "Frequency": 4,
                         ],
                        "Time": 2,
                         "Type": 1,
                        "Refresh": true,
                         "VisualType": 2,
                        "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,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    },
                    {
                         "Messages": [
                             "ephedrine-effect-tight-pain",
                            "ephedrine-effect-heart-pounds"
                         ],
                         "Type": 1,
                         "VisualType": 2,
                        "conditions": null,
                        "probability": 0.05,
                        "id": "PopupMessage"
                    }
                ]
            },
            "Medicine": {
                "rate": 0.5,
                "effects": [
                    {
                        "TimerReset": 600,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 1,
                                 "Min": 30,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": "Frezon",
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 0.1,
                         "probability": 1,
                         "id": "PopupMessage"
                         "id": "ResetNarcolepsy"
                     }
                     }
                 ]
                 ]
Line 995: Line 1,075:
         }
         }
     },
     },
     "WeldingFuel": {
     "BlueCuracao": {
         "id": "WeldingFuel",
         "id": "BlueCuracao",
         "name": "welding fuel",
         "name": "blue curacao",
         "group": "Pyrotechnic",
         "group": "Drinks",
         "desc": "Used by welders to weld.",
         "desc": "Exotically blue, fruity drink, distilled from oranges.",
        "physicalDesc": "oily",
         "physicalDesc": "strong-smelling",
        "color": "#A76B1CFF",
         "color": "#0000CDFF",
        "recipes": [],
        "metabolisms": {
            "Poison": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                            "types": {
                                "Poison": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                        "Multiplier": 0.4,
                        "conditions": null,
                        "probability": 1,
                        "id": "FlammableReaction"
                    }
                ]
            }
        }
    },
    "ToxinsSpecial": {
        "id": "ToxinsSpecial",
        "name": "toxins special",
        "group": "Drinks",
        "desc": "This thing is ON FIRE! CALL THE DAMN SHUTTLE!",
         "physicalDesc": "strong-smelling",
         "color": "#665C00FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 1,051: Line 1,096:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 1,060: Line 1,105:
         }
         }
     },
     },
     "NTCahors": {
     "EZNutrient": {
         "id": "NTCahors",
         "id": "EZNutrient",
         "name": "NeoTheology Cahors Wine",
         "name": "EZ nutrient",
         "group": "Drinks",
         "group": "Botanical",
         "desc": "Fortified dessert wine made from cabernet sauvignon, saperavi and other grapes.",
         "desc": "Give your plants some of those EZ nutrients!",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "thick",
         "color": "#7E4043FF",
         "color": "#664330FF",
         "recipes": [],
         "recipes": [
            "EZNutrient"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                         "conditions": [
                            {
                                "Type": "Plant",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "NutritionFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateHunger"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 1,090: Line 1,135:
         }
         }
     },
     },
     "Grenadine": {
     "Dexalin": {
         "id": "Grenadine",
         "id": "Dexalin",
         "name": "grenadine",
         "name": "dexalin",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "Not cherry flavored!",
         "desc": "Used for treating oxygen deprivation. In most cases where it is likely to be needed, the strength of Dexalin Plus will probably be more useful.",
         "physicalDesc": "dark-red",
         "physicalDesc": "opaque",
         "color": "#EA1D26FF",
         "color": "#0041A8FF",
         "recipes": [],
         "recipes": [
            "Dexalin"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Asphyxiation": -1,
                                "Bloodloss": -0.5
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                    },
                     }
                    {
                 ]
                        "damage": {
             }
                            "types": {
         }
                                "Asphyxiation": 3,
     },
                                "Cold": 1
     "Starkist": {
                            },
         "id": "Starkist",
                            "groups": null
         "name": "starkist",
                        },
         "group": "Drinks",
                        "scaleByQuantity": false,
         "desc": "A sweet, orange flavored soft drink.",
                        "ignoreResistances": true,
         "physicalDesc": "fizzy",
                         "conditions": [
         "color": "#9F3400FF",
                            {
                                "Min": 20,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "HealthChange"
                     }
                 ]
             }
         }
     },
     "AtomicBomb": {
         "id": "AtomicBomb",
         "name": "atomic bomb",
         "group": "Drinks",
         "desc": "Nuclear proliferation never tasted so good.",
         "physicalDesc": "cloudy",
         "color": "#666300FF",
         "recipes": [
         "recipes": [
             "Starkist"
             "AtomicBomb"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 1,131: Line 1,207:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    },
                    {
                        "Reagent": "Radium",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 1,136: Line 1,228:
         }
         }
     },
     },
     "Histamine": {
     "RootBeerFloat": {
         "id": "Histamine",
         "id": "RootBeerFloat",
         "name": "histamine",
         "name": "root beer float",
         "group": "Toxins",
         "group": "Drinks",
         "desc": "Histamine's effects become more dangerous depending on the dosage amount. They range from mildly annoying to incredibly lethal.",
         "desc": "Root beer, but now with ice cream on top. It truly is the magnum opus of Canadian summertime drinks.",
         "physicalDesc": "abrasive",
        "physicalDesc": "fizzy and creamy",
         "color": "#FA6464FF",
        "color": "#4F361FFF",
         "recipes": [],
        "recipes": [
            "RootBeerFloat"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
    },
    "Mercury": {
        "id": "Mercury",
        "name": "mercury",
        "group": "Elements",
        "desc": "A silver metal which is liquid at room temperature. It's highly toxic to humans.",
         "physicalDesc": "shiny",
         "color": "#929296FF",
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Poison": {
Line 1,150: Line 1,266:
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": null,
                             "types": {
                            "groups": {
                                 "Poison": 2
                                 "Brute": 2
                             },
                             }
                            "groups": null
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 0.1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     },
                     }
                ]
            }
        }
    },
    "Tricordrazine": {
        "id": "Tricordrazine",
        "name": "tricordrazine",
        "group": "Medicine",
        "desc": "A wide-spectrum stimulant, originally derived from Cordrazine. It's capable of healing most common damage types simultaneously, however only at about half the rate of other medications. Because of its low potency, it's best used as a supplement to other medicines.",
        "physicalDesc": "opaque",
        "color": "#00E5FFFF",
        "recipes": [
            "Tricordrazine"
        ],
        "metabolisms": {
            "Medicine": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": null,
                             "types": {
                                "Poison": -0.5,
                                "Heat": -0.33,
                                "Shock": -0.33,
                                "Cold": -0.33
                            },
                             "groups": {
                             "groups": {
                                 "Brute": 2,
                                 "Brute": -1
                                "Toxin": 2,
                                "Airloss": 2
                             }
                             }
                         },
                         },
Line 1,174: Line 1,311:
                         "conditions": [
                         "conditions": [
                             {
                             {
                                "Min": 45,
                                 "Max": 50,
                                 "Max": 21474836,
                                 "Min": 0,
                                 "Reagent": null,
                                 "id": "TotalDamage"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     },
                     }
                ]
            }
        }
    },
    "LemonLime": {
        "id": "LemonLime",
        "name": "lemon-lime",
        "group": "Drinks",
        "desc": "tangy lime and lemon soda",
        "physicalDesc": "fizzy",
        "color": "#878F00FF",
        "recipes": [
            "LemonLime"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                        "Messages": [
                            "histamine-effect-light-itchiness"
                        ],
                        "Type": 1,
                        "VisualType": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 0.1,
                         "probability": 1,
                         "id": "PopupMessage"
                         "HydrationFactor": 2,
                    },
                         "id": "SatiateThirst"
                    {
                        "Messages": [
                            "histamine-effect-heavy-itchiness"
                        ],
                        "Type": 1,
                        "VisualType": 2,
                        "conditions": [
                            {
                                "Min": 45,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 0.2,
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 1,214: Line 1,347:
         }
         }
     },
     },
     "Sulfur": {
     "Ethanol": {
         "id": "Sulfur",
         "id": "Ethanol",
         "name": "sulfur",
         "name": "ethanol",
         "group": "Elements",
         "group": "Drinks",
         "desc": "A yellow, crystalline solid.",
         "desc": "A simple alcohol, makes you drunk if consumed, flammable.",
        "physicalDesc": "powdery",
         "physicalDesc": "strong-smelling",
        "color": "#FFF385FF",
         "color": "#B05B3CFF",
        "recipes": [],
        "metabolisms": null
    },
    "Mercury": {
        "id": "Mercury",
        "name": "mercury",
        "group": "Elements",
        "desc": "A silver metal which is liquid at room temperature. It's highly toxic to humans.",
         "physicalDesc": "shiny",
         "color": "#929296FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 1,239: Line 1,362:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 2
                                 "Poison": 1
                             },
                             },
                             "groups": null
                             "groups": null
Line 1,245: Line 1,368:
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": [
                            {
                                "Min": 5,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Dwarf",
                                "ShouldHave": false,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    }
                ]
            }
        }
    },
    "Diphenhydramine": {
        "id": "Diphenhydramine",
        "name": "diphenhydramine",
        "group": "Medicine",
        "desc": "Rapidly purges the body of histamine and reduces jitteriness.",
        "physicalDesc": "chalky",
        "color": "#64FFE6FF",
        "recipes": [],
        "metabolisms": {
            "Medicine": {
                "rate": 0.5,
                "effects": [
                    {
                        "Reagent": "Histamine",
                        "Group": null,
                        "Amount": -3,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     },
                     },
                     {
                     {
                         "Key": "Jitter",
                         "damage": {
                        "Component": "",
                            "types": {
                         "Time": 3,
                                "Poison": 0.2
                         "Refresh": true,
                            },
                         "Type": 1,
                            "groups": null
                        "conditions": null,
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 5,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Dwarf",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "HealthChange"
                    }
                ]
            }
        }
    },
    "Coffee": {
        "id": "Coffee",
        "name": "coffee",
        "group": "Drinks",
        "desc": "A drink made from brewed coffee beans. Contains a moderate amount of caffeine.",
        "physicalDesc": "aromatic",
        "color": "#664300FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Theobromine",
                         "damage": {
                         "Group": null,
                            "types": null,
                         "Amount": 0.05,
                            "groups": {
                         "conditions": null,
                                "Brute": -1
                         "probability": 1,
                            }
                         "id": "AdjustReagent"
                        },
                     }
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                "Min": 5,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Dwarf",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                         "ThirstAmount": -40,
                        "HungerAmount": -40,
                        "conditions": [
                            {
                                "Min": 3,
                                "Max": 21474836,
                                "Reagent": "Ethanol",
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Dwarf",
                                "ShouldHave": false,
                                "id": "OrganType"
                            }
                        ],
                        "probability": 0.04,
                         "id": "ChemVomit"
                    }
                ]
            },
            "Alcohol": {
                "rate": 0.5,
                "effects": [
                    {
                        "BoozePower": 20,
                        "SlurSpeech": true,
                         "conditions": null,
                         "probability": 1,
                         "id": "Drunk"
                     }
                 ]
                 ]
             }
             }
         }
         }
     },
     },
     "IceCream": {
     "CafeLatte": {
         "id": "IceCream",
         "id": "CafeLatte",
         "name": "ice cream",
         "name": "cafe latte",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "It was either this or the microwave, and nobody wants ice cream soup!",
         "desc": "A nice, strong and tasty beverage while you are reading.",
         "physicalDesc": "creamy",
         "physicalDesc": "creamy",
         "color": "#FFFBD6FF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [
             "IceCream"
             "CafeLatte"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 1,334: Line 1,486:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 1,341: Line 1,493:
         }
         }
     },
     },
     "Nitrogen": {
     "Ultravasculine": {
         "id": "Nitrogen",
         "id": "Ultravasculine",
         "name": "nitrogen",
         "name": "ultravasculine",
         "group": "Unknown",
         "group": "Medicine",
         "desc": "A colorless, odorless unreactive gas. Highly stable.",
         "desc": "Rapidly flushes toxins from the body, but places some stress on the veins. Do not overdose.",
         "physicalDesc": "gaseous",
         "physicalDesc": "thick and grainy",
         "color": "#808080FF",
         "color": "#520E30FF",
         "recipes": [],
         "recipes": [
            "Ultravasculine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Gas": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "Factor": 1,
                         "damage": {
                            "types": null,
                            "groups": {
                                "Toxin": -3,
                                "Brute": 0.5
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Type": "Vox",
                                 "Min": 0,
                                 "ShouldHave": true,
                                "Max": 30,
                                 "id": "OrganType"
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "Oxygenate"
                         "id": "HealthChange"
                     },
                     },
                     {
                     {
                         "Factor": 1,
                         "damage": {
                            "types": null,
                            "groups": {
                                "Toxin": -1,
                                "Brute": 3
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Type": "Slime",
                                 "Min": 30,
                                 "ShouldHave": true,
                                "Max": 21474836,
                                 "id": "OrganType"
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "Oxygenate"
                         "id": "HealthChange"
                     },
                     },
                     {
                     {
                         "_ratios": {
                         "Reagent": "Histamine",
                            "CarbonDioxide": 1,
                        "Group": null,
                            "Nitrogen": -1
                        "Amount": -1,
                        },
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Type": "Vox",
                                 "Min": 1,
                                 "ShouldHave": true,
                                "Max": 21474836,
                                 "id": "OrganType"
                                 "Reagent": "Histamine",
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "ModifyLungGas"
                         "id": "AdjustReagent"
                     },
                     },
                     {
                     {
                         "_ratios": {
                         "Reagent": "Ultravasculine",
                            "NitrousOxide": 1,
                        "Group": null,
                            "Nitrogen": -1
                        "Amount": 0.5,
                        },
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Type": "Slime",
                                 "Min": 1,
                                 "ShouldHave": true,
                                "Max": 21474836,
                                 "id": "OrganType"
                                 "Reagent": "Histamine",
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "ModifyLungGas"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 1,411: Line 1,583:
         }
         }
     },
     },
     "Impedrezene": {
     "TonicWater": {
         "id": "Impedrezene",
         "id": "TonicWater",
         "name": "impedrezene",
         "name": "tonic water",
         "group": "Narcotics",
         "group": "Drinks",
         "desc": "A narcotic that impedes one's ability by slowing down the higher brain cell functions. Causes massive brain damage.",
         "desc": "It tastes strange but at least the quinine keeps the Space Malaria at bay.",
        "physicalDesc": "acrid",
         "physicalDesc": "fizzy",
        "color": "#215263FF",
         "color": "#0064C8FF",
        "recipes": [
            "Impedrezene"
        ],
        "metabolisms": null
    },
    "Allicin": {
        "id": "Allicin",
        "name": "allicin",
        "group": "Unknown",
        "desc": "An organosulfur compound found in alliums like garlic, onions, and related plants.",
         "physicalDesc": "pungent",
         "color": "#F2E9D2FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.05,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                        "conditions": null,
                             "types": {
                        "probability": 1,
                                 "Poison": 0.06
                        "HydrationFactor": 3,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
    },
    "UnstableMutagen": {
        "id": "UnstableMutagen",
        "name": "unstable mutagen",
        "group": "Toxins",
        "desc": "Causes mutations when injected into living people or plants. High doses may be lethal, especially in humans.",
        "physicalDesc": "glowing",
        "color": "#00FF5FFF",
        "recipes": [
            "UnstableMutagen"
        ],
        "metabolisms": {
            "Poison": {
                "rate": 0.5,
                "effects": [
                    {
                         "damage": {
                             "types": {
                                 "Radiation": 3
                             },
                             },
                             "groups": null
                             "groups": null
Line 1,444: Line 1,628:
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": null,
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Animal",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
Line 1,464: Line 1,636:
         }
         }
     },
     },
     "Hotsauce": {
     "Vinegar": {
         "id": "Hotsauce",
         "id": "Vinegar",
         "name": "hotsauce",
         "name": "vinegar",
         "group": "Foods",
         "group": "Foods",
         "desc": "Burns so good.",
         "desc": "Often used to flavor food.",
         "physicalDesc": "spicy",
         "physicalDesc": "sour",
         "color": "#FF0000FF",
         "color": "#D2B48CFF",
         "recipes": [
         "recipes": [
             "CookingHotsauce"
             "CookingVinegar"
         ],
         ],
         "metabolisms": null
         "metabolisms": {
    },
            "Food": {
    "IcedCoffee": {
                "rate": 0.5,
        "id": "IcedCoffee",
                "effects": [
        "name": "iced coffee",
                    {
        "group": "Drinks",
                        "Reagent": "Water",
        "desc": "Coffee and ice, refreshing and cool.",
                        "Group": null,
        "physicalDesc": "aromatic",
                        "Amount": 0.4,
        "color": "#102838FF",
                        "conditions": null,
        "recipes": [
                        "probability": 1,
            "IcedCoffee"
                        "id": "AdjustReagent"
        ],
                    },
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                        "Reagent": "Vitamin",
                        "Group": null,
                        "Amount": 0.1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "id": "AdjustReagent"
                         "id": "SatiateThirst"
                    },
                    {
                        "ThirstAmount": -40,
                        "HungerAmount": -40,
                        "conditions": [
                            {
                                "Min": 6,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 0.1,
                         "id": "ChemVomit"
                     }
                     }
                 ]
                 ]
Line 1,500: Line 1,684:
         }
         }
     },
     },
     "JuiceTomato": {
     "NorepinephricAcid": {
         "id": "JuiceTomato",
         "id": "NorepinephricAcid",
         "name": "tomato juice",
         "name": "norepinephric acid",
         "group": "Drinks",
         "group": "Narcotics",
         "desc": "Tomatoes made into juice. What a waste of good tomatoes, huh?",
         "desc": "Makes you unable to see while metabolizing.",
         "physicalDesc": "saucey",
         "physicalDesc": "milky",
         "color": "#731008FF",
         "color": "#96A8B5FF",
         "recipes": [],
         "recipes": [
            "NorepinephricAcid"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Narcotic": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                        "Messages": [
                            "generic-reagent-effect-burning-eyes",
                            "generic-reagent-effect-burning-eyes-a-bit",
                            "generic-reagent-effect-tearing-up",
                            "norepinephricacid-effect-eyelids",
                            "norepinephricacid-effect-eyes-itch",
                            "norepinephricacid-effect-vision-fade",
                            "norepinephricacid-effect-vision-fail"
                        ],
                        "Type": 1,
                        "VisualType": 0,
                         "conditions": null,
                        "probability": 0.08,
                        "id": "PopupMessage"
                    },
                    {
                        "Messages": [
                            "norepinephricacid-effect-eye-disconnect",
                            "norepinephricacid-effect-eye-pain",
                            "norepinephricacid-effect-darkness",
                            "norepinephricacid-effect-blindness"
                        ],
                        "Type": 1,
                        "VisualType": 3,
                        "conditions": [
                            {
                                "Min": 20,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 0.03,
                        "id": "PopupMessage"
                    },
                    {
                        "Key": "TemporaryBlindness",
                        "Component": "TemporaryBlindness",
                        "Time": 2,
                        "Refresh": true,
                        "Type": 0,
                        "conditions": [
                            {
                                "Min": 20,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 3,
                         "id": "GenericStatusEffect"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 1,522: Line 1,755:
         }
         }
     },
     },
     "Lemonade": {
     "Soysauce": {
         "id": "Lemonade",
         "id": "Soysauce",
         "name": "lemonade",
         "name": "soy sauce",
         "group": "Drinks",
         "group": "Foods",
         "desc": "Drink using lemon juice, water, and a sweetener such as cane sugar or honey.",
         "desc": "A salty soy-based flavoring.",
         "physicalDesc": "tart",
         "physicalDesc": "salty",
         "color": "#FFFF00FF",
         "color": "#8B4513FF",
         "recipes": [
         "recipes": [
             "Lemonade"
             "CookingSoysauce"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 1,539: Line 1,772:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                        "NutritionFactor": 0.5,
                        "id": "SatiateHunger"
                    },
                    {
                        "conditions": null,
                        "probability": 1,
                         "HydrationFactor": -0.5,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 1,546: Line 1,785:
         }
         }
     },
     },
     "Patron": {
     "Moonshine": {
         "id": "Patron",
         "id": "Moonshine",
         "name": "patron",
         "name": "moonshine",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Tequila with silver in it, a favorite of alcoholic women in the club scene.",
         "desc": "Artisanal homemade liquor. What could go wrong?",
         "physicalDesc": "metallic",
         "physicalDesc": "strong-smelling",
         "color": "#585840FF",
         "color": "#D1D7D155",
         "recipes": [
         "recipes": [
             "Patron"
             "Moonshine"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 1,569: Line 1,808:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.2,
                         "Amount": 0.25,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 1,578: Line 1,817:
         }
         }
     },
     },
     "B52": {
     "Sugar": {
         "id": "B52",
         "id": "Sugar",
         "name": "b-52",
         "name": "sugar",
         "group": "Drinks",
         "group": "Foods",
         "desc": "Coffee, irish cream, and cognac. You will get bombed.",
         "desc": "Tasty spacey sugar!",
         "physicalDesc": "bubbly",
         "physicalDesc": "sweet",
         "color": "#664300FF",
         "color": "#FFFFFFFF",
         "recipes": [
         "recipes": [],
            "B52"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                         "conditions": [
                            {
                                "Min": 0.1,
                                "Max": 21474836,
                                "Reagent": "Nutriment",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "NutritionFactor": 1,
                        "id": "SatiateThirst"
                         "id": "SatiateHunger"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 1,610: Line 1,846:
         }
         }
     },
     },
     "JuiceWatermelon": {
     "ErikaSurprise": {
         "id": "JuiceWatermelon",
         "id": "ErikaSurprise",
         "name": "water melon juice",
         "name": "erika surprise",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "The delicious juice of a watermelon.",
         "desc": "The surprise is, it's green!",
         "physicalDesc": "sweet",
         "physicalDesc": "strong-smelling",
         "color": "#EF3520FF",
         "color": "#2E6671FF",
         "recipes": [],
         "recipes": [
            "ErikaSurprise"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 1,625: Line 1,863:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 1,644: Line 1,890:
         "metabolisms": null
         "metabolisms": null
     },
     },
     "Tritium": {
     "HotRamen": {
         "id": "Tritium",
         "id": "HotRamen",
         "name": "tritium",
         "name": "hot ramen",
         "group": "Unknown",
         "group": "Drinks",
         "desc": "Radioactive space-magic pixie dust.",
         "desc": "Hot noodles.",
         "physicalDesc": "ionizing",
         "physicalDesc": "wormy",
         "color": "#66FF33FF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [
            "HotRamen"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "conditions": null,
                            "types": {
                         "probability": 1,
                                "Radiation": 3
                         "NutritionFactor": 4,
                            },
                         "id": "SatiateHunger"
                            "groups": null
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
             },
             }
             "Gas": {
        }
    },
    "SyndicateBomb": {
        "id": "SyndicateBomb",
        "name": "syndicate bomb",
        "group": "Drinks",
        "desc": "Somebody set us up the bomb!",
        "physicalDesc": "opaque",
        "color": "#2E6660FF",
        "recipes": [
            "SyndicateBomb"
        ],
        "metabolisms": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Radiation": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": true,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 1,691: Line 1,946:
         }
         }
     },
     },
     "Bleach": {
     "SnowWhite": {
         "id": "Bleach",
         "id": "SnowWhite",
         "name": "bleach",
         "name": "snow white",
         "group": "Unknown",
         "group": "Drinks",
         "desc": "Heavy duty cleaner that can clean tiles the same as Space Cleaner and also decontaminate clothes. Extremely toxic when ingested.",
         "desc": "A cold refreshment.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "bubbly",
         "color": "#A1000BFF",
         "color": "#FFFFFFFF",
         "recipes": [
         "recipes": [
             "Bleach"
             "SnowWhite"
         ],
         ],
         "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": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Messages": [
                         "Reagent": "Ethanol",
                            "generic-reagent-effect-burning-insides"
                         "Group": null,
                        ],
                         "Amount": 0.05,
                         "Type": 1,
                         "VisualType": 3,
                         "conditions": null,
                         "conditions": null,
                         "probability": 0.33,
                         "probability": 1,
                         "id": "PopupMessage"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 1,732: Line 1,978:
         }
         }
     },
     },
     "Ketchunaise": {
     "BahamaMama": {
         "id": "Ketchunaise",
         "id": "BahamaMama",
         "name": "ketchunaise",
         "name": "bahama mama",
         "group": "Foods",
         "group": "Drinks",
         "desc": "So-called Russian dressing, popular among Space Americans.",
         "desc": "Tropical cocktail.",
         "physicalDesc": "saucey",
         "physicalDesc": "strong-smelling",
         "color": "#FBA399FF",
         "color": "#FF7F3BFF",
         "recipes": [
         "recipes": [],
            "CookingKetchunaise"
        ],
        "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": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Caustic": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 1,775: Line 2,008:
         }
         }
     },
     },
     "Gin": {
     "JuiceBerry": {
         "id": "Gin",
         "id": "JuiceBerry",
         "name": "gin",
         "name": "berry juice",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A distilled alcoholic drink that derives its predominant flavour from juniper berries.",
         "desc": "A delicious blend of several different kinds of berries.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "sweet",
         "color": "#664300FF",
         "color": "#660099FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 1,790: Line 2,023:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.2,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 1,805: Line 2,030:
         }
         }
     },
     },
     "BeepskySmash": {
     "Spaceacillin": {
         "id": "BeepskySmash",
         "id": "Spaceacillin",
         "name": "beepsky smash",
         "name": "spaceacillin",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "Deny drinking this and prepare for THE LAW.",
         "desc": "A theta-lactam antibiotic. A common and very useful medicine, effective against many diseases likely to be encountered in space. Slows progression of diseases.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "opaque",
         "color": "#664300FF",
         "color": "#9942F5FF",
         "recipes": [
         "recipes": [
             "BeepskySmash"
             "Spaceacillin"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Cellular": 0.5
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 1,837: Line 2,061:
         }
         }
     },
     },
     "Silicon": {
     "Cola": {
         "id": "Silicon",
         "id": "Cola",
         "name": "silicon",
         "name": "cola",
         "group": "Elements",
         "group": "Drinks",
         "desc": "A hard and brittle crystalline solid with a blue-grey color.",
         "desc": "A sweet, carbonated soft drink. Caffeine free.",
        "physicalDesc": "crystalline",
         "physicalDesc": "fizzy",
        "color": "#364266FF",
         "color": "#422912FF",
        "recipes": [],
        "metabolisms": null
    },
    "Phlogiston": {
        "id": "Phlogiston",
        "name": "phlogiston",
        "group": "Pyrotechnic",
        "desc": "Catches you on fire and makes you ignite.",
         "physicalDesc": "burning",
         "color": "#D4872AFF",
         "recipes": [
         "recipes": [
             "Phlogiston"
             "Cola"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Heat": 3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "HydrationFactor": 2,
                    },
                         "id": "SatiateThirst"
                    {
                        "Multiplier": 0.1,
                        "conditions": null,
                        "probability": 1,
                        "id": "FlammableReaction"
                    },
                    {
                        "Amount": 6000,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustTemperature"
                     }
                     }
                 ]
                 ]
Line 1,890: Line 2,085:
         }
         }
     },
     },
     "Astrotame": {
     "NTCahors": {
         "id": "Astrotame",
         "id": "NTCahors",
         "name": "Astrotame",
         "name": "NeoTheology Cahors Wine",
         "group": "Foods",
         "group": "Drinks",
         "desc": "The sweetness of a thousand sugars but none of the calories.",
         "desc": "Fortified dessert wine made from cabernet sauvignon, saperavi and other grapes.",
         "physicalDesc": "sugary",
         "physicalDesc": "strong-smelling",
        "color": "#7FFFD4FF",
         "color": "#7E4043FF",
        "recipes": [],
        "metabolisms": null
    },
    "Miasma": {
        "id": "Miasma",
        "name": "miasma",
        "group": "Unknown",
        "desc": "Uh oh, stinky!",
        "physicalDesc": "gaseous",
         "color": "#56941EFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Gas": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": [
                         "conditions": null,
                            {
                                "Type": "Rat",
                                "ShouldHave": false,
                                "id": "OrganType"
                            },
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Miasma",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "ChemMiasmaPoolSource"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "damage": {
                         "Reagent": "Ethanol",
                            "types": {
                        "Group": null,
                                "Poison": 0.25
                        "Amount": 0.05,
                            },
                        "conditions": null,
                            "groups": null
                        "probability": 1,
                         },
                        "id": "AdjustReagent"
                         "scaleByQuantity": false,
                    }
                         "ignoreResistances": true,
                ]
                         "conditions": [
            }
                            {
        }
                                "Type": "Rat",
    },
                                "ShouldHave": false,
    "ChloralHydrate": {
                                "id": "OrganType"
        "id": "ChloralHydrate",
                            },
        "name": "chloral hydrate",
        "group": "Toxins",
        "desc": "In low doses, makes you drowsy. In higher doses, puts you to sleep. Overdoses deal toxin damage.",
        "physicalDesc": "nondescript",
        "color": "#000067FF",
        "recipes": [
            "ChloralHydrate"
        ],
        "metabolisms": {
            "Poison": {
                "rate": 0.5,
                "effects": [
                    {
                        "StatusLifetime": 2,
                        "conditions": null,
                         "probability": 1,
                         "WalkSpeedModifier": 0.65,
                         "SprintSpeedModifier": 0.65,
                         "id": "MovespeedModifier"
                    },
                    {
                        "Key": "ForcedSleep",
                        "Component": "ForcedSleeping",
                        "Time": 2,
                        "Refresh": false,
                        "Type": 0,
                        "conditions": [
                             {
                             {
                                 "Min": 1,
                                 "Min": 15,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": "Miasma",
                                 "Reagent": "ChloralHydrate",
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "GenericStatusEffect"
                     },
                     },
                     {
                     {
                         "ThirstAmount": -40,
                         "damage": {
                         "HungerAmount": -40,
                            "types": {
                                "Poison": 1.5
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                "Type": "Rat",
                                 "Min": 20,
                                "ShouldHave": false,
                                "id": "OrganType"
                            },
                            {
                                 "Min": 0.8,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": "Miasma",
                                 "Reagent": "ChloralHydrate",
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 0.12,
                         "probability": 1,
                         "id": "ChemVomit"
                        "id": "HealthChange"
                    }
                ]
            }
        }
    },
    "Licoxide": {
        "id": "Licoxide",
        "name": "Licoxide",
        "group": "Toxins",
        "desc": "It looks... electrifying.",
        "physicalDesc": "electric",
        "color": "#FDD023FF",
        "recipes": [],
        "metabolisms": {
            "Poison": {
                "rate": 0.5,
                "effects": [
                    {
                        "ElectrocuteTime": 2,
                        "ElectrocuteDamageScale": 5,
                        "Refresh": true,
                        "conditions": null,
                        "probability": 0.5,
                        "id": "Electrocute"
                    }
                ]
            }
        }
    },
    "Kelotane": {
        "id": "Kelotane",
        "name": "kelotane",
        "group": "Medicine",
        "desc": "Treats burn damage. Overdosing greatly reduces the body's ability to retain water.",
        "physicalDesc": "strong-smelling",
        "color": "#BF3D19FF",
        "recipes": [
            "Kelotane"
        ],
        "metabolisms": {
            "Medicine": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                            "types": {
                                "Heat": -0.33,
                                "Shock": -0.33,
                                "Cold": -0.33
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                         "id": "HealthChange"
                     },
                     },
                     {
                     {
                        "Messages": [
                            "miasma-smell"
                        ],
                        "Type": 1,
                        "VisualType": 2,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 0.25,
                                 "Min": 30,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": "Miasma",
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 0.1,
                         "probability": 1,
                         "id": "PopupMessage"
                        "HydrationFactor": -10,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "damage": {
                         "Messages": [
                             "types": {
                             "generic-reagent-effect-nauseous",
                                "Blunt": -4,
                            "generic-reagent-effect-thirsty",
                                "Slash": -3,
                             "generic-reagent-effect-parched"
                                "Piercing": -3
                         ],
                            },
                         "Type": 1,
                             "groups": null
                         "VisualType": 0,
                         },
                         "scaleByQuantity": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                "Type": "Rat",
                                 "Min": 25,
                                "ShouldHave": true,
                                "id": "OrganType"
                            },
                            {
                                 "Min": 1,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": "Miasma",
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 0.1,
                         "id": "HealthChange"
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 2,021: Line 2,267:
         }
         }
     },
     },
     "Ketchup": {
     "MilkSpoiled": {
         "id": "Ketchup",
         "id": "MilkSpoiled",
         "name": "ketchup",
         "name": "spoiled milk",
         "group": "Foods",
         "group": "Drinks",
         "desc": "Made from pureed tomatoes and flavored with spices.",
         "desc": "This milk has gone rancid.",
         "physicalDesc": "tangy",
         "physicalDesc": "putrid",
         "color": "#FF0000FF",
         "color": "#FAFFBAFF",
        "recipes": [
            "CookingKetchup"
        ],
        "metabolisms": null
    },
    "Nutriment": {
        "id": "Nutriment",
        "name": "nutriment",
        "group": "Foods",
        "desc": "All the vitamins, minerals, and carbohydrates the body needs in pure form.",
        "physicalDesc": "opaque",
        "color": "#664330FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 2,048: Line 2,282:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "NutritionFactor": 3,
                         "HydrationFactor": -2,
                         "id": "SatiateHunger"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 2,055: Line 2,289:
         }
         }
     },
     },
     "UnstableMutagen": {
     "Stellibinin": {
         "id": "UnstableMutagen",
         "id": "Stellibinin",
         "name": "unstable mutagen",
         "name": "stellibinin",
         "group": "Toxins",
         "group": "Medicine",
         "desc": "Causes mutations when injected into living people or plants. High doses may be lethal, especially in humans.",
         "desc": "A natual antitoxin with particular effectiveness against amatoxin.",
         "physicalDesc": "glowing",
         "physicalDesc": "starry",
         "color": "#00FF5FFF",
         "color": "#2B2F77FF",
         "recipes": [
         "recipes": [],
            "UnstableMutagen"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 2,072: Line 2,304:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Radiation": 3
                                 "Poison": -4
                             },
                             },
                             "groups": null
                             "groups": null
Line 2,081: Line 2,313:
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     }
                     },
                ]
            }
        }
    },
    "JuiceLime": {
        "id": "JuiceLime",
        "name": "lime juice",
        "group": "Drinks",
        "desc": "The sweet-sour juice of limes.",
        "physicalDesc": "citric",
        "color": "#99BB43FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "conditions": null,
                        "Reagent": "Amatoxin",
                        "Group": null,
                        "Amount": -3,
                         "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Amatoxin",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 3,
                         "id": "AdjustReagent"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 2,108: Line 2,333:
         }
         }
     },
     },
     "HotRamen": {
     "Sulfur": {
         "id": "HotRamen",
         "id": "Sulfur",
         "name": "hot ramen",
         "name": "sulfur",
         "group": "Drinks",
         "group": "Elements",
         "desc": "Hot noodles.",
         "desc": "A yellow, crystalline solid.",
         "physicalDesc": "wormy",
         "physicalDesc": "powdery",
         "color": "#664300FF",
         "color": "#FFF385FF",
         "recipes": [
         "recipes": [],
            "HotRamen"
         "metabolisms": null
        ],
         "metabolisms": {
            "Food": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "NutritionFactor": 4,
                        "id": "SatiateHunger"
                    }
                ]
            }
        }
     },
     },
     "Sigynate": {
     "Cryoxadone": {
         "id": "Sigynate",
         "id": "Cryoxadone",
         "name": "sigynate",
         "name": "cryoxadone",
         "group": "Medicine",
         "group": "Medicine",
         "desc": "A thick pink syrup useful for neutralizing acids and soothing trauma caused by acids. Tastes sweet!",
         "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": "thick",
         "physicalDesc": "fizzy",
         "color": "#E0A5B9FF",
         "color": "#0091FFFF",
         "recipes": [
         "recipes": [
             "Sigynate"
             "Cryoxadone"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 2,148: Line 2,359:
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": null,
                                 "Caustic": -3
                            "groups": {
                            },
                                 "Airloss": -6,
                            "groups": null
                                "Brute": -4,
                                "Burn": -6,
                                "Toxin": -4
                            }
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": [
                            {
                                "Min": 0,
                                "Max": 150,
                                "id": "Temperature"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     },
                     }
                ]
            }
        }
    },
    "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": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Heat": 2
                                 "Asphyxiation": 2
                             },
                             },
                             "groups": null
                             "groups": null
Line 2,168: Line 2,406:
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": null,
                            {
                                "Min": 16,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    }
                ]
            }
        }
    },
    "Mojito": {
        "id": "Mojito",
        "name": "mojito",
        "group": "Drinks",
        "desc": "If it's good enough for Spesscuba, it's good enough for you.",
        "physicalDesc": "strong-smelling",
        "color": "#664300FF",
        "recipes": [
            "Mojito"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Amplitude": 10,
                         "Reagent": "Ethanol",
                        "Frequency": 4,
                         "Group": null,
                         "Time": 2,
                         "Amount": 0.05,
                         "Refresh": true,
                         "conditions": null,
                         "conditions": [
                            {
                                "Min": 20,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "Jitter"
                         "id": "AdjustReagent"
                    },
                    {
                        "Messages": [
                            "generic-reagent-effect-nauseous"
                        ],
                        "Type": 1,
                        "VisualType": 2,
                        "conditions": [
                            {
                                "Min": 20,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 0.2,
                        "id": "PopupMessage"
                    },
                    {
                        "ThirstAmount": -40,
                        "HungerAmount": -40,
                        "conditions": [
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 0.02,
                        "id": "ChemVomit"
                     }
                     }
                 ]
                 ]
Line 2,230: Line 2,446:
         }
         }
     },
     },
     "IcedTea": {
     "Romerol": {
         "id": "IcedTea",
         "id": "Romerol",
         "name": "iced tea",
         "name": "romerol",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "No relation to a certain rap artist/actor.",
         "desc": "A difficult to procure chemical used in the reversal of the zombification process. Tastes like death.",
         "physicalDesc": "aromatic",
         "physicalDesc": "acrid",
         "color": "#104038FF",
         "color": "#7E916EFF",
         "recipes": [
         "recipes": [
             "IcedTea"
             "Romerol"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 0.5
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Theobromine",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 2,262: Line 2,477:
         }
         }
     },
     },
     "Martini": {
     "Theobromine": {
         "id": "Martini",
         "id": "Theobromine",
         "name": "classic martini",
         "name": "theobromine",
         "group": "Drinks",
         "group": "Toxins",
         "desc": "Vermouth with Gin. Not quite how 007 enjoyed it, but still delicious.",
         "desc": "Theobromine is a bitter alkaloid of the cacao plant found in chocolate, and some other foods.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "grainy",
         "color": "#664300FF",
         "color": "#F5F5F5FF",
         "recipes": [
         "recipes": [],
            "Martini"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.05,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                        "damage": {
                            "types": {
                                "Poison": 0.4
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Animal",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "ThirstAmount": -40,
                         "Group": null,
                        "HungerAmount": -40,
                        "Amount": 0.15,
                         "conditions": [
                        "conditions": null,
                            {
                         "probability": 1,
                                "Min": 3,
                         "id": "AdjustReagent"
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Animal",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 0.04,
                         "id": "ChemVomit"
                     }
                     }
                 ]
                 ]
Line 2,294: Line 2,537:
         }
         }
     },
     },
     "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,311: Line 2,552:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.2,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 2,326: Line 2,559:
         }
         }
     },
     },
     "Dexalin": {
     "Miasma": {
         "id": "Dexalin",
         "id": "Miasma",
         "name": "dexalin",
         "name": "miasma",
         "group": "Medicine",
         "group": "Unknown",
         "desc": "Used for treating oxygen deprivation. In most cases where it is likely to be needed, the strength of Dexalin Plus will probably be more useful.",
         "desc": "Uh oh, stinky!",
         "physicalDesc": "opaque",
         "physicalDesc": "gaseous",
         "color": "#0041A8FF",
         "color": "#56941EFF",
         "recipes": [
         "recipes": [],
            "Dexalin"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Gas": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 2,343: Line 2,574:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Asphyxiation": -1,
                                 "Poison": 0.25
                                "Bloodloss": -0.5
                             },
                             },
                             "groups": null
                             "groups": null
Line 2,350: Line 2,580:
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": [
                        "probability": 1,
                            {
                        "id": "HealthChange"
                                "Type": "Rat",
                    }
                                "ShouldHave": false,
                ]
                                "id": "OrganType"
            }
        }
    },
    "Napalm": {
        "id": "Napalm",
        "name": "napalm",
        "group": "Pyrotechnic",
        "desc": "It's just a little flammable.",
        "physicalDesc": "soapy",
        "color": "#FA00AFFF",
        "recipes": [
            "Napalm"
        ],
        "metabolisms": {
            "Poison": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                            "types": {
                                "Heat": 1
                             },
                             },
                             "groups": null
                             {
                        },
                                "Min": 1,
                        "scaleByQuantity": false,
                                "Max": 21474836,
                        "ignoreResistances": true,
                                "Reagent": "Miasma",
                        "conditions": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     },
                     },
                     {
                     {
                         "Multiplier": 0.4,
                         "ThirstAmount": -40,
                         "conditions": null,
                         "HungerAmount": -40,
                         "probability": 1,
                         "conditions": [
                        "id": "FlammableReaction"
                            {
                    }
                                "Type": "Rat",
                ]
                                "ShouldHave": false,
            }
                                "id": "OrganType"
        }
                            },
    },
    "JuiceBanana": {
        "id": "JuiceBanana",
        "name": "banana juice",
        "group": "Drinks",
        "desc": "The raw essence of a banana. HONK.",
        "physicalDesc": "crisp",
        "color": "#FFE777FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 3,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
    },
    "Diphenylmethylamine": {
        "id": "Diphenylmethylamine",
        "name": "diphenylmethylamine",
        "group": "Medicine",
        "desc": "A more stable medicine than ethyloxyephedrine. Useful for keeping someone awake.",
        "physicalDesc": "glowing",
        "color": "#B0ABAAFF",
        "recipes": [
            "Diphenylmethylamine"
        ],
        "metabolisms": {
            "Medicine": {
                "rate": 0.5,
                "effects": [
                    {
                        "TimerReset": 600,
                        "conditions": [
                             {
                             {
                                 "Min": 5,
                                 "Min": 0.8,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": "Miasma",
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 0.12,
                         "id": "ResetNarcolepsy"
                         "id": "ChemVomit"
                     },
                     },
                     {
                     {
                         "Messages": [
                         "Messages": [
                             "ethyloxyephedrine-effect-feeling-awake",
                             "miasma-smell"
                            "ethyloxyephedrine-effect-clear-mind"
                         ],
                         ],
                         "Type": 1,
                         "Type": 1,
                         "VisualType": 2,
                         "VisualType": 2,
                         "conditions": null,
                         "conditions": [
                         "probability": 0.1,
                            {
                                "Min": 0.25,
                                "Max": 21474836,
                                "Reagent": "Miasma",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 0.1,
                         "id": "PopupMessage"
                         "id": "PopupMessage"
                    }
                ]
            }
        }
    },
    "Nicotine": {
        "id": "Nicotine",
        "name": "Nicotine",
        "group": "Narcotics",
        "desc": "Dangerous and highly addictive.",
        "physicalDesc": "strong-smelling",
        "color": "#C0C0C0FF",
        "recipes": [],
        "metabolisms": null
    },
    "Ephedrine": {
        "id": "Ephedrine",
        "name": "ephedrine",
        "group": "Narcotics",
        "desc": "Increases stun resistance and movement speed, giving you hand cramps. Overdose deals toxin damage and inhibits breathing.",
        "physicalDesc": "powdery",
        "color": "#D2FFFAFF",
        "recipes": [
            "Ephedrine"
        ],
        "metabolisms": {
            "Narcotic": {
                "rate": 0.5,
                "effects": [
                    {
                        "StatusLifetime": 2,
                        "conditions": null,
                        "probability": 1,
                        "WalkSpeedModifier": 1.25,
                        "SprintSpeedModifier": 1.25,
                        "id": "MovespeedModifier"
                     },
                     },
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 2,
                                 "Blunt": -4,
                                 "Asphyxiation": 2
                                 "Slash": -3,
                                "Piercing": -3
                             },
                             },
                             "groups": null
                             "groups": null
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": true,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 20,
                                "Type": "Rat",
                                "ShouldHave": true,
                                "id": "OrganType"
                            },
                            {
                                 "Min": 1,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": "Miasma",
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
Line 2,511: Line 2,658:
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     },
                     }
                ]
            }
        }
    },
    "Antifreeze": {
        "id": "Antifreeze",
        "name": "antifreeze",
        "group": "Drinks",
        "desc": "Ultimate refreshment.",
        "physicalDesc": "translucent",
        "color": "#FF7D63FF",
        "recipes": [
            "Antifreeze"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                        "Amplitude": 10,
                        "Frequency": 4,
                        "Time": 2,
                        "Refresh": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "Jitter"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Key": "Stun",
                         "Reagent": "Ethanol",
                         "Component": "",
                         "Group": null,
                        "Time": 1,
                         "Amount": 0.15,
                        "Refresh": true,
                         "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "AdjustReagent"
                    },
                    {
                        "Key": "KnockedDown",
                        "Component": "",
                        "Time": 1,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    },
                    {
                        "Messages": [
                            "ephedrine-effect-tight-pain",
                            "ephedrine-effect-heart-pounds"
                        ],
                        "Type": 1,
                        "VisualType": 2,
                        "conditions": null,
                        "probability": 0.05,
                        "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
             },
             }
             "Medicine": {
        }
                 "rate": 0.5,
    },
    "Amatoxin": {
        "id": "Amatoxin",
        "name": "amatoxin",
        "group": "Toxins",
        "desc": "A potent toxin found in some mushrooms.",
        "physicalDesc": "nondescript",
        "color": "#D6CE7BFF",
        "recipes": [],
        "metabolisms": {
             "Poison": {
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "TimerReset": 600,
                         "damage": {
                        "conditions": [
                            "types": {
                            {
                                 "Poison": 6
                                 "Min": 30,
                            },
                                "Max": 21474836,
                            "groups": null
                                "Reagent": null,
                        },
                                "id": "ReagentThreshold"
                        "scaleByQuantity": false,
                            }
                        "ignoreResistances": true,
                        ],
                        "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "ResetNarcolepsy"
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 2,574: Line 2,724:
         }
         }
     },
     },
     "SpaceCleaner": {
     "SpaceDrugs": {
         "id": "SpaceCleaner",
         "id": "SpaceDrugs",
         "name": "space cleaner",
         "name": "space drugs",
         "group": "Unknown",
         "group": "Narcotics",
         "desc": "This is able to clean almost all surfaces of almost anything that may dirty them. The janitor is likely to appreciate refills.",
         "desc": "An illegal compound which induces a number of effects such as loss of balance and visual artefacts.",
         "physicalDesc": "lemony fresh",
         "physicalDesc": "syrupy",
         "color": "#C8FF69FF",
         "color": "#63806EFF",
         "recipes": [
         "recipes": [
             "SpaceCleaner"
             "SpaceDrugs"
         ],
         ],
        "metabolisms": null
    },
    "Absinthe": {
        "id": "Absinthe",
        "name": "absinthe",
        "group": "Drinks",
        "desc": "A anise-flavoured spirit derived from botanicals.",
        "physicalDesc": "strong-smelling",
        "color": "#33EE00FF",
        "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Narcotic": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Key": "SeeingRainbows",
                        "Component": "SeeingRainbows",
                        "Time": 5,
                        "Refresh": false,
                        "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "GenericStatusEffect"
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.3,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 2,616: Line 2,752:
         }
         }
     },
     },
     "Dermaline": {
     "Siderlac": {
         "id": "Dermaline",
         "id": "Siderlac",
         "name": "dermaline",
         "name": "siderlac",
         "group": "Medicine",
         "group": "Medicine",
         "desc": "An advanced chemical that is more effective at treating burn damage than Kelotane.",
         "desc": "A powerful anti-caustic medicine derived from plants.",
         "physicalDesc": "translucent",
         "physicalDesc": "milky",
         "color": "#215263FF",
         "color": "#F4DAB8FF",
         "recipes": [
         "recipes": [
             "Dermaline"
             "Siderlac"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 2,633: Line 2,769:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Heat": -1,
                                 "Caustic": -5
                                "Shock": -1,
                                "Cold": -1
                             },
                             },
                             "groups": null
                             "groups": null
Line 2,644: Line 2,778:
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    },
                    {
                        "damage": {
                            "types": {
                                "Asphyxiation": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                        "Amplitude": 10,
                        "Frequency": 4,
                        "Time": 2,
                        "Refresh": true,
                        "conditions": [
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "Jitter"
                     }
                     }
                 ]
                 ]
Line 2,685: Line 2,783:
         }
         }
     },
     },
     "Licoxide": {
     "Rice": {
         "id": "Licoxide",
         "id": "Rice",
         "name": "Licoxide",
         "name": "rice",
         "group": "Toxins",
         "group": "Foods",
         "desc": "It looks... electrifying.",
         "desc": "Hard, small white grains.",
         "physicalDesc": "electric",
         "physicalDesc": "chewy",
         "color": "#FDD023FF",
         "color": "#FFFFFFFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Food": {
                "rate": 0.5,
                "effects": [
                    {
                        "ElectrocuteTime": 2,
                        "ElectrocuteDamageScale": 5,
                        "Refresh": true,
                        "conditions": null,
                        "probability": 0.5,
                        "id": "Electrocute"
                    }
                ]
            }
        }
    },
    "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": [],
        "metabolisms": {
            "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Reagent": "Sugar",
                        "Group": null,
                        "Amount": 0.4,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "AdjustReagent"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Reagent": "Nutriment",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 2,739: Line 2,815:
         }
         }
     },
     },
     "ManlyDorf": {
     "ExperimentalStimulants": {
         "id": "ManlyDorf",
         "id": "ExperimentalStimulants",
         "name": "manly dorf",
         "name": "experimental stimulants",
         "group": "Drinks",
         "group": "Narcotics",
         "desc": "Beer and Ale, brought together in a delicious mix. Intended for stout dwarves only.",
         "desc": "A prototype version of the Stimulant chemical mixture. Usage grants virtual immunity to stun weaponry, rapid tissue regeneration, extreme running speed by reducing lactic acid buildup, and a general feeling of euphoria. Side effects may include extreme levels of anticoagulation, tunnel vision, extreme toxin buildup in the bloodstream, and rapid liver death. Do not give to animals.",
         "physicalDesc": "bubbly",
         "physicalDesc": "exhilarating",
         "color": "#664300FF",
         "color": "#AE0101FF",
         "recipes": [
         "recipes": [],
            "ManlyDorf"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Narcotic": {
                 "rate": 0.5,
                 "rate": 0.25,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                        "StatusLifetime": 2,
                         "conditions": [
                            {
                                "Min": 10,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "WalkSpeedModifier": 1.8,
                         "id": "SatiateThirst"
                        "SprintSpeedModifier": 1.8,
                         "id": "MovespeedModifier"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "StatusLifetime": 2,
                        "Group": null,
                        "conditions": [
                        "Amount": 0.05,
                            {
                        "conditions": null,
                                "Min": 0,
                                "Max": 10,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "WalkSpeedModifier": 0.7,
                    }
                        "SprintSpeedModifier": 0.7,
                ]
                        "id": "MovespeedModifier"
            }
                    },
        }
    },
    "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": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "conditions": null,
                         "ElectrocuteTime": 2,
                         "probability": 1,
                         "ElectrocuteDamageScale": 5,
                         "HydrationFactor": 3,
                         "Refresh": true,
                         "id": "SatiateThirst"
                         "conditions": [
                    }
                            {
                ]
                                "Min": 0,
            }
                                "Max": 10,
        }
                                "Reagent": null,
    },
                                "id": "ReagentThreshold"
    "IrishCoffee": {
                            }
        "id": "IrishCoffee",
                        ],
        "name": "irish coffee",
                        "probability": 0.1,
        "group": "Drinks",
                        "id": "Electrocute"
        "desc": "Coffee served with irish cream. Regular cream just isn't the same!",
                    },
        "physicalDesc": "cloudy",
        "color": "#664300FF",
        "recipes": [
            "IrishCoffee"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "conditions": null,
                        "Amplitude": 10,
                        "Frequency": 4,
                        "Time": 2,
                        "Refresh": true,
                         "conditions": [
                            {
                                "Min": 0,
                                "Max": 10,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "Jitter"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Key": "Stutter",
                         "Group": null,
                         "Component": "StutteringAccent",
                         "Amount": 0.15,
                         "Time": 2,
                         "conditions": null,
                         "Refresh": true,
                         "probability": 1,
                         "Type": 0,
                         "id": "AdjustReagent"
                         "conditions": [
                    }
                            {
                ]
                                "Min": 0,
            }
                                "Max": 10,
        }
                                "Reagent": null,
    },
                                "id": "ReagentThreshold"
    "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": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "GenericStatusEffect"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "damage": {
                         "Group": null,
                            "types": {
                         "Amount": 0.15,
                                "Poison": 1
                         "conditions": null,
                            },
                            "groups": null
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 10,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "HealthChange"
                     },
                     },
                     {
                     {
                         "Reagent": "Uranium",
                         "damage": {
                         "Group": null,
                            "types": {
                         "Amount": 0.05,
                                "Poison": 8
                         "conditions": null,
                            },
                            "groups": null
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 60,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "HealthChange"
                     }
                     },
                ]
            }
        }
    },
    "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
    },
    "Oil": {
        "id": "Oil",
        "name": "oil",
        "group": "Foods",
        "desc": "Used by chefs to cook.",
        "physicalDesc": "oily",
        "color": "#B67823FF",
        "recipes": [
            "Oil"
        ],
        "metabolisms": null
    },
    "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": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "conditions": null,
                        "Key": "Stun",
                         "probability": 1,
                        "Component": "",
                         "HydrationFactor": 3,
                        "Time": 6,
                         "id": "SatiateThirst"
                        "Refresh": true,
                        "Type": 1,
                         "conditions": [
                            {
                                "Min": 10,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "id": "GenericStatusEffect"
                    },
                    {
                        "Key": "KnockedDown",
                        "Component": "",
                        "Time": 6,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": [
                            {
                                "Min": 10,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    },
                    {
                        "Key": "ForcedSleep",
                        "Component": "ForcedSleeping",
                        "Time": 2,
                        "Refresh": false,
                        "Type": 1,
                        "conditions": [
                            {
                                "Min": 10,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                         "id": "GenericStatusEffect"
                     }
                     }
                 ]
                 ]
             }
             },
        }
            "Medicine": {
    },
                "rate": 0.25,
    "MindbreakerToxin": {
                "effects": [
        "id": "MindbreakerToxin",
                    {
        "name": "mindbreaker toxin",
                        "TimerReset": 600,
        "group": "Toxins",
                        "conditions": null,
        "desc": "A potent hallucinogenic compound that is illegal under space law. Formerly known as LSD.",
                        "probability": 1,
        "physicalDesc": "opaque",
                        "id": "ResetNarcolepsy"
        "color": "#77B58EFF",
                    },
        "recipes": [
            "MindbreakerToxin"
        ],
        "metabolisms": null
    },
    "Toxin": {
        "id": "Toxin",
        "name": "toxin",
        "group": "Toxins",
        "desc": "A toxic chemical.",
        "physicalDesc": "opaque",
        "color": "#CF3600FF",
        "recipes": [],
        "metabolisms": {
            "Poison": {
                "rate": 0.5,
                "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"
                ]
                    },
            }
        }
    },
    "Barefoot": {
        "id": "Barefoot",
        "name": "barefoot",
        "group": "Drinks",
        "desc": "Barefoot and pregnant.",
        "physicalDesc": "strong-smelling",
        "color": "#664300FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 1,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                        "damage": {
                         "Group": null,
                            "types": null,
                         "Amount": 0.05,
                            "groups": {
                         "conditions": null,
                                "Brute": -4,
                                "Burn": -4
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                "Min": 10,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                         "Reagent": "Lexorin",
                         "Group": null,
                         "Amount": -3,
                         "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Lexorin",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "AdjustReagent"
                    },
                    {
                        "Reagent": "ChloralHydrate",
                        "Group": null,
                        "Amount": -3,
                        "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "ChloralHydrate",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "AdjustReagent"
Line 2,982: Line 3,074:
         }
         }
     },
     },
     "Slime": {
     "Sake": {
         "id": "Slime",
         "id": "Sake",
         "name": "slime",
         "name": "sake",
         "group": "Biological",
         "group": "Drinks",
         "desc": "You thought this was gradient blood at first, but you were mistaken.",
         "desc": "Alcoholic beverage made by fermenting rice that has been polished.",
         "physicalDesc": "viscous",
         "physicalDesc": "strong-smelling",
         "color": "#2CF274FF",
         "color": "#DDDDDDFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 2,997: Line 3,089:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "NutritionFactor": 1.5,
                         "HydrationFactor": 2,
                         "id": "SatiateHunger"
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 3,004: Line 3,104:
         }
         }
     },
     },
     "Pax": {
     "TranexamicAcid": {
         "id": "Pax",
         "id": "TranexamicAcid",
         "name": "pax",
         "name": "tranexamic acid",
         "group": "Unknown",
         "group": "Medicine",
         "desc": "A psychiatric drug which prevents the patient from directly harming anyone.",
         "desc": "A blood clotting medicine for preventing heavy bleeding. Very dangerous in large quantities.",
         "physicalDesc": "soothing",
         "physicalDesc": "viscous",
         "color": "#AAAAAAFF",
         "color": "#BA7D7DFF",
         "recipes": [
         "recipes": [
             "Pax"
             "TranexamicAcid"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "Key": "Pacified",
                         "Scaled": false,
                        "Component": "Pacified",
                         "Amount": -1.5,
                        "Time": 2,
                        "Refresh": false,
                         "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "ModifyBleedAmount"
                    },
                    {
                        "damage": {
                            "types": {
                                "Bloodloss": 3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                "Min": 15,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 3,032: Line 3,149:
         }
         }
     },
     },
     "JuicePineapple": {
     "ChangelingSting": {
         "id": "JuicePineapple",
         "id": "ChangelingSting",
         "name": "pineapple juice",
         "name": "changeling sting",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "The delicious juice of a pineapple.",
         "desc": "You take a tiny sip and feel a burning sensation...",
         "physicalDesc": "tropical",
         "physicalDesc": "fizzy",
         "color": "#FFFF00FF",
         "color": "#2E6671FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 3,047: Line 3,164:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 3,054: Line 3,171:
         }
         }
     },
     },
     "ChlorineTrifluoride": {
     "PestKiller": {
         "id": "ChlorineTrifluoride",
         "id": "PestKiller",
         "name": "CLF3",
         "name": "pest killer",
         "group": "Pyrotechnic",
         "group": "Botanical",
         "desc": "You really, REALLY don't want to get this shit anywhere near you.",
         "desc": "A mixture that targets pests.",
         "physicalDesc": "blazing",
         "physicalDesc": "bubbling",
         "color": "#FFC8C8FF",
         "color": "#9E9886FF",
         "recipes": [
         "recipes": [],
            "ChlorineTrifluoride"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 3,071: Line 3,186:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Heat": 1
                                 "Poison": 3
                             },
                             },
                             "groups": null
                             "groups": null
Line 3,077: Line 3,192:
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": [
                            {
                                "Type": "Plant",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    },
                    {
                        "Multiplier": 0.2,
                        "conditions": null,
                        "probability": 1,
                        "id": "FlammableReaction"
                    },
                    {
                        "Amount": 6000,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustTemperature"
                     }
                     }
                 ]
                 ]
Line 3,097: Line 3,206:
         }
         }
     },
     },
     "ScrewdriverCocktail": {
     "Nutriment": {
         "id": "ScrewdriverCocktail",
         "id": "Nutriment",
         "name": "screwdriver",
         "name": "nutriment",
         "group": "Drinks",
         "group": "Foods",
         "desc": "Vodka, mixed with plain ol' orange juice. The result is surprisingly delicious.",
         "desc": "All the vitamins, minerals, and carbohydrates the body needs in pure form.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "opaque",
         "color": "#A68310FF",
         "color": "#664330FF",
         "recipes": [
         "recipes": [],
            "ScrewdriverCocktail"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 3,114: Line 3,221:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "NutritionFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateHunger"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 3,129: Line 3,228:
         }
         }
     },
     },
     "WhiskeyCola": {
     "DeadRum": {
         "id": "WhiskeyCola",
         "id": "DeadRum",
         "name": "whiskey cola",
         "name": "deadrum",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Whiskey, mixed with cola. Surprisingly refreshing.",
         "desc": "Distilled alcoholic drink made from saltwater.",
         "physicalDesc": "bubbly",
         "physicalDesc": "strong-smelling",
         "color": "#3E1B00FF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [],
            "WhiskeyCola"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 3,152: Line 3,249:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.15,
                         "Amount": 0.2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 3,161: Line 3,258:
         }
         }
     },
     },
     "DevilsKiss": {
     "Frostoil": {
         "id": "DevilsKiss",
         "id": "Frostoil",
         "name": "devils kiss",
         "name": "frostoil",
         "group": "Drinks",
         "group": "Foods",
         "desc": "Creepy time!",
         "desc": "Leaves the tongue numb in its passage.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "cold",
         "color": "#A68310FF",
        "color": "#87CEEBFF",
        "recipes": [],
        "metabolisms": null
    },
    "Iron": {
        "id": "Iron",
        "name": "iron",
        "group": "Elements",
        "desc": "A silvery-grey metal which forms iron oxides (rust) with contact with air. Commonly alloyed with other elements to create alloys such as steel.",
        "physicalDesc": "metallic",
         "color": "#434B4DFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Scaled": false,
                        "Amount": 4,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "ModifyBloodLevel"
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 3,191: Line 3,291:
         }
         }
     },
     },
     "MuteToxin": {
     "CarpoToxin": {
         "id": "MuteToxin",
         "id": "CarpoToxin",
         "name": "mute toxin",
         "name": "carpotoxin",
         "group": "Narcotics",
         "group": "Toxins",
         "desc": "Makes you unable to talk while metabolizing.",
         "desc": "Toxic secretions of a space carp. Causes a painful burning sensation.",
         "physicalDesc": "syrupy",
         "physicalDesc": "exotic smelling",
         "color": "#000000FF",
         "color": "#E2A38CFF",
         "recipes": [
         "recipes": [],
            "MuteToxin"
        ],
         "metabolisms": {
         "metabolisms": {
             "Narcotic": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "Key": "Muted",
                         "damage": {
                        "Component": "Muted",
                            "types": {
                        "Time": 2,
                                "Poison": 4
                         "Refresh": true,
                            },
                         "Type": 0,
                            "groups": null
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "HealthChange"
                    },
                    {
                        "Messages": [
                            "generic-reagent-effect-burning-insides"
                        ],
                        "Type": 1,
                        "VisualType": 3,
                        "conditions": null,
                        "probability": 0.33,
                        "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 3,219: Line 3,330:
         }
         }
     },
     },
     "JuiceCarrot": {
     "Vinaigrette": {
         "id": "JuiceCarrot",
         "id": "Vinaigrette",
         "name": "carrot juice",
         "name": "vinaigrette",
        "group": "Foods",
        "desc": "A basic salad dressing made with oil, vinegar and seasoning.",
        "physicalDesc": "sour",
        "color": "#EFDAAEFF",
        "recipes": [
            "CookingVinaigrette"
        ],
        "metabolisms": null
    },
    "Andalusia": {
        "id": "Andalusia",
        "name": "andalusia",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "It's like a carrot, but less crunchy.",
         "desc": "A nice, strangely named drink.",
         "physicalDesc": "crisp",
         "physicalDesc": "strong-smelling",
         "color": "#FF8820FF",
         "color": "#665700FF",
         "recipes": [],
         "recipes": [
            "Andalusia"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 3,238: Line 3,363:
                     },
                     },
                     {
                     {
                         "Reagent": "Oculine",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.15,
                         "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    },
                    {
                        "Reagent": "Nutriment",
                        "Group": null,
                        "Amount": 0.5,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 3,257: Line 3,374:
         }
         }
     },
     },
     "Siderlac": {
     "IcedTea": {
         "id": "Siderlac",
         "id": "IcedTea",
         "name": "siderlac",
         "name": "iced tea",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "A powerful anti-caustic medicine derived from plants.",
         "desc": "No relation to a certain rap artist/actor.",
         "physicalDesc": "milky",
         "physicalDesc": "aromatic",
         "color": "#F4DAB8FF",
         "color": "#104038FF",
         "recipes": [
         "recipes": [
             "Siderlac"
             "IcedTea"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Caustic": -5
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Theobromine",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 3,288: Line 3,406:
         }
         }
     },
     },
     "Posca": {
     "Pax": {
         "id": "Posca",
         "id": "Pax",
         "name": "posca",
         "name": "pax",
         "group": "Drinks",
         "group": "Unknown",
         "desc": "Poor warriors' drink from a forgotten era.",
         "desc": "A psychiatric drug which prevents the patient from directly harming anyone.",
         "physicalDesc": "sour",
         "physicalDesc": "soothing",
         "color": "#B3B599FF",
         "color": "#AAAAAAFF",
         "recipes": [
         "recipes": [
             "Posca"
             "Pax"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Key": "Pacified",
                        "Component": "Pacified",
                        "Time": 2,
                        "Refresh": false,
                        "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 3,
                         "id": "GenericStatusEffect"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 3,312: Line 3,434:
         }
         }
     },
     },
     "BlackRussian": {
     "CoffeeLiqueur": {
         "id": "BlackRussian",
         "id": "CoffeeLiqueur",
         "name": "black russian",
         "name": "coffee liqueur",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "For the lactose-intolerant. Still as classy as a White Russian.",
         "desc": "Liquor flavoured with cold brewed coffee and spices.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "cloudy",
         "color": "#360000FF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [],
            "BlackRussian"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 3,335: Line 3,455:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.2,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 3,344: Line 3,464:
         }
         }
     },
     },
     "TequilaSunrise": {
     "RedMead": {
         "id": "TequilaSunrise",
         "id": "RedMead",
         "name": "tequila sunrise",
         "name": "red mead",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Tequila and orange juice. Much like a Screwdriver, only Mexican.",
         "desc": "The true Viking's drink! Even though it has a strange red color.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#FFE48CFF",
         "color": "#C73C00FF",
         "recipes": [
         "recipes": [
             "TequilaSunrise"
             "RedMead"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 3,367: Line 3,487:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.15,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 3,376: Line 3,496:
         }
         }
     },
     },
     "MilkGoat": {
     "Left4Zed": {
         "id": "MilkGoat",
         "id": "Left4Zed",
         "name": "goats milk",
         "name": "left-4-zed",
         "group": "Drinks",
         "group": "Botanical",
         "desc": "An opaque white liquid produced by a goat. High buttermilk content.",
         "desc": "A cocktail of mutagenic compounds, which cause plant life to become highly unstable.",
         "physicalDesc": "opaque",
         "physicalDesc": "heterogeneous",
         "color": "#DFDFDFFF",
         "color": "#5B406CFF",
         "recipes": [],
         "recipes": [
            "Left4Zed"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                         "conditions": [
                            {
                                "Type": "Plant",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                        "probability": 1,
                        "NutritionFactor": 3,
                        "id": "SatiateHunger"
                    },
                    {
                        "damage": {
                            "types": {
                                "Poison": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                "Type": "Plant",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 4,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 3,398: Line 3,545:
         }
         }
     },
     },
     "Bilk": {
     "OilOlive": {
         "id": "Bilk",
         "id": "OilOlive",
         "name": "bilk",
         "name": "olive oil",
         "group": "Drinks",
         "group": "Foods",
         "desc": "This appears to be beer mixed with milk. Disgusting.",
         "desc": "Viscous and fragrant.",
         "physicalDesc": "bilky",
         "physicalDesc": "oily",
         "color": "#895C4CFF",
         "color": "#808000FF",
         "recipes": [
         "recipes": [],
            "Bilk"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Reagent": "Nutriment",
                        "Group": null,
                        "Amount": 0.75,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 3,
                         "id": "AdjustReagent"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 3,422: Line 3,569:
         }
         }
     },
     },
     "Nocturine": {
     "Fiber": {
         "id": "Nocturine",
         "id": "Fiber",
         "name": "nocturine",
         "name": "fiber",
         "group": "Narcotics",
         "group": "Unknown",
         "desc": "Makes you feel very tired and unable to stand up. Basically, it's bone hurting juice.",
         "desc": "A raw material, usually extracted from wool or other fabric products.",
         "physicalDesc": "powdery",
         "physicalDesc": "fibrous",
         "color": "#128E80FF",
         "color": "#808080FF",
         "recipes": [],
         "recipes": [],
        "metabolisms": null
    },
    "Ketchup": {
        "id": "Ketchup",
        "name": "ketchup",
        "group": "Foods",
        "desc": "Made from pureed tomatoes and flavored with spices.",
        "physicalDesc": "tangy",
        "color": "#FF0000FF",
        "recipes": [
            "CookingKetchup"
        ],
        "metabolisms": null
    },
    "Wine": {
        "id": "Wine",
        "name": "wine",
        "group": "Drinks",
        "desc": "An premium alchoholic beverage made from distilled grape juice.",
        "physicalDesc": "translucent",
        "color": "#7E4043FF",
        "recipes": [
            "BloodToWine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Narcotic": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                         "conditions": null,
                            "types": {
                                "Poison": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 60,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Key": "ForcedSleep",
                         "Reagent": "Ethanol",
                        "Component": "ForcedSleeping",
                         "Group": null,
                        "Time": 2,
                         "Amount": 0.05,
                         "Refresh": false,
                         "conditions": null,
                         "Type": 0,
                         "conditions": [
                            {
                                "Min": 8,
                                "Max": 21474836,
                                "Reagent": "Nocturine",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 3,475: Line 3,623:
         }
         }
     },
     },
     "GrapeSoda": {
     "Carpetium": {
         "id": "GrapeSoda",
         "id": "Carpetium",
         "name": "grape soda",
         "name": "carpetium",
         "group": "Drinks",
         "group": "Special",
         "desc": "It's Graaaaaape!",
         "desc": "A mystical chemical, usually outsourced from the Clown Planet, that covers everything it touches in carpet.",
         "physicalDesc": "fizzy",
         "physicalDesc": "fibrous",
         "color": "#AE94A6FF",
         "color": "#800000FF",
         "recipes": [],
         "recipes": [
            "Carpetium"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                        "Messages": [
                         "probability": 1,
                            "carpetium-effect-blood-fibrous",
                         "HydrationFactor": 2,
                            "carpetium-effect-jumpsuit-insides"
                         "id": "SatiateThirst"
                        ],
                        "Type": 1,
                        "VisualType": 0,
                         "conditions": null,
                         "probability": 0.1,
                        "id": "PopupMessage"
                    },
                    {
                        "Reagent": "CarpoToxin",
                        "Group": null,
                        "Amount": -3,
                        "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "CarpoToxin",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 3,497: Line 3,667:
         }
         }
     },
     },
     "GargleBlaster": {
     "TableSalt": {
         "id": "GargleBlaster",
         "id": "TableSalt",
         "name": "Pan-Galactic Gargle Blaster",
         "name": "table salt",
         "group": "Drinks",
         "group": "Foods",
         "desc": "Whoah, this stuff looks volatile!",
         "desc": "Commonly known as salt, Sodium Chloride is often used to season food or kill borers instantly.",
         "physicalDesc": "volatile",
         "physicalDesc": "grainy",
         "color": "#9CC8B4FF",
         "color": "#A1000BFF",
         "recipes": [
         "recipes": [
             "GargleBlaster"
             "TableSalt"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 3,514: Line 3,684:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "NutritionFactor": 0.5,
                         "id": "SatiateThirst"
                         "id": "SatiateHunger"
                     },
                     },
                     {
                     {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                        "HydrationFactor": -0.5,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 3,529: Line 3,697:
         }
         }
     },
     },
     "WeedKiller": {
     "Hooch": {
         "id": "WeedKiller",
         "id": "Hooch",
         "name": "weed killer",
         "name": "hooch",
         "group": "Botanical",
         "group": "Drinks",
         "desc": "A mixture that targets weeds.",
         "desc": "Either someone's failure at cocktail making or attempt in alchohol production. In any case, do you really want to drink that?",
         "physicalDesc": "bubbling",
         "physicalDesc": "strong-smelling",
         "color": "#968395FF",
         "color": "#664E00FF",
         "recipes": [],
         "recipes": [
            "Hooch"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "conditions": null,
                            "types": {
                        "probability": 1,
                                "Poison": 4
                        "HydrationFactor": 2,
                            },
                        "id": "SatiateThirst"
                            "groups": null
                    },
                        },
                    {
                         "scaleByQuantity": false,
                         "Reagent": "Ethanol",
                        "ignoreResistances": true,
                         "Group": null,
                         "conditions": [
                        "Amount": 0.05,
                            {
                        "conditions": null,
                                "Type": "Plant",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 3,564: Line 3,729:
         }
         }
     },
     },
     "Sugar": {
     "Bicaridine": {
         "id": "Sugar",
         "id": "Bicaridine",
         "name": "sugar",
         "name": "bicaridine",
         "group": "Foods",
         "group": "Medicine",
         "desc": "Tasty spacey sugar!",
         "desc": "An analgesic which is highly effective at treating brute damage. It's useful for stabilizing people who have been severely beaten, as well as treating less life-threatening injuries. In the case of bleeding (internal or external), bicaridine will slow down the bleeding heavily. If the dosage exceeds the overdose limit, it'll stop it outright.",
         "physicalDesc": "sweet",
         "physicalDesc": "opaque",
         "color": "#FFFFFFFF",
         "color": "#FFAA00FF",
         "recipes": [],
         "recipes": [
            "Bicaridine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": [
                         "damage": {
                             {
                             "types": null,
                                "Min": 0.1,
                            "groups": {
                                "Max": 21474836,
                                 "Brute": -2
                                "Reagent": "Nutriment",
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "NutritionFactor": 1,
                         "id": "HealthChange"
                         "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": [],
        "metabolisms": null
    },
    "Hydrogen": {
        "id": "Hydrogen",
        "name": "hydrogen",
        "group": "Elements",
        "desc": "A light, flammable gas.",
        "physicalDesc": "gaseous",
        "color": "#808080FF",
        "recipes": [],
        "metabolisms": null
    },
    "Tricordrazine": {
        "id": "Tricordrazine",
        "name": "tricordrazine",
        "group": "Medicine",
        "desc": "A wide-spectrum stimulant, originally derived from Cordrazine. It's capable of healing most common damage types simultaneously, however only at about half the rate of other medications. Because of its low potency, it's best used as a supplement to other medicines.",
        "physicalDesc": "opaque",
        "color": "#00E5FFFF",
        "recipes": [
            "Tricordrazine"
        ],
        "metabolisms": {
            "Medicine": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": -0.5,
                                 "Asphyxiation": 0.5,
                                 "Heat": -0.33,
                                 "Poison": 1.5
                                "Shock": -0.33,
                                "Cold": -0.33
                             },
                             },
                             "groups": {
                             "groups": null
                                "Brute": -1
                            }
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
Line 3,643: Line 3,768:
                         "conditions": [
                         "conditions": [
                             {
                             {
                                "Max": 50,
                                 "Min": 15,
                                "Min": 0,
                                "id": "TotalDamage"
                            }
                        ],
                        "probability": 1,
                        "id": "HealthChange"
                    }
                ]
            }
        }
    },
    "ExperimentalStimulants": {
        "id": "ExperimentalStimulants",
        "name": "experimental stimulants",
        "group": "Narcotics",
        "desc": "A prototype version of the Stimulant chemical mixture. Usage grants virtual immunity to stun weaponry, rapid tissue regeneration, extreme running speed by reducing lactic acid buildup, and a general feeling of euphoria. Side effects may include extreme levels of anticoagulation, tunnel vision, extreme toxin buildup in the bloodstream, and rapid liver death. Do not give to animals.",
        "physicalDesc": "exhilarating",
        "color": "#AE0101FF",
        "recipes": [],
        "metabolisms": {
            "Narcotic": {
                "rate": 0.25,
                "effects": [
                    {
                        "StatusLifetime": 2,
                        "conditions": [
                            {
                                 "Min": 10,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": null,
Line 3,678: Line 3,775:
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                        "WalkSpeedModifier": 1.8,
                         "id": "HealthChange"
                        "SprintSpeedModifier": 1.8,
                         "id": "MovespeedModifier"
                     },
                     },
                     {
                     {
                         "StatusLifetime": 2,
                         "ThirstAmount": -40,
                        "HungerAmount": -40,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 0,
                                 "Min": 30,
                                 "Max": 10,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 0.02,
                        "WalkSpeedModifier": 0.7,
                         "id": "ChemVomit"
                        "SprintSpeedModifier": 0.7,
                         "id": "MovespeedModifier"
                     },
                     },
                     {
                     {
                         "ElectrocuteTime": 2,
                         "Amplitude": 10,
                         "ElectrocuteDamageScale": 5,
                        "Frequency": 4,
                         "Time": 2,
                         "Refresh": true,
                         "Refresh": true,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 0,
                                 "Min": 15,
                                 "Max": 10,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 0.1,
                         "probability": 1,
                         "id": "Electrocute"
                         "id": "Jitter"
                     },
                     }
                ]
            },
            "Alcohol": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "Amplitude": 10,
                         "BoozePower": 3,
                         "Frequency": 4,
                         "SlurSpeech": true,
                        "Time": 2,
                         "conditions": null,
                        "Refresh": true,
                         "conditions": [
                            {
                                "Min": 0,
                                "Max": 10,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "Jitter"
                         "id": "Drunk"
                     },
                     }
                    {
                ]
                        "Key": "Stutter",
            }
                        "Component": "StutteringAccent",
        }
                        "Time": 2,
    },
                        "Refresh": true,
    "Charcoal": {
                        "Type": 0,
        "id": "Charcoal",
                        "conditions": [
        "name": "charcoal",
                            {
        "group": "Unknown",
                                "Min": 0,
        "desc": "A black, porous solid",
                                "Max": 10,
        "physicalDesc": "porous",
                                "Reagent": null,
        "color": "#22282BFF",
                                "id": "ReagentThreshold"
        "recipes": [
                            }
            "Charcoal"
                        ],
        ],
                        "probability": 1,
        "metabolisms": {
                        "id": "GenericStatusEffect"
            "Medicine": {
                    },
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 1
                                 "Poison": -1
                             },
                             },
                             "groups": null
                             "groups": null
Line 3,754: Line 3,846:
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": null,
                            {
                                "Min": 10,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     },
                     },
                     {
                     {
                         "damage": {
                         "CleanseRate": 3,
                            "types": {
                        "conditions": null,
                                "Poison": 8
                        "probability": 1,
                            },
                        "id": "ChemCleanBloodstream"
                            "groups": null
                    }
                        },
                ]
                        "scaleByQuantity": false,
            }
                        "ignoreResistances": true,
        }
                        "conditions": [
    },
                            {
    "BeepskySmash": {
                                "Min": 60,
        "id": "BeepskySmash",
                                "Max": 21474836,
        "name": "beepsky smash",
                                "Reagent": null,
        "group": "Drinks",
                                "id": "ReagentThreshold"
        "desc": "Deny drinking this and prepare for THE LAW.",
                            }
        "physicalDesc": "strong-smelling",
                         ],
        "color": "#664300FF",
        "recipes": [
            "BeepskySmash"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Key": "Stun",
                         "Reagent": "Ethanol",
                         "Component": "",
                         "Group": null,
                         "Time": 6,
                         "Amount": 0.15,
                         "Refresh": true,
                         "conditions": null,
                         "Type": 1,
                         "probability": 1,
                         "conditions": [
                         "id": "AdjustReagent"
                            {
                    }
                                "Min": 10,
                ]
                                "Max": 21474836,
            }
                                "Reagent": null,
        }
                                "id": "ReagentThreshold"
    },
                            }
    "DemonsBlood": {
                         ],
        "id": "DemonsBlood",
        "name": "demons blood",
        "group": "Drinks",
        "desc": "AHHHH!!!!",
        "physicalDesc": "strong-smelling",
        "color": "#A70000FF",
        "recipes": [
            "DemonsBlood"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Key": "KnockedDown",
                         "Reagent": "Ethanol",
                         "Component": "",
                         "Group": null,
                         "Time": 6,
                         "Amount": 0.05,
                        "Refresh": true,
                         "conditions": null,
                        "Type": 1,
                         "conditions": [
                            {
                                "Min": 10,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "AdjustReagent"
                     },
                     }
                     {
                ]
                         "Key": "ForcedSleep",
            }
                         "Component": "ForcedSleeping",
        }
                         "Time": 2,
    },
                         "Refresh": false,
    "JuiceLemon": {
                         "Type": 1,
        "id": "JuiceLemon",
                         "conditions": [
        "name": "lemon juice",
                             {
        "group": "Drinks",
                                 "Min": 10,
        "desc": "This juice is VERY sour.",
        "physicalDesc": "citric",
        "color": "#FFF690FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                         "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 3,
                         "id": "SatiateThirst"
                    }
                ]
            }
        }
    },
    "Acetone": {
        "id": "Acetone",
        "name": "acetone",
        "group": "Unknown",
        "desc": "A slick, slightly carcinogenic liquid. Has a multitude of mundane uses in everyday life.",
        "physicalDesc": "acidic",
        "color": "#AF14B7FF",
        "recipes": [
            "Acetone"
        ],
        "metabolisms": null
    },
    "Nocturine": {
        "id": "Nocturine",
        "name": "nocturine",
        "group": "Narcotics",
        "desc": "Makes you feel very tired and unable to stand up. Basically, it's bone hurting juice.",
        "physicalDesc": "powdery",
        "color": "#128E80FF",
        "recipes": [],
        "metabolisms": {
            "Narcotic": {
                "rate": 0.5,
                "effects": [
                    {
                         "damage": {
                            "types": {
                                "Poison": 1
                            },
                            "groups": null
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": [
                             {
                                 "Min": 60,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                        "Key": "ForcedSleep",
                        "Component": "ForcedSleeping",
                        "Time": 2,
                        "Refresh": false,
                        "Type": 0,
                        "conditions": [
                            {
                                "Min": 8,
                                "Max": 21474836,
                                "Reagent": "Nocturine",
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
Line 3,837: Line 4,008:
                     }
                     }
                 ]
                 ]
             },
             }
             "Medicine": {
        }
                 "rate": 0.25,
    },
    "Starkist": {
        "id": "Starkist",
        "name": "starkist",
        "group": "Drinks",
        "desc": "A sweet, orange flavored soft drink.",
        "physicalDesc": "fizzy",
        "color": "#9F3400FF",
        "recipes": [
            "Starkist"
        ],
        "metabolisms": {
             "Drink": {
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "TimerReset": 600,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "ResetNarcolepsy"
                        "HydrationFactor": 2,
                     },
                         "id": "SatiateThirst"
                     }
                ]
            }
        }
    },
    "JuiceBanana": {
        "id": "JuiceBanana",
        "name": "banana juice",
        "group": "Drinks",
        "desc": "The raw essence of a banana. HONK.",
        "physicalDesc": "crisp",
        "color": "#FFE777FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "NutritionFactor": 1,
                         "HydrationFactor": 3,
                         "id": "SatiateHunger"
                         "id": "SatiateThirst"
                     },
                     }
                ]
            }
        }
    },
    "MuteToxin": {
        "id": "MuteToxin",
        "name": "mute toxin",
        "group": "Narcotics",
        "desc": "Makes you unable to talk while metabolizing.",
        "physicalDesc": "syrupy",
        "color": "#000000FF",
        "recipes": [
            "MuteToxin"
        ],
        "metabolisms": {
            "Narcotic": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                        "Key": "Muted",
                        "Component": "Muted",
                        "Time": 2,
                        "Refresh": true,
                        "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 1,
                         "id": "GenericStatusEffect"
                        "id": "SatiateThirst"
                    }
                    },
                ]
            }
        }
    },
    "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,
                "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": null,
                             "types": null,
                             "groups": {
                             "groups": {
                                 "Brute": -4,
                                 "Burn": -2,
                                 "Burn": -4
                                "Toxin": -2,
                                "Airloss": -2,
                                 "Brute": -2
                             }
                             }
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": null,
                            {
                                "Min": 10,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    },
                     }
                    {
                        "Reagent": "Lexorin",
                        "Group": null,
                        "Amount": -3,
                        "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Lexorin",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "AdjustReagent"
                    },
                    {
                        "Reagent": "ChloralHydrate",
                        "Group": null,
                        "Amount": -3,
                        "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "ChloralHydrate",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                 ]
                 ]
             }
             }
         }
         }
     },
     },
     "Amasec": {
     "JuiceTomato": {
         "id": "Amasec",
         "id": "JuiceTomato",
         "name": "amasec",
         "name": "tomato juice",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Official drink of the Gun Club!",
         "desc": "Tomatoes made into juice. What a waste of good tomatoes, huh?",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "saucey",
         "color": "#124DA7FF",
         "color": "#731008FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 3,929: Line 4,132:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 3,944: Line 4,139:
         }
         }
     },
     },
     "Desoxyephedrine": {
     "SulfuricAcid": {
         "id": "Desoxyephedrine",
         "id": "SulfuricAcid",
         "name": "desoxyephedrine",
         "name": "sulfuric acid",
         "group": "Narcotics",
         "group": "Toxins",
         "desc": "Desoxyephedrine is a potent stimulant with dangerous side-effects if too much is consumed.",
         "desc": "A highly corrosive, oily, colorless liquid.",
         "physicalDesc": "translucent",
         "physicalDesc": "oily",
         "color": "#FAFAFAFF",
         "color": "#BF8C00FF",
         "recipes": [
         "recipes": [
             "Desoxyephedrine"
             "SulfuricAcid"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 3,961: Line 4,156:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 0.75
                                 "Caustic": 2
                             },
                             },
                             "groups": null
                             "groups": null
Line 3,972: Line 4,167:
                     },
                     },
                     {
                     {
                         "damage": {
                         "Messages": [
                            "types": {
                             "generic-reagent-effect-burning-insides"
                                "Poison": 2,
                                "Asphyxiation": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                             {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                         ],
                         ],
                         "probability": 1,
                        "Type": 1,
                         "id": "HealthChange"
                        "VisualType": 4,
                        "conditions": null,
                         "probability": 0.33,
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
             },
             }
             "Narcotic": {
        }
    },
    "GroundBee": {
        "id": "GroundBee",
        "name": "Ground Bee",
        "group": "Unknown",
        "desc": "Bee grounds. Gross.",
        "physicalDesc": "bee guts",
        "color": "#86530EFF",
        "recipes": [],
        "metabolisms": null
    },
    "Cornmeal": {
        "id": "Cornmeal",
        "name": "cornmeal",
        "group": "Foods",
        "desc": "Used for baking.",
        "physicalDesc": "powdery",
        "color": "#D2B48CFF",
        "recipes": [],
        "metabolisms": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "StatusLifetime": 2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "WalkSpeedModifier": 1.35,
                         "HydrationFactor": -0.2,
                        "SprintSpeedModifier": 1.35,
                         "id": "SatiateThirst"
                         "id": "MovespeedModifier"
                     },
                     },
                     {
                     {
                         "Key": "Stutter",
                         "Reagent": "Nutriment",
                         "Component": "StutteringAccent",
                         "Group": null,
                        "Time": 2,
                         "Amount": 0.1,
                        "Refresh": true,
                         "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "AdjustReagent"
                    },
                    {
                        "Amplitude": 10,
                        "Frequency": 4,
                        "Time": 2,
                        "Refresh": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "Jitter"
                    },
                    {
                        "Key": "Stun",
                        "Component": "",
                        "Time": 3,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    },
                    {
                        "Key": "KnockedDown",
                        "Component": "",
                        "Time": 3,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                     }
                     }
                 ]
                 ]
             },
             }
             "Medicine": {
        }
    },
    "PwrGame": {
        "id": "PwrGame",
        "name": "Pwr Game",
        "group": "Drinks",
        "desc": "The only drink with the PWR that true gamers crave. When a gamer talks about gamerfuel, this is what they're literally referring to.",
        "physicalDesc": "fizzy",
        "color": "#9385BFFF",
        "recipes": [],
        "metabolisms": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "TimerReset": 600,
                         "conditions": null,
                         "conditions": [
                            {
                                "Min": 20,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "ResetNarcolepsy"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 4,066: Line 4,242:
         }
         }
     },
     },
     "Carbon": {
     "PlantBGone": {
         "id": "Carbon",
         "id": "PlantBGone",
         "name": "carbon",
         "name": "plant-B-gone",
         "group": "Elements",
         "group": "Botanical",
        "desc": "A black, crystalline solid.",
         "desc": "A harmful toxic mixture to kill plantlife. Do not ingest!",
        "physicalDesc": "crystalline",
         "physicalDesc": "bubbling",
        "color": "#22282BFF",
         "color": "#49002EFF",
        "recipes": [],
        "metabolisms": null
    },
    "Thermite": {
        "id": "Thermite",
        "name": "thermite",
        "group": "Pyrotechnic",
         "desc": "A mixture that becomes extremely hot when ignited, and which can burn straight through walls when applied and ignited. It'll slowly inflict burn damage to anybody dumb enough to ingest it, but can't be ignited inside inside said dumb person.",
         "physicalDesc": "grainy",
         "color": "#757245FF",
         "recipes": [
         "recipes": [
             "Thermite"
             "PlantBGone"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 4,093: Line 4,259:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Heat": 2
                                 "Poison": -4,
                                "Blunt": 2,
                                "Slash": 1,
                                "Piercing": 1
                             },
                             },
                             "groups": null
                             "groups": null
Line 4,099: Line 4,268:
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": [
                            {
                                "Type": "Plant",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
Line 4,117: Line 4,292:
         "metabolisms": null
         "metabolisms": null
     },
     },
     "Moonshine": {
     "Silicon": {
         "id": "Moonshine",
         "id": "Silicon",
         "name": "moonshine",
         "name": "silicon",
         "group": "Drinks",
         "group": "Elements",
         "desc": "Artisanal homemade liquor. What could go wrong?",
         "desc": "A hard and brittle crystalline solid with a blue-grey color.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "crystalline",
         "color": "#D1D7D155",
        "color": "#364266FF",
         "recipes": [
        "recipes": [],
             "Moonshine"
        "metabolisms": null
    },
    "Desoxyephedrine": {
        "id": "Desoxyephedrine",
        "name": "desoxyephedrine",
        "group": "Narcotics",
        "desc": "Desoxyephedrine is a potent stimulant with dangerous side-effects if too much is consumed.",
        "physicalDesc": "translucent",
         "color": "#FAFAFAFF",
         "recipes": [
             "Desoxyephedrine"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 0.75
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "damage": {
                         "Group": null,
                            "types": {
                         "Amount": 0.25,
                                "Poison": 2,
                         "conditions": null,
                                "Asphyxiation": 2
                            },
                            "groups": null
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
             }
             },
        }
            "Narcotic": {
    },
                "rate": 0.5,
    "SodiumCarbonate": {
                "effects": [
        "id": "SodiumCarbonate",
                    {
        "name": "Sodium Carbonate",
                        "StatusLifetime": 2,
        "group": "Unknown",
                        "conditions": null,
        "desc": "A white, odorless, water-soluble salt that yields an alkaline solution in water. Also known as soda ash.",
                        "probability": 1,
        "physicalDesc": "powdery",
                        "WalkSpeedModifier": 1.35,
        "color": "#FFFFFFFF",
                        "SprintSpeedModifier": 1.35,
        "recipes": [
                        "id": "MovespeedModifier"
            "SodiumCarbonate"
                    },
        ],
        "metabolisms": null
    },
    "Aluminium": {
        "id": "Aluminium",
        "name": "aluminium",
        "group": "Elements",
        "desc": "A silver, soft, non-magnetic, and ductile metal.",
        "physicalDesc": "metallic",
        "color": "#848789FF",
        "recipes": [],
        "metabolisms": null
    },
    "GroundBee": {
        "id": "GroundBee",
        "name": "Ground Bee",
        "group": "Unknown",
        "desc": "Bee grounds. Gross.",
        "physicalDesc": "bee guts",
        "color": "#86530EFF",
        "recipes": [],
        "metabolisms": null
    },
    "BlueCuracao": {
        "id": "BlueCuracao",
        "name": "blue curacao",
        "group": "Drinks",
        "desc": "Exotically blue, fruity drink, distilled from oranges.",
        "physicalDesc": "strong-smelling",
        "color": "#0000CDFF",
        "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,
                        "HydrationFactor": 2,
                         "id": "GenericStatusEffect"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Amplitude": 10,
                         "Group": null,
                        "Frequency": 4,
                         "Amount": 0.1,
                         "Time": 2,
                         "Refresh": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "Jitter"
                     }
                    },
                    {
                        "Key": "Stun",
                        "Component": "",
                        "Time": 3,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    },
                    {
                        "Key": "KnockedDown",
                        "Component": "",
                        "Time": 3,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    }
                ]
            },
            "Medicine": {
                "rate": 0.5,
                "effects": [
                    {
                        "TimerReset": 600,
                        "conditions": [
                            {
                                "Min": 20,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "ResetNarcolepsy"
                     }
                 ]
                 ]
             }
             }
         }
         }
     },
     },
     "Silencer": {
     "GreenTea": {
         "id": "Silencer",
         "id": "GreenTea",
         "name": "silencer",
         "name": "green tea",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A drink from Mime Heaven.",
         "desc": "Tasty green tea.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "aromatic",
         "color": "#004666FF",
         "color": "#C33F00FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 4,224: Line 4,437:
                 "effects": [
                 "effects": [
                     {
                     {
                        "Key": "Muted",
                        "Component": "Muted",
                        "Time": 2,
                        "Refresh": true,
                        "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "id": "GenericStatusEffect"
                         "HydrationFactor": 3,
                    },
                    {
                        "conditions": null,
                        "probability": 1,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 4,243: Line 4,446:
         }
         }
     },
     },
     "Kelotane": {
     "IrishCarBomb": {
         "id": "Kelotane",
         "id": "IrishCarBomb",
         "name": "kelotane",
         "name": "irish car bomb",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "Treats burn damage and prevents infection.",
         "desc": "A troubling mixture of irish cream and ale.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "bubbly",
         "color": "#BF3D19FF",
         "color": "#2E6671FF",
         "recipes": [
         "recipes": [
             "Kelotane"
             "IrishCarBomb"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Heat": -0.33,
                                "Shock": -0.33,
                                "Cold": -0.33
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 4,276: Line 4,478:
         }
         }
     },
     },
     "Dylovene": {
     "VodkaTonic": {
         "id": "Dylovene",
         "id": "VodkaTonic",
         "name": "dylovene",
         "name": "vodka tonic",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "A broad-spectrum anti-toxin, which treats toxin damage in the blood stream. Overdosing will cause vomiting, dizzyness and pain.",
         "desc": "For when a gin and tonic isn't russian enough.",
         "physicalDesc": "translucent",
         "physicalDesc": "strong-smelling",
         "color": "#3A1D8AFF",
         "color": "#0064C8FF",
         "recipes": [
         "recipes": [
             "Dylovene"
             "VodkaTonic"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": -1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                     },
                         "id": "SatiateThirst"
                     },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            }
        }
    },
    "GinFizz": {
        "id": "GinFizz",
        "name": "gin fizz",
        "group": "Drinks",
        "desc": "Refreshingly lemony, deliciously dry.",
        "physicalDesc": "strong-smelling",
        "color": "#664300FF",
        "recipes": [
            "GinFizz"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                        "damage": {
                         "conditions": null,
                            "types": {
                                "Brute": 0.5
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Amplitude": 10,
                         "Reagent": "Ethanol",
                        "Frequency": 4,
                         "Group": null,
                        "Time": 2,
                         "Amount": 0.15,
                        "Refresh": true,
                         "conditions": null,
                        "conditions": [
                         "probability": 1,
                            {
                         "id": "AdjustReagent"
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                         "id": "Jitter"
                    },
                    {
                        "Messages": [
                            "generic-reagent-effect-nauseous"
                        ],
                        "Type": 1,
                        "VisualType": 2,
                        "conditions": [
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 0.2,
                        "id": "PopupMessage"
                    },
                    {
                        "ThirstAmount": -40,
                        "HungerAmount": -40,
                         "conditions": [
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 0.02,
                        "id": "ChemVomit"
                    }
                ]
            },
            "Alcohol": {
                "rate": 0.5,
                "effects": [
                    {
                        "BoozePower": 3,
                        "SlurSpeech": true,
                        "conditions": [
                            {
                                "Min": 15,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "id": "Drunk"
                     }
                     }
                 ]
                 ]
Line 4,393: Line 4,542:
         }
         }
     },
     },
     "Iodine": {
     "Copper": {
         "id": "Iodine",
         "id": "Copper",
         "name": "iodine",
         "name": "copper",
         "group": "Elements",
         "group": "Elements",
         "desc": "Commonly added to table salt as a nutrient. On its own it tastes far less pleasing.",
         "desc": "A soft, malleable, and ductile metal with very high thermal and electrical conductivity.",
         "physicalDesc": "dark brown",
         "physicalDesc": "metallic",
         "color": "#BC8A00FF",
         "color": "#B05B3CFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": null
         "metabolisms": null
     },
     },
     "JuiceLemon": {
     "ManlyDorf": {
         "id": "JuiceLemon",
         "id": "ManlyDorf",
         "name": "lemon juice",
         "name": "manly dorf",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "This juice is VERY sour.",
         "desc": "Beer and Ale, brought together in a delicious mix. Intended for stout dwarves only.",
         "physicalDesc": "citric",
         "physicalDesc": "fizzy and creamy",
         "color": "#FFF690FF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [
            "ManlyDorf"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 4,418: Line 4,569:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 4,425: Line 4,584:
         }
         }
     },
     },
     "Synaptizine": {
     "LongIslandIcedTea": {
         "id": "Synaptizine",
         "id": "LongIslandIcedTea",
         "name": "synaptizine",
         "name": "long island iced tea",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "Toxic, but treats hallucinations, drowsiness \u0026 halves the duration of paralysis, stuns and knockdowns. One unit is enough to treat hallucinations; two units is deadly.",
         "desc": "The liquor cabinet, brought together in a delicious mix. Intended for middle-aged alcoholic women only.",
         "physicalDesc": "pungent",
         "physicalDesc": "strong-smelling",
         "color": "#D49A2FFF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [
             "Synaptizine"
             "LongIslandIcedTea"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Key": "Stun",
                         "Reagent": "Ethanol",
                         "Component": "",
                         "Group": null,
                        "Time": 3,
                         "Amount": 0.15,
                        "Refresh": true,
                         "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "AdjustReagent"
                    },
                    {
                        "Key": "KnockedDown",
                        "Component": "",
                        "Time": 3,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    },
                    {
                        "Key": "SeeingRainbows",
                        "Component": "",
                        "Time": 15,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                     }
                     }
                 ]
                 ]
Line 4,486: Line 4,616:
         }
         }
     },
     },
     "KiraSpecial": {
     "Iodine": {
         "id": "KiraSpecial",
         "id": "Iodine",
         "name": "kira special",
         "name": "iodine",
         "group": "Drinks",
         "group": "Elements",
         "desc": "Long live the guy who everyone had mistaken for a girl. Baka!",
         "desc": "Commonly added to table salt as a nutrient. On its own it tastes far less pleasing.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "dark brown",
         "color": "#CCCC99FF",
         "color": "#BC8A00FF",
         "recipes": [
         "recipes": [],
            "KiraSpecial"
        "metabolisms": null
         ],
    },
    "UncookedAnimalProteins": {
        "id": "UncookedAnimalProteins",
        "name": "uncooked animal proteins",
        "group": "Unknown",
        "desc": "This is very risky for the stomachs of softer lifeforms to digest.",
        "physicalDesc": "clumpy",
        "color": "#FFFFE5FF",
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 3,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
    },
    "PwrGame": {
        "id": "PwrGame",
        "name": "Pwr Game",
        "group": "Drinks",
        "desc": "The only drink with the PWR that true gamers crave. When a gamer talks about gamerfuel, this is what they're literally referring to.",
        "physicalDesc": "fizzy",
        "color": "#9385BFFF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
    },
    "Stellibinin": {
        "id": "Stellibinin",
        "name": "stellibinin",
        "group": "Medicine",
        "desc": "A natual antitoxin with particular effectiveness against amatoxin.",
        "physicalDesc": "starry",
        "color": "#2B2F77FF",
        "recipes": [],
        "metabolisms": {
            "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 4,547: Line 4,641:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": -4
                                 "Poison": 2
                             },
                             },
                             "groups": null
                             "groups": null
Line 4,553: Line 4,647:
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": [
                            {
                                "Type": "Human",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     },
                     },
                     {
                     {
                         "Reagent": "Amatoxin",
                         "Reagent": "Protein",
                         "Group": null,
                         "Group": null,
                         "Amount": -3,
                         "Amount": 0.5,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 1,
                                "Type": "Animal",
                                 "Max": 21474836,
                                "ShouldHave": true,
                                 "Reagent": "Amatoxin",
                                "id": "OrganType"
                            }
                        ],
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            }
        }
    },
    "Cognizine": {
        "id": "Cognizine",
        "name": "cognizine",
        "group": "Medicine",
        "desc": "A mysterious chemical which is able to make any non-sentient creature sentient.",
        "physicalDesc": "enigmatic",
        "color": "#B50EE8FF",
        "recipes": [
            "Cognizine"
        ],
        "metabolisms": {
            "Medicine": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": [
                            {
                                 "Min": 5,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "MakeSentient"
                     }
                     }
                 ]
                 ]
Line 4,576: Line 4,705:
         }
         }
     },
     },
     "Rum": {
     "Potassium": {
         "id": "Rum",
         "id": "Potassium",
         "name": "rum",
         "name": "potassium",
        "group": "Elements",
        "desc": "A soft, shiny grey metal. Even more reactive than lithium.",
        "physicalDesc": "shiny",
        "color": "#C6C8CCFF",
        "recipes": [],
        "metabolisms": null
    },
    "GargleBlaster": {
        "id": "GargleBlaster",
        "name": "Pan-Galactic Gargle Blaster",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Distilled alcoholic drink made from sugarcane byproducts.",
         "desc": "Whoah, this stuff looks volatile!",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "volatile",
         "color": "#664300FF",
         "color": "#9CC8B4FF",
         "recipes": [],
         "recipes": [
            "GargleBlaster"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 4,606: Line 4,747:
         }
         }
     },
     },
     "AlliesCocktail": {
     "Honk": {
         "id": "AlliesCocktail",
         "id": "Honk",
         "name": "allies cocktail",
         "name": "honk",
         "group": "Drinks",
         "group": "Unknown",
         "desc": "A drink made from your allies, not as sweet as when made from your enemies.",
         "desc": "A toxin found in bananium. Causes severe honking and internal bleeding, may also cause the patient to mutate.",
        "physicalDesc": "strong-smelling",
         "physicalDesc": "pungent",
        "color": "#00664DFF",
         "color": "#F2E9D2FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            }
        }
    },
    "Amatoxin": {
        "id": "Amatoxin",
        "name": "amatoxin",
        "group": "Toxins",
        "desc": "A potent toxin found in some mushrooms.",
         "physicalDesc": "nondescript",
         "color": "#D6CE7BFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.05,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 6
                                 "Poison": 0.06
                             },
                             },
                             "groups": null
                             "groups": null
Line 4,657: Line 4,768:
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Animal",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
Line 4,665: Line 4,788:
         }
         }
     },
     },
     "Protein": {
     "RootBeer": {
         "id": "Protein",
         "id": "RootBeer",
         "name": "protein",
         "name": "root beer",
         "group": "Foods",
         "group": "Drinks",
         "desc": "Found in certain meals, good for bodily health.",
         "desc": "A very sweet, carbonated drink reminiscent of sarsparilla. Goes well with ice cream.",
         "physicalDesc": "clumpy",
         "physicalDesc": "fizzy",
         "color": "#FFFFE5FF",
         "color": "#381C07FF",
         "recipes": [
         "recipes": [],
            "ProteinCooking"
        ],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Brute": -0.4
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 0.5,
                        "id": "HealthChange"
                    },
                    {
                        "Scaled": false,
                        "Amount": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "ModifyBloodLevel"
                         "HydrationFactor": 2,
                    },
                         "id": "SatiateThirst"
                    {
                        "conditions": null,
                        "probability": 1,
                        "NutritionFactor": 3,
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 4,709: Line 4,810:
         }
         }
     },
     },
     "THCOil": {
     "Oxygen": {
         "id": "THCOil",
         "id": "Oxygen",
         "name": "THC oil",
         "name": "oxygen",
         "group": "Narcotics",
         "group": "Unknown",
         "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": "An oxidizing, colorless gas.",
         "physicalDesc": "skunky",
         "physicalDesc": "gaseous",
         "color": "#DAA520FF",
         "color": "#808080FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Narcotic": {
             "Gas": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "Key": "SeeingRainbows",
                         "Factor": 1,
                         "Component": "SeeingRainbows",
                        "conditions": [
                         "Time": 5,
                            {
                         "Refresh": false,
                                "Type": "Human",
                         "Type": 0,
                                "ShouldHave": true,
                         "conditions": null,
                                "id": "OrganType"
                            }
                        ],
                        "probability": 1,
                        "id": "Oxygenate"
                    },
                    {
                        "Factor": 1,
                        "conditions": [
                            {
                                "Type": "Animal",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                        "probability": 1,
                         "id": "Oxygenate"
                    },
                    {
                         "Factor": 1,
                         "conditions": [
                            {
                                "Type": "Rat",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                        "probability": 1,
                        "id": "Oxygenate"
                    },
                    {
                        "Factor": 1,
                         "conditions": [
                            {
                                "Type": "Plant",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                        "probability": 1,
                        "id": "Oxygenate"
                    },
                    {
                        "_ratios": {
                            "CarbonDioxide": 1,
                            "Oxygen": -1
                        },
                         "conditions": [
                            {
                                "Type": "Vox",
                                "ShouldHave": false,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "ModifyLungGas"
                     }
                     }
                 ]
                 ]
Line 4,735: Line 4,889:
         }
         }
     },
     },
     "RootBeerFloat": {
     "MilkOat": {
         "id": "RootBeerFloat",
         "id": "MilkOat",
         "name": "root beer float",
         "name": "oat milk",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Root beer, but now with ice cream on top. It truly is the magnum opus of Canadian summertime drinks.",
         "desc": "Surprisingly tasty.",
         "physicalDesc": "reagent-physical-desc-fizzy and creamy",
         "physicalDesc": "refreshing",
         "color": "#4F361FFF",
         "color": "#DEDACDFF",
         "recipes": [
         "recipes": [],
            "RootBeerFloat"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 4,752: Line 4,904:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 4,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 4,759: Line 4,911:
         }
         }
     },
     },
     "TranexamicAcid": {
     "JuiceCarrot": {
         "id": "TranexamicAcid",
         "id": "JuiceCarrot",
         "name": "tranexamic acid",
         "name": "carrot juice",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "A blood clotting medicine for preventing heavy bleeding. Very dangerous in large quantities.",
         "desc": "It's like a carrot, but less crunchy.",
         "physicalDesc": "viscous",
         "physicalDesc": "crisp",
         "color": "#BA7D7DFF",
         "color": "#FF8820FF",
         "recipes": [
         "recipes": [],
            "TranexamicAcid"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Scaled": false,
                        "Amount": -1.5,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "ModifyBleedAmount"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "damage": {
                         "Reagent": "Oculine",
                            "types": {
                        "Group": null,
                                "Bloodloss": 3
                         "Amount": 0.15,
                            },
                         "conditions": null,
                            "groups": null
                        },
                         "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 15,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "AdjustReagent"
                     }
                    },
                    {
                        "Reagent": "Nutriment",
                        "Group": null,
                        "Amount": 0.5,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            }
        }
    },
    "IrishCream": {
        "id": "IrishCream",
        "name": "irish cream",
        "group": "Drinks",
        "desc": "Whiskey-imbued cream. What else could you expect from the Irish.",
        "physicalDesc": "creamy",
        "color": "#664300FF",
        "recipes": [
            "IrishCream"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.2,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                 ]
                 ]
             }
             }
         }
         }
     },
     },
     "Theobromine": {
     "Tritium": {
         "id": "Theobromine",
         "id": "Tritium",
         "name": "theobromine",
         "name": "tritium",
         "group": "Toxins",
         "group": "Unknown",
         "desc": "Theobromine is a bitter alkaloid of the cacao plant found in chocolate, and some other foods.",
         "desc": "Radioactive space-magic pixie dust.",
         "physicalDesc": "grainy",
         "physicalDesc": "ionizing",
         "color": "#F5F5F5FF",
         "color": "#66FF33FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Poison": {
                 "rate": 0.05,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 0.4
                                 "Radiation": 3
                             },
                             },
                             "groups": null
                             "groups": null
Line 4,825: Line 5,002:
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": null,
                            {
                         "probability": 1,
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Animal",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    },
                    {
                        "ThirstAmount": -40,
                        "HungerAmount": -40,
                        "conditions": [
                            {
                                "Min": 3,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Animal",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                        "probability": 0.04,
                        "id": "ChemVomit"
                     }
                     }
                 ]
                 ]
             }
             },
        }
             "Gas": {
    },
    "PulpedBananaPeel": {
        "id": "PulpedBananaPeel",
        "name": "pulped banana peel",
        "group": "Medicine",
        "desc": "Pulped banana peels have some effectiveness against bleeding.",
        "physicalDesc": "pulpy",
        "color": "#FFE774FF",
        "recipes": [],
        "metabolisms": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "Scaled": false,
                         "damage": {
                         "Amount": -0.5,
                            "types": {
                                "Radiation": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "ModifyBleedAmount"
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 4,887: Line 5,028:
         }
         }
     },
     },
     "Wine": {
     "ScrewdriverCocktail": {
         "id": "Wine",
         "id": "ScrewdriverCocktail",
         "name": "wine",
         "name": "screwdriver",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "An premium alchoholic beverage made from distilled grape juice.",
         "desc": "Vodka, mixed with plain ol' orange juice. The result is surprisingly delicious.",
         "physicalDesc": "translucent",
         "physicalDesc": "strong-smelling",
         "color": "#7E4043FF",
         "color": "#A68310FF",
         "recipes": [
         "recipes": [
             "BloodToWine"
             "ScrewdriverCocktail"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 4,910: Line 5,051:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.15,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 4,919: Line 5,060:
         }
         }
     },
     },
     "Fluorosurfactant": {
     "BlackRussian": {
         "id": "Fluorosurfactant",
         "id": "BlackRussian",
         "name": "fluorosurfactant",
         "name": "black russian",
         "group": "Pyrotechnic",
         "group": "Drinks",
         "desc": "A perfluoronated sulfonic acid that forms a foam when mixed with water.",
         "desc": "For the lactose-intolerant. Still as classy as a White Russian.",
         "physicalDesc": "opaque",
         "physicalDesc": "strong-smelling",
         "color": "#9E6B38FF",
         "color": "#360000FF",
         "recipes": [
         "recipes": [
             "Fluorosurfactant"
             "BlackRussian"
         ],
         ],
        "metabolisms": null
    },
    "Andalusia": {
        "id": "Andalusia",
        "name": "andalusia",
        "group": "Drinks",
        "desc": "A nice, strangely named drink.",
        "physicalDesc": "strong-smelling",
        "color": "#665700FF",
        "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 4,952: Line 5,083:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 4,961: Line 5,092:
         }
         }
     },
     },
     "Ethanol": {
     "Uranium": {
         "id": "Ethanol",
         "id": "Uranium",
         "name": "ethanol",
         "name": "uranium",
         "group": "Drinks",
         "group": "Elements",
         "desc": "A simple alcohol, makes you drunk if consumed, flammable.",
         "desc": "A grey metallic chemical element in the actinide series, weakly radioactive.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "metallic",
         "color": "#B05B3CFF",
         "color": "#8FA191FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 4,976: Line 5,107:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 1
                                 "Radiation": 2
                             },
                             },
                             "groups": null
                             "groups": null
Line 4,982: Line 5,113:
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": null,
                            {
                        "probability": 1,
                                "Min": 5,
                        "id": "HealthChange"
                                "Max": 21474836,
                    }
                                "Reagent": null,
                ]
                                "id": "ReagentThreshold"
            }
                            },
        }
                            {
    },
                                "Type": "Dwarf",
    "Histamine": {
                                "ShouldHave": false,
        "id": "Histamine",
                                "id": "OrganType"
        "name": "histamine",
                            }
        "group": "Toxins",
                        ],
        "desc": "Histamine's effects become more dangerous depending on the dosage amount. They range from mildly annoying to incredibly lethal.",
                        "probability": 1,
        "physicalDesc": "abrasive",
                        "id": "HealthChange"
        "color": "#FA6464FF",
                    },
        "recipes": [],
        "metabolisms": {
            "Poison": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": null,
                                 "Poison": 0.2
                            "groups": {
                             },
                                 "Brute": 2
                            "groups": null
                             }
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": null,
                            {
                         "probability": 0.1,
                                "Min": 5,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Dwarf",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     },
                     },
Line 5,027: Line 5,150:
                             "types": null,
                             "types": null,
                             "groups": {
                             "groups": {
                                 "Brute": -1
                                 "Brute": 2,
                                "Toxin": 2,
                                "Airloss": 2
                             }
                             }
                         },
                         },
Line 5,034: Line 5,159:
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 5,
                                 "Min": 45,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                            },
                             }
                            {
                                "Type": "Dwarf",
                                "ShouldHave": true,
                                "id": "OrganType"
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
Line 5,049: Line 5,169:
                     },
                     },
                     {
                     {
                         "ThirstAmount": -40,
                         "Messages": [
                         "HungerAmount": -40,
                            "histamine-effect-light-itchiness"
                        ],
                        "Type": 1,
                        "VisualType": 0,
                        "conditions": null,
                        "probability": 0.1,
                         "id": "PopupMessage"
                    },
                    {
                        "Messages": [
                            "histamine-effect-heavy-itchiness"
                        ],
                        "Type": 1,
                        "VisualType": 2,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 3,
                                 "Min": 45,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": "Ethanol",
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Dwarf",
                                "ShouldHave": false,
                                "id": "OrganType"
                             }
                             }
                         ],
                         ],
                         "probability": 0.04,
                         "probability": 0.2,
                         "id": "ChemVomit"
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
             },
             }
             "Alcohol": {
        }
    },
    "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": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "BoozePower": 20,
                        "SlurSpeech": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "Drunk"
                        "HydrationFactor": 2,
                     }
                        "id": "SatiateThirst"
                 ]
                    },
             }
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                 ]
             }
         }
         }
     },
     },
     "Omnizine": {
     "Diethylamine": {
         "id": "Omnizine",
         "id": "Diethylamine",
         "name": "omnizine",
         "name": "diethylamine",
         "group": "Medicine",
         "group": "Botanical",
         "desc": "A soothing milky liquid with an iridescent gleam. A well known conspiracy theory says that it's origins remain a mystery because knowing the secrets of its production would render most commercial pharmaceuticals obsolete.",
         "desc": "A very potent fertilizer.",
         "physicalDesc": "soothing",
         "physicalDesc": "strong-smelling",
         "color": "#FCF7F9FF",
         "color": "#A1000BFF",
         "recipes": [],
         "recipes": [
            "Diethylamine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": null,
                             "types": {
                            "groups": {
                                 "Caustic": 1
                                 "Burn": -2,
                            },
                                "Toxin": -2,
                            "groups": null
                                "Airloss": -2,
                                "Brute": -2
                            }
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
Line 5,115: Line 5,262:
         }
         }
     },
     },
     "Blood": {
     "Oculine": {
         "id": "Blood",
         "id": "Oculine",
         "name": "blood",
         "name": "oculine",
         "group": "Biological",
         "group": "Medicine",
         "desc": "I hope this is ketchup.",
         "desc": "Heals eye damage.",
         "physicalDesc": "ferrous",
         "physicalDesc": "translucent",
         "color": "#800000FF",
         "color": "#404040FF",
         "recipes": [],
         "recipes": [
            "Oculine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Amount": -1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 1.5,
                         "id": "ChemHealEyeDamage"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 5,137: Line 5,286:
         }
         }
     },
     },
     "IcedGreenTea": {
     "WeedKiller": {
         "id": "IcedGreenTea",
         "id": "WeedKiller",
         "name": "iced green tea",
         "name": "weed killer",
         "group": "Drinks",
         "group": "Botanical",
         "desc": "cold green tea.",
         "desc": "A mixture that targets weeds.",
         "physicalDesc": "aromatic",
         "physicalDesc": "bubbling",
         "color": "#CE4200FF",
         "color": "#968395FF",
         "recipes": [
         "recipes": [],
            "IcedGreenTea"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                        "damage": {
                            "types": {
                                "Poison": 4
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Type": "Plant",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 3,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 5,161: Line 5,321:
         }
         }
     },
     },
     "Ethylredoxrazine": {
     "Epinephrine": {
         "id": "Ethylredoxrazine",
         "id": "Epinephrine",
         "name": "ethylredoxrazine",
         "name": "epinephrine",
         "group": "Medicine",
         "group": "Medicine",
         "desc": "Neutralises the effects of alcohol in the blood stream. Though it is commonly needed, it is rarely requested.",
         "desc": "Effective at bringing people back from a critical state. Reduces some stun times. Easy to overdose on.",
         "physicalDesc": "opaque",
         "physicalDesc": "odorless",
         "color": "#2D5708FF",
         "color": "#D2FFFAFF",
         "recipes": [
         "recipes": [
             "Ethylredoxrazine"
             "Epinephrine"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 5,176: Line 5,336:
                 "effects": [
                 "effects": [
                     {
                     {
                         "Key": "Drunk",
                         "damage": {
                        "Component": "",
                            "types": {
                         "Time": 2,
                                "Asphyxiation": -3,
                         "Refresh": true,
                                "Poison": -0.5
                         "Type": 1,
                            },
                        "conditions": null,
                            "groups": {
                                "Brute": -0.5,
                                "Burn": -0.5
                            }
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": [
                            {
                                "mobstate": 2,
                                "id": "MobStateCondition"
                            },
                            {
                                "Min": 0,
                                "Max": 20,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "HealthChange"
                     }
                     },
                ]
            }
        }
    },
    "DryRamen": {
        "id": "DryRamen",
        "name": "dry ramen",
        "group": "Drinks",
        "desc": "Dry noodles and salt.",
        "physicalDesc": "wormy",
        "color": "#664300FF",
        "recipes": [],
        "metabolisms": {
            "Food": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "conditions": null,
                        "damage": {
                            "types": {
                                "Asphyxiation": 1,
                                "Poison": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 20,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                        "NutritionFactor": 1,
                         "id": "HealthChange"
                         "id": "SatiateHunger"
                     },
                     }
                ]
            }
        }
    },
    "FourteenLoko": {
        "id": "FourteenLoko",
        "name": "Fourteen Loko",
        "group": "Drinks",
        "desc": "A highly processed liquid substance barely-passing intergalatic health standards for a soft drink.",
        "physicalDesc": "fizzy",
        "color": "#DEB928FF",
        "recipes": [
            "FourteenLoko"
        ],
        "metabolisms": {
            "Drink": {
                "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": "Theobromine",
                         "Reagent": "Epinephrine",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.1,
                         "Amount": -1,
                         "conditions": null,
                         "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Lexorin",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "AdjustReagent"
                     }
                     },
                ]
            },
            "Poison": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "damage": {
                         "Reagent": "Histamine",
                            "types": {
                        "Group": null,
                                 "Poison": 1
                        "Amount": 4,
                             },
                        "conditions": [
                            "groups": null
                            {
                         },
                                 "Min": 1,
                         "scaleByQuantity": false,
                                "Max": 21474836,
                         "ignoreResistances": true,
                                "Reagent": "Lexorin",
                                "id": "ReagentThreshold"
                             }
                        ],
                        "probability": 0.1,
                        "id": "AdjustReagent"
                    },
                    {
                        "Key": "Stun",
                        "Component": "",
                        "Time": 0.75,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                        "probability": 1,
                         "id": "GenericStatusEffect"
                    },
                    {
                         "Key": "KnockedDown",
                         "Component": "",
                        "Time": 0.75,
                        "Refresh": true,
                        "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "GenericStatusEffect"
                     }
                     }
                 ]
                 ]
Line 5,261: Line 5,446:
         }
         }
     },
     },
     "Cornoil": {
     "Rum": {
         "id": "Cornoil",
         "id": "Rum",
         "name": "corn oil",
         "name": "rum",
         "group": "Foods",
         "group": "Drinks",
         "desc": "Corn oil, A delicious oil used in cooking. Made from corn.",
         "desc": "Distilled alcoholic drink made from sugarcane byproducts.",
        "physicalDesc": "oily",
         "physicalDesc": "strong-smelling",
        "color": "#FFFF00FF",
         "color": "#664300FF",
        "recipes": [],
        "metabolisms": null
    },
    "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": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 5,286: Line 5,461:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.2,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
             },
             }
             "Poison": {
        }
                 "rate": 0.5,
    },
    "Stimulants": {
        "id": "Stimulants",
        "name": "stimulants",
        "group": "Narcotics",
        "desc": "A chemical cocktail developed by Donk Co. that allows agents to recover from stuns faster, move more quickly, and grants a small heal while close to critical condition. Due to the complex nature of the chemical, it is much harder for the body to purge naturally.",
        "physicalDesc": "energizing",
        "color": "#9A040EFF",
        "recipes": [],
        "metabolisms": {
             "Narcotic": {
                 "rate": 0.2,
                 "effects": [
                 "effects": [
                    {
                        "StatusLifetime": 2,
                        "conditions": null,
                        "probability": 1,
                        "WalkSpeedModifier": 1.3,
                        "SprintSpeedModifier": 1.3,
                        "id": "MovespeedModifier"
                    },
                     {
                     {
                         "damage": {
                         "damage": {
Line 5,303: Line 5,505:
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                        "conditions": [
                            {
                                "Min": 80,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                        "Key": "Stun",
                        "Component": "",
                        "Time": 3,
                        "Refresh": true,
                        "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "GenericStatusEffect"
                    },
                    {
                        "Key": "KnockedDown",
                        "Component": "",
                        "Time": 3,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                     }
                     }
                 ]
                 ]
             }
             },
        }
            "Medicine": {
    },
                "rate": 0.2,
    "Cryoxadone": {
                "effects": [
        "id": "Cryoxadone",
                    {
        "name": "cryoxadone",
                        "TimerReset": 600,
        "group": "Medicine",
                        "conditions": null,
        "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.",
                        "probability": 1,
        "physicalDesc": "fizzy",
                        "id": "ResetNarcolepsy"
        "color": "#0091FFFF",
                    },
        "recipes": [
                    {
            "Cryoxadone"
                        "conditions": null,
        ],
                        "probability": 1,
        "metabolisms": {
                        "NutritionFactor": 1,
            "Medicine": {
                        "id": "SatiateHunger"
                "rate": 0.5,
                    },
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 1,
                        "id": "SatiateThirst"
                    },
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": null,
                             "types": null,
                             "groups": {
                             "groups": {
                                 "Airloss": -6,
                                 "Burn": -1,
                                 "Brute": -4,
                                 "Brute": -1
                                "Burn": -6,
                                "Toxin": -4
                             }
                             }
                         },
                         },
Line 5,339: Line 5,571:
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 0,
                                 "Max": 120,
                                 "Max": 150,
                                 "Min": 70,
                                 "id": "Temperature"
                                 "id": "TotalDamage"
                             }
                             }
                         ],
                         ],
Line 5,351: Line 5,583:
         }
         }
     },
     },
     "HippiesDelight": {
     "PolytrinicAcid": {
         "id": "HippiesDelight",
         "id": "PolytrinicAcid",
         "name": "hippies delight",
         "name": "polytrinic acid",
         "group": "Drinks",
         "group": "Toxins",
         "desc": "You just don't get it maaaan.",
         "desc": "An extremely corrosive chemical substance. The slightest touch of it will melt off most masks and headgear, and it deals extreme damage to anyone who comes directly into contact with it.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#6EAA0CFF",
         "color": "#A1000BFF",
         "recipes": [],
         "recipes": [
            "PolytrinicAcid"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                        "damage": {
                            "types": {
                                "Caustic": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Messages": [
                         "Group": null,
                            "generic-reagent-effect-burning-insides"
                         "Amount": 0.05,
                        ],
                         "Type": 1,
                         "VisualType": 4,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 0.33,
                         "id": "AdjustReagent"
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 5,381: Line 5,624:
         }
         }
     },
     },
     "Booger": {
     "MilkGoat": {
         "id": "Booger",
         "id": "MilkGoat",
         "name": "booger",
         "name": "goats milk",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Ewww...",
         "desc": "An opaque white liquid produced by a goat. High buttermilk content.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "opaque",
         "color": "#8CFF8CFF",
         "color": "#DFDFDFFF",
         "recipes": [
         "recipes": [],
            "Booger"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 5,398: Line 5,639:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 4,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,413: Line 5,646:
         }
         }
     },
     },
     "Nothing": {
     "Silencer": {
         "id": "Nothing",
         "id": "Silencer",
         "name": "nothing",
         "name": "silencer",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Absolutely nothing.",
         "desc": "A drink from Mime Heaven.",
         "physicalDesc": "nothing",
         "physicalDesc": "strong-smelling",
         "color": "#FFFFFFFF",
         "color": "#004666FF",
         "recipes": [],
         "recipes": [
            "Silencer"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                    {
                        "Key": "Muted",
                        "Component": "Muted",
                        "Time": 2,
                        "Refresh": true,
                        "Type": 0,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    },
                     {
                     {
                         "conditions": null,
                         "conditions": null,
Line 5,435: Line 5,680:
         }
         }
     },
     },
     "Oxygen": {
     "ToxinsSpecial": {
         "id": "Oxygen",
         "id": "ToxinsSpecial",
         "name": "oxygen",
         "name": "toxins special",
         "group": "Unknown",
         "group": "Drinks",
         "desc": "An oxidizing, colorless gas.",
         "desc": "This thing is ON FIRE! CALL THE DAMN SHUTTLE!",
         "physicalDesc": "gaseous",
         "physicalDesc": "strong-smelling",
         "color": "#808080FF",
         "color": "#665C00FF",
         "recipes": [],
         "recipes": [
            "ToxinsSpecial"
        ],
         "metabolisms": {
         "metabolisms": {
             "Gas": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Factor": 1,
                         "conditions": null,
                         "conditions": [
                            {
                                "Type": "Human",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "Oxygenate"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Factor": 1,
                         "Reagent": "Ethanol",
                         "conditions": [
                         "Group": null,
                            {
                        "Amount": 0.05,
                                "Type": "Animal",
                        "conditions": null,
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "Oxygenate"
                         "id": "AdjustReagent"
                    },
                     }
                    {
                 ]
                        "Factor": 1,
             }
                        "conditions": [
                            {
                                "Type": "Rat",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                        "probability": 1,
                        "id": "Oxygenate"
                    },
                    {
                        "Factor": 1,
                        "conditions": [
                            {
                                "Type": "Plant",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                        "probability": 1,
                        "id": "Oxygenate"
                    },
                    {
                        "_ratios": {
                            "CarbonDioxide": 1,
                            "Oxygen": -1
                        },
                        "conditions": [
                            {
                                "Type": "Vox",
                                "ShouldHave": false,
                                "id": "OrganType"
                            }
                        ],
                        "probability": 1,
                        "id": "ModifyLungGas"
                     }
                 ]
             }
         }
         }
     },
     },
     "JuiceGrape": {
     "Absinthe": {
         "id": "JuiceGrape",
         "id": "Absinthe",
         "name": "grape juice",
         "name": "absinthe",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Freshly squeezed juice from red grapes. Quite sweet.",
         "desc": "A anise-flavoured spirit derived from botanicals.",
         "physicalDesc": "crisp",
         "physicalDesc": "strong-smelling",
         "color": "#512284FF",
         "color": "#33EE00FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 5,529: Line 5,727:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.3,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,536: Line 5,742:
         }
         }
     },
     },
     "Uranium": {
     "NitrousOxide": {
         "id": "Uranium",
         "id": "NitrousOxide",
         "name": "uranium",
         "name": "nitrous oxide",
         "group": "Elements",
         "group": "Unknown",
         "desc": "A grey metallic chemical element in the actinide series, weakly radioactive.",
         "desc": "You know how everything seems funnier when you're tired? Well...",
         "physicalDesc": "metallic",
         "physicalDesc": "gaseous",
         "color": "#8FA191FF",
         "color": "#808080FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Gas": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                            "types": {
                                "Radiation": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                    }
                ]
            }
        }
    },
    "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": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "Messages": [
                         "Messages": [
                             "buzzochloricbees-effect-oh-god-bees",
                             "effect-sleepy"
                            "buzzochloricbees-effect-its-the-bees",
                            "buzzochloricbees-effect-why-am-i-covered-in-bees",
                            "buzzochloricbees-effect-one-with-the-bees",
                            "buzzochloricbees-effect-squeaky-clean"
                         ],
                         ],
                         "Type": 1,
                         "Type": 1,
                         "VisualType": 3,
                         "VisualType": 2,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 0,
                                 "Min": 0.5,
                                 "Max": 0,
                                 "Max": 21474836,
                                 "Reagent": "Histamine",
                                 "Reagent": "NitrousOxide",
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             },
                             },
                             {
                             {
                                 "Tag": "Bee",
                                 "Type": "Slime",
                                 "Invert": true,
                                 "ShouldHave": false,
                                 "id": "HasTag"
                                 "id": "OrganType"
                             }
                             }
                         ],
                         ],
Line 5,606: Line 5,777:
                     },
                     },
                     {
                     {
                         "Messages": [
                         "StatusLifetime": 2,
                            "buzzochloricbees-effect-histamine-bee-allergy",
                            "buzzochloricbees-effect-histamine-swells",
                            "buzzochloricbees-effect-histamine-numb-to-the-bees",
                            "buzzochloricbees-effect-histamine-cannot-be-one-with-the-bees",
                            "buzzochloricbees-effect-squeaky-clean"
                        ],
                        "Type": 1,
                        "VisualType": 2,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 0.01,
                                 "Min": 1,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": "Histamine",
                                 "Reagent": "NitrousOxide",
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             },
                             },
                             {
                             {
                                 "Tag": "Bee",
                                 "Type": "Slime",
                                 "Invert": true,
                                 "ShouldHave": false,
                                 "id": "HasTag"
                                 "id": "OrganType"
                             }
                             }
                         ],
                         ],
                         "probability": 0.05,
                         "probability": 1,
                         "id": "PopupMessage"
                        "WalkSpeedModifier": 0.65,
                        "SprintSpeedModifier": 0.65,
                         "id": "MovespeedModifier"
                     },
                     },
                     {
                     {
                         "Messages": [
                         "Key": "ForcedSleep",
                            "buzzochloricbees-effect-licoxide-electrifying",
                        "Component": "ForcedSleeping",
                            "buzzochloricbees-effect-licoxide-shocked-by-bee-facts",
                        "Time": 3,
                            "buzzochloricbees-effect-licoxide-buzzed",
                         "Refresh": true,
                            "buzzochloricbees-effect-licoxide-buzzes"
                         "Type": 0,
                        ],
                         "Type": 1,
                         "VisualType": 2,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Tag": "Bee",
                                 "Min": 1.8,
                                 "Invert": true,
                                "Max": 21474836,
                                 "id": "HasTag"
                                 "Reagent": "NitrousOxide",
                                 "id": "ReagentThreshold"
                             },
                             },
                             {
                             {
                                 "Min": 0.01,
                                 "Type": "Slime",
                                "Max": 21474836,
                                 "ShouldHave": false,
                                 "Reagent": "Licoxide",
                                 "id": "OrganType"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 0.05,
                         "probability": 1,
                         "id": "PopupMessage"
                         "id": "GenericStatusEffect"
                     },
                     },
                     {
                     {
                        "Messages": [
                         "damage": {
                            "buzzochloricbees-effect-fiber-hairy",
                            "buzzochloricbees-effect-fiber-soft"
                        ],
                        "Type": 1,
                        "VisualType": 0,
                        "conditions": [
                            {
                                "Tag": "Bee",
                                "Invert": true,
                                "id": "HasTag"
                            },
                            {
                                "Min": 0.01,
                                "Max": 21474836,
                                "Reagent": "Fiber",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 0.05,
                        "id": "PopupMessage"
                    },
                    {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 2,
                                 "Poison": 0.25
                                "Piercing": 2
                             },
                             },
                             "groups": null
                             "groups": null
Line 5,691: Line 5,829:
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Tag": "Bee",
                                 "Min": 3.5,
                                 "Invert": true,
                                "Max": 21474836,
                                 "id": "HasTag"
                                "Reagent": "NitrousOxide",
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Slime",
                                 "ShouldHave": false,
                                 "id": "OrganType"
                             }
                             }
                         ],
                         ],
Line 5,703: Line 5,847:
         }
         }
     },
     },
     "PolytrinicAcid": {
     "Bilk": {
         "id": "PolytrinicAcid",
         "id": "Bilk",
         "name": "polytrinic acid",
         "name": "bilk",
         "group": "Toxins",
         "group": "Drinks",
         "desc": "An extremely corrosive chemical substance. The slightest touch of it will melt off most masks and headgear, and it deals extreme damage to anyone who comes directly into contact with it.",
         "desc": "This appears to be beer mixed with milk. Disgusting.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "bilky",
         "color": "#A1000BFF",
         "color": "#895C4CFF",
         "recipes": [
         "recipes": [
             "PolytrinicAcid"
             "Bilk"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                         "conditions": null,
                            "types": {
                         "probability": 1,
                                "Caustic": 2
                         "HydrationFactor": 3,
                            },
                         "id": "SatiateThirst"
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "probability": 1,
                         "id": "HealthChange"
                    },
                    {
                        "Messages": [
                            "generic-reagent-effect-burning-insides"
                        ],
                        "Type": 1,
                        "VisualType": 4,
                        "conditions": null,
                        "probability": 0.33,
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 5,744: Line 5,871:
         }
         }
     },
     },
     "SuiDream": {
     "Lemonade": {
         "id": "SuiDream",
         "id": "Lemonade",
         "name": "sui dream",
         "name": "lemonade",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "'Comprised of: White soda, blue curacao, melon liquor.'",
         "desc": "Drink using lemon juice, water, and a sweetener such as cane sugar or honey.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "tart",
         "color": "#00A86BFF",
         "color": "#FFFF00FF",
         "recipes": [],
         "recipes": [
            "Lemonade"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 5,761: Line 5,890:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     },
                     }
                ]
            }
        }
    },
    "PulpedBananaPeel": {
        "id": "PulpedBananaPeel",
        "name": "pulped banana peel",
        "group": "Medicine",
        "desc": "Pulped banana peels have some effectiveness against bleeding.",
        "physicalDesc": "pulpy",
        "color": "#FFE774FF",
        "recipes": [],
        "metabolisms": {
            "Medicine": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "Reagent": "Ethanol",
                         "Scaled": false,
                        "Group": null,
                         "Amount": -0.5,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "ModifyBleedAmount"
                     }
                     }
                 ]
                 ]
Line 5,774: Line 5,918:
         }
         }
     },
     },
     "Soysauce": {
     "ManhattanProject": {
         "id": "Soysauce",
         "id": "ManhattanProject",
         "name": "soy sauce",
         "name": "manhattan project",
         "group": "Foods",
         "group": "Drinks",
         "desc": "A salty soy-based flavoring.",
         "desc": "A scientist's drink of choice, for pondering ways to blow up the ship.",
         "physicalDesc": "salty",
         "physicalDesc": "strong-smelling",
         "color": "#8B4513FF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [
             "CookingSoysauce"
             "ManhattanProject"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 5,791: Line 5,935:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "NutritionFactor": 0.5,
                         "HydrationFactor": 2,
                         "id": "SatiateHunger"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": -0.5,
                         "id": "AdjustReagent"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 5,804: Line 5,950:
         }
         }
     },
     },
     "Tequila": {
     "Oats": {
         "id": "Tequila",
         "id": "Oats",
         "name": "tequila",
         "name": "oats",
         "group": "Drinks",
         "group": "Foods",
         "desc": "A strong and mildly flavoured, mexican produced spirit.",
         "desc": "Used for a variety of tasty purposes.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "coarse",
         "color": "#D7D1D155",
         "color": "#D2B48CFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Reagent": "Sugar",
                        "Group": null,
                        "Amount": 0.2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "AdjustReagent"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Reagent": "Nutriment",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.2,
                         "Amount": 0.3,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 5,834: Line 5,982:
         }
         }
     },
     },
     "Kvass": {
     "NuclearCola": {
         "id": "Kvass",
         "id": "NuclearCola",
         "name": "kvass",
         "name": "nuclear cola",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A cool refreshing drink with a taste of socialism.",
         "desc": "Cola, cola never changes.",
         "physicalDesc": "bubbly",
         "physicalDesc": "fizzy",
         "color": "#381600FF",
         "color": "#100800FF",
         "recipes": [],
         "recipes": [
         "metabolisms": {
            "NuclearCola"
        ],
         "metabolisms": {
             "Drink": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
Line 5,849: Line 5,999:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "HydrationFactor": 6,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
             }
             },
        }
             "Poison": {
    },
    "Lipozine": {
        "id": "Lipozine",
        "name": "lipozine",
        "group": "Medicine",
        "desc": "Causes weight loss upon consumption.",
        "physicalDesc": "oily",
        "color": "#2690B5FF",
        "recipes": [
            "Lipozine"
        ],
        "metabolisms": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "NutritionFactor": -1,
                         "id": "HealthChange"
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 5,880: Line 6,024:
         }
         }
     },
     },
     "AtomicBomb": {
     "Leporazine": {
         "id": "AtomicBomb",
         "id": "Leporazine",
         "name": "atomic bomb",
         "name": "leporazine",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "Nuclear proliferation never tasted so good.",
         "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": "cloudy",
         "physicalDesc": "pungent",
         "color": "#666300FF",
         "color": "#FF7DB5FF",
         "recipes": [
         "recipes": [
             "AtomicBomb"
             "Leporazine"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Cold": -4
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Amount": 100000,
                        "Group": null,
                        "conditions": [
                        "Amount": 0.15,
                            {
                        "conditions": null,
                                "Min": 0,
                                "Max": 293.15,
                                "id": "Temperature"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "AdjustTemperature"
                     },
                     },
                     {
                     {
                        "Reagent": "Radium",
                         "Amount": -10000,
                        "Group": null,
                         "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            }
        }
    },
    "Cognizine": {
        "id": "Cognizine",
        "name": "cognizine",
        "group": "Medicine",
        "desc": "A mysterious chemical which is able to make any non-sentient creature sentient.",
        "physicalDesc": "enigmatic",
        "color": "#B50EE8FF",
        "recipes": [
            "Cognizine"
        ],
        "metabolisms": {
            "Medicine": {
                "rate": 0.5,
                "effects": [
                    {
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 5,
                                 "Min": 293.15,
                                 "Max": 21474836,
                                 "Max": 3.4028235e+38,
                                "Reagent": null,
                                 "id": "Temperature"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "MakeSentient"
                         "id": "AdjustTemperature"
                    },
                    {
                        "Messages": [
                            "leporazine-effect-temperature-adjusting"
                        ],
                        "Type": 1,
                        "VisualType": 2,
                        "conditions": null,
                        "probability": 0.2,
                        "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 5,950: Line 6,089:
         }
         }
     },
     },
     "Ipecac": {
     "Fluorine": {
         "id": "Ipecac",
         "id": "Fluorine",
         "name": "ipecac",
         "name": "fluorine",
         "group": "Medicine",
         "group": "Elements",
         "desc": "Induces vomiting. Useful for stopping a poisoning that isn't done metabolizing.",
         "desc": "A highly toxic pale yellow gas. Extremely reactive.",
         "physicalDesc": "inky",
         "physicalDesc": "gaseous",
         "color": "#422912FF",
         "color": "#808080FF",
         "recipes": [
         "recipes": [],
            "Ipecac"
        "metabolisms": null
         ],
    },
    "Blood": {
        "id": "Blood",
        "name": "blood",
         "group": "Biological",
        "desc": "I hope this is ketchup.",
        "physicalDesc": "ferrous",
        "color": "#800000FF",
        "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "ThirstAmount": -40,
                        "HungerAmount": -40,
                         "conditions": null,
                         "conditions": null,
                         "probability": 0.3,
                         "probability": 1,
                         "id": "ChemVomit"
                        "HydrationFactor": 1.5,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 5,975: Line 6,121:
         }
         }
     },
     },
     "Ichor": {
     "TequilaSunrise": {
         "id": "Ichor",
         "id": "TequilaSunrise",
         "name": "ichor",
         "name": "tequila sunrise",
         "group": "Biological",
         "group": "Drinks",
         "desc": "An extremely potent regenerative chemical, perfected by space fauna evolution. Produced in the dragon's digestive system, it is seen as an exotic commodity due to the gargantuan effort of hunting for it.",
         "desc": "Tequila and orange juice. Much like a Screwdriver, only Mexican.",
         "physicalDesc": "roaring",
         "physicalDesc": "strong-smelling",
         "color": "#F4692EFF",
         "color": "#FFE48CFF",
         "recipes": [],
         "recipes": [
            "TequilaSunrise"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 5,990: Line 6,138:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 1.5,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     },
                ]
            },
            "Medicine": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "damage": {
                         "Reagent": "Ethanol",
                            "types": {
                         "Group": null,
                                "Bloodloss": -5
                         "Amount": 0.15,
                            },
                            "groups": {
                                "Burn": -5,
                                "Brute": -5,
                                "Toxin": -2
                            }
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 6,019: Line 6,153:
         }
         }
     },
     },
     "GreenTea": {
     "Bleach": {
         "id": "GreenTea",
         "id": "Bleach",
         "name": "green tea",
         "name": "bleach",
         "group": "Drinks",
         "group": "Unknown",
         "desc": "Tasty green tea.",
         "desc": "Heavy duty cleaner that can clean tiles the same as Space Cleaner and also decontaminate clothes. Extremely toxic when ingested.",
         "physicalDesc": "aromatic",
         "physicalDesc": "strong-smelling",
         "color": "#C33F00FF",
         "color": "#A1000BFF",
         "recipes": [],
         "recipes": [
            "Bleach"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                    },
                    {
                        "Messages": [
                            "generic-reagent-effect-burning-insides"
                        ],
                        "Type": 1,
                        "VisualType": 3,
                        "conditions": null,
                        "probability": 0.33,
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 6,041: Line 6,194:
         }
         }
     },
     },
     "Sake": {
     "Blackpepper": {
         "id": "Sake",
         "id": "Blackpepper",
         "name": "sake",
         "name": "black pepper",
        "group": "Foods",
        "desc": "Often used to flavor food or make people sneeze.",
        "physicalDesc": "grainy",
        "color": "#000000FF",
        "recipes": [],
        "metabolisms": null
    },
    "Cornoil": {
        "id": "Cornoil",
        "name": "corn oil",
        "group": "Foods",
        "desc": "Corn oil, A delicious oil used in cooking. Made from corn.",
        "physicalDesc": "oily",
        "color": "#FFFF00FF",
        "recipes": [],
        "metabolisms": null
    },
    "Cognac": {
        "id": "Cognac",
        "name": "cognac",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Alcoholic beverage made by fermenting rice that has been polished.",
         "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": "#DDDDDDFF",
         "color": "#AB3C05FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 6,062: Line 6,235:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 6,071: Line 6,244:
         }
         }
     },
     },
     "Mead": {
     "JuicePineapple": {
         "id": "Mead",
         "id": "JuicePineapple",
         "name": "mead",
         "name": "pineapple juice",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A Viking's drink, though a cheap one.",
         "desc": "The delicious juice of a pineapple.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "tropical",
         "color": "#664300FF",
         "color": "#FFFF00FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 6,086: Line 6,259:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 6,101: Line 6,266:
         }
         }
     },
     },
     "SodaWater": {
     "Tea": {
         "id": "SodaWater",
         "id": "Tea",
         "name": "soda water",
         "name": "tea",
         "group": "Drinks",
         "group": "Drinks",
        "desc": "A container of club soda. Why not make a scotch and soda?",
         "desc": "A drink made by boiling leaves of the tea tree, Camellia sinensis.",
        "physicalDesc": "fizzy",
         "physicalDesc": "aromatic",
        "color": "#619494FF",
         "color": "#8A5A3AFF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 3,
                        "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": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 6,153: Line 6,296:
         }
         }
     },
     },
     "DexalinPlus": {
     "Corpium": {
         "id": "DexalinPlus",
         "id": "Corpium",
         "name": "dexalin plus",
         "name": "corpium",
         "group": "Medicine",
         "group": "Unknown",
         "desc": "Used in treatment of extreme cases of oxygen deprivation. Effective at healing blood loss damage.",
         "desc": "A Syndicate cocktail, carefully harvested from various sources. You wouldn't want this inside of you.",
         "physicalDesc": "cloudy",
         "physicalDesc": "necrotic",
         "color": "#4DA0BDFF",
         "color": "#7668A1FF",
         "recipes": [
         "recipes": [],
            "DexalinPlus"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 6,170: Line 6,311:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Asphyxiation": -3.5,
                                 "Cellular": 1
                                "Bloodloss": -3
                             },
                             },
                             "groups": null
                             "groups": null
Line 6,180: Line 6,320:
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    },
                    {
                        "Reagent": "Lexorin",
                        "Group": null,
                        "Amount": -3,
                        "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Lexorin",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 6,200: Line 6,325:
         }
         }
     },
     },
     "Epinephrine": {
     "Pilk": {
         "id": "Epinephrine",
         "id": "Pilk",
         "name": "epinephrine",
         "name": "pilk",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "Effective at bringing people back from a critical state. Reduces some stun times. Easy to overdose on.",
         "desc": "A sickening mixture of milk and cola.",
         "physicalDesc": "odorless",
         "physicalDesc": "creamy",
         "color": "#D2FFFAFF",
         "color": "#E7C69FFF",
         "recipes": [
         "recipes": [
             "Epinephrine"
             "Pilk"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                         "conditions": null,
                            "types": {
                                "Asphyxiation": -3,
                                "Poison": -0.5
                            },
                            "groups": {
                                "Brute": -0.5,
                                "Burn": -0.5
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "mobstate": 2,
                                "id": "MobStateCondition"
                            },
                            {
                                "Min": 0,
                                "Max": 20,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 1,
                     },
                         "id": "SatiateThirst"
                    {
                     }
                        "damage": {
                ]
                            "types": {
            }
                                "Asphyxiation": 1,
        }
                                "Poison": 1
    },
                            },
    "Sodium": {
                            "groups": null
        "id": "Sodium",
                        },
        "name": "sodium",
                        "scaleByQuantity": false,
        "group": "Elements",
                        "ignoreResistances": true,
        "desc": "A silvery-white alkali metal. Highly reactive in its pure form.",
                        "conditions": [
        "physicalDesc": "metallic",
                            {
        "color": "#C6C8CCFF",
                                "Min": 20,
        "recipes": [],
                                "Max": 21474836,
        "metabolisms": null
                                "Reagent": null,
    },
                                "id": "ReagentThreshold"
    "Oil": {
                            }
        "id": "Oil",
                         ],
        "name": "oil",
        "group": "Foods",
        "desc": "Used by chefs to cook.",
        "physicalDesc": "oily",
        "color": "#B67823FF",
        "recipes": [
            "Oil"
        ],
        "metabolisms": null
    },
    "Mayo": {
        "id": "Mayo",
        "name": "mayonnaise",
        "group": "Foods",
        "desc": "Creamy sauce, made from oil, egg, and some (edible) acid.",
        "physicalDesc": "thick",
        "color": "#F9F5E5FF",
        "recipes": [
            "CookingMayoLemon",
            "CookingMayoVinegar"
        ],
        "metabolisms": null
    },
    "GinTonic": {
        "id": "GinTonic",
        "name": "gin and tonic",
        "group": "Drinks",
        "desc": "An all time classic, mild cocktail.",
        "physicalDesc": "strong-smelling",
        "color": "#004166FF",
        "recipes": [
            "GinTonic"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Lexorin",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": -2,
                         "Amount": 0.15,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "AdjustReagent"
                    },
                    {
                        "Reagent": "Epinephrine",
                        "Group": null,
                        "Amount": -1,
                        "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Lexorin",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "AdjustReagent"
                    },
                    {
                        "Reagent": "Histamine",
                        "Group": null,
                        "Amount": 4,
                        "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Lexorin",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 0.1,
                        "id": "AdjustReagent"
                    },
                    {
                        "Key": "Stun",
                        "Component": "",
                        "Time": 0.75,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    },
                    {
                        "Key": "KnockedDown",
                        "Component": "",
                        "Time": 0.75,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                     }
                     }
                 ]
                 ]
Line 6,325: Line 6,416:
         }
         }
     },
     },
     "Vodka": {
     "Whiskey": {
         "id": "Vodka",
         "id": "Whiskey",
         "name": "vodka",
         "name": "whiskey",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Clear distilled alcoholic beverage that originates from Poland and Russia.",
         "desc": "A type of distilled alcoholic beverage made from fermented grain mash.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#D1D1D155",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 6,385: Line 6,476:
         }
         }
     },
     },
     "DriestMartini": {
     "Martini": {
         "id": "DriestMartini",
         "id": "Martini",
         "name": "driest martini",
         "name": "classic martini",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Only for the experienced. You think you see sand floating in the glass.",
         "desc": "Vermouth with Gin. Not quite how 007 enjoyed it, but still delicious.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#2E6671FF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [
             "DriestMartini"
             "Martini"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 6,417: Line 6,508:
         }
         }
     },
     },
     "Fluorine": {
     "Nicotine": {
         "id": "Fluorine",
         "id": "Nicotine",
         "name": "fluorine",
         "name": "Nicotine",
         "group": "Elements",
         "group": "Narcotics",
         "desc": "A highly toxic pale yellow gas. Extremely reactive.",
         "desc": "Dangerous and highly addictive.",
         "physicalDesc": "gaseous",
         "physicalDesc": "strong-smelling",
         "color": "#808080FF",
         "color": "#C0C0C0FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": null
         "metabolisms": null
     },
     },
     "CafeLatte": {
     "Nothing": {
         "id": "CafeLatte",
         "id": "Nothing",
         "name": "cafe latte",
         "name": "nothing",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A nice, strong and tasty beverage while you are reading.",
         "desc": "Absolutely nothing.",
        "physicalDesc": "creamy",
         "physicalDesc": "nothing",
        "color": "#664300FF",
         "color": "#FFFFFFFF",
        "recipes": [
            "CafeLatte"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 3,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
    },
    "RootBeer": {
        "id": "RootBeer",
        "name": "root beer",
        "group": "Drinks",
        "desc": "A very sweet, carbonated drink reminiscent of sarsparilla. Goes well with ice cream.",
         "physicalDesc": "fizzy",
         "color": "#381C07FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 6,473: Line 6,540:
         }
         }
     },
     },
     "Ethyloxyephedrine": {
     "Silver": {
         "id": "Ethyloxyephedrine",
         "id": "Silver",
         "name": "ethyloxyephedrine",
         "name": "silver",
         "group": "Medicine",
         "group": "Elements",
         "desc": "An unstable medicine derived from desoxyephedrine. With the main effects of desoxyephedrine neutralized, it may be useful for something else.",
         "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": "shiny",
         "physicalDesc": "reasonably metallic",
         "color": "#D5D5E4FF",
         "color": "#D0D0D0FF",
         "recipes": [
         "recipes": [],
            "Ethyloxyephedrine"
        "metabolisms": null
         ],
    },
    "Nitrogen": {
        "id": "Nitrogen",
        "name": "nitrogen",
        "group": "Unknown",
        "desc": "A colorless, odorless unreactive gas. Highly stable.",
         "physicalDesc": "gaseous",
        "color": "#808080FF",
        "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Gas": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "Amplitude": 10,
                         "Factor": 1,
                        "Frequency": 4,
                        "Time": 2,
                        "Refresh": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "Jitter"
                    },
                    {
                        "Key": "Stutter",
                        "Component": "StutteringAccent",
                        "Time": 2,
                        "Refresh": true,
                        "Type": 0,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    },
                    {
                        "TimerReset": 600,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 10,
                                 "Type": "Vox",
                                "Max": 21474836,
                                 "ShouldHave": true,
                                 "Reagent": null,
                                 "id": "OrganType"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "ResetNarcolepsy"
                         "id": "Oxygenate"
                     },
                     },
                     {
                     {
                         "Messages": [
                         "Factor": 1,
                             "ethyloxyephedrine-effect-feeling-awake",
                        "conditions": [
                             "ethyloxyephedrine-effect-clear-mind"
                             {
                                "Type": "Slime",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                        "probability": 1,
                        "id": "Oxygenate"
                    },
                    {
                        "_ratios": {
                            "CarbonDioxide": 1,
                            "Nitrogen": -1
                        },
                        "conditions": [
                            {
                                "Type": "Vox",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                        "probability": 1,
                        "id": "ModifyLungGas"
                    },
                    {
                        "_ratios": {
                            "NitrousOxide": 1,
                             "Nitrogen": -1
                        },
                        "conditions": [
                            {
                                "Type": "Slime",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                         ],
                         ],
                        "Type": 1,
                         "probability": 1,
                        "VisualType": 2,
                         "id": "ModifyLungGas"
                        "conditions": null,
                         "probability": 0.1,
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 6,534: Line 6,620:
         }
         }
     },
     },
     "Cognac": {
     "BananaHonk": {
         "id": "Cognac",
         "id": "BananaHonk",
         "name": "cognac",
         "name": "banana honk",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A sweet and strongly alcoholic drink, twice distilled and left to mature for several years. Classy as fornication.",
         "desc": "A drink from Clown Heaven.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#AB3C05FF",
         "color": "#FFFF91FF",
         "recipes": [],
         "recipes": [
            "BananaHonk"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 6,555: Line 6,643:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.2,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 6,564: Line 6,652:
         }
         }
     },
     },
     "EnergyDrink": {
     "Goldschlager": {
         "id": "EnergyDrink",
         "id": "Goldschlager",
         "name": "Energy Drink",
         "name": "Goldschlager",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A dose of energy! Nanotrasen is not responsible if you grow avian appendages.",
         "desc": "100 proof cinnamon schnapps, made for alcoholic teen girls on spring break.",
         "physicalDesc": "fizzy",
         "physicalDesc": "strong-smelling",
         "color": "#FFFFBFFF",
         "color": "#FFFF91FF",
         "recipes": [],
         "recipes": [
            "Goldschlager"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 6,583: Line 6,673:
                     },
                     },
                     {
                     {
                         "Reagent": "Theobromine",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 6,594: Line 6,684:
         }
         }
     },
     },
     "PlantBGone": {
     "IceCream": {
         "id": "PlantBGone",
         "id": "IceCream",
         "name": "plant-B-gone",
         "name": "ice cream",
         "group": "Botanical",
         "group": "Drinks",
         "desc": "A harmful toxic mixture to kill plantlife. Do not ingest!",
         "desc": "It was either this or the microwave, and nobody wants ice cream soup!",
         "physicalDesc": "bubbling",
         "physicalDesc": "creamy",
         "color": "#49002EFF",
         "color": "#FFFBD6FF",
         "recipes": [
         "recipes": [
             "PlantBGone"
             "IceCream"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "conditions": null,
                            "types": {
                                "Poison": -4,
                                "Blunt": 2,
                                "Slash": 1,
                                "Piercing": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                "Type": "Plant",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 6,634: Line 6,708:
         }
         }
     },
     },
     "VentCrud": {
     "MilkSoy": {
         "id": "VentCrud",
         "id": "MilkSoy",
         "name": "vent crud",
         "name": "soy milk",
         "group": "Unknown",
         "group": "Drinks",
         "desc": "A jet black substance found in poorly maintained ventilation systems.",
         "desc": "Consumers favorite.",
         "physicalDesc": "sticky",
         "physicalDesc": "refreshing",
         "color": "#000000FF",
         "color": "#D2C29DFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "HydrationFactor": 4,
                    },
                         "id": "SatiateThirst"
                    {
                        "CauseChance": 0.6,
                        "Disease": "VentCough",
                        "conditions": null,
                        "probability": 1,
                         "id": "ChemCauseDisease"
                     }
                     }
                 ]
                 ]
Line 6,670: Line 6,730:
         }
         }
     },
     },
     "Whiskey": {
     "Flour": {
         "id": "Whiskey",
         "id": "Flour",
         "name": "whiskey",
         "name": "flour",
         "group": "Drinks",
         "group": "Foods",
         "desc": "A type of distilled alcoholic beverage made from fermented grain mash.",
         "desc": "Used for baking.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "powdery",
         "color": "#664300FF",
         "color": "#FFFFFFFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Reagent": "Sugar",
                        "Group": null,
                        "Amount": 0.4,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                        "id": "AdjustReagent"
                    },
                    {
                        "conditions": null,
                        "probability": 1,
                         "HydrationFactor": -0.2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Reagent": "Nutriment",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.2,
                         "Amount": 0.1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 6,700: Line 6,768:
         }
         }
     },
     },
     "SoyLatte": {
     "GrapeSoda": {
         "id": "SoyLatte",
         "id": "GrapeSoda",
         "name": "soy latte",
         "name": "grape soda",
        "group": "Drinks",
        "desc": "It's Graaaaaape!",
        "physicalDesc": "fizzy",
        "color": "#AE94A6FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
    },
    "JuiceApple": {
        "id": "JuiceApple",
        "name": "apple juice",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A coffee drink made with espresso and steamed soy milk.",
         "desc": "It's a little piece of Eden.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "crisp",
         "color": "#664300FF",
         "color": "#FDAD01FF",
         "recipes": [
         "recipes": [],
            "SoyLatte"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 6,724: Line 6,812:
         }
         }
     },
     },
     "CarpoToxin": {
     "Radium": {
         "id": "CarpoToxin",
         "id": "Radium",
         "name": "carpotoxin",
         "name": "radium",
         "group": "Toxins",
         "group": "Elements",
         "desc": "Toxic secretions of a space carp. Causes a painful burning sensation.",
         "desc": "A radioactive metal, silvery-white in its pure form. It glows due to its radioactivity and is highly toxic.",
         "physicalDesc": "exotic smelling",
         "physicalDesc": "glowing",
         "color": "#E2A38CFF",
         "color": "#00FF04FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 6,739: Line 6,827:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 4
                                 "Radiation": 2
                             },
                             },
                             "groups": null
                             "groups": null
Line 6,748: Line 6,836:
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    },
                    {
                        "Messages": [
                            "generic-reagent-effect-burning-insides"
                        ],
                        "Type": 1,
                        "VisualType": 3,
                        "conditions": null,
                        "probability": 0.33,
                        "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 6,763: Line 6,841:
         }
         }
     },
     },
     "BbqSauce": {
     "HippiesDelight": {
         "id": "BbqSauce",
         "id": "HippiesDelight",
         "name": "BBQ sauce",
         "name": "hippies delight",
         "group": "Foods",
         "group": "Drinks",
         "desc": "Hand wipes not included.",
         "desc": "You just don't get it maaaan.",
         "physicalDesc": "gloopy",
         "physicalDesc": "strong-smelling",
         "color": "#8B0000FF",
         "color": "#6EAA0CFF",
         "recipes": [
         "recipes": [
             "CookingBbqSauce"
             "HippiesDelight"
        ],
        "metabolisms": null
    },
    "Phalanximine": {
        "id": "Phalanximine",
        "name": "phalanximine",
        "group": "Medicine",
        "desc": "Used in the treatment of cancer. Causes moderate radiation poisoning.",
        "physicalDesc": "acrid",
        "color": "#C8FF75FF",
        "recipes": [
            "Phalanximine"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Cellular": -1,
                                "Radiation": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "ThirstAmount": -40,
                         "Reagent": "Ethanol",
                         "HungerAmount": -40,
                        "Group": null,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 0.05,
                         "probability": 1,
                         "id": "ChemVomit"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 6,814: Line 6,873:
         }
         }
     },
     },
     "VodkaMartini": {
     "IrishCoffee": {
         "id": "VodkaMartini",
         "id": "IrishCoffee",
         "name": "vodka martini",
         "name": "irish coffee",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Vodka with Gin. Not quite how 007 enjoyed it, but still delicious.",
         "desc": "Coffee served with irish cream. Regular cream just isn't the same!",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "cloudy",
         "color": "#004666FF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [
             "VodkaMartini"
             "IrishCoffee"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 6,846: Line 6,905:
         }
         }
     },
     },
     "Ultravasculine": {
     "DevilsKiss": {
         "id": "Ultravasculine",
         "id": "DevilsKiss",
         "name": "ultravasculine",
         "name": "devils kiss",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "Rapidly flushes toxins from the body, but places some stress on the veins. Do not overdose.",
         "desc": "Creepy time!",
         "physicalDesc": "thick and grainy",
         "physicalDesc": "strong-smelling",
         "color": "#520E30FF",
         "color": "#A68310FF",
         "recipes": [
         "recipes": [
             "Ultravasculine"
             "DevilsKiss"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                         "conditions": null,
                            "types": null,
                            "groups": {
                                "Toxin": -3,
                                "Brute": 0.5
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 0,
                                "Max": 30,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "damage": {
                         "Reagent": "Ethanol",
                            "types": null,
                         "Group": null,
                            "groups": {
                         "Amount": 0.05,
                                "Toxin": -1,
                         "conditions": null,
                                "Brute": 3
                            }
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                        "id": "HealthChange"
                         "id": "AdjustReagent"
                    },
                    {
                        "Reagent": "Histamine",
                        "Group": null,
                        "Amount": -1,
                        "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Histamine",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "AdjustReagent"
                    },
                    {
                        "Reagent": "Ultravasculine",
                        "Group": null,
                        "Amount": 0.5,
                        "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Histamine",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 6,936: Line 6,937:
         }
         }
     },
     },
     "DeadRum": {
     "DoctorsDelight": {
         "id": "DeadRum",
         "id": "DoctorsDelight",
         "name": "deadrum",
         "name": "the doctor's delight",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Distilled alcoholic drink made from saltwater.",
         "desc": "A gulp a day keeps the MediBot away. That's probably for the best.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#664300FF",
         "color": "#FF8CFFFF",
         "recipes": [],
         "recipes": [
            "DoctorsDelight"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 6,953: Line 6,956:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "conditions": null,
                        "probability": 1,
                        "NutritionFactor": -2,
                        "id": "SatiateHunger"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.2,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 6,963: Line 6,972:
                     }
                     }
                 ]
                 ]
             }
            },
         }
            "Medicine": {
     },
                "rate": 0.5,
     "NitrousOxide": {
                "effects": [
         "id": "NitrousOxide",
                    {
         "name": "nitrous oxide",
                        "damage": {
         "group": "Unknown",
                            "types": null,
         "desc": "You know how everything seems funnier when you're tired? Well...",
                            "groups": {
         "physicalDesc": "gaseous",
                                "Burn": -1,
         "color": "#808080FF",
                                "Brute": -1,
         "recipes": [],
                                "Airloss": -1,
                                "Toxin": -1
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                    }
                ]
             }
         }
     },
     "Mead": {
         "id": "Mead",
         "name": "mead",
         "group": "Drinks",
         "desc": "A Viking's drink, though a cheap one.",
         "physicalDesc": "strong-smelling",
         "color": "#664300FF",
         "recipes": [
            "Mead"
        ],
         "metabolisms": {
         "metabolisms": {
             "Gas": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "Messages": [
                         "conditions": null,
                            "effect-sleepy"
                         "probability": 1,
                        ],
                         "HydrationFactor": 2,
                         "Type": 1,
                         "id": "SatiateThirst"
                         "VisualType": 2,
                        "conditions": [
                            {
                                "Min": 0.5,
                                "Max": 21474836,
                                "Reagent": "NitrousOxide",
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Slime",
                                "ShouldHave": false,
                                "id": "OrganType"
                            }
                        ],
                        "probability": 0.1,
                         "id": "PopupMessage"
                     },
                     },
                     {
                     {
                         "StatusLifetime": 2,
                         "Reagent": "Ethanol",
                         "conditions": [
                        "Group": null,
                            {
                        "Amount": 0.05,
                                "Min": 1,
                         "conditions": null,
                                "Max": 21474836,
                        "probability": 1,
                                "Reagent": "NitrousOxide",
                        "id": "AdjustReagent"
                                "id": "ReagentThreshold"
                    }
                            },
                ]
                            {
            }
                                "Type": "Slime",
        }
                                "ShouldHave": false,
    },
                                "id": "OrganType"
    "Diphenhydramine": {
                            }
        "id": "Diphenhydramine",
                         ],
        "name": "diphenhydramine",
        "group": "Medicine",
        "desc": "Rapidly purges the body of histamine and reduces jitteriness.",
        "physicalDesc": "chalky",
        "color": "#64FFE6FF",
        "recipes": [],
        "metabolisms": {
            "Medicine": {
                "rate": 0.5,
                "effects": [
                    {
                        "Reagent": "Histamine",
                        "Group": null,
                        "Amount": -3,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "WalkSpeedModifier": 0.65,
                         "id": "AdjustReagent"
                        "SprintSpeedModifier": 0.65,
                         "id": "MovespeedModifier"
                     },
                     },
                     {
                     {
                         "Key": "ForcedSleep",
                         "Key": "Jitter",
                         "Component": "ForcedSleeping",
                         "Component": "",
                         "Time": 3,
                         "Time": 3,
                         "Refresh": true,
                         "Refresh": true,
                         "Type": 0,
                         "Type": 1,
                         "conditions": [
                         "conditions": null,
                            {
                                "Min": 1.8,
                                "Max": 21474836,
                                "Reagent": "NitrousOxide",
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Slime",
                                "ShouldHave": false,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "GenericStatusEffect"
Line 7,045: Line 7,061:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 0.25
                                 "Poison": -3
                             },
                             },
                             "groups": null
                             "groups": null
Line 7,051: Line 7,067:
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": null,
                            {
                                "Min": 3.5,
                                "Max": 21474836,
                                "Reagent": "NitrousOxide",
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Slime",
                                "ShouldHave": false,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
Line 7,071: Line 7,075:
         }
         }
     },
     },
     "Ale": {
     "AcidSpit": {
         "id": "Ale",
         "id": "AcidSpit",
         "name": "ale",
         "name": "acidspit",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A dark alchoholic beverage made by malted barley and yeast.",
         "desc": "A drink for the daring, can be deadly if incorrectly prepared!",
         "physicalDesc": "bubbly",
         "physicalDesc": "strong-smelling",
         "color": "#663100FF",
         "color": "#365000FF",
         "recipes": [],
         "recipes": [
            "AcidSpit"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 7,101: Line 7,107:
         }
         }
     },
     },
     "RobustHarvest": {
     "SuiDream": {
         "id": "RobustHarvest",
         "id": "SuiDream",
         "name": "robust harvest",
         "name": "sui dream",
         "group": "Botanical",
         "group": "Drinks",
         "desc": "Plant-enhancing hormones, good for increasing potency.",
         "desc": "'Comprised of: White soda, blue curacao, melon liquor.'",
         "physicalDesc": "robust",
         "physicalDesc": "strong-smelling",
         "color": "#3E901CFF",
         "color": "#00A86BFF",
         "recipes": [
         "recipes": [
             "RobustHarvest"
             "SuiDream"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "conditions": null,
                            "types": {
                        "probability": 1,
                                "Poison": -2,
                        "HydrationFactor": 2,
                                "Blunt": -3,
                        "id": "SatiateThirst"
                                "Slash": -3,
                    },
                                "Piercing": -3
                    {
                            },
                        "Reagent": "Ethanol",
                            "groups": null
                        "Group": null,
                         },
                        "Amount": 0.05,
                        "scaleByQuantity": false,
                        "conditions": null,
                        "ignoreResistances": true,
                        "probability": 1,
                        "conditions": [
                         "id": "AdjustReagent"
                            {
                    }
                                "Type": "Plant",
                ]
                                "ShouldHave": true,
            }
                                "id": "OrganType"
        }
                            }
    },
                         ],
    "Posca": {
        "id": "Posca",
        "name": "posca",
        "group": "Drinks",
        "desc": "Poor warriors' drink from a forgotten era.",
        "physicalDesc": "sour",
        "color": "#B3B599FF",
        "recipes": [
            "Posca"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 3,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 7,141: Line 7,163:
         }
         }
     },
     },
     "Beer": {
     "Gin": {
         "id": "Beer",
         "id": "Gin",
         "name": "beer",
         "name": "gin",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "An alcoholic beverage made from malted grains, hops, yeast, and water.",
         "desc": "A distilled alcoholic drink that derives its predominant flavour from juniper berries.",
         "physicalDesc": "bubbly",
         "physicalDesc": "strong-smelling",
         "color": "#CFA85FFF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 7,162: Line 7,184:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 7,171: Line 7,193:
         }
         }
     },
     },
     "Acetone": {
     "CubaLibre": {
         "id": "Acetone",
         "id": "CubaLibre",
         "name": "acetone",
         "name": "cuba libre",
         "group": "Unknown",
         "group": "Drinks",
         "desc": "A slick, slightly carcinogenic liquid. Has a multitude of mundane uses in everyday life.",
         "desc": "Rum, mixed with cola. Viva la revolucion.",
         "physicalDesc": "acidic",
         "physicalDesc": "bubbly",
         "color": "#AF14B7FF",
         "color": "#3E1B00FF",
         "recipes": [
         "recipes": [
             "Acetone"
             "CubaLibre"
         ],
         ],
         "metabolisms": null
         "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            }
        }
     },
     },
     "Gold": {
     "Patron": {
         "id": "Gold",
         "id": "Patron",
         "name": "gold",
         "name": "patron",
         "group": "Elements",
         "group": "Drinks",
         "desc": "Gold is a dense, soft, shiny metal and the most malleable and ductile metal known.",
         "desc": "Tequila with silver in it, a favorite of alcoholic women in the club scene.",
         "physicalDesc": "metallic",
         "physicalDesc": "metallic",
         "color": "#F7C430FF",
         "color": "#585840FF",
        "recipes": [],
        "metabolisms": null
    },
    "ChloralHydrate": {
        "id": "ChloralHydrate",
        "name": "chloral hydrate",
        "group": "Toxins",
        "desc": "In low doses, makes you drowsy. In higher doses, puts you to sleep. Overdoses deal toxin damage.",
        "physicalDesc": "nondescript",
        "color": "#000067FF",
         "recipes": [
         "recipes": [
             "ChloralHydrate"
             "Patron"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "StatusLifetime": 2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "WalkSpeedModifier": 0.65,
                         "HydrationFactor": 2,
                        "SprintSpeedModifier": 0.65,
                         "id": "SatiateThirst"
                         "id": "MovespeedModifier"
                     },
                     },
                     {
                     {
                         "Key": "ForcedSleep",
                         "Reagent": "Ethanol",
                         "Component": "ForcedSleeping",
                         "Group": null,
                         "Time": 2,
                        "Amount": 0.2,
                         "Refresh": false,
                         "conditions": null,
                         "Type": 0,
                         "probability": 1,
                         "id": "AdjustReagent"
                    }
                ]
            }
        }
    },
    "CarbonDioxide": {
        "id": "CarbonDioxide",
        "name": "carbon dioxide",
        "group": "Unknown",
        "desc": "You have genuinely no idea what this is.",
        "physicalDesc": "odorless",
        "color": "#66FF33FF",
        "recipes": [],
        "metabolisms": {
            "Gas": {
                "rate": 0.5,
                "effects": [
                    {
                        "Factor": 1,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 15,
                                 "Type": "Plant",
                                "Max": 21474836,
                                 "ShouldHave": true,
                                 "Reagent": "ChloralHydrate",
                                 "id": "OrganType"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "Oxygenate"
                     },
                     },
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 1.5
                                 "Poison": 0.2
                             },
                             },
                             "groups": null
                             "groups": null
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": true,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 20,
                                "Type": "Plant",
                                "ShouldHave": false,
                                "id": "OrganType"
                            },
                            {
                                 "Min": 0.5,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": "ChloralHydrate",
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
Line 7,256: Line 7,310:
         }
         }
     },
     },
     "JuiceOrange": {
     "WeldingFuel": {
         "id": "JuiceOrange",
         "id": "WeldingFuel",
         "name": "orange juice",
         "name": "welding fuel",
         "group": "Drinks",
        "group": "Pyrotechnic",
         "desc": "Both delicious AND rich in Vitamin C. What more do you need?",
        "desc": "Used by welders to weld.",
        "physicalDesc": "oily",
        "color": "#A76B1CFF",
        "recipes": [],
        "metabolisms": {
            "Poison": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                            "types": {
                                "Poison": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                        "Multiplier": 0.4,
                        "conditions": null,
                        "probability": 1,
                        "id": "FlammableReaction"
                    }
                ]
            }
        }
    },
    "JuiceLime": {
        "id": "JuiceLime",
        "name": "lime juice",
         "group": "Drinks",
         "desc": "The sweet-sour juice of limes.",
         "physicalDesc": "citric",
         "physicalDesc": "citric",
         "color": "#E78108FF",
         "color": "#99BB43FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 7,278: Line 7,367:
         }
         }
     },
     },
     "VodkaTonic": {
     "MelonLiquor": {
         "id": "VodkaTonic",
         "id": "MelonLiquor",
         "name": "vodka tonic",
         "name": "melon liquor",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "For when a gin and tonic isn't russian enough.",
         "desc": "A relatively sweet and fruity 46 proof liquor.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#0064C8FF",
         "color": "#138808FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 7,299: Line 7,388:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.15,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 7,308: Line 7,397:
         }
         }
     },
     },
     "GinFizz": {
     "TheMartinez": {
         "id": "GinFizz",
         "id": "TheMartinez",
         "name": "gin fizz",
         "name": "The Martinez",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Refreshingly lemony, deliciously dry.",
         "desc": "The edgerunner legend.  Remembered by a drink, Forgotten by a drunk.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "vibrant",
         "color": "#664300FF",
         "color": "#75B1F0FF",
         "recipes": [
         "recipes": [
             "GinFizz"
             "TheMartinez"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 7,325: Line 7,414:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                     }
                    {
                 ]
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                 ]
             }
             }
         }
         }
     },
     },
     "LemonLime": {
     "Ichor": {
         "id": "LemonLime",
         "id": "Ichor",
         "name": "lemon-lime",
         "name": "ichor",
         "group": "Drinks",
         "group": "Biological",
         "desc": "tangy lime and lemon soda",
         "desc": "An extremely potent regenerative chemical, perfected by space fauna evolution. Produced in the dragon's digestive system, it is seen as an exotic commodity due to the gargantuan effort of hunting for it.",
         "physicalDesc": "fizzy",
         "physicalDesc": "roaring",
         "color": "#878F00FF",
         "color": "#F4692EFF",
         "recipes": [
         "recipes": [],
            "LemonLime"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 7,357: Line 7,436:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 1.5,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
             }
             },
        }
             "Medicine": {
    },
    "Egg": {
        "id": "Egg",
        "name": "egg",
        "group": "Foods",
        "desc": "Used for baking.",
        "physicalDesc": "mucus-like",
        "color": "#FFFFFFFF",
        "recipes": [],
        "metabolisms": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "Reagent": "Protein",
                         "damage": {
                         "Group": null,
                            "types": {
                         "Amount": 0.5,
                                "Bloodloss": -5
                            },
                            "groups": {
                                "Burn": -5,
                                "Brute": -5,
                                "Toxin": -2
                            }
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 7,388: Line 7,465:
         }
         }
     },
     },
     "Singulo": {
     "CogChamp": {
         "id": "Singulo",
         "id": "CogChamp",
         "name": "singulo",
         "name": "cogchamp",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A blue-space beverage!",
         "desc": "Not even Ratvar's Four Generals could withstand this! Qevax Jryy!",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "ground brass",
         "color": "#3B0C0CFF",
         "color": "#B5A642FF",
         "recipes": [],
         "recipes": [
            "CogChamp"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 7,401: Line 7,480:
                 "effects": [
                 "effects": [
                     {
                     {
                        "Key": "RatvarianLanguage",
                        "Component": "RatvarianLanguage",
                        "Time": 2,
                        "Refresh": true,
                        "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "GenericStatusEffect"
                         "id": "SatiateThirst"
                     },
                     },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            }
        }
    },
    "Mojito": {
        "id": "Mojito",
        "name": "mojito",
        "group": "Drinks",
        "desc": "If it's good enough for Spesscuba, it's good enough for you.",
        "physicalDesc": "strong-smelling",
        "color": "#664300FF",
        "recipes": [
            "Mojito"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "conditions": null,
                         "conditions": null,
Line 7,441: Line 7,498:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.15,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 7,450: Line 7,507:
         }
         }
     },
     },
     "JuiceBerry": {
     "JuiceBerryPoison": {
         "id": "JuiceBerry",
         "id": "JuiceBerryPoison",
         "name": "berry juice",
         "name": "poison berry juice",
         "group": "Drinks",
         "group": "Unknown",
         "desc": "A delicious blend of several different kinds of berries.",
         "desc": "A surprisingly tasty juice blended from various kinds of very deadly and toxic berries.",
         "physicalDesc": "sweet",
         "physicalDesc": "sickly",
         "color": "#660099FF",
         "color": "#6600CCFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 7,467: Line 7,524:
                         "HydrationFactor": 3,
                         "HydrationFactor": 3,
                         "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 7,472: Line 7,547:
         }
         }
     },
     },
     "Phenol": {
     "THC": {
         "id": "Phenol",
         "id": "THC",
         "name": "phenol",
         "name": "THC",
         "group": "Unknown",
         "group": "Narcotics",
         "desc": "An aromatic ring of carbon with a hydroxyl group. A useful precursor to some medicines, but has no healing properties on its own.",
         "desc": "The main psychoactive compound in cannabis.",
        "physicalDesc": "acidic",
         "physicalDesc": "crystalline",
        "color": "#E7EA91FF",
         "color": "#808080FF",
        "recipes": [
            "Phenol"
        ],
        "metabolisms": null
    },
    "IcedBeer": {
        "id": "IcedBeer",
        "name": "iced beer",
        "group": "Drinks",
        "desc": "A beer which is so cold the air around it freezes.",
         "physicalDesc": "bubbly",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Narcotic": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Key": "SeeingRainbows",
                        "Component": "SeeingRainbows",
                        "Time": 16,
                        "Refresh": false,
                        "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "GenericStatusEffect"
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 7,514: Line 7,573:
         }
         }
     },
     },
     "DrGibb": {
     "Inaprovaline": {
         "id": "DrGibb",
         "id": "Inaprovaline",
         "name": "Dr. Gibb",
         "name": "inaprovaline",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "A delicious blend of 42 different flavours.",
         "desc": "Inaprovaline is a synaptic stimulant and cardiostimulant. Commonly used to stabilize patients- it stops oxygen loss when the patient is in critical health. It'll also slow down bleeding by a good amount. Acts as a decent painkiller.",
         "physicalDesc": "fizzy",
         "physicalDesc": "opaque",
         "color": "#102000FF",
         "color": "#731024FF",
         "recipes": [],
         "recipes": [
            "Inaprovaline"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Asphyxiation": -5
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                "mobstate": 2,
                                "id": "MobStateCondition"
                            }
                        ],
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                        "Scaled": false,
                        "Amount": -0.25,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "ModifyBleedAmount"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 7,536: Line 7,616:
         }
         }
     },
     },
     "Frostoil": {
     "Toxin": {
         "id": "Frostoil",
         "id": "Toxin",
         "name": "frostoil",
         "name": "toxin",
         "group": "Foods",
         "group": "Toxins",
         "desc": "Leaves the tongue numb in its passage.",
         "desc": "A toxic chemical.",
         "physicalDesc": "cold",
         "physicalDesc": "opaque",
         "color": "#87CEEBFF",
         "color": "#CF3600FF",
        "recipes": [],
        "metabolisms": null
    },
    "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": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 4
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 7,576: Line 7,645:
         }
         }
     },
     },
     "Left4Zed": {
     "Sigynate": {
         "id": "Left4Zed",
         "id": "Sigynate",
         "name": "left-4-zed",
         "name": "sigynate",
         "group": "Botanical",
         "group": "Medicine",
         "desc": "A cocktail of mutagenic compounds, which cause plant life to become highly unstable.",
         "desc": "A thick pink syrup useful for neutralizing acids and soothing trauma caused by acids. Tastes sweet!",
         "physicalDesc": "heterogeneous",
         "physicalDesc": "thick",
         "color": "#5B406CFF",
         "color": "#E0A5B9FF",
         "recipes": [
         "recipes": [
             "Left4Zed"
             "Sigynate"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 7,591: Line 7,660:
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": [
                         "damage": {
                             {
                             "types": {
                                 "Type": "Plant",
                                 "Caustic": -3
                                "ShouldHave": true,
                            },
                                "id": "OrganType"
                            "groups": null
                            }
                        },
                        ],
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "NutritionFactor": 3,
                         "id": "HealthChange"
                         "id": "SatiateHunger"
                     },
                     },
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 1
                                 "Heat": 2
                             },
                             },
                             "groups": null
                             "groups": null
Line 7,613: Line 7,683:
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Type": "Plant",
                                 "Min": 16,
                                 "ShouldHave": true,
                                "Max": 21474836,
                                 "id": "OrganType"
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    },
                    {
                        "Amplitude": 10,
                        "Frequency": 4,
                        "Time": 2,
                        "Refresh": true,
                        "conditions": [
                            {
                                "Min": 20,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "Jitter"
                    },
                    {
                        "Messages": [
                            "generic-reagent-effect-nauseous"
                        ],
                        "Type": 1,
                        "VisualType": 2,
                        "conditions": [
                            {
                                "Min": 20,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 0.2,
                        "id": "PopupMessage"
                    },
                    {
                        "ThirstAmount": -40,
                        "HungerAmount": -40,
                        "conditions": [
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 0.02,
                        "id": "ChemVomit"
                     }
                     }
                 ]
                 ]
Line 7,625: Line 7,743:
         }
         }
     },
     },
     "IrishCarBomb": {
     "Barefoot": {
         "id": "IrishCarBomb",
         "id": "Barefoot",
         "name": "irish car bomb",
         "name": "barefoot",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A troubling mixture of irish cream and ale.",
         "desc": "Barefoot and pregnant.",
         "physicalDesc": "bubbly",
         "physicalDesc": "strong-smelling",
         "color": "#2E6671FF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [
             "IrishCarBomb"
             "Barefoot"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 7,648: Line 7,766:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.15,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 7,657: Line 7,775:
         }
         }
     },
     },
     "Spaceacillin": {
     "Hyronalin": {
         "id": "Spaceacillin",
         "id": "Hyronalin",
         "name": "spaceacillin",
         "name": "hyronalin",
         "group": "Medicine",
         "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.",
         "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": "opaque",
         "physicalDesc": "cloudy",
         "color": "#9942F5FF",
         "color": "#4CB580FF",
         "recipes": [
         "recipes": [
             "Spaceacillin"
             "Hyronalin"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 7,672: Line 7,790:
                 "effects": [
                 "effects": [
                     {
                     {
                         "CureChance": 0.15,
                         "damage": {
                            "types": {
                                "Radiation": -1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "ChemCureDisease"
                         "id": "HealthChange"
                    },
                    {
                        "ThirstAmount": -40,
                        "HungerAmount": -40,
                        "conditions": null,
                        "probability": 0.02,
                        "id": "ChemVomit"
                     },
                     },
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Cellular": 0.5
                                 "Heat": 2
                             },
                             },
                             "groups": null
                             "groups": null
Line 7,686: Line 7,818:
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": [
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    },
                    {
                        "Amplitude": 10,
                        "Frequency": 4,
                        "Time": 2,
                        "Refresh": true,
                        "conditions": [
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "Jitter"
                     }
                     }
                 ]
                 ]
Line 7,694: Line 7,849:
         }
         }
     },
     },
     "ManhattanProject": {
     "IcedGreenTea": {
         "id": "ManhattanProject",
         "id": "IcedGreenTea",
         "name": "manhattan project",
         "name": "iced green tea",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A scientist's drink of choice, for pondering ways to blow up the ship.",
         "desc": "cold green tea.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "aromatic",
         "color": "#664300FF",
         "color": "#CE4200FF",
         "recipes": [],
         "recipes": [
            "IcedGreenTea"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 7,709: Line 7,866:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 7,724: Line 7,873:
         }
         }
     },
     },
     "Phosphorus": {
     "Phenol": {
         "id": "Phosphorus",
         "id": "Phenol",
         "name": "phosphorus",
         "name": "phenol",
         "group": "Elements",
         "group": "Unknown",
         "desc": "A reactive metal used in pyrotechnics and weapons.",
         "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": "powdery",
         "physicalDesc": "acidic",
         "color": "#EDE4E4FF",
         "color": "#E7EA91FF",
         "recipes": [],
         "recipes": [
            "Phenol"
        ],
         "metabolisms": null
         "metabolisms": null
     },
     },
     "Neurotoxin": {
     "ShamblersJuice": {
         "id": "Neurotoxin",
         "id": "ShamblersJuice",
         "name": "neurotoxin",
         "name": "Shambler's Juice",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A strong neurotoxin that puts the subject into a death-like state.",
         "desc": "~Shake me up some of that Shambler's Juice!~",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "fizzy",
         "color": "#2E2E61FF",
         "color": "#66538FFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 7,751: Line 7,902:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.25,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
             },
             }
             "Poison": {
        }
    },
    "BbqSauce": {
        "id": "BbqSauce",
        "name": "BBQ sauce",
        "group": "Foods",
        "desc": "Hand wipes not included.",
        "physicalDesc": "gloopy",
        "color": "#8B0000FF",
        "recipes": [
            "CookingBbqSauce"
        ],
        "metabolisms": null
    },
    "Manhattan": {
        "id": "Manhattan",
        "name": "manhattan",
        "group": "Drinks",
        "desc": "The Detective's undercover drink of choice. He never could stomach gin...",
        "physicalDesc": "strong-smelling",
        "color": "#664300FF",
        "recipes": [
            "Manhattan"
        ],
        "metabolisms": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 7,782: Line 7,951:
         }
         }
     },
     },
     "FoamingAgent": {
     "Ethylredoxrazine": {
         "id": "FoamingAgent",
         "id": "Ethylredoxrazine",
         "name": "foaming agent",
         "name": "ethylredoxrazine",
         "group": "Pyrotechnic",
         "group": "Medicine",
         "desc": "Makes foam such as that's required in metal foam grenades.",
         "desc": "Neutralises the effects of alcohol in the blood stream. Though it is commonly needed, it is rarely requested.",
         "physicalDesc": "foamy",
         "physicalDesc": "opaque",
         "color": "#215263FF",
         "color": "#2D5708FF",
         "recipes": [
         "recipes": [
             "FoamingAgent"
             "Ethylredoxrazine"
         ],
         ],
        "metabolisms": null
    },
    "Enzyme": {
        "id": "Enzyme",
        "name": "universal enzyme",
        "group": "Foods",
        "desc": "Used in cooking various dishes.",
        "physicalDesc": "chalky",
        "color": "#009900FF",
        "recipes": [],
        "metabolisms": null
    },
    "OilOlive": {
        "id": "OilOlive",
        "name": "olive oil",
        "group": "Foods",
        "desc": "Viscous and fragrant.",
        "physicalDesc": "oily",
        "color": "#808000FF",
        "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "Reagent": "Nutriment",
                         "Key": "Drunk",
                         "Group": null,
                         "Component": "",
                         "Amount": 0.75,
                        "Time": 2,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                         "probability": 1,
                        "id": "GenericStatusEffect"
                    },
                    {
                        "damage": {
                            "types": {
                                "Poison": -0.5
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 7,828: Line 7,992:
         }
         }
     },
     },
     "Flour": {
     "Vodka": {
         "id": "Flour",
         "id": "Vodka",
         "name": "flour",
         "name": "vodka",
         "group": "Foods",
         "group": "Drinks",
         "desc": "Used for baking.",
         "desc": "Clear distilled alcoholic beverage that originates from Poland and Russia.",
         "physicalDesc": "powdery",
         "physicalDesc": "strong-smelling",
         "color": "#FFFFFFFF",
         "color": "#D1D1D155",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Reagent": "Sugar",
                        "Group": null,
                        "Amount": 0.4,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Nutriment",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.1,
                         "Amount": 0.2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 7,860: Line 8,022:
         }
         }
     },
     },
     "Stimulants": {
     "Protein": {
         "id": "Stimulants",
         "id": "Protein",
         "name": "stimulants",
         "name": "protein",
         "group": "Narcotics",
         "group": "Foods",
         "desc": "A chemical cocktail developed by Donk Co. that allows agents to recover from stuns faster, move more quickly, and grants a small heal while close to critical condition. Due to the complex nature of the chemical, it is much harder for the body to purge naturally.",
         "desc": "Found in certain meals, good for bodily health.",
         "physicalDesc": "energizing",
         "physicalDesc": "clumpy",
         "color": "#9A040EFF",
         "color": "#FFFFE5FF",
         "recipes": [],
         "recipes": [
            "ProteinCooking"
        ],
         "metabolisms": {
         "metabolisms": {
             "Narcotic": {
             "Food": {
                 "rate": 0.2,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                    {
                        "StatusLifetime": 2,
                        "conditions": null,
                        "probability": 1,
                        "WalkSpeedModifier": 1.3,
                        "SprintSpeedModifier": 1.3,
                        "id": "MovespeedModifier"
                    },
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": null,
                                 "Poison": 1
                            "groups": {
                             },
                                 "Brute": -0.4
                            "groups": null
                             }
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": null,
                            {
                         "probability": 0.5,
                                "Min": 80,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     },
                     },
                     {
                     {
                         "Key": "Stun",
                         "Scaled": false,
                        "Component": "",
                         "Amount": 1,
                        "Time": 3,
                        "Refresh": true,
                         "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "ModifyBloodLevel"
                     },
                     },
                     {
                     {
                        "Key": "KnockedDown",
                        "Component": "",
                        "Time": 3,
                        "Refresh": true,
                        "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                        "NutritionFactor": 3,
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
             },
             }
        }
    },
    "Dylovene": {
        "id": "Dylovene",
        "name": "dylovene",
        "group": "Medicine",
        "desc": "A broad-spectrum anti-toxin, which treats toxin damage in the blood stream. Overdosing will cause vomiting, dizzyness and pain.",
        "physicalDesc": "translucent",
        "color": "#3A1D8AFF",
        "recipes": [
            "Dylovene"
        ],
        "metabolisms": {
             "Medicine": {
             "Medicine": {
                 "rate": 0.2,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "TimerReset": 600,
                         "damage": {
                            "types": {
                                "Poison": -1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "ResetNarcolepsy"
                         "id": "HealthChange"
                     },
                     },
                     {
                     {
                         "conditions": null,
                        "damage": {
                            "types": {
                                "Brute": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 20,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                        "NutritionFactor": 1,
                         "id": "HealthChange"
                         "id": "SatiateHunger"
                     },
                     },
                     {
                     {
                         "conditions": null,
                        "Amplitude": 10,
                        "Frequency": 4,
                        "Time": 2,
                        "Refresh": true,
                         "conditions": [
                            {
                                "Min": 20,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 1,
                         "id": "Jitter"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "damage": {
                         "Messages": [
                             "types": null,
                             "generic-reagent-effect-nauseous"
                             "groups": {
                        ],
                                 "Burn": -1,
                        "Type": 1,
                                 "Brute": -1
                        "VisualType": 2,
                        "conditions": [
                             {
                                "Min": 20,
                                "Max": 21474836,
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                             }
                             }
                         },
                         ],
                         "scaleByQuantity": false,
                        "probability": 0.2,
                         "ignoreResistances": true,
                        "id": "PopupMessage"
                    },
                    {
                         "ThirstAmount": -40,
                         "HungerAmount": -40,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Max": 120,
                                "Min": 20,
                                 "Min": 70,
                                 "Max": 21474836,
                                 "id": "TotalDamage"
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 0.02,
                         "id": "HealthChange"
                         "id": "ChemVomit"
                     }
                     }
                 ]
                 ]
             }
             },
        }
             "Alcohol": {
    },
                 "rate": 0.5,
    "SpaceDrugs": {
                 "effects": [
        "id": "SpaceDrugs",
                     {
        "name": "space drugs",
                         "BoozePower": 3,
        "group": "Narcotics",
                        "SlurSpeech": true,
        "desc": "An illegal compound which induces a number of effects such as loss of balance and visual artefacts.",
                         "conditions": [
        "physicalDesc": "syrupy",
                            {
        "color": "#63806EFF",
                                "Min": 15,
        "recipes": [
                                "Max": 21474836,
             "SpaceDrugs"
                                "Reagent": null,
        ],
                                "id": "ReagentThreshold"
        "metabolisms": {
                            }
            "Narcotic": {
                         ],
                 "rate": 0.5,
                 "effects": [
                     {
                         "Key": "SeeingRainbows",
                         "Component": "SeeingRainbows",
                        "Time": 5,
                        "Refresh": false,
                        "Type": 0,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "Drunk"
                     }
                     }
                 ]
                 ]
Line 7,995: Line 8,183:
         }
         }
     },
     },
     "JuicePotato": {
     "Milk": {
         "id": "JuicePotato",
         "id": "Milk",
         "name": "potato juice",
         "name": "milk",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Juice of the potato. Bleh.",
         "desc": "An opaque white liquid produced by the mammary glands of mammals.",
         "physicalDesc": "starchy",
         "physicalDesc": "opaque",
         "color": "#302000FF",
         "color": "#DFDFDFFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 8,010: Line 8,198:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "HydrationFactor": 4,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 8,017: Line 8,205:
         }
         }
     },
     },
     "AcidSpit": {
     "Cryptobiolin": {
         "id": "AcidSpit",
         "id": "Cryptobiolin",
         "name": "acidspit",
         "name": "cryptobiolin",
         "group": "Drinks",
        "group": "Medicine",
         "desc": "A drink for the daring, can be deadly if incorrectly prepared!",
        "desc": "Causes confusion and dizziness. This is essential to make Spaceacillin.",
         "physicalDesc": "strong-smelling",
        "physicalDesc": "fizzy",
         "color": "#365000FF",
        "color": "#081A80FF",
         "recipes": [],
        "recipes": [
            "Cryptobiolin"
        ],
        "metabolisms": {
            "Medicine": {
                "rate": 0.5,
                "effects": [
                    {
                        "Key": "Stutter",
                        "Component": "ScrambledAccent",
                        "Time": 2,
                        "Refresh": true,
                        "Type": 0,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    }
                ]
            },
            "Alcohol": {
                "rate": 0.5,
                "effects": [
                    {
                        "BoozePower": 20,
                        "SlurSpeech": false,
                        "conditions": null,
                        "probability": 1,
                        "id": "Drunk"
                    }
                ]
            }
        }
    },
    "Singulo": {
        "id": "Singulo",
        "name": "singulo",
         "group": "Drinks",
         "desc": "A blue-space beverage!",
         "physicalDesc": "strong-smelling",
         "color": "#3B0C0CFF",
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 8,047: Line 8,275:
         }
         }
     },
     },
     "MilkSoy": {
     "Amasec": {
         "id": "MilkSoy",
         "id": "Amasec",
         "name": "soy milk",
         "name": "amasec",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Consumers favorite.",
         "desc": "Official drink of the Gun Club!",
         "physicalDesc": "refreshing",
         "physicalDesc": "strong-smelling",
         "color": "#D2C29DFF",
         "color": "#124DA7FF",
         "recipes": [],
         "recipes": [
            "Amasec"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 8,062: Line 8,292:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 4,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                    },
                 ]
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                 ]
             }
             }
         }
         }
     },
     },
     "Arithrazine": {
     "Slime": {
         "id": "Arithrazine",
         "id": "Slime",
         "name": "arithrazine",
         "name": "slime",
         "group": "Medicine",
         "group": "Biological",
         "desc": "A slightly unstable medication used for the most extreme case of radiation poisoning. Lowers radiation level at over twice the rate Hyronalin does and will heal toxin damage at the same time. Deals very minor brute damage to the patient over time, but the patient's body will typically out-regenerate it easily.",
         "desc": "You thought this was gradient blood at first, but you were mistaken.",
         "physicalDesc": "cloudy",
         "physicalDesc": "viscous",
         "color": "#BD5902FF",
         "color": "#2CF274FF",
         "recipes": [
         "recipes": [],
            "Arithrazine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Food": {
                 "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"
                        "NutritionFactor": 1.5,
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 8,102: Line 8,329:
         }
         }
     },
     },
     "Corpium": {
     "MindbreakerToxin": {
         "id": "Corpium",
         "id": "MindbreakerToxin",
         "name": "corpium",
         "name": "mindbreaker toxin",
         "group": "Unknown",
         "group": "Toxins",
         "desc": "A Syndicate cocktail, carefully harvested from various sources. You wouldn't want this inside of you.",
         "desc": "A potent hallucinogenic compound that is illegal under space law. Formerly known as LSD.",
         "physicalDesc": "necrotic",
        "physicalDesc": "opaque",
         "color": "#7668A1FF",
        "color": "#77B58EFF",
         "recipes": [],
        "recipes": [
         "metabolisms": {
            "MindbreakerToxin"
             "Poison": {
        ],
                 "rate": 0.5,
        "metabolisms": null
                 "effects": [
    },
                     {
    "Thermite": {
                         "damage": {
        "id": "Thermite",
        "name": "thermite",
        "group": "Pyrotechnic",
        "desc": "A mixture that becomes extremely hot when ignited, and which can burn straight through walls when applied and ignited. It'll slowly inflict burn damage to anybody dumb enough to ingest it, but can't be ignited inside inside said dumb person.",
         "physicalDesc": "grainy",
         "color": "#757245FF",
         "recipes": [
            "Thermite"
        ],
         "metabolisms": {
             "Poison": {
                 "rate": 0.5,
                 "effects": [
                     {
                         "damage": {
                             "types": {
                             "types": {
                                 "Cellular": 1
                                 "Heat": 2
                             },
                             },
                             "groups": null
                             "groups": null
Line 8,126: Line 8,367:
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    },
                    {
                        "CauseChance": 1,
                        "Disease": "ActiveZombieVirus",
                        "conditions": null,
                        "probability": 1,
                        "id": "ChemCauseDisease"
                     }
                     }
                 ]
                 ]
Line 8,138: Line 8,372:
         }
         }
     },
     },
     "Chlorine": {
     "Barozine": {
         "id": "Chlorine",
         "id": "Barozine",
         "name": "chlorine",
         "name": "barozine",
         "group": "Elements",
         "group": "Medicine",
         "desc": "A yellow-green gas which is toxic to humans.",
         "desc": "A potent drug that prevents pressure damage. Causes extreme pain and jittering. Very poisonous when overdosed.",
         "physicalDesc": "gaseous",
         "physicalDesc": "viscous",
         "color": "#A2FF00FF",
         "color": "#FF867DFF",
         "recipes": [],
         "recipes": [],
        "metabolisms": null
    },
    "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": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Heat": 0.5
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                        "probability": 0.3,
                        "id": "HealthChange"
                    },
                    {
                        "damage": {
                            "types": {
                                "Poison": 3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                    },
                    {
                        "ThirstAmount": -40,
                        "HungerAmount": -40,
                        "conditions": [
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 0.15,
                         "id": "ChemVomit"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Key": "PressureImmunity",
                         "Group": null,
                         "Component": "PressureImmunity",
                         "Amount": 0.2,
                        "Time": 2,
                        "Refresh": true,
                         "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "GenericStatusEffect"
                     }
                     },
                ]
                    {
            }
                        "Key": "Stutter",
        }
                        "Component": "StutteringAccent",
    },
                        "Time": 2,
    "Potassium": {
                        "Refresh": true,
        "id": "Potassium",
                        "Type": 0,
        "name": "potassium",
                        "conditions": null,
        "group": "Elements",
                        "probability": 1,
        "desc": "A soft, shiny grey metal. Even more reactive than lithium.",
                        "id": "GenericStatusEffect"
        "physicalDesc": "shiny",
                    },
        "color": "#C6C8CCFF",
        "recipes": [],
        "metabolisms": null
    },
    "WhiskeySoda": {
        "id": "WhiskeySoda",
        "name": "whiskey soda",
        "group": "Drinks",
        "desc": "For the more refined griffon.",
        "physicalDesc": "strong-smelling",
        "color": "#533600FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                        "Amplitude": 10,
                        "Frequency": 4,
                        "Time": 2,
                        "Refresh": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "id": "Jitter"
                         "id": "SatiateThirst"
                    },
                    {
                        "EmoteId": "Scream",
                        "ShowInChat": false,
                        "conditions": null,
                        "probability": 0.2,
                         "id": "Emote"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Messages": [
                         "Group": null,
                            "barozine-effect-skin-burning",
                         "Amount": 0.15,
                            "barozine-effect-muscle-contract"
                        ],
                         "Type": 1,
                         "VisualType": 4,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 0.1,
                         "id": "AdjustReagent"
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 8,220: Line 8,482:
         }
         }
     },
     },
     "Lexorin": {
     "SpaceCleaner": {
         "id": "Lexorin",
         "id": "SpaceCleaner",
         "name": "lexorin",
         "name": "space cleaner",
         "group": "Toxins",
         "group": "Unknown",
         "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": "This is able to clean almost all surfaces of almost anything that may dirty them. The janitor is likely to appreciate refills.",
         "physicalDesc": "pungent",
        "physicalDesc": "lemony fresh",
         "color": "#6B0007FF",
        "color": "#C8FF69FF",
        "recipes": [
            "SpaceCleaner"
        ],
        "metabolisms": null
    },
    "Chlorine": {
        "id": "Chlorine",
        "name": "chlorine",
        "group": "Elements",
        "desc": "A yellow-green gas which is toxic to humans.",
        "physicalDesc": "gaseous",
        "color": "#A2FF00FF",
        "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
    },
    "B52": {
        "id": "B52",
        "name": "b-52",
        "group": "Drinks",
        "desc": "Coffee, irish cream, and cognac. You will get bombed.",
         "physicalDesc": "bubbly",
         "color": "#664300FF",
         "recipes": [
         "recipes": [
             "Lexorin"
             "B52"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Airloss": 7
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 8,251: Line 8,548:
         }
         }
     },
     },
     "Milk": {
     "Grog": {
         "id": "Milk",
         "id": "Grog",
         "name": "milk",
         "name": "grog",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "An opaque white liquid produced by the mammary glands of mammals.",
         "desc": "Watered-down rum, pirate approved!",
         "physicalDesc": "opaque",
         "physicalDesc": "strong-smelling",
         "color": "#DFDFDFFF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [
            "Grog"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 8,266: Line 8,565:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 4,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 8,273: Line 8,580:
         }
         }
     },
     },
     "Charcoal": {
     "DryRamen": {
         "id": "Charcoal",
         "id": "DryRamen",
         "name": "charcoal",
         "name": "dry ramen",
         "group": "Unknown",
         "group": "Drinks",
         "desc": "A black, porous solid",
         "desc": "Dry noodles and salt.",
         "physicalDesc": "porous",
         "physicalDesc": "wormy",
         "color": "#22282BFF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [],
            "Charcoal"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": -1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "NutritionFactor": 1,
                    },
                         "id": "SatiateHunger"
                    {
                        "CleanseRate": 3,
                        "conditions": null,
                        "probability": 1,
                         "id": "ChemCleanBloodstream"
                     }
                     }
                 ]
                 ]
Line 8,310: Line 8,602:
         }
         }
     },
     },
     "HeartbreakerToxin": {
     "BuzzochloricBees": {
         "id": "HeartbreakerToxin",
         "id": "BuzzochloricBees",
         "name": "heartbreaker toxin",
         "name": "Buzzochloric Bees",
         "group": "Toxins",
         "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.",
         "desc": "Liquid bees. Oh god it's LIQUID BEES NO-",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "buzzy",
         "color": "#5F959CFF",
         "color": "#FFD35DFF",
         "recipes": [
         "recipes": [
             "HeartbreakerToxin"
             "BuzzochloricBees"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 8,325: Line 8,617:
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "Messages": [
                             "types": {
                            "buzzochloricbees-effect-oh-god-bees",
                                 "Asphyxiation": 2
                            "buzzochloricbees-effect-its-the-bees",
                            "buzzochloricbees-effect-why-am-i-covered-in-bees",
                            "buzzochloricbees-effect-one-with-the-bees",
                             "buzzochloricbees-effect-squeaky-clean"
                        ],
                        "Type": 1,
                        "VisualType": 3,
                        "conditions": [
                            {
                                 "Min": 0,
                                "Max": 0,
                                "Reagent": "Histamine",
                                "id": "ReagentThreshold"
                             },
                             },
                             "groups": null
                             {
                        },
                                "Tag": "Bee",
                        "scaleByQuantity": false,
                                "Invert": true,
                        "ignoreResistances": true,
                                "id": "HasTag"
                        "conditions": null,
                            }
                         "probability": 1,
                        ],
                         "id": "HealthChange"
                         "probability": 0.1,
                     }
                         "id": "PopupMessage"
                ]
                     },
            }
                    {
        }
                        "Messages": [
    },
                            "buzzochloricbees-effect-histamine-bee-allergy",
    "LongIslandIcedTea": {
                            "buzzochloricbees-effect-histamine-swells",
        "id": "LongIslandIcedTea",
                            "buzzochloricbees-effect-histamine-numb-to-the-bees",
        "name": "long island iced tea",
                            "buzzochloricbees-effect-histamine-cannot-be-one-with-the-bees",
        "group": "Drinks",
                            "buzzochloricbees-effect-squeaky-clean"
        "desc": "The liquor cabinet, brought together in a delicious mix. Intended for middle-aged alcoholic women only.",
                        ],
        "physicalDesc": "strong-smelling",
                        "Type": 1,
        "color": "#664300FF",
                        "VisualType": 2,
        "recipes": [
                        "conditions": [
            "LongIslandIcedTea"
                            {
        ],
                                "Min": 0.01,
        "metabolisms": {
                                "Max": 21474836,
            "Drink": {
                                "Reagent": "Histamine",
                "rate": 0.5,
                                "id": "ReagentThreshold"
                "effects": [
                            },
                            {
                                "Tag": "Bee",
                                "Invert": true,
                                "id": "HasTag"
                            }
                        ],
                        "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,
                         "VisualType": 2,
                        "conditions": [
                            {
                                "Tag": "Bee",
                                "Invert": true,
                                "id": "HasTag"
                            },
                            {
                                "Min": 0.01,
                                "Max": 21474836,
                                "Reagent": "Licoxide",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 0.05,
                         "id": "PopupMessage"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Messages": [
                        "Group": null,
                            "buzzochloricbees-effect-fiber-hairy",
                         "Amount": 0.15,
                            "buzzochloricbees-effect-fiber-soft"
                         "conditions": null,
                         ],
                         "probability": 1,
                         "Type": 1,
                         "id": "AdjustReagent"
                         "VisualType": 0,
                    }
                         "conditions": [
                ]
                            {
            }
                                "Tag": "Bee",
        }
                                "Invert": true,
    },
                                "id": "HasTag"
    "Radium": {
                            },
        "id": "Radium",
                            {
        "name": "radium",
                                "Min": 0.01,
        "group": "Elements",
                                "Max": 21474836,
        "desc": "A radioactive metal, silvery-white in its pure form. It glows due to its radioactivity and is highly toxic.",
                                "Reagent": "Fiber",
        "physicalDesc": "glowing",
                                "id": "ReagentThreshold"
        "color": "#00FF04FF",
                            }
        "recipes": [],
                        ],
        "metabolisms": {
                        "probability": 0.05,
            "Poison": {
                        "id": "PopupMessage"
                "rate": 0.5,
                    },
                "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Radiation": 2
                                 "Poison": 2,
                                "Piercing": 2
                             },
                             },
                             "groups": null
                             "groups": null
Line 8,394: Line 8,726:
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": [
                            {
                                "Tag": "Bee",
                                "Invert": true,
                                "id": "HasTag"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
Line 8,402: Line 8,740:
         }
         }
     },
     },
     "RedMead": {
     "HorseradishSauce": {
         "id": "RedMead",
         "id": "HorseradishSauce",
         "name": "red mead",
         "name": "horseradish sauce",
         "group": "Drinks",
         "group": "Foods",
         "desc": "The true Viking's drink! Even though it has a strange red color.",
         "desc": "Smelly horseradish sauce.",
         "physicalDesc": "strong-smelling",
        "physicalDesc": "overpowering",
         "color": "#C73C00FF",
        "color": "#808080FF",
        "recipes": [],
        "metabolisms": null
    },
    "Carbon": {
        "id": "Carbon",
        "name": "carbon",
        "group": "Elements",
        "desc": "A black, crystalline solid.",
         "physicalDesc": "crystalline",
         "color": "#22282BFF",
         "recipes": [],
         "recipes": [],
        "metabolisms": null
    },
    "Margarita": {
        "id": "Margarita",
        "name": "margarita",
        "group": "Drinks",
        "desc": "On the rocks with salt on the rim. Arriba~!",
        "physicalDesc": "strong-smelling",
        "color": "#8CFF8CFF",
        "recipes": [
            "Margarita"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 8,432: Line 8,792:
         }
         }
     },
     },
     "TableSalt": {
     "SodaWater": {
         "id": "TableSalt",
         "id": "SodaWater",
         "name": "table salt",
         "name": "soda water",
         "group": "Foods",
         "group": "Drinks",
         "desc": "Commonly known as salt, Sodium Chloride is often used to season food or kill borers instantly.",
         "desc": "A container of club soda. Why not make a scotch and soda?",
         "physicalDesc": "grainy",
         "physicalDesc": "fizzy",
         "color": "#A1000BFF",
         "color": "#619494FF",
         "recipes": [
         "recipes": [],
            "TableSalt"
        ],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 8,449: Line 8,807:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "NutritionFactor": 0.5,
                         "HydrationFactor": 3,
                        "id": "SatiateHunger"
                    },
                    {
                        "conditions": null,
                        "probability": 1,
                         "HydrationFactor": -0.5,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 8,462: Line 8,814:
         }
         }
     },
     },
     "Saxoite": {
     "Synaptizine": {
         "id": "Saxoite",
         "id": "Synaptizine",
         "name": "Saxoite",
         "name": "synaptizine",
         "group": "Unknown",
         "group": "Medicine",
         "desc": "Smells like jazz.",
         "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": "ground brass",
         "physicalDesc": "pungent",
         "color": "#B8A603FF",
         "color": "#D49A2FFF",
         "recipes": [],
         "recipes": [
        "metabolisms": null
            "Synaptizine"
    },
         ],
    "Plasma": {
        "id": "Plasma",
        "name": "plasma",
        "group": "Unknown",
        "desc": "Funky, space-magic pixie dust. You probably shouldn't eat this, but we both know you will anyways.",
        "physicalDesc": "gaseous",
        "color": "#7E009EFF",
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Poison": {
Line 8,498: Line 8,842:
                     },
                     },
                     {
                     {
                         "Reagent": "Inaprovaline",
                         "Key": "Stun",
                         "Group": null,
                         "Component": "",
                         "Amount": -2,
                        "Time": 3,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                         "probability": 1,
                        "id": "GenericStatusEffect"
                    },
                    {
                        "Key": "KnockedDown",
                        "Component": "",
                        "Time": 3,
                        "Refresh": true,
                        "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "GenericStatusEffect"
                     }
                     },
                ]
            },
            "Gas": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "damage": {
                         "Key": "SeeingRainbows",
                            "types": {
                        "Component": "",
                                "Poison": 1
                        "Time": 15,
                            },
                         "Refresh": true,
                            "groups": null
                         "Type": 1,
                        },
                         "scaleByQuantity": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "GenericStatusEffect"
                     }
                     }
                 ]
                 ]
Line 8,527: Line 8,875:
         }
         }
     },
     },
     "JuiceApple": {
     "Aluminium": {
         "id": "JuiceApple",
         "id": "Aluminium",
         "name": "apple juice",
         "name": "aluminium",
         "group": "Drinks",
         "group": "Elements",
         "desc": "It's a little piece of Eden.",
         "desc": "A silver, soft, non-magnetic, and ductile metal.",
         "physicalDesc": "crisp",
         "physicalDesc": "metallic",
         "color": "#FDAD01FF",
         "color": "#848789FF",
         "recipes": [],
         "recipes": [],
        "metabolisms": null
    },
    "Diphenylmethylamine": {
        "id": "Diphenylmethylamine",
        "name": "diphenylmethylamine",
        "group": "Medicine",
        "desc": "A more stable medicine than ethyloxyephedrine. Useful for keeping someone awake.",
        "physicalDesc": "glowing",
        "color": "#B0ABAAFF",
        "recipes": [
            "Diphenylmethylamine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "TimerReset": 600,
                        "conditions": [
                            {
                                "Min": 5,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "ResetNarcolepsy"
                    },
                    {
                        "Messages": [
                            "ethyloxyephedrine-effect-feeling-awake",
                            "ethyloxyephedrine-effect-clear-mind"
                        ],
                        "Type": 1,
                        "VisualType": 2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 0.1,
                        "HydrationFactor": 3,
                         "id": "PopupMessage"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 8,549: Line 8,927:
         }
         }
     },
     },
     "Copper": {
     "Sbiten": {
         "id": "Copper",
         "id": "Sbiten",
         "name": "copper",
         "name": "sbiten",
        "group": "Elements",
         "group": "Drinks",
        "desc": "A soft, malleable, and ductile metal with very high thermal and electrical conductivity.",
         "desc": "A spicy Vodka! Might be a little hot for the little guys!",
        "physicalDesc": "metallic",
         "physicalDesc": "strong-smelling",
        "color": "#B05B3CFF",
         "color": "#004166FF",
        "recipes": [],
        "metabolisms": null
    },
    "HorseradishSauce": {
        "id": "HorseradishSauce",
        "name": "horseradish sauce",
        "group": "Foods",
        "desc": "Smelly horseradish sauce.",
        "physicalDesc": "overpowering",
        "color": "#808080FF",
        "recipes": [],
        "metabolisms": null
    },
    "Mayo": {
        "id": "Mayo",
        "name": "mayonnaise",
        "group": "Foods",
        "desc": "Creamy sauce, made from oil, egg, and some (edible) acid.",
        "physicalDesc": "thick",
        "color": "#F9F5E5FF",
        "recipes": [
            "CookingMayoLemon",
            "CookingMayoVinegar"
        ],
        "metabolisms": null
    },
    "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": [
         "recipes": [
             "DoctorsDelight"
             "Sbiten"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 8,601: Line 8,946:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "conditions": null,
                        "probability": 1,
                        "NutritionFactor": -2,
                        "id": "SatiateHunger"
                     },
                     },
                     {
                     {
Line 8,617: Line 8,956:
                     }
                     }
                 ]
                 ]
             },
             }
             "Medicine": {
        }
    },
    "Neurotoxin": {
        "id": "Neurotoxin",
        "name": "neurotoxin",
        "group": "Drinks",
        "desc": "A strong neurotoxin that puts the subject into a death-like state.",
        "physicalDesc": "strong-smelling",
        "color": "#2E2E61FF",
        "recipes": [],
        "metabolisms": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "conditions": null,
                            "types": null,
                        "probability": 1,
                            "groups": {
                        "HydrationFactor": 2,
                                "Burn": -1,
                        "id": "SatiateThirst"
                                "Brute": -1,
                    },
                                "Airloss": -1,
                    {
                                 "Toxin": -1
                        "Reagent": "Ethanol",
                             }
                        "Group": null,
                        "Amount": 0.25,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            },
            "Poison": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                            "types": {
                                 "Poison": 1
                             },
                            "groups": null
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
Line 8,641: Line 9,007:
         }
         }
     },
     },
     "BananaHonk": {
     "SpaceMountainWind": {
         "id": "BananaHonk",
         "id": "SpaceMountainWind",
         "name": "banana honk",
         "name": "Space Mountain Wind",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A drink from Clown Heaven.",
         "desc": "Blows right through you like a space wind.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "fizzy",
         "color": "#FFFF91FF",
         "color": "#102000FF",
         "recipes": [
         "recipes": [],
            "BananaHonk"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 8,660: Line 9,024:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 8,673: Line 9,029:
         }
         }
     },
     },
     "GinTonic": {
     "Tequila": {
         "id": "GinTonic",
         "id": "Tequila",
         "name": "gin and tonic",
         "name": "tequila",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "An all time classic, mild cocktail.",
         "desc": "A strong and mildly flavoured, mexican produced spirit.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#004166FF",
         "color": "#D7D1D155",
         "recipes": [
         "recipes": [],
            "GinTonic"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 8,696: Line 9,050:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.15,
                         "Amount": 0.2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 8,705: Line 9,059:
         }
         }
     },
     },
     "ChangelingSting": {
     "FoamingAgent": {
         "id": "ChangelingSting",
         "id": "FoamingAgent",
         "name": "changeling sting",
         "name": "foaming agent",
        "group": "Pyrotechnic",
        "desc": "Makes foam such as that's required in metal foam grenades.",
        "physicalDesc": "foamy",
        "color": "#215263FF",
        "recipes": [
            "FoamingAgent"
        ],
        "metabolisms": null
    },
    "Grenadine": {
        "id": "Grenadine",
        "name": "grenadine",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "You take a tiny sip and feel a burning sensation...",
         "desc": "Not cherry flavored!",
         "physicalDesc": "fizzy",
         "physicalDesc": "dark-red",
         "color": "#2E6671FF",
         "color": "#EA1D26FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 8,720: Line 9,086:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 8,727: Line 9,093:
         }
         }
     },
     },
     "CubaLibre": {
     "Phlogiston": {
         "id": "CubaLibre",
         "id": "Phlogiston",
         "name": "cuba libre",
         "name": "phlogiston",
         "group": "Drinks",
         "group": "Pyrotechnic",
         "desc": "Rum, mixed with cola. Viva la revolucion.",
         "desc": "Catches you on fire and makes you ignite.",
         "physicalDesc": "bubbly",
         "physicalDesc": "burning",
         "color": "#3E1B00FF",
         "color": "#D4872AFF",
         "recipes": [
         "recipes": [
             "CubaLibre"
             "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": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Multiplier": 0.1,
                         "Group": null,
                        "conditions": null,
                         "Amount": 0.15,
                        "probability": 1,
                         "id": "FlammableReaction"
                    },
                    {
                         "Amount": 6000,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "AdjustTemperature"
                     }
                     }
                 ]
                 ]
Line 8,759: Line 9,136:
         }
         }
     },
     },
     "THC": {
     "Phosphorus": {
         "id": "THC",
         "id": "Phosphorus",
         "name": "THC",
         "name": "phosphorus",
         "group": "Narcotics",
         "group": "Elements",
         "desc": "The main psychoactive compound in cannabis.",
         "desc": "A reactive metal used in pyrotechnics and weapons.",
         "physicalDesc": "crystalline",
         "physicalDesc": "powdery",
         "color": "#808080FF",
         "color": "#EDE4E4FF",
         "recipes": [],
         "recipes": [],
        "metabolisms": null
    },
    "VodkaMartini": {
        "id": "VodkaMartini",
        "name": "vodka martini",
        "group": "Drinks",
        "desc": "Vodka with Gin. Not quite how 007 enjoyed it, but still delicious.",
        "physicalDesc": "strong-smelling",
        "color": "#004666FF",
        "recipes": [
            "VodkaMartini"
        ],
         "metabolisms": {
         "metabolisms": {
             "Narcotic": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Key": "SeeingRainbows",
                        "Component": "SeeingRainbows",
                        "Time": 5,
                        "Refresh": false,
                        "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 8,785: Line 9,178:
         }
         }
     },
     },
     "Mold": {
     "Ash": {
         "id": "Mold",
         "id": "Ash",
         "name": "mold",
         "name": "ash",
         "group": "Toxins",
         "group": "Unknown",
         "desc": "Often found in dark, humid places or on old bread.",
         "desc": "A light grey powdery residue",
         "physicalDesc": "fuzzy",
        "physicalDesc": "powdery",
         "color": "#8A9A5BFF",
        "color": "#FFFFFFFF",
        "recipes": [],
        "metabolisms": null
    },
    "JuicePotato": {
        "id": "JuicePotato",
        "name": "potato juice",
        "group": "Drinks",
        "desc": "Juice of the potato. Bleh.",
         "physicalDesc": "starchy",
         "color": "#302000FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "HydrationFactor": 3,
                    },
                         "id": "SatiateThirst"
                    {
                        "Diseases": [
                            "VentCough",
                            "SpaceCold",
                            "SpaceFlu",
                            "BirdFlew",
                            "Plague",
                            "TongueTwister",
                            "MemeticAmirmir"
                        ],
                        "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Mold",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                         "id": "ChemCauseRandomDisease"
                     }
                     }
                 ]
                 ]
Line 8,835: Line 9,210:
         }
         }
     },
     },
     "Carpetium": {
     "BloodyMary": {
         "id": "Carpetium",
         "id": "BloodyMary",
         "name": "carpetium",
         "name": "bloody mary",
         "group": "Special",
         "group": "Drinks",
         "desc": "A mystical chemical, usually outsourced from the Clown Planet, that covers everything it touches in carpet.",
         "desc": "A strange yet pleasurable mixture made of vodka, tomato, and lime juice.",
         "physicalDesc": "fibrous",
         "physicalDesc": "strong-smelling",
         "color": "#800000FF",
         "color": "#660000FF",
         "recipes": [
         "recipes": [
             "Carpetium"
             "BloodyMary"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "Messages": [
                         "conditions": null,
                            "carpetium-effect-blood-fibrous",
                         "probability": 1,
                            "carpetium-effect-jumpsuit-insides"
                         "HydrationFactor": 2,
                        ],
                         "id": "SatiateThirst"
                         "Type": 1,
                         "VisualType": 0,
                        "conditions": null,
                        "probability": 0.1,
                         "id": "PopupMessage"
                     },
                     },
                     {
                     {
                         "Reagent": "CarpoToxin",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": -3,
                         "Amount": 0.05,
                         "conditions": [
                         "conditions": null,
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "CarpoToxin",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "AdjustReagent"
Line 8,879: Line 9,242:
         }
         }
     },
     },
     "Margarita": {
     "Ammonia": {
         "id": "Margarita",
         "id": "Ammonia",
         "name": "margarita",
         "name": "ammonia",
        "group": "Botanical",
        "desc": "An effective fertilizer which is better than what is available to the botanist initially, though it isn't as powerful as Diethylamine",
        "physicalDesc": "pungent",
        "color": "#77B58EFF",
        "recipes": [
            "Ammonia"
        ],
        "metabolisms": {
            "Poison": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                            "types": {
                                "Caustic": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                    }
                ]
            }
        }
    },
    "Aloe": {
        "id": "Aloe",
        "name": "aloe",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "On the rocks with salt on the rim. Arriba~!",
         "desc": "So very, very, very good.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#8CFF8CFF",
         "color": "#192C00FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 8,909: Line 9,303:
         }
         }
     },
     },
     "Barozine": {
     "Allicin": {
         "id": "Barozine",
         "id": "Allicin",
         "name": "barozine",
         "name": "allicin",
         "group": "Medicine",
         "group": "Unknown",
         "desc": "A potent drug that prevents pressure damage. Causes extreme pain and jittering. Very poisonous when overdosed.",
         "desc": "An organosulfur compound found in alliums like garlic, onions, and related plants.",
         "physicalDesc": "viscous",
         "physicalDesc": "pungent",
         "color": "#FF867DFF",
         "color": "#F2E9D2FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.05,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Heat": 0.5
                                 "Poison": 0.06
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 0.3,
                        "id": "HealthChange"
                    },
                    {
                        "damage": {
                            "types": {
                                "Poison": 3
                             },
                             },
                             "groups": null
                             "groups": null
Line 8,945: Line 9,326:
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 30,
                                 "Min": 1,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Animal",
                                "ShouldHave": true,
                                "id": "OrganType"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     },
                     }
                ]
            }
        }
    },
    "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": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                        "ThirstAmount": -40,
                         "conditions": null,
                        "HungerAmount": -40,
                        "conditions": [
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 0.15,
                        "id": "ChemVomit"
                    },
                    {
                        "Key": "PressureImmunity",
                        "Component": "PressureImmunity",
                        "Time": 2,
                        "Refresh": true,
                        "Type": 0,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                        "HydrationFactor": 3,
                     },
                         "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": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                        "Key": "Stutter",
                        "Component": "StutteringAccent",
                        "Time": 2,
                        "Refresh": true,
                        "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Amplitude": 10,
                         "Reagent": "Ethanol",
                        "Frequency": 4,
                         "Group": null,
                         "Time": 2,
                         "Amount": 0.05,
                         "Refresh": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "Jitter"
                        "id": "AdjustReagent"
                     },
                    }
                     {
                ]
                         "EmoteId": "Scream",
            }
                         "ShowInChat": false,
        }
    },
    "Ethyloxyephedrine": {
        "id": "Ethyloxyephedrine",
        "name": "ethyloxyephedrine",
        "group": "Medicine",
        "desc": "An unstable medicine derived from desoxyephedrine. With the main effects of desoxyephedrine neutralized, it may be useful for something else.",
        "physicalDesc": "shiny",
        "color": "#D5D5E4FF",
        "recipes": [
            "Ethyloxyephedrine"
        ],
        "metabolisms": {
            "Medicine": {
                "rate": 0.5,
                "effects": [
                    {
                        "Amplitude": 10,
                        "Frequency": 4,
                        "Time": 2,
                        "Refresh": true,
                        "conditions": null,
                        "probability": 1,
                         "id": "Jitter"
                     },
                     {
                         "Key": "Stutter",
                        "Component": "StutteringAccent",
                         "Time": 2,
                        "Refresh": true,
                        "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 0.2,
                         "probability": 1,
                         "id": "Emote"
                         "id": "GenericStatusEffect"
                    },
                    {
                        "TimerReset": 600,
                        "conditions": [
                            {
                                "Min": 10,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "ResetNarcolepsy"
                     },
                     },
                     {
                     {
                         "Messages": [
                         "Messages": [
                             "barozine-effect-skin-burning",
                             "ethyloxyephedrine-effect-feeling-awake",
                             "barozine-effect-muscle-contract"
                             "ethyloxyephedrine-effect-clear-mind"
                         ],
                         ],
                         "Type": 1,
                         "Type": 1,
                         "VisualType": 4,
                         "VisualType": 2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 0.1,
                         "probability": 0.1,
Line 9,019: Line 9,459:
         }
         }
     },
     },
     "FluorosulfuricAcid": {
    "Gold": {
         "id": "FluorosulfuricAcid",
        "id": "Gold",
         "name": "fluorosulfuric acid",
        "name": "gold",
        "group": "Elements",
        "desc": "Gold is a dense, soft, shiny metal and the most malleable and ductile metal known.",
        "physicalDesc": "metallic",
        "color": "#F7C430FF",
        "recipes": [],
        "metabolisms": null
    },
    "SpaceGlue": {
        "id": "SpaceGlue",
        "name": "space glue",
        "group": "Unknown",
        "desc": "Space Glue is a high performance glue intended for maintenance of extremely complex mechanical equipment (and certainly not used to make people stick to the floor).",
        "physicalDesc": "sticky",
        "color": "#FFFFFFFF",
        "recipes": [
            "SpaceGlue"
        ],
        "metabolisms": {
            "Narcotic": {
                "rate": 0.5,
                "effects": [
                    {
                        "Key": "SeeingRainbows",
                        "Component": "SeeingRainbows",
                        "Time": 5,
                        "Refresh": false,
                        "Type": 0,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    },
                    {
                        "Key": "Muted",
                        "Component": "Muted",
                        "Time": 5,
                        "Refresh": false,
                        "Type": 0,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    }
                ]
            }
        }
    },
     "FluorosulfuricAcid": {
         "id": "FluorosulfuricAcid",
         "name": "fluorosulfuric acid",
         "group": "Toxins",
         "group": "Toxins",
         "desc": "An extremely corrosive chemical substance.",
         "desc": "An extremely corrosive chemical substance.",
Line 9,060: Line 9,548:
         }
         }
     },
     },
     "Vitamin": {
     "Astrotame": {
         "id": "Vitamin",
         "id": "Astrotame",
         "name": "vitamin",
         "name": "Astrotame",
         "group": "Foods",
         "group": "Foods",
         "desc": "Found in healthy, complete meals.",
         "desc": "The sweetness of a thousand sugars but none of the calories.",
         "physicalDesc": "chalky",
         "physicalDesc": "sugary",
         "color": "#D3D3D3FF",
         "color": "#7FFFD4FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
        "metabolisms": null
             "Food": {
    },
                 "rate": 0.5,
    "DexalinPlus": {
        "id": "DexalinPlus",
        "name": "dexalin plus",
        "group": "Medicine",
        "desc": "Used in treatment of extreme cases of oxygen deprivation. Effective at healing blood loss damage.",
        "physicalDesc": "cloudy",
        "color": "#4DA0BDFF",
        "recipes": [
            "DexalinPlus"
        ],
         "metabolisms": {
             "Medicine": {
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": null,
                             "types": {
                            "groups": {
                                 "Asphyxiation": -3.5,
                                 "Brute": -0.5,
                                 "Bloodloss": -3
                                 "Burn": -0.5
                             },
                             }
                            "groups": null
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 0.5,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     },
                     },
                     {
                     {
                         "Scaled": false,
                         "Reagent": "Lexorin",
                         "Amount": -0.25,
                        "Group": null,
                         "conditions": null,
                         "Amount": -3,
                         "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Lexorin",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "ModifyBleedAmount"
                         "id": "AdjustReagent"
                     },
                     },
                     {
                     {
                         "conditions": null,
                        "damage": {
                            "types": {
                                "Asphyxiation": 5,
                                "Cold": 3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 25,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                        "NutritionFactor": 3,
                         "id": "HealthChange"
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 9,103: Line 9,626:
         }
         }
     },
     },
     "Silver": {
     "IcedBeer": {
         "id": "Silver",
         "id": "IcedBeer",
         "name": "silver",
         "name": "iced beer",
        "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
    },
    "Water": {
        "id": "Water",
        "name": "water",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A colorless liquid that humans need in order to survive.",
         "desc": "A beer which is so cold the air around it freezes.",
         "physicalDesc": "translucent",
         "physicalDesc": "bubbly",
        "color": "#75B1F0FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 4,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
    },
    "Grog": {
        "id": "Grog",
        "name": "grog",
        "group": "Drinks",
        "desc": "Watered-down rum, pirate approved!",
        "physicalDesc": "strong-smelling",
         "color": "#664300FF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [
             "Grog"
             "IcedBeer",
            "IcedBeerAlt"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 9,167: Line 9,659:
         }
         }
     },
     },
     "Vinaigrette": {
     "ChlorineTrifluoride": {
         "id": "Vinaigrette",
         "id": "ChlorineTrifluoride",
         "name": "vinaigrette",
         "name": "CLF3",
         "group": "Foods",
         "group": "Pyrotechnic",
         "desc": "A basic salad dressing made with oil, vinegar and seasoning.",
         "desc": "You really, REALLY don't want to get this shit anywhere near you.",
         "physicalDesc": "sour",
         "physicalDesc": "blazing",
         "color": "#EFDAAEFF",
         "color": "#FFC8C8FF",
         "recipes": [
         "recipes": [
             "CookingVinaigrette"
             "ChlorineTrifluoride"
         ],
         ],
        "metabolisms": null
         "metabolisms": {
    },
             "Poison": {
    "MilkSpoiled": {
                 "rate": 0.5,
        "id": "MilkSpoiled",
                 "effects": [
        "name": "spoiled milk",
        "group": "Drinks",
        "desc": "This milk has gone rancid.",
        "physicalDesc": "putrid",
        "color": "#FAFFBAFF",
        "recipes": [],
         "metabolisms": {
             "Drink": {
                 "rate": 0.5,
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Heat": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": -2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     },
                     }
                ]
            }
        }
    },
    "Rice": {
        "id": "Rice",
        "name": "rice",
        "group": "Foods",
        "desc": "Hard, small white grains.",
        "physicalDesc": "chewy",
        "color": "#FFFFFFFF",
        "recipes": [],
        "metabolisms": {
            "Food": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "Reagent": "Sugar",
                         "Multiplier": 0.2,
                        "Group": null,
                        "Amount": 0.4,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "FlammableReaction"
                     },
                     },
                     {
                     {
                        "Reagent": "Nutriment",
                         "Amount": 6000,
                        "Group": null,
                         "Amount": 0.1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "AdjustTemperature"
                     }
                     }
                 ]
                 ]
Line 9,233: Line 9,702:
         }
         }
     },
     },
     "EZNutrient": {
     "VentCrud": {
         "id": "EZNutrient",
         "id": "VentCrud",
         "name": "EZ nutrient",
         "name": "vent crud",
         "group": "Botanical",
         "group": "Unknown",
         "desc": "Give your plants some of those EZ nutrients!",
         "desc": "A jet black substance found in poorly maintained ventilation systems.",
         "physicalDesc": "thick",
         "physicalDesc": "sticky",
         "color": "#664330FF",
         "color": "#000000FF",
         "recipes": [
         "recipes": [],
            "EZNutrient"
        ],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": [
                         "damage": {
                             {
                             "types": {
                                 "Type": "Plant",
                                 "Poison": 2
                                "ShouldHave": true,
                            },
                                "id": "OrganType"
                            "groups": null
                            }
                        },
                        ],
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "NutritionFactor": 3,
                         "id": "HealthChange"
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 9,263: Line 9,731:
         }
         }
     },
     },
     "Leporazine": {
     "ThreeMileIsland": {
         "id": "Leporazine",
         "id": "ThreeMileIsland",
         "name": "leporazine",
         "name": "three mile island iced tea",
         "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": "\"Made for a woman, strong enough for a man.\"",
         "physicalDesc": "pungent",
         "physicalDesc": "strong-smelling",
         "color": "#FF7DB5FF",
         "color": "#666340FF",
         "recipes": [
         "recipes": [
             "Leporazine"
             "ThreeMileIsland"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Cold": -4
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Amount": 100000,
                         "Reagent": "Ethanol",
                         "conditions": [
                         "Group": null,
                            {
                        "Amount": 0.15,
                                "Min": 0,
                        "conditions": null,
                                "Max": 293.15,
                                "id": "Temperature"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustTemperature"
                         "id": "AdjustReagent"
                     },
                     },
                     {
                     {
                         "Amount": -10000,
                         "Reagent": "Uranium",
                         "conditions": [
                         "Group": null,
                            {
                        "Amount": 0.05,
                                "Min": 293.15,
                        "conditions": null,
                                "Max": 3.4028235e+38,
                                "id": "Temperature"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustTemperature"
                         "id": "AdjustReagent"
                    },
                    {
                        "Messages": [
                            "leporazine-effect-temperature-adjusting"
                        ],
                        "Type": 1,
                        "VisualType": 2,
                        "conditions": null,
                        "probability": 0.2,
                        "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 9,328: Line 9,771:
         }
         }
     },
     },
     "Vinegar": {
     "Frezon": {
         "id": "Vinegar",
         "id": "Frezon",
         "name": "vinegar",
         "name": "frezon",
         "group": "Foods",
         "group": "Unknown",
         "desc": "Often used to flavor food.",
         "desc": "A highly effective coolant.. and hallucinogenic.",
         "physicalDesc": "sour",
         "physicalDesc": "gaseous",
         "color": "#D2B48CFF",
         "color": "#3A758CFF",
         "recipes": [
         "recipes": [],
            "CookingVinegar"
        ],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Gas": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "Reagent": "Water",
                         "damage": {
                         "Group": null,
                            "types": {
                         "Amount": 0.4,
                                "Cellular": 0.01
                        "conditions": null,
                            },
                            "groups": null
                        },
                        "scaleByQuantity": true,
                         "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 0.5,
                                "Max": 21474836,
                                "Reagent": "Frezon",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "HealthChange"
                    },
                    {
                        "Key": "SeeingRainbows",
                        "Component": "SeeingRainbows",
                        "Time": 5,
                        "Refresh": false,
                        "Type": 0,
                        "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Frezon",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "GenericStatusEffect"
                     },
                     },
                     {
                     {
                         "Reagent": "Vitamin",
                         "BoozePower": 3,
                         "Group": null,
                        "SlurSpeech": true,
                        "Amount": 0.1,
                         "conditions": [
                        "conditions": null,
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Frezon",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "Drunk"
                     },
                     },
                     {
                     {
                         "ThirstAmount": -40,
                         "Messages": [
                         "HungerAmount": -40,
                            "frezon-lungs-cold"
                        ],
                         "Type": 1,
                        "VisualType": 0,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 6,
                                 "Min": 0.5,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": "Frezon",
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 0.1,
                         "probability": 0.1,
                         "id": "ChemVomit"
                         "id": "PopupMessage"
                     }
                    },
                 ]
                    {
             }
                        "Messages": [
                            "frezon-euphoric"
                        ],
                        "Type": 1,
                        "VisualType": 2,
                        "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Frezon",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 0.1,
                        "id": "PopupMessage"
                     }
                 ]
             }
         }
         }
     },
     },
     "SnowWhite": {
     "Napalm": {
         "id": "SnowWhite",
         "id": "Napalm",
         "name": "snow white",
         "name": "napalm",
         "group": "Drinks",
         "group": "Pyrotechnic",
         "desc": "A cold refreshment.",
         "desc": "It's just a little flammable.",
         "physicalDesc": "bubbly",
         "physicalDesc": "soapy",
         "color": "#FFFFFFFF",
         "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": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Multiplier": 0.4,
                        "Group": null,
                        "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "FlammableReaction"
                     }
                     }
                 ]
                 ]
Line 9,406: Line 9,909:
         }
         }
     },
     },
     "MilkOat": {
     "SpaceUp": {
         "id": "MilkOat",
         "id": "SpaceUp",
         "name": "oat milk",
         "name": "Space-Up",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Surprisingly tasty.",
         "desc": "Tastes like a hull breach in your mouth.",
         "physicalDesc": "refreshing",
         "physicalDesc": "fizzy",
         "color": "#DEDACDFF",
         "color": "#00FF00FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 9,421: Line 9,924:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 4,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 9,428: Line 9,931:
         }
         }
     },
     },
     "Sbiten": {
     "WhiskeySoda": {
         "id": "Sbiten",
         "id": "WhiskeySoda",
         "name": "sbiten",
         "name": "whiskey soda",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A spicy Vodka! Might be a little hot for the little guys!",
         "desc": "For the more refined griffon.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#004166FF",
         "color": "#533600FF",
         "recipes": [],
         "recipes": [
            "WhiskeySoda"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 9,449: Line 9,954:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.15,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 9,458: Line 9,963:
         }
         }
     },
     },
     "WhiteRussian": {
     "Lithium": {
         "id": "WhiteRussian",
         "id": "Lithium",
         "name": "white russian",
         "name": "lithium",
        "group": "Elements",
        "desc": "A soft, silvery-white alkali metal. It's highly reactive, and ignites if it makes contact with water.",
        "physicalDesc": "shiny",
        "color": "#C6C8CCFF",
        "recipes": [],
        "metabolisms": null
    },
    "Ketchunaise": {
        "id": "Ketchunaise",
        "name": "ketchunaise",
        "group": "Foods",
        "desc": "So-called Russian dressing, popular among Space Americans.",
        "physicalDesc": "saucey",
        "color": "#FBA399FF",
        "recipes": [
            "CookingKetchunaise"
        ],
        "metabolisms": null
    },
    "SoyLatte": {
        "id": "SoyLatte",
        "name": "soy latte",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "That's just, like, your opinion, man...",
         "desc": "A coffee drink made with espresso and steamed soy milk.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#A68340FF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [
             "WhiteRussian"
             "SoyLatte"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 9,475: Line 10,002:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     },
                     }
                ]
            }
        }
    },
    "DrGibb": {
        "id": "DrGibb",
        "name": "Dr. Gibb",
        "group": "Drinks",
        "desc": "A delicious blend of 42 different flavours.",
        "physicalDesc": "fizzy",
        "color": "#102000FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "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": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                        "HydrationFactor": 3,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 9,490: Line 10,053:
         }
         }
     },
     },
     "NorepinephricAcid": {
     "Booger": {
         "id": "NorepinephricAcid",
         "id": "Booger",
         "name": "norepinephric acid",
         "name": "booger",
         "group": "Narcotics",
         "group": "Drinks",
         "desc": "Makes you unable to see while metabolizing.",
         "desc": "Ewww...",
         "physicalDesc": "milky",
         "physicalDesc": "strong-smelling",
         "color": "#96A8B5FF",
         "color": "#8CFF8CFF",
         "recipes": [
         "recipes": [
             "NorepinephricAcid"
             "Booger"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Narcotic": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Messages": [
                            "generic-reagent-effect-burning-eyes",
                            "generic-reagent-effect-burning-eyes-a-bit",
                            "generic-reagent-effect-tearing-up",
                            "norepinephricacid-effect-eyelids",
                            "norepinephricacid-effect-eyes-itch",
                            "norepinephricacid-effect-vision-fade",
                            "norepinephricacid-effect-vision-fail"
                        ],
                        "Type": 1,
                        "VisualType": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 0.08,
                         "probability": 1,
                         "id": "PopupMessage"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Messages": [
                         "Reagent": "Ethanol",
                            "norepinephricacid-effect-eye-disconnect",
                         "Group": null,
                            "norepinephricacid-effect-eye-pain",
                         "Amount": 0.05,
                            "norepinephricacid-effect-darkness",
                         "conditions": null,
                            "norepinephricacid-effect-blindness"
                        ],
                        "Type": 1,
                        "VisualType": 3,
                         "conditions": [
                            {
                                "Min": 20,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 0.03,
                        "id": "PopupMessage"
                    },
                    {
                        "Key": "TemporaryBlindness",
                        "Component": "TemporaryBlindness",
                        "Time": 2,
                        "Refresh": true,
                        "Type": 0,
                         "conditions": [
                            {
                                "Min": 20,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 9,561: Line 10,085:
         }
         }
     },
     },
     "DemonsBlood": {
     "Arithrazine": {
         "id": "DemonsBlood",
         "id": "Arithrazine",
         "name": "demons blood",
         "name": "arithrazine",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "AHHHH!!!!",
         "desc": "A slightly unstable medication used for the most extreme case of radiation poisoning. Lowers radiation level at over twice the rate Hyronalin does and will heal toxin damage at the same time. Deals very minor brute damage to the patient over time, but the patient's body will typically out-regenerate it easily.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "cloudy",
         "color": "#A70000FF",
         "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"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 9,591: Line 10,118:
         }
         }
     },
     },
     "CoffeeLiqueur": {
     "Dermaline": {
         "id": "CoffeeLiqueur",
         "id": "Dermaline",
         "name": "coffee liqueur",
         "name": "dermaline",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "Liquor flavoured with cold brewed coffee and spices.",
         "desc": "An advanced chemical that is more effective at treating burn damage than Kelotane.",
         "physicalDesc": "cloudy",
         "physicalDesc": "translucent",
         "color": "#664300FF",
         "color": "#215263FF",
         "recipes": [],
         "recipes": [
            "Dermaline"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Heat": -1.5,
                                "Shock": -1.5,
                                "Cold": -1.5
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            }
        }
    },
    "Ash": {
        "id": "Ash",
        "name": "ash",
        "group": "Unknown",
        "desc": "A light grey powdery residue",
        "physicalDesc": "powdery",
        "color": "#FFFFFFFF",
        "recipes": [],
        "metabolisms": null
    },
    "Bicaridine": {
        "id": "Bicaridine",
        "name": "bicaridine",
        "group": "Medicine",
        "desc": "An analgesic which is highly effective at treating brute damage. It's useful for stabilizing people who have been severely beaten, as well as treating less life-threatening injuries. In the case of bleeding (internal or external), bicaridine will slow down the bleeding heavily. If the dosage exceeds the overdose limit, it'll stop it outright.",
        "physicalDesc": "opaque",
        "color": "#FFAA00FF",
        "recipes": [
            "Bicaridine"
        ],
        "metabolisms": {
            "Medicine": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Brute": -2
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                         "id": "HealthChange"
                     },
                     },
                     {
                     {
Line 9,662: Line 10,151:
                             "types": {
                             "types": {
                                 "Asphyxiation": 1,
                                 "Asphyxiation": 1,
                                 "Poison": 0.5
                                 "Cold": 2
                             },
                             },
                             "groups": null
                             "groups": null
Line 9,670: Line 10,159:
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 30,
                                 "Min": 10,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": null,
Line 9,686: Line 10,175:
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 30,
                                 "Min": 10,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": null,
Line 9,694: Line 10,183:
                         "probability": 1,
                         "probability": 1,
                         "id": "Jitter"
                         "id": "Jitter"
                    }
                ]
            },
            "Alcohol": {
                "rate": 0.5,
                "effects": [
                    {
                        "BoozePower": 3,
                        "SlurSpeech": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "Drunk"
                    }
                ]
            }
        }
    },
    "Romerol": {
        "id": "Romerol",
        "name": "romerol",
        "group": "Medicine",
        "desc": "A difficult to procure chemical used in the reversal of the zombification process. Tastes like death.",
        "physicalDesc": "acrid",
        "color": "#7E916EFF",
        "recipes": [
            "Romerol"
        ],
        "metabolisms": {
            "Medicine": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                            "types": {
                                "Poison": 0.5
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                    }
                ]
            }
        }
    },
    "IrishCream": {
        "id": "IrishCream",
        "name": "irish cream",
        "group": "Drinks",
        "desc": "Whiskey-imbued cream. What else could you expect from the Irish.",
        "physicalDesc": "creamy",
        "color": "#664300FF",
        "recipes": [
            "IrishCream"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.2,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            }
        }
    },
    "Pilk": {
        "id": "Pilk",
        "name": "pilk",
        "group": "Drinks",
        "desc": "A sickening mixture of milk and cola.",
        "physicalDesc": "creamy",
        "color": "#E7C69FFF",
        "recipes": [
            "Pilk"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 1,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
    },
    "Iron": {
        "id": "Iron",
        "name": "iron",
        "group": "Elements",
        "desc": "A silvery-grey metal which forms iron oxides (rust) with contact with air. Commonly alloyed with other elements to create alloys such as steel.",
        "physicalDesc": "metallic",
        "color": "#434B4DFF",
        "recipes": [],
        "metabolisms": {
            "Medicine": {
                "rate": 0.5,
                "effects": [
                    {
                        "Scaled": false,
                        "Amount": 4,
                        "conditions": null,
                        "probability": 1,
                        "id": "ModifyBloodLevel"
                    }
                ]
            }
        }
    },
    "Oats": {
        "id": "Oats",
        "name": "oats",
        "group": "Foods",
        "desc": "Used for a variety of tasty purposes.",
        "physicalDesc": "coarse",
        "color": "#D2B48CFF",
        "recipes": [],
        "metabolisms": {
            "Food": {
                "rate": 0.5,
                "effects": [
                    {
                        "Reagent": "Sugar",
                        "Group": null,
                        "Amount": 0.2,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    },
                    {
                        "Reagent": "Nutriment",
                        "Group": null,
                        "Amount": 0.3,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]

Latest revision as of 19:47, 3 June 2023

BraveBull
id"BraveBull"
name"brave bull"
group"Drinks"
desc"It's just as effective as Dutch-Courage!"
physicalDesc"strong-smelling"
color"#664300FF"
recipes
"BraveBull"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.2
conditionsnull
probability1
id"AdjustReagent"
Water
id"Water"
name"water"
group"Drinks"
desc"A colorless liquid that humans need in order to survive."
physicalDesc"translucent"
color"#75B1F0FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor4
id"SatiateThirst"
Impedrezene
id"Impedrezene"
name"impedrezene"
group"Narcotics"
desc"A narcotic that impedes one's ability by slowing down the higher brain cell functions. Causes massive brain damage."
physicalDesc"acrid"
color"#215263FF"
recipes
"Impedrezene"
metabolisms
Narcotic
rate0.5
effects
StatusLifetime2
conditionsnull
probability1
WalkSpeedModifier0.65
SprintSpeedModifier0.65
id"MovespeedModifier"
damage
types
Poison2
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Key"SeeingRainbows"
Component"SeeingRainbows"
Time10
Refreshfalse
Type0
conditionsnull
probability1
id"GenericStatusEffect"
ThirstAmount-40
HungerAmount-40
conditionsnull
probability0.05
id"ChemVomit"
BoozePower5
SlurSpeechtrue
conditionsnull
probability1
id"Drunk"
KiraSpecial
id"KiraSpecial"
name"kira special"
group"Drinks"
desc"Long live the guy who everyone had mistaken for a girl. Baka!"
physicalDesc"strong-smelling"
color"#CCCC99FF"
recipes
"KiraSpecial"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor3
id"SatiateThirst"
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"
Saxoite
id"Saxoite"
name"Saxoite"
group"Unknown"
desc"Smells like jazz."
physicalDesc"ground brass"
color"#B8A603FF"
recipes
Empty array
metabolismsnull
Plasma
id"Plasma"
name"plasma"
group"Unknown"
desc"Funky, space-magic pixie dust. You probably shouldn't eat this, but we both know you will anyways."
physicalDesc"gaseous"
color"#7E009EFF"
recipes
Empty array
metabolisms
Poison
rate0.5
effects
damage
types
Poison3
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Reagent"Inaprovaline"
Groupnull
Amount-2
conditionsnull
probability1
id"AdjustReagent"
Gas
rate0.5
effects
damage
types
Poison1
groupsnull
scaleByQuantitytrue
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Ipecac
id"Ipecac"
name"ipecac"
group"Medicine"
desc"Induces vomiting. Useful for stopping a poisoning that isn't done metabolizing."
physicalDesc"inky"
color"#422912FF"
recipes
"Ipecac"
metabolisms
Medicine
rate0.5
effects
ThirstAmount-40
HungerAmount-40
conditionsnull
probability0.3
id"ChemVomit"
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"
Mold
id"Mold"
name"mold"
group"Toxins"
desc"Often found in dark, humid places or on old bread."
physicalDesc"fuzzy"
color"#8A9A5BFF"
recipes
Empty array
metabolisms
Poison
rate0.5
effects
damage
types
Poison1
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
WhiskeyCola
id"WhiskeyCola"
name"whiskey cola"
group"Drinks"
desc"Whiskey, mixed with cola. Surprisingly refreshing."
physicalDesc"bubbly"
color"#3E1B00FF"
recipes
"WhiskeyCola"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.15
conditionsnull
probability1
id"AdjustReagent"
Coffee
id"Coffee"
name"coffee"
group"Drinks"
desc"A drink made from brewed coffee beans. Contains a moderate amount of caffeine."
physicalDesc"aromatic"
color"#664300FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Theobromine"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
Egg
id"Egg"
name"egg"
group"Foods"
desc"Used for baking."
physicalDesc"mucus-like"
color"#FFFFFFFF"
recipes
Empty array
metabolisms
Food
rate0.5
effects
Reagent"Protein"
Groupnull
Amount0.5
conditionsnull
probability1
id"AdjustReagent"
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"
FourteenLoko
id"FourteenLoko"
name"Fourteen Loko"
group"Drinks"
desc"A highly processed liquid substance barely-passing intergalatic health standards for a soft drink."
physicalDesc"fizzy"
color"#DEB928FF"
recipes
"FourteenLoko"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Theobromine"
Groupnull
Amount0.1
conditionsnull
probability1
id"AdjustReagent"
Poison
rate0.5
effects
damage
types
Poison1
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
PoisonWine
id"PoisonWine"
name"poison wine"
group"Drinks"
desc"Is this even wine? Toxic! Hallucinogenic! Probably consumed in boatloads by your superiors!"
physicalDesc"strong-smelling"
color"#000000FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
Poison
rate0.5
effects
damage
types
Poison1
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
SodiumCarbonate
id"SodiumCarbonate"
name"Sodium Carbonate"
group"Unknown"
desc"A white, odorless, water-soluble salt that yields an alkaline solution in water. Also known as soda ash."
physicalDesc"powdery"
color"#FFFFFFFF"
recipes
"SodiumCarbonate"
metabolismsnull
EnergyDrink
id"EnergyDrink"
name"Energy Drink"
group"Drinks"
desc"A dose of energy! Nanotrasen is not responsible if you grow avian appendages."
physicalDesc"fizzy"
color"#FFFFBFFF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Theobromine"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
Vitamin
id"Vitamin"
name"vitamin"
group"Foods"
desc"Found in healthy, complete meals."
physicalDesc"chalky"
color"#D3D3D3FF"
recipes
Empty array
metabolisms
Food
rate0.5
effects
damage
typesnull
groups
Brute-0.5
Burn-0.5
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability0.5
id"HealthChange"
Scaledfalse
Amount-0.25
conditionsnull
probability1
id"ModifyBleedAmount"
conditionsnull
probability1
NutritionFactor3
id"SatiateHunger"
AlliesCocktail
id"AlliesCocktail"
name"allies cocktail"
group"Drinks"
desc"A drink made from your allies, not as sweet as when made from your enemies."
physicalDesc"strong-smelling"
color"#00664DFF"
recipes
"AlliesCocktail"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
THCOil
id"THCOil"
name"THC oil"
group"Narcotics"
desc"Pure THC oil, extracted from the leaves of the cannabis plant. Much stronger than in it's natural form and can be used to numb chronic pain in patients."
physicalDesc"skunky"
color"#DAA520FF"
recipes
Empty array
metabolisms
Narcotic
rate0.5
effects
Key"SeeingRainbows"
Component"SeeingRainbows"
Time16
Refreshfalse
Type0
conditionsnull
probability1
id"GenericStatusEffect"
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"
CapsaicinOil
id"CapsaicinOil"
name"Capsaicin Oil"
group"Unknown"
desc"Capsaicin Oil is the ingredient found in different types of hot peppers."
physicalDesc"oily"
color"#FF0000FF"
recipes
Empty array
metabolisms
Food
rate0.5
effects
Reagent"Nutriment"
Groupnull
Amount0.75
conditionsnull
probability1
id"AdjustReagent"
Poison
rate0.5
effects
Amount250
conditionsnull
probability1
id"AdjustTemperature"
damage
types
Caustic1
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min5
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"HealthChange"
Messages
"capsaicin-effect-light-burn"
Type1
VisualType0
conditionsnull
probability0.2
id"PopupMessage"
Hotsauce
id"Hotsauce"
name"hotsauce"
group"Foods"
desc"Burns so good."
physicalDesc"spicy"
color"#FF0000FF"
recipes
"CookingHotsauce"
metabolismsnull
Hydrogen
id"Hydrogen"
name"hydrogen"
group"Elements"
desc"A light, flammable gas."
physicalDesc"gaseous"
color"#808080FF"
recipes
Empty array
metabolismsnull
Enzyme
id"Enzyme"
name"universal enzyme"
group"Foods"
desc"Used in cooking various dishes."
physicalDesc"chalky"
color"#009900FF"
recipes
Empty array
metabolismsnull
DriestMartini
id"DriestMartini"
name"driest martini"
group"Drinks"
desc"Only for the experienced. You think you see sand floating in the glass."
physicalDesc"strong-smelling"
color"#2E6671FF"
recipes
"DriestMartini"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.15
conditionsnull
probability1
id"AdjustReagent"
Ale
id"Ale"
name"ale"
group"Drinks"
desc"A dark alchoholic beverage made by malted barley and yeast."
physicalDesc"bubbly"
color"#663100FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
RobustHarvest
id"RobustHarvest"
name"robust harvest"
group"Botanical"
desc"Plant-enhancing hormones, good for increasing potency."
physicalDesc"robust"
color"#3E901CFF"
recipes
"RobustHarvest"
metabolisms
Poison
rate0.5
effects
damage
types
Poison-2
Blunt-3
Slash-3
Piercing-3
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Type"Plant"
ShouldHavetrue
id"OrganType"
probability1
id"HealthChange"
Phalanximine
id"Phalanximine"
name"phalanximine"
group"Medicine"
desc"Used in the treatment of cancer. Causes moderate radiation poisoning."
physicalDesc"acrid"
color"#C8FF75FF"
recipes
"Phalanximine"
metabolisms
Medicine
rate0.5
effects
damage
types
Cellular-1
Radiation1
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
ThirstAmount-40
HungerAmount-40
conditionsnull
probability0.05
id"ChemVomit"
SpiderBlood
id"SpiderBlood"
name"blue blood"
group"Biological"
desc"Doesn't taste like blueberry juice."
physicalDesc"ferrous"
color"#162581FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor1.5
id"SatiateThirst"
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"
Ephedrine
id"Ephedrine"
name"ephedrine"
group"Narcotics"
desc"Increases stun resistance and movement speed, giving you hand cramps. Overdose deals toxin damage and inhibits breathing."
physicalDesc"powdery"
color"#D2FFFAFF"
recipes
"Ephedrine"
metabolisms
Narcotic
rate0.5
effects
StatusLifetime2
conditionsnull
probability1
WalkSpeedModifier1.25
SprintSpeedModifier1.25
id"MovespeedModifier"
damage
types
Poison2
Asphyxiation2
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min20
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"HealthChange"
Amplitude10
Frequency4
Time2
Refreshtrue
conditionsnull
probability1
id"Jitter"
Key"Stun"
Component""
Time1
Refreshtrue
Type1
conditionsnull
probability1
id"GenericStatusEffect"
Key"KnockedDown"
Component""
Time1
Refreshtrue
Type1
conditionsnull
probability1
id"GenericStatusEffect"
Messages
"ephedrine-effect-tight-pain"
"ephedrine-effect-heart-pounds"
Type1
VisualType2
conditionsnull
probability0.05
id"PopupMessage"
Medicine
rate0.5
effects
TimerReset600
conditions
Min30
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"ResetNarcolepsy"
BlueCuracao
id"BlueCuracao"
name"blue curacao"
group"Drinks"
desc"Exotically blue, fruity drink, distilled from oranges."
physicalDesc"strong-smelling"
color"#0000CDFF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.1
conditionsnull
probability1
id"AdjustReagent"
EZNutrient
id"EZNutrient"
name"EZ nutrient"
group"Botanical"
desc"Give your plants some of those EZ nutrients!"
physicalDesc"thick"
color"#664330FF"
recipes
"EZNutrient"
metabolisms
Food
rate0.5
effects
conditions
Type"Plant"
ShouldHavetrue
id"OrganType"
probability1
NutritionFactor3
id"SatiateHunger"
Dexalin
id"Dexalin"
name"dexalin"
group"Medicine"
desc"Used for treating oxygen deprivation. In most cases where it is likely to be needed, the strength of Dexalin Plus will probably be more useful."
physicalDesc"opaque"
color"#0041A8FF"
recipes
"Dexalin"
metabolisms
Medicine
rate0.5
effects
damage
types
Asphyxiation-1
Bloodloss-0.5
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
damage
types
Asphyxiation3
Cold1
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min20
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"HealthChange"
AtomicBomb
id"AtomicBomb"
name"atomic bomb"
group"Drinks"
desc"Nuclear proliferation never tasted so good."
physicalDesc"cloudy"
color"#666300FF"
recipes
"AtomicBomb"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.15
conditionsnull
probability1
id"AdjustReagent"
Reagent"Radium"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
RootBeerFloat
id"RootBeerFloat"
name"root beer float"
group"Drinks"
desc"Root beer, but now with ice cream on top. It truly is the magnum opus of Canadian summertime drinks."
physicalDesc"fizzy and creamy"
color"#4F361FFF"
recipes
"RootBeerFloat"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Mercury
id"Mercury"
name"mercury"
group"Elements"
desc"A silver metal which is liquid at room temperature. It's highly toxic to humans."
physicalDesc"shiny"
color"#929296FF"
recipes
Empty array
metabolisms
Poison
rate0.5
effects
damage
types
Poison2
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Tricordrazine
id"Tricordrazine"
name"tricordrazine"
group"Medicine"
desc"A wide-spectrum stimulant, originally derived from Cordrazine. It's capable of healing most common damage types simultaneously, however only at about half the rate of other medications. Because of its low potency, it's best used as a supplement to other medicines."
physicalDesc"opaque"
color"#00E5FFFF"
recipes
"Tricordrazine"
metabolisms
Medicine
rate0.5
effects
damage
types
Poison-0.5
Heat-0.33
Shock-0.33
Cold-0.33
groups
Brute-1
scaleByQuantityfalse
ignoreResistancestrue
conditions
Max50
Min0
id"TotalDamage"
probability1
id"HealthChange"
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"
Ethanol
id"Ethanol"
name"ethanol"
group"Drinks"
desc"A simple alcohol, makes you drunk if consumed, flammable."
physicalDesc"strong-smelling"
color"#B05B3CFF"
recipes
Empty array
metabolisms
Poison
rate0.5
effects
damage
types
Poison1
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min5
Max21474836
Reagentnull
id"ReagentThreshold"
Type"Dwarf"
ShouldHavefalse
id"OrganType"
probability1
id"HealthChange"
damage
types
Poison0.2
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min5
Max21474836
Reagentnull
id"ReagentThreshold"
Type"Dwarf"
ShouldHavetrue
id"OrganType"
probability1
id"HealthChange"
damage
typesnull
groups
Brute-1
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min5
Max21474836
Reagentnull
id"ReagentThreshold"
Type"Dwarf"
ShouldHavetrue
id"OrganType"
probability1
id"HealthChange"
ThirstAmount-40
HungerAmount-40
conditions
Min3
Max21474836
Reagent"Ethanol"
id"ReagentThreshold"
Type"Dwarf"
ShouldHavefalse
id"OrganType"
probability0.04
id"ChemVomit"
Alcohol
rate0.5
effects
BoozePower20
SlurSpeechtrue
conditionsnull
probability1
id"Drunk"
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"
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"
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"
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"
Vinegar
id"Vinegar"
name"vinegar"
group"Foods"
desc"Often used to flavor food."
physicalDesc"sour"
color"#D2B48CFF"
recipes
"CookingVinegar"
metabolisms
Food
rate0.5
effects
Reagent"Water"
Groupnull
Amount0.4
conditionsnull
probability1
id"AdjustReagent"
Reagent"Vitamin"
Groupnull
Amount0.1
conditionsnull
probability1
id"AdjustReagent"
ThirstAmount-40
HungerAmount-40
conditions
Min6
Max21474836
Reagentnull
id"ReagentThreshold"
probability0.1
id"ChemVomit"
NorepinephricAcid
id"NorepinephricAcid"
name"norepinephric acid"
group"Narcotics"
desc"Makes you unable to see while metabolizing."
physicalDesc"milky"
color"#96A8B5FF"
recipes
"NorepinephricAcid"
metabolisms
Narcotic
rate0.5
effects
Messages
"generic-reagent-effect-burning-eyes"
"generic-reagent-effect-burning-eyes-a-bit"
"generic-reagent-effect-tearing-up"
"norepinephricacid-effect-eyelids"
"norepinephricacid-effect-eyes-itch"
"norepinephricacid-effect-vision-fade"
"norepinephricacid-effect-vision-fail"
Type1
VisualType0
conditionsnull
probability0.08
id"PopupMessage"
Messages
"norepinephricacid-effect-eye-disconnect"
"norepinephricacid-effect-eye-pain"
"norepinephricacid-effect-darkness"
"norepinephricacid-effect-blindness"
Type1
VisualType3
conditions
Min20
Max21474836
Reagentnull
id"ReagentThreshold"
probability0.03
id"PopupMessage"
Key"TemporaryBlindness"
Component"TemporaryBlindness"
Time2
Refreshtrue
Type0
conditions
Min20
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"GenericStatusEffect"
Soysauce
id"Soysauce"
name"soy sauce"
group"Foods"
desc"A salty soy-based flavoring."
physicalDesc"salty"
color"#8B4513FF"
recipes
"CookingSoysauce"
metabolisms
Food
rate0.5
effects
conditionsnull
probability1
NutritionFactor0.5
id"SatiateHunger"
conditionsnull
probability1
HydrationFactor-0.5
id"SatiateThirst"
Moonshine
id"Moonshine"
name"moonshine"
group"Drinks"
desc"Artisanal homemade liquor. What could go wrong?"
physicalDesc"strong-smelling"
color"#D1D7D155"
recipes
"Moonshine"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.25
conditionsnull
probability1
id"AdjustReagent"
Sugar
id"Sugar"
name"sugar"
group"Foods"
desc"Tasty spacey sugar!"
physicalDesc"sweet"
color"#FFFFFFFF"
recipes
Empty array
metabolisms
Food
rate0.5
effects
conditions
Min0.1
Max21474836
Reagent"Nutriment"
id"ReagentThreshold"
probability1
NutritionFactor1
id"SatiateHunger"
ErikaSurprise
id"ErikaSurprise"
name"erika surprise"
group"Drinks"
desc"The surprise is, it's green!"
physicalDesc"strong-smelling"
color"#2E6671FF"
recipes
"ErikaSurprise"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
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
HotRamen
id"HotRamen"
name"hot ramen"
group"Drinks"
desc"Hot noodles."
physicalDesc"wormy"
color"#664300FF"
recipes
"HotRamen"
metabolisms
Food
rate0.5
effects
conditionsnull
probability1
NutritionFactor4
id"SatiateHunger"
SyndicateBomb
id"SyndicateBomb"
name"syndicate bomb"
group"Drinks"
desc"Somebody set us up the bomb!"
physicalDesc"opaque"
color"#2E6660FF"
recipes
"SyndicateBomb"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
SnowWhite
id"SnowWhite"
name"snow white"
group"Drinks"
desc"A cold refreshment."
physicalDesc"bubbly"
color"#FFFFFFFF"
recipes
"SnowWhite"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
BahamaMama
id"BahamaMama"
name"bahama mama"
group"Drinks"
desc"Tropical cocktail."
physicalDesc"strong-smelling"
color"#FF7F3BFF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
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"
Spaceacillin
id"Spaceacillin"
name"spaceacillin"
group"Medicine"
desc"A theta-lactam antibiotic. A common and very useful medicine, effective against many diseases likely to be encountered in space. Slows progression of diseases."
physicalDesc"opaque"
color"#9942F5FF"
recipes
"Spaceacillin"
metabolisms
Medicine
rate0.5
effects
damage
types
Cellular0.5
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Cola
id"Cola"
name"cola"
group"Drinks"
desc"A sweet, carbonated soft drink. Caffeine free."
physicalDesc"fizzy"
color"#422912FF"
recipes
"Cola"
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"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
ChloralHydrate
id"ChloralHydrate"
name"chloral hydrate"
group"Toxins"
desc"In low doses, makes you drowsy. In higher doses, puts you to sleep. Overdoses deal toxin damage."
physicalDesc"nondescript"
color"#000067FF"
recipes
"ChloralHydrate"
metabolisms
Poison
rate0.5
effects
StatusLifetime2
conditionsnull
probability1
WalkSpeedModifier0.65
SprintSpeedModifier0.65
id"MovespeedModifier"
Key"ForcedSleep"
Component"ForcedSleeping"
Time2
Refreshfalse
Type0
conditions
Min15
Max21474836
Reagent"ChloralHydrate"
id"ReagentThreshold"
probability1
id"GenericStatusEffect"
damage
types
Poison1.5
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min20
Max21474836
Reagent"ChloralHydrate"
id"ReagentThreshold"
probability1
id"HealthChange"
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"
Kelotane
id"Kelotane"
name"kelotane"
group"Medicine"
desc"Treats burn damage. Overdosing greatly reduces the body's ability to retain water."
physicalDesc"strong-smelling"
color"#BF3D19FF"
recipes
"Kelotane"
metabolisms
Medicine
rate0.5
effects
damage
types
Heat-0.33
Shock-0.33
Cold-0.33
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
conditions
Min30
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
HydrationFactor-10
id"SatiateThirst"
Messages
"generic-reagent-effect-nauseous"
"generic-reagent-effect-thirsty"
"generic-reagent-effect-parched"
Type1
VisualType0
conditions
Min25
Max21474836
Reagentnull
id"ReagentThreshold"
probability0.1
id"PopupMessage"
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"
Stellibinin
id"Stellibinin"
name"stellibinin"
group"Medicine"
desc"A natual antitoxin with particular effectiveness against amatoxin."
physicalDesc"starry"
color"#2B2F77FF"
recipes
Empty array
metabolisms
Medicine
rate0.5
effects
damage
types
Poison-4
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Reagent"Amatoxin"
Groupnull
Amount-3
conditions
Min1
Max21474836
Reagent"Amatoxin"
id"ReagentThreshold"
probability1
id"AdjustReagent"
Sulfur
id"Sulfur"
name"sulfur"
group"Elements"
desc"A yellow, crystalline solid."
physicalDesc"powdery"
color"#FFF385FF"
recipes
Empty array
metabolismsnull
Cryoxadone
id"Cryoxadone"
name"cryoxadone"
group"Medicine"
desc"Required for the proper function of cryogenics. Heals all standard types of damage very swiftly, but only works in temperatures under 170K (usually this means cryo cells). Can also slowly heal clone damage, such as caused by cloning or Slimes."
physicalDesc"fizzy"
color"#0091FFFF"
recipes
"Cryoxadone"
metabolisms
Medicine
rate0.5
effects
damage
typesnull
groups
Airloss-6
Brute-4
Burn-6
Toxin-4
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min0
Max150
id"Temperature"
probability1
id"HealthChange"
HeartbreakerToxin
id"HeartbreakerToxin"
name"heartbreaker toxin"
group"Toxins"
desc"A hallucinogenic compound that is illegal under space law. A synthetic drug derived from Mindbreaker toxin, it blocks some neurological signals to the respiratory system which causes choking."
physicalDesc"strong-smelling"
color"#5F959CFF"
recipes
"HeartbreakerToxin"
metabolisms
Poison
rate0.5
effects
damage
types
Asphyxiation2
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Mojito
id"Mojito"
name"mojito"
group"Drinks"
desc"If it's good enough for Spesscuba, it's good enough for you."
physicalDesc"strong-smelling"
color"#664300FF"
recipes
"Mojito"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
Romerol
id"Romerol"
name"romerol"
group"Medicine"
desc"A difficult to procure chemical used in the reversal of the zombification process. Tastes like death."
physicalDesc"acrid"
color"#7E916EFF"
recipes
"Romerol"
metabolisms
Medicine
rate0.5
effects
damage
types
Poison0.5
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Theobromine
id"Theobromine"
name"theobromine"
group"Toxins"
desc"Theobromine is a bitter alkaloid of the cacao plant found in chocolate, and some other foods."
physicalDesc"grainy"
color"#F5F5F5FF"
recipes
Empty array
metabolisms
Poison
rate0.05
effects
damage
types
Poison0.4
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min1
Max21474836
Reagentnull
id"ReagentThreshold"
Type"Animal"
ShouldHavetrue
id"OrganType"
probability1
id"HealthChange"
ThirstAmount-40
HungerAmount-40
conditions
Min3
Max21474836
Reagentnull
id"ReagentThreshold"
Type"Animal"
ShouldHavetrue
id"OrganType"
probability0.04
id"ChemVomit"
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"
Miasma
id"Miasma"
name"miasma"
group"Unknown"
desc"Uh oh, stinky!"
physicalDesc"gaseous"
color"#56941EFF"
recipes
Empty array
metabolisms
Gas
rate0.5
effects
damage
types
Poison0.25
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Type"Rat"
ShouldHavefalse
id"OrganType"
Min1
Max21474836
Reagent"Miasma"
id"ReagentThreshold"
probability1
id"HealthChange"
ThirstAmount-40
HungerAmount-40
conditions
Type"Rat"
ShouldHavefalse
id"OrganType"
Min0.8
Max21474836
Reagent"Miasma"
id"ReagentThreshold"
probability0.12
id"ChemVomit"
Messages
"miasma-smell"
Type1
VisualType2
conditions
Min0.25
Max21474836
Reagent"Miasma"
id"ReagentThreshold"
probability0.1
id"PopupMessage"
damage
types
Blunt-4
Slash-3
Piercing-3
groupsnull
scaleByQuantitytrue
ignoreResistancestrue
conditions
Type"Rat"
ShouldHavetrue
id"OrganType"
Min1
Max21474836
Reagent"Miasma"
id"ReagentThreshold"
probability1
id"HealthChange"
Antifreeze
id"Antifreeze"
name"antifreeze"
group"Drinks"
desc"Ultimate refreshment."
physicalDesc"translucent"
color"#FF7D63FF"
recipes
"Antifreeze"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.15
conditionsnull
probability1
id"AdjustReagent"
Amatoxin
id"Amatoxin"
name"amatoxin"
group"Toxins"
desc"A potent toxin found in some mushrooms."
physicalDesc"nondescript"
color"#D6CE7BFF"
recipes
Empty array
metabolisms
Poison
rate0.5
effects
damage
types
Poison6
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
SpaceDrugs
id"SpaceDrugs"
name"space drugs"
group"Narcotics"
desc"An illegal compound which induces a number of effects such as loss of balance and visual artefacts."
physicalDesc"syrupy"
color"#63806EFF"
recipes
"SpaceDrugs"
metabolisms
Narcotic
rate0.5
effects
Key"SeeingRainbows"
Component"SeeingRainbows"
Time5
Refreshfalse
Type0
conditionsnull
probability1
id"GenericStatusEffect"
Siderlac
id"Siderlac"
name"siderlac"
group"Medicine"
desc"A powerful anti-caustic medicine derived from plants."
physicalDesc"milky"
color"#F4DAB8FF"
recipes
"Siderlac"
metabolisms
Medicine
rate0.5
effects
damage
types
Caustic-5
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Rice
id"Rice"
name"rice"
group"Foods"
desc"Hard, small white grains."
physicalDesc"chewy"
color"#FFFFFFFF"
recipes
Empty array
metabolisms
Food
rate0.5
effects
Reagent"Sugar"
Groupnull
Amount0.4
conditionsnull
probability1
id"AdjustReagent"
Reagent"Nutriment"
Groupnull
Amount0.1
conditionsnull
probability1
id"AdjustReagent"
ExperimentalStimulants
id"ExperimentalStimulants"
name"experimental stimulants"
group"Narcotics"
desc"A prototype version of the Stimulant chemical mixture. Usage grants virtual immunity to stun weaponry, rapid tissue regeneration, extreme running speed by reducing lactic acid buildup, and a general feeling of euphoria. Side effects may include extreme levels of anticoagulation, tunnel vision, extreme toxin buildup in the bloodstream, and rapid liver death. Do not give to animals."
physicalDesc"exhilarating"
color"#AE0101FF"
recipes
Empty array
metabolisms
Narcotic
rate0.25
effects
StatusLifetime2
conditions
Min10
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
WalkSpeedModifier1.8
SprintSpeedModifier1.8
id"MovespeedModifier"
StatusLifetime2
conditions
Min0
Max10
Reagentnull
id"ReagentThreshold"
probability1
WalkSpeedModifier0.7
SprintSpeedModifier0.7
id"MovespeedModifier"
ElectrocuteTime2
ElectrocuteDamageScale5
Refreshtrue
conditions
Min0
Max10
Reagentnull
id"ReagentThreshold"
probability0.1
id"Electrocute"
Amplitude10
Frequency4
Time2
Refreshtrue
conditions
Min0
Max10
Reagentnull
id"ReagentThreshold"
probability1
id"Jitter"
Key"Stutter"
Component"StutteringAccent"
Time2
Refreshtrue
Type0
conditions
Min0
Max10
Reagentnull
id"ReagentThreshold"
probability1
id"GenericStatusEffect"
damage
types
Poison1
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min10
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"HealthChange"
damage
types
Poison8
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min60
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"HealthChange"
Key"Stun"
Component""
Time6
Refreshtrue
Type1
conditions
Min10
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"GenericStatusEffect"
Key"KnockedDown"
Component""
Time6
Refreshtrue
Type1
conditions
Min10
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"GenericStatusEffect"
Key"ForcedSleep"
Component"ForcedSleeping"
Time2
Refreshfalse
Type1
conditions
Min10
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"GenericStatusEffect"
Medicine
rate0.25
effects
TimerReset600
conditionsnull
probability1
id"ResetNarcolepsy"
conditionsnull
probability1
NutritionFactor1
id"SatiateHunger"
conditionsnull
probability1
HydrationFactor1
id"SatiateThirst"
damage
typesnull
groups
Brute-4
Burn-4
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min10
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"HealthChange"
Reagent"Lexorin"
Groupnull
Amount-3
conditions
Min1
Max21474836
Reagent"Lexorin"
id"ReagentThreshold"
probability1
id"AdjustReagent"
Reagent"ChloralHydrate"
Groupnull
Amount-3
conditions
Min1
Max21474836
Reagent"ChloralHydrate"
id"ReagentThreshold"
probability1
id"AdjustReagent"
Sake
id"Sake"
name"sake"
group"Drinks"
desc"Alcoholic beverage made by fermenting rice that has been polished."
physicalDesc"strong-smelling"
color"#DDDDDDFF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
TranexamicAcid
id"TranexamicAcid"
name"tranexamic acid"
group"Medicine"
desc"A blood clotting medicine for preventing heavy bleeding. Very dangerous in large quantities."
physicalDesc"viscous"
color"#BA7D7DFF"
recipes
"TranexamicAcid"
metabolisms
Medicine
rate0.5
effects
Scaledfalse
Amount-1.5
conditionsnull
probability1
id"ModifyBleedAmount"
damage
types
Bloodloss3
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min15
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"HealthChange"
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"
PestKiller
id"PestKiller"
name"pest killer"
group"Botanical"
desc"A mixture that targets pests."
physicalDesc"bubbling"
color"#9E9886FF"
recipes
Empty array
metabolisms
Medicine
rate0.5
effects
damage
types
Poison3
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Type"Plant"
ShouldHavetrue
id"OrganType"
probability1
id"HealthChange"
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"
DeadRum
id"DeadRum"
name"deadrum"
group"Drinks"
desc"Distilled alcoholic drink made from saltwater."
physicalDesc"strong-smelling"
color"#664300FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.2
conditionsnull
probability1
id"AdjustReagent"
Frostoil
id"Frostoil"
name"frostoil"
group"Foods"
desc"Leaves the tongue numb in its passage."
physicalDesc"cold"
color"#87CEEBFF"
recipes
Empty array
metabolismsnull
Iron
id"Iron"
name"iron"
group"Elements"
desc"A silvery-grey metal which forms iron oxides (rust) with contact with air. Commonly alloyed with other elements to create alloys such as steel."
physicalDesc"metallic"
color"#434B4DFF"
recipes
Empty array
metabolisms
Medicine
rate0.5
effects
Scaledfalse
Amount4
conditionsnull
probability1
id"ModifyBloodLevel"
CarpoToxin
id"CarpoToxin"
name"carpotoxin"
group"Toxins"
desc"Toxic secretions of a space carp. Causes a painful burning sensation."
physicalDesc"exotic smelling"
color"#E2A38CFF"
recipes
Empty array
metabolisms
Poison
rate0.5
effects
damage
types
Poison4
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Messages
"generic-reagent-effect-burning-insides"
Type1
VisualType3
conditionsnull
probability0.33
id"PopupMessage"
Vinaigrette
id"Vinaigrette"
name"vinaigrette"
group"Foods"
desc"A basic salad dressing made with oil, vinegar and seasoning."
physicalDesc"sour"
color"#EFDAAEFF"
recipes
"CookingVinaigrette"
metabolismsnull
Andalusia
id"Andalusia"
name"andalusia"
group"Drinks"
desc"A nice, strangely named drink."
physicalDesc"strong-smelling"
color"#665700FF"
recipes
"Andalusia"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
IcedTea
id"IcedTea"
name"iced tea"
group"Drinks"
desc"No relation to a certain rap artist/actor."
physicalDesc"aromatic"
color"#104038FF"
recipes
"IcedTea"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Theobromine"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
Pax
id"Pax"
name"pax"
group"Unknown"
desc"A psychiatric drug which prevents the patient from directly harming anyone."
physicalDesc"soothing"
color"#AAAAAAFF"
recipes
"Pax"
metabolisms
Poison
rate0.5
effects
Key"Pacified"
Component"Pacified"
Time2
Refreshfalse
Type0
conditionsnull
probability1
id"GenericStatusEffect"
CoffeeLiqueur
id"CoffeeLiqueur"
name"coffee liqueur"
group"Drinks"
desc"Liquor flavoured with cold brewed coffee and spices."
physicalDesc"cloudy"
color"#664300FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
RedMead
id"RedMead"
name"red mead"
group"Drinks"
desc"The true Viking's drink! Even though it has a strange red color."
physicalDesc"strong-smelling"
color"#C73C00FF"
recipes
"RedMead"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
Left4Zed
id"Left4Zed"
name"left-4-zed"
group"Botanical"
desc"A cocktail of mutagenic compounds, which cause plant life to become highly unstable."
physicalDesc"heterogeneous"
color"#5B406CFF"
recipes
"Left4Zed"
metabolisms
Medicine
rate0.5
effects
conditions
Type"Plant"
ShouldHavetrue
id"OrganType"
probability1
NutritionFactor3
id"SatiateHunger"
damage
types
Poison1
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Type"Plant"
ShouldHavetrue
id"OrganType"
probability1
id"HealthChange"
OilOlive
id"OilOlive"
name"olive oil"
group"Foods"
desc"Viscous and fragrant."
physicalDesc"oily"
color"#808000FF"
recipes
Empty array
metabolisms
Food
rate0.5
effects
Reagent"Nutriment"
Groupnull
Amount0.75
conditionsnull
probability1
id"AdjustReagent"
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
Ketchup
id"Ketchup"
name"ketchup"
group"Foods"
desc"Made from pureed tomatoes and flavored with spices."
physicalDesc"tangy"
color"#FF0000FF"
recipes
"CookingKetchup"
metabolismsnull
Wine
id"Wine"
name"wine"
group"Drinks"
desc"An premium alchoholic beverage made from distilled grape juice."
physicalDesc"translucent"
color"#7E4043FF"
recipes
"BloodToWine"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
Carpetium
id"Carpetium"
name"carpetium"
group"Special"
desc"A mystical chemical, usually outsourced from the Clown Planet, that covers everything it touches in carpet."
physicalDesc"fibrous"
color"#800000FF"
recipes
"Carpetium"
metabolisms
Poison
rate0.5
effects
Messages
"carpetium-effect-blood-fibrous"
"carpetium-effect-jumpsuit-insides"
Type1
VisualType0
conditionsnull
probability0.1
id"PopupMessage"
Reagent"CarpoToxin"
Groupnull
Amount-3
conditions
Min1
Max21474836
Reagent"CarpoToxin"
id"ReagentThreshold"
probability1
id"AdjustReagent"
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"
Hooch
id"Hooch"
name"hooch"
group"Drinks"
desc"Either someone's failure at cocktail making or attempt in alchohol production. In any case, do you really want to drink that?"
physicalDesc"strong-smelling"
color"#664E00FF"
recipes
"Hooch"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
Bicaridine
id"Bicaridine"
name"bicaridine"
group"Medicine"
desc"An analgesic which is highly effective at treating brute damage. It's useful for stabilizing people who have been severely beaten, as well as treating less life-threatening injuries. In the case of bleeding (internal or external), bicaridine will slow down the bleeding heavily. If the dosage exceeds the overdose limit, it'll stop it outright."
physicalDesc"opaque"
color"#FFAA00FF"
recipes
"Bicaridine"
metabolisms
Medicine
rate0.5
effects
damage
typesnull
groups
Brute-2
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
damage
types
Asphyxiation0.5
Poison1.5
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min15
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"HealthChange"
ThirstAmount-40
HungerAmount-40
conditions
Min30
Max21474836
Reagentnull
id"ReagentThreshold"
probability0.02
id"ChemVomit"
Amplitude10
Frequency4
Time2
Refreshtrue
conditions
Min15
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"Jitter"
Alcohol
rate0.5
effects
BoozePower3
SlurSpeechtrue
conditionsnull
probability1
id"Drunk"
Charcoal
id"Charcoal"
name"charcoal"
group"Unknown"
desc"A black, porous solid"
physicalDesc"porous"
color"#22282BFF"
recipes
"Charcoal"
metabolisms
Medicine
rate0.5
effects
damage
types
Poison-1
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
CleanseRate3
conditionsnull
probability1
id"ChemCleanBloodstream"
BeepskySmash
id"BeepskySmash"
name"beepsky smash"
group"Drinks"
desc"Deny drinking this and prepare for THE LAW."
physicalDesc"strong-smelling"
color"#664300FF"
recipes
"BeepskySmash"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.15
conditionsnull
probability1
id"AdjustReagent"
DemonsBlood
id"DemonsBlood"
name"demons blood"
group"Drinks"
desc"AHHHH!!!!"
physicalDesc"strong-smelling"
color"#A70000FF"
recipes
"DemonsBlood"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
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"
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
Nocturine
id"Nocturine"
name"nocturine"
group"Narcotics"
desc"Makes you feel very tired and unable to stand up. Basically, it's bone hurting juice."
physicalDesc"powdery"
color"#128E80FF"
recipes
Empty array
metabolisms
Narcotic
rate0.5
effects
damage
types
Poison1
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min60
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"HealthChange"
Key"ForcedSleep"
Component"ForcedSleeping"
Time2
Refreshfalse
Type0
conditions
Min8
Max21474836
Reagent"Nocturine"
id"ReagentThreshold"
probability1
id"GenericStatusEffect"
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"
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"
MuteToxin
id"MuteToxin"
name"mute toxin"
group"Narcotics"
desc"Makes you unable to talk while metabolizing."
physicalDesc"syrupy"
color"#000000FF"
recipes
"MuteToxin"
metabolisms
Narcotic
rate0.5
effects
Key"Muted"
Component"Muted"
Time2
Refreshtrue
Type0
conditionsnull
probability1
id"GenericStatusEffect"
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"
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"
SulfuricAcid
id"SulfuricAcid"
name"sulfuric acid"
group"Toxins"
desc"A highly corrosive, oily, colorless liquid."
physicalDesc"oily"
color"#BF8C00FF"
recipes
"SulfuricAcid"
metabolisms
Poison
rate0.5
effects
damage
types
Caustic2
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Messages
"generic-reagent-effect-burning-insides"
Type1
VisualType4
conditionsnull
probability0.33
id"PopupMessage"
GroundBee
id"GroundBee"
name"Ground Bee"
group"Unknown"
desc"Bee grounds. Gross."
physicalDesc"bee guts"
color"#86530EFF"
recipes
Empty array
metabolismsnull
Cornmeal
id"Cornmeal"
name"cornmeal"
group"Foods"
desc"Used for baking."
physicalDesc"powdery"
color"#D2B48CFF"
recipes
Empty array
metabolisms
Food
rate0.5
effects
conditionsnull
probability1
HydrationFactor-0.2
id"SatiateThirst"
Reagent"Nutriment"
Groupnull
Amount0.1
conditionsnull
probability1
id"AdjustReagent"
PwrGame
id"PwrGame"
name"Pwr Game"
group"Drinks"
desc"The only drink with the PWR that true gamers crave. When a gamer talks about gamerfuel, this is what they're literally referring to."
physicalDesc"fizzy"
color"#9385BFFF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
PlantBGone
id"PlantBGone"
name"plant-B-gone"
group"Botanical"
desc"A harmful toxic mixture to kill plantlife. Do not ingest!"
physicalDesc"bubbling"
color"#49002EFF"
recipes
"PlantBGone"
metabolisms
Medicine
rate0.5
effects
damage
types
Poison-4
Blunt2
Slash1
Piercing1
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Type"Plant"
ShouldHavetrue
id"OrganType"
probability1
id"HealthChange"
Ice
id"Ice"
name"ice"
group"Unknown"
desc"Frozen water."
physicalDesc"frosty"
color"#BED8E6FF"
recipes
Empty array
metabolismsnull
Silicon
id"Silicon"
name"silicon"
group"Elements"
desc"A hard and brittle crystalline solid with a blue-grey color."
physicalDesc"crystalline"
color"#364266FF"
recipes
Empty array
metabolismsnull
Desoxyephedrine
id"Desoxyephedrine"
name"desoxyephedrine"
group"Narcotics"
desc"Desoxyephedrine is a potent stimulant with dangerous side-effects if too much is consumed."
physicalDesc"translucent"
color"#FAFAFAFF"
recipes
"Desoxyephedrine"
metabolisms
Poison
rate0.5
effects
damage
types
Poison0.75
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
damage
types
Poison2
Asphyxiation2
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min30
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"HealthChange"
Narcotic
rate0.5
effects
StatusLifetime2
conditionsnull
probability1
WalkSpeedModifier1.35
SprintSpeedModifier1.35
id"MovespeedModifier"
Key"Stutter"
Component"StutteringAccent"
Time2
Refreshtrue
Type0
conditionsnull
probability1
id"GenericStatusEffect"
Amplitude10
Frequency4
Time2
Refreshtrue
conditionsnull
probability1
id"Jitter"
Key"Stun"
Component""
Time3
Refreshtrue
Type1
conditionsnull
probability1
id"GenericStatusEffect"
Key"KnockedDown"
Component""
Time3
Refreshtrue
Type1
conditionsnull
probability1
id"GenericStatusEffect"
Medicine
rate0.5
effects
TimerReset600
conditions
Min20
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"ResetNarcolepsy"
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"
IrishCarBomb
id"IrishCarBomb"
name"irish car bomb"
group"Drinks"
desc"A troubling mixture of irish cream and ale."
physicalDesc"bubbly"
color"#2E6671FF"
recipes
"IrishCarBomb"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.15
conditionsnull
probability1
id"AdjustReagent"
VodkaTonic
id"VodkaTonic"
name"vodka tonic"
group"Drinks"
desc"For when a gin and tonic isn't russian enough."
physicalDesc"strong-smelling"
color"#0064C8FF"
recipes
"VodkaTonic"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.15
conditionsnull
probability1
id"AdjustReagent"
GinFizz
id"GinFizz"
name"gin fizz"
group"Drinks"
desc"Refreshingly lemony, deliciously dry."
physicalDesc"strong-smelling"
color"#664300FF"
recipes
"GinFizz"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.15
conditionsnull
probability1
id"AdjustReagent"
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
ManlyDorf
id"ManlyDorf"
name"manly dorf"
group"Drinks"
desc"Beer and Ale, brought together in a delicious mix. Intended for stout dwarves only."
physicalDesc"fizzy and creamy"
color"#664300FF"
recipes
"ManlyDorf"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
LongIslandIcedTea
id"LongIslandIcedTea"
name"long island iced tea"
group"Drinks"
desc"The liquor cabinet, brought together in a delicious mix. Intended for middle-aged alcoholic women only."
physicalDesc"strong-smelling"
color"#664300FF"
recipes
"LongIslandIcedTea"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.15
conditionsnull
probability1
id"AdjustReagent"
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
UncookedAnimalProteins
id"UncookedAnimalProteins"
name"uncooked animal proteins"
group"Unknown"
desc"This is very risky for the stomachs of softer lifeforms to digest."
physicalDesc"clumpy"
color"#FFFFE5FF"
recipes
Empty array
metabolisms
Poison
rate0.5
effects
damage
types
Poison2
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Type"Human"
ShouldHavetrue
id"OrganType"
probability1
id"HealthChange"
Reagent"Protein"
Groupnull
Amount0.5
conditions
Type"Animal"
ShouldHavetrue
id"OrganType"
probability1
id"AdjustReagent"
Cognizine
id"Cognizine"
name"cognizine"
group"Medicine"
desc"A mysterious chemical which is able to make any non-sentient creature sentient."
physicalDesc"enigmatic"
color"#B50EE8FF"
recipes
"Cognizine"
metabolisms
Medicine
rate0.5
effects
conditions
Min5
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"MakeSentient"
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
GargleBlaster
id"GargleBlaster"
name"Pan-Galactic Gargle Blaster"
group"Drinks"
desc"Whoah, this stuff looks volatile!"
physicalDesc"volatile"
color"#9CC8B4FF"
recipes
"GargleBlaster"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.2
conditionsnull
probability1
id"AdjustReagent"
Honk
id"Honk"
name"honk"
group"Unknown"
desc"A toxin found in bananium. Causes severe honking and internal bleeding, may also cause the patient to mutate."
physicalDesc"pungent"
color"#F2E9D2FF"
recipes
Empty array
metabolisms
Poison
rate0.05
effects
damage
types
Poison0.06
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min1
Max21474836
Reagentnull
id"ReagentThreshold"
Type"Animal"
ShouldHavetrue
id"OrganType"
probability1
id"HealthChange"
RootBeer
id"RootBeer"
name"root beer"
group"Drinks"
desc"A very sweet, carbonated drink reminiscent of sarsparilla. Goes well with ice cream."
physicalDesc"fizzy"
color"#381C07FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Oxygen
id"Oxygen"
name"oxygen"
group"Unknown"
desc"An oxidizing, colorless gas."
physicalDesc"gaseous"
color"#808080FF"
recipes
Empty array
metabolisms
Gas
rate0.5
effects
Factor1
conditions
Type"Human"
ShouldHavetrue
id"OrganType"
probability1
id"Oxygenate"
Factor1
conditions
Type"Animal"
ShouldHavetrue
id"OrganType"
probability1
id"Oxygenate"
Factor1
conditions
Type"Rat"
ShouldHavetrue
id"OrganType"
probability1
id"Oxygenate"
Factor1
conditions
Type"Plant"
ShouldHavetrue
id"OrganType"
probability1
id"Oxygenate"
_ratios
CarbonDioxide1
Oxygen-1
conditions
Type"Vox"
ShouldHavefalse
id"OrganType"
probability1
id"ModifyLungGas"
MilkOat
id"MilkOat"
name"oat milk"
group"Drinks"
desc"Surprisingly tasty."
physicalDesc"refreshing"
color"#DEDACDFF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor4
id"SatiateThirst"
JuiceCarrot
id"JuiceCarrot"
name"carrot juice"
group"Drinks"
desc"It's like a carrot, but less crunchy."
physicalDesc"crisp"
color"#FF8820FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Oculine"
Groupnull
Amount0.15
conditionsnull
probability1
id"AdjustReagent"
Reagent"Nutriment"
Groupnull
Amount0.5
conditionsnull
probability1
id"AdjustReagent"
IrishCream
id"IrishCream"
name"irish cream"
group"Drinks"
desc"Whiskey-imbued cream. What else could you expect from the Irish."
physicalDesc"creamy"
color"#664300FF"
recipes
"IrishCream"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.2
conditionsnull
probability1
id"AdjustReagent"
Tritium
id"Tritium"
name"tritium"
group"Unknown"
desc"Radioactive space-magic pixie dust."
physicalDesc"ionizing"
color"#66FF33FF"
recipes
Empty array
metabolisms
Poison
rate0.5
effects
damage
types
Radiation3
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Gas
rate0.5
effects
damage
types
Radiation1
groupsnull
scaleByQuantitytrue
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
ScrewdriverCocktail
id"ScrewdriverCocktail"
name"screwdriver"
group"Drinks"
desc"Vodka, mixed with plain ol' orange juice. The result is surprisingly delicious."
physicalDesc"strong-smelling"
color"#A68310FF"
recipes
"ScrewdriverCocktail"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.15
conditionsnull
probability1
id"AdjustReagent"
BlackRussian
id"BlackRussian"
name"black russian"
group"Drinks"
desc"For the lactose-intolerant. Still as classy as a White Russian."
physicalDesc"strong-smelling"
color"#360000FF"
recipes
"BlackRussian"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.2
conditionsnull
probability1
id"AdjustReagent"
Uranium
id"Uranium"
name"uranium"
group"Elements"
desc"A grey metallic chemical element in the actinide series, weakly radioactive."
physicalDesc"metallic"
color"#8FA191FF"
recipes
Empty array
metabolisms
Poison
rate0.5
effects
damage
types
Radiation2
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Histamine
id"Histamine"
name"histamine"
group"Toxins"
desc"Histamine's effects become more dangerous depending on the dosage amount. They range from mildly annoying to incredibly lethal."
physicalDesc"abrasive"
color"#FA6464FF"
recipes
Empty array
metabolisms
Poison
rate0.5
effects
damage
typesnull
groups
Brute2
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability0.1
id"HealthChange"
damage
typesnull
groups
Brute2
Toxin2
Airloss2
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min45
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"HealthChange"
Messages
"histamine-effect-light-itchiness"
Type1
VisualType0
conditionsnull
probability0.1
id"PopupMessage"
Messages
"histamine-effect-heavy-itchiness"
Type1
VisualType2
conditions
Min45
Max21474836
Reagentnull
id"ReagentThreshold"
probability0.2
id"PopupMessage"
WhiteRussian
id"WhiteRussian"
name"white russian"
group"Drinks"
desc"That's just, like, your opinion, man..."
physicalDesc"strong-smelling"
color"#A68340FF"
recipes
"WhiteRussian"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.15
conditionsnull
probability1
id"AdjustReagent"
Diethylamine
id"Diethylamine"
name"diethylamine"
group"Botanical"
desc"A very potent fertilizer."
physicalDesc"strong-smelling"
color"#A1000BFF"
recipes
"Diethylamine"
metabolisms
Poison
rate0.5
effects
damage
types
Caustic1
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Oculine
id"Oculine"
name"oculine"
group"Medicine"
desc"Heals eye damage."
physicalDesc"translucent"
color"#404040FF"
recipes
"Oculine"
metabolisms
Medicine
rate0.5
effects
Amount-1
conditionsnull
probability1
id"ChemHealEyeDamage"
WeedKiller
id"WeedKiller"
name"weed killer"
group"Botanical"
desc"A mixture that targets weeds."
physicalDesc"bubbling"
color"#968395FF"
recipes
Empty array
metabolisms
Poison
rate0.5
effects
damage
types
Poison4
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Type"Plant"
ShouldHavetrue
id"OrganType"
probability1
id"HealthChange"
Epinephrine
id"Epinephrine"
name"epinephrine"
group"Medicine"
desc"Effective at bringing people back from a critical state. Reduces some stun times. Easy to overdose on."
physicalDesc"odorless"
color"#D2FFFAFF"
recipes
"Epinephrine"
metabolisms
Medicine
rate0.5
effects
damage
types
Asphyxiation-3
Poison-0.5
groups
Brute-0.5
Burn-0.5
scaleByQuantityfalse
ignoreResistancestrue
conditions
mobstate2
id"MobStateCondition"
Min0
Max20
Reagentnull
id"ReagentThreshold"
probability1
id"HealthChange"
damage
types
Asphyxiation1
Poison1
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min20
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"HealthChange"
Reagent"Lexorin"
Groupnull
Amount-2
conditionsnull
probability1
id"AdjustReagent"
Reagent"Epinephrine"
Groupnull
Amount-1
conditions
Min1
Max21474836
Reagent"Lexorin"
id"ReagentThreshold"
probability1
id"AdjustReagent"
Reagent"Histamine"
Groupnull
Amount4
conditions
Min1
Max21474836
Reagent"Lexorin"
id"ReagentThreshold"
probability0.1
id"AdjustReagent"
Key"Stun"
Component""
Time0.75
Refreshtrue
Type1
conditionsnull
probability1
id"GenericStatusEffect"
Key"KnockedDown"
Component""
Time0.75
Refreshtrue
Type1
conditionsnull
probability1
id"GenericStatusEffect"
Rum
id"Rum"
name"rum"
group"Drinks"
desc"Distilled alcoholic drink made from sugarcane byproducts."
physicalDesc"strong-smelling"
color"#664300FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.2
conditionsnull
probability1
id"AdjustReagent"
Stimulants
id"Stimulants"
name"stimulants"
group"Narcotics"
desc"A chemical cocktail developed by Donk Co. that allows agents to recover from stuns faster, move more quickly, and grants a small heal while close to critical condition. Due to the complex nature of the chemical, it is much harder for the body to purge naturally."
physicalDesc"energizing"
color"#9A040EFF"
recipes
Empty array
metabolisms
Narcotic
rate0.2
effects
StatusLifetime2
conditionsnull
probability1
WalkSpeedModifier1.3
SprintSpeedModifier1.3
id"MovespeedModifier"
damage
types
Poison1
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min80
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"HealthChange"
Key"Stun"
Component""
Time3
Refreshtrue
Type1
conditionsnull
probability1
id"GenericStatusEffect"
Key"KnockedDown"
Component""
Time3
Refreshtrue
Type1
conditionsnull
probability1
id"GenericStatusEffect"
Medicine
rate0.2
effects
TimerReset600
conditionsnull
probability1
id"ResetNarcolepsy"
conditionsnull
probability1
NutritionFactor1
id"SatiateHunger"
conditionsnull
probability1
HydrationFactor1
id"SatiateThirst"
damage
typesnull
groups
Burn-1
Brute-1
scaleByQuantityfalse
ignoreResistancestrue
conditions
Max120
Min70
id"TotalDamage"
probability1
id"HealthChange"
PolytrinicAcid
id"PolytrinicAcid"
name"polytrinic acid"
group"Toxins"
desc"An extremely corrosive chemical substance. The slightest touch of it will melt off most masks and headgear, and it deals extreme damage to anyone who comes directly into contact with it."
physicalDesc"strong-smelling"
color"#A1000BFF"
recipes
"PolytrinicAcid"
metabolisms
Poison
rate0.5
effects
damage
types
Caustic2
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Messages
"generic-reagent-effect-burning-insides"
Type1
VisualType4
conditionsnull
probability0.33
id"PopupMessage"
MilkGoat
id"MilkGoat"
name"goats milk"
group"Drinks"
desc"An opaque white liquid produced by a goat. High buttermilk content."
physicalDesc"opaque"
color"#DFDFDFFF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor4
id"SatiateThirst"
Silencer
id"Silencer"
name"silencer"
group"Drinks"
desc"A drink from Mime Heaven."
physicalDesc"strong-smelling"
color"#004666FF"
recipes
"Silencer"
metabolisms
Drink
rate0.5
effects
Key"Muted"
Component"Muted"
Time2
Refreshtrue
Type0
conditionsnull
probability1
id"GenericStatusEffect"
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
ToxinsSpecial
id"ToxinsSpecial"
name"toxins special"
group"Drinks"
desc"This thing is ON FIRE! CALL THE DAMN SHUTTLE!"
physicalDesc"strong-smelling"
color"#665C00FF"
recipes
"ToxinsSpecial"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
Absinthe
id"Absinthe"
name"absinthe"
group"Drinks"
desc"A anise-flavoured spirit derived from botanicals."
physicalDesc"strong-smelling"
color"#33EE00FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.3
conditionsnull
probability1
id"AdjustReagent"
NitrousOxide
id"NitrousOxide"
name"nitrous oxide"
group"Unknown"
desc"You know how everything seems funnier when you're tired? Well..."
physicalDesc"gaseous"
color"#808080FF"
recipes
Empty array
metabolisms
Gas
rate0.5
effects
Messages
"effect-sleepy"
Type1
VisualType2
conditions
Min0.5
Max21474836
Reagent"NitrousOxide"
id"ReagentThreshold"
Type"Slime"
ShouldHavefalse
id"OrganType"
probability0.1
id"PopupMessage"
StatusLifetime2
conditions
Min1
Max21474836
Reagent"NitrousOxide"
id"ReagentThreshold"
Type"Slime"
ShouldHavefalse
id"OrganType"
probability1
WalkSpeedModifier0.65
SprintSpeedModifier0.65
id"MovespeedModifier"
Key"ForcedSleep"
Component"ForcedSleeping"
Time3
Refreshtrue
Type0
conditions
Min1.8
Max21474836
Reagent"NitrousOxide"
id"ReagentThreshold"
Type"Slime"
ShouldHavefalse
id"OrganType"
probability1
id"GenericStatusEffect"
damage
types
Poison0.25
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min3.5
Max21474836
Reagent"NitrousOxide"
id"ReagentThreshold"
Type"Slime"
ShouldHavefalse
id"OrganType"
probability1
id"HealthChange"
Bilk
id"Bilk"
name"bilk"
group"Drinks"
desc"This appears to be beer mixed with milk. Disgusting."
physicalDesc"bilky"
color"#895C4CFF"
recipes
"Bilk"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor3
id"SatiateThirst"
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"
PulpedBananaPeel
id"PulpedBananaPeel"
name"pulped banana peel"
group"Medicine"
desc"Pulped banana peels have some effectiveness against bleeding."
physicalDesc"pulpy"
color"#FFE774FF"
recipes
Empty array
metabolisms
Medicine
rate0.5
effects
Scaledfalse
Amount-0.5
conditionsnull
probability1
id"ModifyBleedAmount"
ManhattanProject
id"ManhattanProject"
name"manhattan project"
group"Drinks"
desc"A scientist's drink of choice, for pondering ways to blow up the ship."
physicalDesc"strong-smelling"
color"#664300FF"
recipes
"ManhattanProject"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
Oats
id"Oats"
name"oats"
group"Foods"
desc"Used for a variety of tasty purposes."
physicalDesc"coarse"
color"#D2B48CFF"
recipes
Empty array
metabolisms
Food
rate0.5
effects
Reagent"Sugar"
Groupnull
Amount0.2
conditionsnull
probability1
id"AdjustReagent"
Reagent"Nutriment"
Groupnull
Amount0.3
conditionsnull
probability1
id"AdjustReagent"
NuclearCola
id"NuclearCola"
name"nuclear cola"
group"Drinks"
desc"Cola, cola never changes."
physicalDesc"fizzy"
color"#100800FF"
recipes
"NuclearCola"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor6
id"SatiateThirst"
Poison
rate0.5
effects
damage
types
Poison1
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Leporazine
id"Leporazine"
name"leporazine"
group"Medicine"
desc"This keeps a patient's body temperature stable. High doses can allow short periods of unprotected EVA, but prevents use of the cryogenics tubes."
physicalDesc"pungent"
color"#FF7DB5FF"
recipes
"Leporazine"
metabolisms
Medicine
rate0.5
effects
damage
types
Cold-4
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Amount100000
conditions
Min0
Max293.15
id"Temperature"
probability1
id"AdjustTemperature"
Amount-10000
conditions
Min293.15
Max3.4028235e+38
id"Temperature"
probability1
id"AdjustTemperature"
Messages
"leporazine-effect-temperature-adjusting"
Type1
VisualType2
conditionsnull
probability0.2
id"PopupMessage"
Fluorine
id"Fluorine"
name"fluorine"
group"Elements"
desc"A highly toxic pale yellow gas. Extremely reactive."
physicalDesc"gaseous"
color"#808080FF"
recipes
Empty array
metabolismsnull
Blood
id"Blood"
name"blood"
group"Biological"
desc"I hope this is ketchup."
physicalDesc"ferrous"
color"#800000FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor1.5
id"SatiateThirst"
TequilaSunrise
id"TequilaSunrise"
name"tequila sunrise"
group"Drinks"
desc"Tequila and orange juice. Much like a Screwdriver, only Mexican."
physicalDesc"strong-smelling"
color"#FFE48CFF"
recipes
"TequilaSunrise"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.15
conditionsnull
probability1
id"AdjustReagent"
Bleach
id"Bleach"
name"bleach"
group"Unknown"
desc"Heavy duty cleaner that can clean tiles the same as Space Cleaner and also decontaminate clothes. Extremely toxic when ingested."
physicalDesc"strong-smelling"
color"#A1000BFF"
recipes
"Bleach"
metabolisms
Poison
rate0.5
effects
damage
types
Poison3
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Messages
"generic-reagent-effect-burning-insides"
Type1
VisualType3
conditionsnull
probability0.33
id"PopupMessage"
Blackpepper
id"Blackpepper"
name"black pepper"
group"Foods"
desc"Often used to flavor food or make people sneeze."
physicalDesc"grainy"
color"#000000FF"
recipes
Empty array
metabolismsnull
Cornoil
id"Cornoil"
name"corn oil"
group"Foods"
desc"Corn oil, A delicious oil used in cooking. Made from corn."
physicalDesc"oily"
color"#FFFF00FF"
recipes
Empty array
metabolismsnull
Cognac
id"Cognac"
name"cognac"
group"Drinks"
desc"A sweet and strongly alcoholic drink, twice distilled and left to mature for several years. Classy as fornication."
physicalDesc"strong-smelling"
color"#AB3C05FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.2
conditionsnull
probability1
id"AdjustReagent"
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"
Tea
id"Tea"
name"tea"
group"Drinks"
desc"A drink made by boiling leaves of the tea tree, Camellia sinensis."
physicalDesc"aromatic"
color"#8A5A3AFF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Theobromine"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
Corpium
id"Corpium"
name"corpium"
group"Unknown"
desc"A Syndicate cocktail, carefully harvested from various sources. You wouldn't want this inside of you."
physicalDesc"necrotic"
color"#7668A1FF"
recipes
Empty array
metabolisms
Poison
rate0.5
effects
damage
types
Cellular1
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Pilk
id"Pilk"
name"pilk"
group"Drinks"
desc"A sickening mixture of milk and cola."
physicalDesc"creamy"
color"#E7C69FFF"
recipes
"Pilk"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor1
id"SatiateThirst"
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
Oil
id"Oil"
name"oil"
group"Foods"
desc"Used by chefs to cook."
physicalDesc"oily"
color"#B67823FF"
recipes
"Oil"
metabolismsnull
Mayo
id"Mayo"
name"mayonnaise"
group"Foods"
desc"Creamy sauce, made from oil, egg, and some (edible) acid."
physicalDesc"thick"
color"#F9F5E5FF"
recipes
"CookingMayoLemon"
"CookingMayoVinegar"
metabolismsnull
GinTonic
id"GinTonic"
name"gin and tonic"
group"Drinks"
desc"An all time classic, mild cocktail."
physicalDesc"strong-smelling"
color"#004166FF"
recipes
"GinTonic"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.15
conditionsnull
probability1
id"AdjustReagent"
Whiskey
id"Whiskey"
name"whiskey"
group"Drinks"
desc"A type of distilled alcoholic beverage made from fermented grain mash."
physicalDesc"strong-smelling"
color"#664300FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.2
conditionsnull
probability1
id"AdjustReagent"
Vermouth
id"Vermouth"
name"vermouth"
group"Drinks"
desc"Aromatized, fortified white wine flavored with various botanicals."
physicalDesc"strong-smelling"
color"#91FF91FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
Martini
id"Martini"
name"classic martini"
group"Drinks"
desc"Vermouth with Gin. Not quite how 007 enjoyed it, but still delicious."
physicalDesc"strong-smelling"
color"#664300FF"
recipes
"Martini"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.15
conditionsnull
probability1
id"AdjustReagent"
Nicotine
id"Nicotine"
name"Nicotine"
group"Narcotics"
desc"Dangerous and highly addictive."
physicalDesc"strong-smelling"
color"#C0C0C0FF"
recipes
Empty array
metabolismsnull
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"
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
Nitrogen
id"Nitrogen"
name"nitrogen"
group"Unknown"
desc"A colorless, odorless unreactive gas. Highly stable."
physicalDesc"gaseous"
color"#808080FF"
recipes
Empty array
metabolisms
Gas
rate0.5
effects
Factor1
conditions
Type"Vox"
ShouldHavetrue
id"OrganType"
probability1
id"Oxygenate"
Factor1
conditions
Type"Slime"
ShouldHavetrue
id"OrganType"
probability1
id"Oxygenate"
_ratios
CarbonDioxide1
Nitrogen-1
conditions
Type"Vox"
ShouldHavetrue
id"OrganType"
probability1
id"ModifyLungGas"
_ratios
NitrousOxide1
Nitrogen-1
conditions
Type"Slime"
ShouldHavetrue
id"OrganType"
probability1
id"ModifyLungGas"
BananaHonk
id"BananaHonk"
name"banana honk"
group"Drinks"
desc"A drink from Clown Heaven."
physicalDesc"strong-smelling"
color"#FFFF91FF"
recipes
"BananaHonk"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
Goldschlager
id"Goldschlager"
name"Goldschlager"
group"Drinks"
desc"100 proof cinnamon schnapps, made for alcoholic teen girls on spring break."
physicalDesc"strong-smelling"
color"#FFFF91FF"
recipes
"Goldschlager"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.2
conditionsnull
probability1
id"AdjustReagent"
IceCream
id"IceCream"
name"ice cream"
group"Drinks"
desc"It was either this or the microwave, and nobody wants ice cream soup!"
physicalDesc"creamy"
color"#FFFBD6FF"
recipes
"IceCream"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
MilkSoy
id"MilkSoy"
name"soy milk"
group"Drinks"
desc"Consumers favorite."
physicalDesc"refreshing"
color"#D2C29DFF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor4
id"SatiateThirst"
Flour
id"Flour"
name"flour"
group"Foods"
desc"Used for baking."
physicalDesc"powdery"
color"#FFFFFFFF"
recipes
Empty array
metabolisms
Food
rate0.5
effects
Reagent"Sugar"
Groupnull
Amount0.4
conditionsnull
probability1
id"AdjustReagent"
conditionsnull
probability1
HydrationFactor-0.2
id"SatiateThirst"
Reagent"Nutriment"
Groupnull
Amount0.1
conditionsnull
probability1
id"AdjustReagent"
GrapeSoda
id"GrapeSoda"
name"grape soda"
group"Drinks"
desc"It's Graaaaaape!"
physicalDesc"fizzy"
color"#AE94A6FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
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"
Radium
id"Radium"
name"radium"
group"Elements"
desc"A radioactive metal, silvery-white in its pure form. It glows due to its radioactivity and is highly toxic."
physicalDesc"glowing"
color"#00FF04FF"
recipes
Empty array
metabolisms
Poison
rate0.5
effects
damage
types
Radiation2
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
HippiesDelight
id"HippiesDelight"
name"hippies delight"
group"Drinks"
desc"You just don't get it maaaan."
physicalDesc"strong-smelling"
color"#6EAA0CFF"
recipes
"HippiesDelight"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
IrishCoffee
id"IrishCoffee"
name"irish coffee"
group"Drinks"
desc"Coffee served with irish cream. Regular cream just isn't the same!"
physicalDesc"cloudy"
color"#664300FF"
recipes
"IrishCoffee"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.15
conditionsnull
probability1
id"AdjustReagent"
DevilsKiss
id"DevilsKiss"
name"devils kiss"
group"Drinks"
desc"Creepy time!"
physicalDesc"strong-smelling"
color"#A68310FF"
recipes
"DevilsKiss"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
DoctorsDelight
id"DoctorsDelight"
name"the doctor's delight"
group"Drinks"
desc"A gulp a day keeps the MediBot away. That's probably for the best."
physicalDesc"strong-smelling"
color"#FF8CFFFF"
recipes
"DoctorsDelight"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
conditionsnull
probability1
NutritionFactor-2
id"SatiateHunger"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
Medicine
rate0.5
effects
damage
typesnull
groups
Burn-1
Brute-1
Airloss-1
Toxin-1
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Mead
id"Mead"
name"mead"
group"Drinks"
desc"A Viking's drink, though a cheap one."
physicalDesc"strong-smelling"
color"#664300FF"
recipes
"Mead"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
Diphenhydramine
id"Diphenhydramine"
name"diphenhydramine"
group"Medicine"
desc"Rapidly purges the body of histamine and reduces jitteriness."
physicalDesc"chalky"
color"#64FFE6FF"
recipes
Empty array
metabolisms
Medicine
rate0.5
effects
Reagent"Histamine"
Groupnull
Amount-3
conditionsnull
probability1
id"AdjustReagent"
Key"Jitter"
Component""
Time3
Refreshtrue
Type1
conditionsnull
probability1
id"GenericStatusEffect"
damage
types
Poison-3
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
AcidSpit
id"AcidSpit"
name"acidspit"
group"Drinks"
desc"A drink for the daring, can be deadly if incorrectly prepared!"
physicalDesc"strong-smelling"
color"#365000FF"
recipes
"AcidSpit"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
SuiDream
id"SuiDream"
name"sui dream"
group"Drinks"
desc"'Comprised of: White soda, blue curacao, melon liquor.'"
physicalDesc"strong-smelling"
color"#00A86BFF"
recipes
"SuiDream"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
Posca
id"Posca"
name"posca"
group"Drinks"
desc"Poor warriors' drink from a forgotten era."
physicalDesc"sour"
color"#B3B599FF"
recipes
"Posca"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor3
id"SatiateThirst"
Gin
id"Gin"
name"gin"
group"Drinks"
desc"A distilled alcoholic drink that derives its predominant flavour from juniper berries."
physicalDesc"strong-smelling"
color"#664300FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.2
conditionsnull
probability1
id"AdjustReagent"
CubaLibre
id"CubaLibre"
name"cuba libre"
group"Drinks"
desc"Rum, mixed with cola. Viva la revolucion."
physicalDesc"bubbly"
color"#3E1B00FF"
recipes
"CubaLibre"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.15
conditionsnull
probability1
id"AdjustReagent"
Patron
id"Patron"
name"patron"
group"Drinks"
desc"Tequila with silver in it, a favorite of alcoholic women in the club scene."
physicalDesc"metallic"
color"#585840FF"
recipes
"Patron"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.2
conditionsnull
probability1
id"AdjustReagent"
CarbonDioxide
id"CarbonDioxide"
name"carbon dioxide"
group"Unknown"
desc"You have genuinely no idea what this is."
physicalDesc"odorless"
color"#66FF33FF"
recipes
Empty array
metabolisms
Gas
rate0.5
effects
Factor1
conditions
Type"Plant"
ShouldHavetrue
id"OrganType"
probability1
id"Oxygenate"
damage
types
Poison0.2
groupsnull
scaleByQuantitytrue
ignoreResistancestrue
conditions
Type"Plant"
ShouldHavefalse
id"OrganType"
Min0.5
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"HealthChange"
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"
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"
MelonLiquor
id"MelonLiquor"
name"melon liquor"
group"Drinks"
desc"A relatively sweet and fruity 46 proof liquor."
physicalDesc"strong-smelling"
color"#138808FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
TheMartinez
id"TheMartinez"
name"The Martinez"
group"Drinks"
desc"The edgerunner legend. Remembered by a drink, Forgotten by a drunk."
physicalDesc"vibrant"
color"#75B1F0FF"
recipes
"TheMartinez"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor3
id"SatiateThirst"
Ichor
id"Ichor"
name"ichor"
group"Biological"
desc"An extremely potent regenerative chemical, perfected by space fauna evolution. Produced in the dragon's digestive system, it is seen as an exotic commodity due to the gargantuan effort of hunting for it."
physicalDesc"roaring"
color"#F4692EFF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor1.5
id"SatiateThirst"
Medicine
rate0.5
effects
damage
types
Bloodloss-5
groups
Burn-5
Brute-5
Toxin-2
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
CogChamp
id"CogChamp"
name"cogchamp"
group"Drinks"
desc"Not even Ratvar's Four Generals could withstand this! Qevax Jryy!"
physicalDesc"ground brass"
color"#B5A642FF"
recipes
"CogChamp"
metabolisms
Drink
rate0.5
effects
Key"RatvarianLanguage"
Component"RatvarianLanguage"
Time2
Refreshtrue
Type0
conditionsnull
probability1
id"GenericStatusEffect"
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.15
conditionsnull
probability1
id"AdjustReagent"
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"
THC
id"THC"
name"THC"
group"Narcotics"
desc"The main psychoactive compound in cannabis."
physicalDesc"crystalline"
color"#808080FF"
recipes
Empty array
metabolisms
Narcotic
rate0.5
effects
Key"SeeingRainbows"
Component"SeeingRainbows"
Time16
Refreshfalse
Type0
conditionsnull
probability1
id"GenericStatusEffect"
Inaprovaline
id"Inaprovaline"
name"inaprovaline"
group"Medicine"
desc"Inaprovaline is a synaptic stimulant and cardiostimulant. Commonly used to stabilize patients- it stops oxygen loss when the patient is in critical health. It'll also slow down bleeding by a good amount. Acts as a decent painkiller."
physicalDesc"opaque"
color"#731024FF"
recipes
"Inaprovaline"
metabolisms
Medicine
rate0.5
effects
damage
types
Asphyxiation-5
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
mobstate2
id"MobStateCondition"
probability1
id"HealthChange"
Scaledfalse
Amount-0.25
conditionsnull
probability1
id"ModifyBleedAmount"
Toxin
id"Toxin"
name"toxin"
group"Toxins"
desc"A toxic chemical."
physicalDesc"opaque"
color"#CF3600FF"
recipes
Empty array
metabolisms
Poison
rate0.5
effects
damage
types
Poison4
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Sigynate
id"Sigynate"
name"sigynate"
group"Medicine"
desc"A thick pink syrup useful for neutralizing acids and soothing trauma caused by acids. Tastes sweet!"
physicalDesc"thick"
color"#E0A5B9FF"
recipes
"Sigynate"
metabolisms
Medicine
rate0.5
effects
damage
types
Caustic-3
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
damage
types
Heat2
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min16
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"HealthChange"
Amplitude10
Frequency4
Time2
Refreshtrue
conditions
Min20
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"Jitter"
Messages
"generic-reagent-effect-nauseous"
Type1
VisualType2
conditions
Min20
Max21474836
Reagentnull
id"ReagentThreshold"
probability0.2
id"PopupMessage"
ThirstAmount-40
HungerAmount-40
conditions
Min30
Max21474836
Reagentnull
id"ReagentThreshold"
probability0.02
id"ChemVomit"
Barefoot
id"Barefoot"
name"barefoot"
group"Drinks"
desc"Barefoot and pregnant."
physicalDesc"strong-smelling"
color"#664300FF"
recipes
"Barefoot"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
Hyronalin
id"Hyronalin"
name"hyronalin"
group"Medicine"
desc"A weak treatment for radiation damage. Considered to be useful mainly for genetic modification, where it reduces radiation levels, and thus the chance of genetic mutations. Largely outclassed by Arithrazine."
physicalDesc"cloudy"
color"#4CB580FF"
recipes
"Hyronalin"
metabolisms
Medicine
rate0.5
effects
damage
types
Radiation-1
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
ThirstAmount-40
HungerAmount-40
conditionsnull
probability0.02
id"ChemVomit"
damage
types
Heat2
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min30
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"HealthChange"
Amplitude10
Frequency4
Time2
Refreshtrue
conditions
Min30
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"Jitter"
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"
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
ShamblersJuice
id"ShamblersJuice"
name"Shambler's Juice"
group"Drinks"
desc"~Shake me up some of that Shambler's Juice!~"
physicalDesc"fizzy"
color"#66538FFF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
BbqSauce
id"BbqSauce"
name"BBQ sauce"
group"Foods"
desc"Hand wipes not included."
physicalDesc"gloopy"
color"#8B0000FF"
recipes
"CookingBbqSauce"
metabolismsnull
Manhattan
id"Manhattan"
name"manhattan"
group"Drinks"
desc"The Detective's undercover drink of choice. He never could stomach gin..."
physicalDesc"strong-smelling"
color"#664300FF"
recipes
"Manhattan"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
Ethylredoxrazine
id"Ethylredoxrazine"
name"ethylredoxrazine"
group"Medicine"
desc"Neutralises the effects of alcohol in the blood stream. Though it is commonly needed, it is rarely requested."
physicalDesc"opaque"
color"#2D5708FF"
recipes
"Ethylredoxrazine"
metabolisms
Medicine
rate0.5
effects
Key"Drunk"
Component""
Time2
Refreshtrue
Type1
conditionsnull
probability1
id"GenericStatusEffect"
damage
types
Poison-0.5
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Vodka
id"Vodka"
name"vodka"
group"Drinks"
desc"Clear distilled alcoholic beverage that originates from Poland and Russia."
physicalDesc"strong-smelling"
color"#D1D1D155"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.2
conditionsnull
probability1
id"AdjustReagent"
Protein
id"Protein"
name"protein"
group"Foods"
desc"Found in certain meals, good for bodily health."
physicalDesc"clumpy"
color"#FFFFE5FF"
recipes
"ProteinCooking"
metabolisms
Food
rate0.5
effects
damage
typesnull
groups
Brute-0.4
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability0.5
id"HealthChange"
Scaledfalse
Amount1
conditionsnull
probability1
id"ModifyBloodLevel"
conditionsnull
probability1
NutritionFactor3
id"SatiateHunger"
Dylovene
id"Dylovene"
name"dylovene"
group"Medicine"
desc"A broad-spectrum anti-toxin, which treats toxin damage in the blood stream. Overdosing will cause vomiting, dizzyness and pain."
physicalDesc"translucent"
color"#3A1D8AFF"
recipes
"Dylovene"
metabolisms
Medicine
rate0.5
effects
damage
types
Poison-1
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
damage
types
Brute2
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min20
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"HealthChange"
Amplitude10
Frequency4
Time2
Refreshtrue
conditions
Min20
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"Jitter"
Messages
"generic-reagent-effect-nauseous"
Type1
VisualType2
conditions
Min20
Max21474836
Reagentnull
id"ReagentThreshold"
probability0.2
id"PopupMessage"
ThirstAmount-40
HungerAmount-40
conditions
Min20
Max21474836
Reagentnull
id"ReagentThreshold"
probability0.02
id"ChemVomit"
Alcohol
rate0.5
effects
BoozePower3
SlurSpeechtrue
conditions
Min15
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"Drunk"
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"
Cryptobiolin
id"Cryptobiolin"
name"cryptobiolin"
group"Medicine"
desc"Causes confusion and dizziness. This is essential to make Spaceacillin."
physicalDesc"fizzy"
color"#081A80FF"
recipes
"Cryptobiolin"
metabolisms
Medicine
rate0.5
effects
Key"Stutter"
Component"ScrambledAccent"
Time2
Refreshtrue
Type0
conditionsnull
probability1
id"GenericStatusEffect"
Alcohol
rate0.5
effects
BoozePower20
SlurSpeechfalse
conditionsnull
probability1
id"Drunk"
Singulo
id"Singulo"
name"singulo"
group"Drinks"
desc"A blue-space beverage!"
physicalDesc"strong-smelling"
color"#3B0C0CFF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
Amasec
id"Amasec"
name"amasec"
group"Drinks"
desc"Official drink of the Gun Club!"
physicalDesc"strong-smelling"
color"#124DA7FF"
recipes
"Amasec"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
Slime
id"Slime"
name"slime"
group"Biological"
desc"You thought this was gradient blood at first, but you were mistaken."
physicalDesc"viscous"
color"#2CF274FF"
recipes
Empty array
metabolisms
Food
rate0.5
effects
conditionsnull
probability1
NutritionFactor1.5
id"SatiateHunger"
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
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"
Barozine
id"Barozine"
name"barozine"
group"Medicine"
desc"A potent drug that prevents pressure damage. Causes extreme pain and jittering. Very poisonous when overdosed."
physicalDesc"viscous"
color"#FF867DFF"
recipes
Empty array
metabolisms
Medicine
rate0.5
effects
damage
types
Heat0.5
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability0.3
id"HealthChange"
damage
types
Poison3
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min30
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"HealthChange"
ThirstAmount-40
HungerAmount-40
conditions
Min30
Max21474836
Reagentnull
id"ReagentThreshold"
probability0.15
id"ChemVomit"
Key"PressureImmunity"
Component"PressureImmunity"
Time2
Refreshtrue
Type0
conditionsnull
probability1
id"GenericStatusEffect"
Key"Stutter"
Component"StutteringAccent"
Time2
Refreshtrue
Type0
conditionsnull
probability1
id"GenericStatusEffect"
Amplitude10
Frequency4
Time2
Refreshtrue
conditionsnull
probability1
id"Jitter"
EmoteId"Scream"
ShowInChatfalse
conditionsnull
probability0.2
id"Emote"
Messages
"barozine-effect-skin-burning"
"barozine-effect-muscle-contract"
Type1
VisualType4
conditionsnull
probability0.1
id"PopupMessage"
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
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
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
B52
id"B52"
name"b-52"
group"Drinks"
desc"Coffee, irish cream, and cognac. You will get bombed."
physicalDesc"bubbly"
color"#664300FF"
recipes
"B52"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.15
conditionsnull
probability1
id"AdjustReagent"
Grog
id"Grog"
name"grog"
group"Drinks"
desc"Watered-down rum, pirate approved!"
physicalDesc"strong-smelling"
color"#664300FF"
recipes
"Grog"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
DryRamen
id"DryRamen"
name"dry ramen"
group"Drinks"
desc"Dry noodles and salt."
physicalDesc"wormy"
color"#664300FF"
recipes
Empty array
metabolisms
Food
rate0.5
effects
conditionsnull
probability1
NutritionFactor1
id"SatiateHunger"
BuzzochloricBees
id"BuzzochloricBees"
name"Buzzochloric Bees"
group"Toxins"
desc"Liquid bees. Oh god it's LIQUID BEES NO-"
physicalDesc"buzzy"
color"#FFD35DFF"
recipes
"BuzzochloricBees"
metabolisms
Poison
rate0.5
effects
Messages
"buzzochloricbees-effect-oh-god-bees"
"buzzochloricbees-effect-its-the-bees"
"buzzochloricbees-effect-why-am-i-covered-in-bees"
"buzzochloricbees-effect-one-with-the-bees"
"buzzochloricbees-effect-squeaky-clean"
Type1
VisualType3
conditions
Min0
Max0
Reagent"Histamine"
id"ReagentThreshold"
Tag"Bee"
Inverttrue
id"HasTag"
probability0.1
id"PopupMessage"
Messages
"buzzochloricbees-effect-histamine-bee-allergy"
"buzzochloricbees-effect-histamine-swells"
"buzzochloricbees-effect-histamine-numb-to-the-bees"
"buzzochloricbees-effect-histamine-cannot-be-one-with-the-bees"
"buzzochloricbees-effect-squeaky-clean"
Type1
VisualType2
conditions
Min0.01
Max21474836
Reagent"Histamine"
id"ReagentThreshold"
Tag"Bee"
Inverttrue
id"HasTag"
probability0.05
id"PopupMessage"
Messages
"buzzochloricbees-effect-licoxide-electrifying"
"buzzochloricbees-effect-licoxide-shocked-by-bee-facts"
"buzzochloricbees-effect-licoxide-buzzed"
"buzzochloricbees-effect-licoxide-buzzes"
Type1
VisualType2
conditions
Tag"Bee"
Inverttrue
id"HasTag"
Min0.01
Max21474836
Reagent"Licoxide"
id"ReagentThreshold"
probability0.05
id"PopupMessage"
Messages
"buzzochloricbees-effect-fiber-hairy"
"buzzochloricbees-effect-fiber-soft"
Type1
VisualType0
conditions
Tag"Bee"
Inverttrue
id"HasTag"
Min0.01
Max21474836
Reagent"Fiber"
id"ReagentThreshold"
probability0.05
id"PopupMessage"
damage
types
Poison2
Piercing2
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Tag"Bee"
Inverttrue
id"HasTag"
probability1
id"HealthChange"
HorseradishSauce
id"HorseradishSauce"
name"horseradish sauce"
group"Foods"
desc"Smelly horseradish sauce."
physicalDesc"overpowering"
color"#808080FF"
recipes
Empty array
metabolismsnull
Carbon
id"Carbon"
name"carbon"
group"Elements"
desc"A black, crystalline solid."
physicalDesc"crystalline"
color"#22282BFF"
recipes
Empty array
metabolismsnull
Margarita
id"Margarita"
name"margarita"
group"Drinks"
desc"On the rocks with salt on the rim. Arriba~!"
physicalDesc"strong-smelling"
color"#8CFF8CFF"
recipes
"Margarita"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
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"
Synaptizine
id"Synaptizine"
name"synaptizine"
group"Medicine"
desc"Toxic, but treats hallucinations, drowsiness & halves the duration of paralysis, stuns and knockdowns. One unit is enough to treat hallucinations; two units is deadly."
physicalDesc"pungent"
color"#D49A2FFF"
recipes
"Synaptizine"
metabolisms
Poison
rate0.5
effects
damage
types
Poison3
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Key"Stun"
Component""
Time3
Refreshtrue
Type1
conditionsnull
probability1
id"GenericStatusEffect"
Key"KnockedDown"
Component""
Time3
Refreshtrue
Type1
conditionsnull
probability1
id"GenericStatusEffect"
Key"SeeingRainbows"
Component""
Time15
Refreshtrue
Type1
conditionsnull
probability1
id"GenericStatusEffect"
Aluminium
id"Aluminium"
name"aluminium"
group"Elements"
desc"A silver, soft, non-magnetic, and ductile metal."
physicalDesc"metallic"
color"#848789FF"
recipes
Empty array
metabolismsnull
Diphenylmethylamine
id"Diphenylmethylamine"
name"diphenylmethylamine"
group"Medicine"
desc"A more stable medicine than ethyloxyephedrine. Useful for keeping someone awake."
physicalDesc"glowing"
color"#B0ABAAFF"
recipes
"Diphenylmethylamine"
metabolisms
Medicine
rate0.5
effects
TimerReset600
conditions
Min5
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"ResetNarcolepsy"
Messages
"ethyloxyephedrine-effect-feeling-awake"
"ethyloxyephedrine-effect-clear-mind"
Type1
VisualType2
conditionsnull
probability0.1
id"PopupMessage"
Sbiten
id"Sbiten"
name"sbiten"
group"Drinks"
desc"A spicy Vodka! Might be a little hot for the little guys!"
physicalDesc"strong-smelling"
color"#004166FF"
recipes
"Sbiten"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
Neurotoxin
id"Neurotoxin"
name"neurotoxin"
group"Drinks"
desc"A strong neurotoxin that puts the subject into a death-like state."
physicalDesc"strong-smelling"
color"#2E2E61FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.25
conditionsnull
probability1
id"AdjustReagent"
Poison
rate0.5
effects
damage
types
Poison1
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
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"
Tequila
id"Tequila"
name"tequila"
group"Drinks"
desc"A strong and mildly flavoured, mexican produced spirit."
physicalDesc"strong-smelling"
color"#D7D1D155"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.2
conditionsnull
probability1
id"AdjustReagent"
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
Grenadine
id"Grenadine"
name"grenadine"
group"Drinks"
desc"Not cherry flavored!"
physicalDesc"dark-red"
color"#EA1D26FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor3
id"SatiateThirst"
Phlogiston
id"Phlogiston"
name"phlogiston"
group"Pyrotechnic"
desc"Catches you on fire and makes you ignite."
physicalDesc"burning"
color"#D4872AFF"
recipes
"Phlogiston"
metabolisms
Poison
rate0.5
effects
damage
types
Heat3
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Multiplier0.1
conditionsnull
probability1
id"FlammableReaction"
Amount6000
conditionsnull
probability1
id"AdjustTemperature"
Phosphorus
id"Phosphorus"
name"phosphorus"
group"Elements"
desc"A reactive metal used in pyrotechnics and weapons."
physicalDesc"powdery"
color"#EDE4E4FF"
recipes
Empty array
metabolismsnull
VodkaMartini
id"VodkaMartini"
name"vodka martini"
group"Drinks"
desc"Vodka with Gin. Not quite how 007 enjoyed it, but still delicious."
physicalDesc"strong-smelling"
color"#004666FF"
recipes
"VodkaMartini"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.15
conditionsnull
probability1
id"AdjustReagent"
Ash
id"Ash"
name"ash"
group"Unknown"
desc"A light grey powdery residue"
physicalDesc"powdery"
color"#FFFFFFFF"
recipes
Empty array
metabolismsnull
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"
BloodyMary
id"BloodyMary"
name"bloody mary"
group"Drinks"
desc"A strange yet pleasurable mixture made of vodka, tomato, and lime juice."
physicalDesc"strong-smelling"
color"#660000FF"
recipes
"BloodyMary"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
Ammonia
id"Ammonia"
name"ammonia"
group"Botanical"
desc"An effective fertilizer which is better than what is available to the botanist initially, though it isn't as powerful as Diethylamine"
physicalDesc"pungent"
color"#77B58EFF"
recipes
"Ammonia"
metabolisms
Poison
rate0.5
effects
damage
types
Caustic1
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Aloe
id"Aloe"
name"aloe"
group"Drinks"
desc"So very, very, very good."
physicalDesc"strong-smelling"
color"#192C00FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
Allicin
id"Allicin"
name"allicin"
group"Unknown"
desc"An organosulfur compound found in alliums like garlic, onions, and related plants."
physicalDesc"pungent"
color"#F2E9D2FF"
recipes
Empty array
metabolisms
Poison
rate0.05
effects
damage
types
Poison0.06
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min1
Max21474836
Reagentnull
id"ReagentThreshold"
Type"Animal"
ShouldHavetrue
id"OrganType"
probability1
id"HealthChange"
Rewriter
id"Rewriter"
name"rewriter"
group"Drinks"
desc"The secret of the sanctuary of the Librarian..."
physicalDesc"strong-smelling"
color"#485000FF"
recipes
"Rewriter"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor3
id"SatiateThirst"
Beer
id"Beer"
name"beer"
group"Drinks"
desc"An alcoholic beverage made from malted grains, hops, yeast, and water."
physicalDesc"bubbly"
color"#CFA85FFF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
Ethyloxyephedrine
id"Ethyloxyephedrine"
name"ethyloxyephedrine"
group"Medicine"
desc"An unstable medicine derived from desoxyephedrine. With the main effects of desoxyephedrine neutralized, it may be useful for something else."
physicalDesc"shiny"
color"#D5D5E4FF"
recipes
"Ethyloxyephedrine"
metabolisms
Medicine
rate0.5
effects
Amplitude10
Frequency4
Time2
Refreshtrue
conditionsnull
probability1
id"Jitter"
Key"Stutter"
Component"StutteringAccent"
Time2
Refreshtrue
Type0
conditionsnull
probability1
id"GenericStatusEffect"
TimerReset600
conditions
Min10
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"ResetNarcolepsy"
Messages
"ethyloxyephedrine-effect-feeling-awake"
"ethyloxyephedrine-effect-clear-mind"
Type1
VisualType2
conditionsnull
probability0.1
id"PopupMessage"
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
SpaceGlue
id"SpaceGlue"
name"space glue"
group"Unknown"
desc"Space Glue is a high performance glue intended for maintenance of extremely complex mechanical equipment (and certainly not used to make people stick to the floor)."
physicalDesc"sticky"
color"#FFFFFFFF"
recipes
"SpaceGlue"
metabolisms
Narcotic
rate0.5
effects
Key"SeeingRainbows"
Component"SeeingRainbows"
Time5
Refreshfalse
Type0
conditionsnull
probability1
id"GenericStatusEffect"
Key"Muted"
Component"Muted"
Time5
Refreshfalse
Type0
conditionsnull
probability1
id"GenericStatusEffect"
FluorosulfuricAcid
id"FluorosulfuricAcid"
name"fluorosulfuric acid"
group"Toxins"
desc"An extremely corrosive chemical substance."
physicalDesc"strong-smelling"
color"#5050FFFF"
recipes
"FluorosulfuricAcid"
metabolisms
Poison
rate0.5
effects
damage
types
Caustic2
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Messages
"generic-reagent-effect-burning-insides"
Type1
VisualType4
conditionsnull
probability0.33
id"PopupMessage"
Astrotame
id"Astrotame"
name"Astrotame"
group"Foods"
desc"The sweetness of a thousand sugars but none of the calories."
physicalDesc"sugary"
color"#7FFFD4FF"
recipes
Empty array
metabolismsnull
DexalinPlus
id"DexalinPlus"
name"dexalin plus"
group"Medicine"
desc"Used in treatment of extreme cases of oxygen deprivation. Effective at healing blood loss damage."
physicalDesc"cloudy"
color"#4DA0BDFF"
recipes
"DexalinPlus"
metabolisms
Medicine
rate0.5
effects
damage
types
Asphyxiation-3.5
Bloodloss-3
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Reagent"Lexorin"
Groupnull
Amount-3
conditions
Min1
Max21474836
Reagent"Lexorin"
id"ReagentThreshold"
probability1
id"AdjustReagent"
damage
types
Asphyxiation5
Cold3
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min25
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"HealthChange"
IcedBeer
id"IcedBeer"
name"iced beer"
group"Drinks"
desc"A beer which is so cold the air around it freezes."
physicalDesc"bubbly"
color"#664300FF"
recipes
"IcedBeer"
"IcedBeerAlt"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
ChlorineTrifluoride
id"ChlorineTrifluoride"
name"CLF3"
group"Pyrotechnic"
desc"You really, REALLY don't want to get this shit anywhere near you."
physicalDesc"blazing"
color"#FFC8C8FF"
recipes
"ChlorineTrifluoride"
metabolisms
Poison
rate0.5
effects
damage
types
Heat1
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Multiplier0.2
conditionsnull
probability1
id"FlammableReaction"
Amount6000
conditionsnull
probability1
id"AdjustTemperature"
VentCrud
id"VentCrud"
name"vent crud"
group"Unknown"
desc"A jet black substance found in poorly maintained ventilation systems."
physicalDesc"sticky"
color"#000000FF"
recipes
Empty array
metabolisms
Poison
rate0.5
effects
damage
types
Poison2
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
ThreeMileIsland
id"ThreeMileIsland"
name"three mile island iced tea"
group"Drinks"
desc""Made for a woman, strong enough for a man.""
physicalDesc"strong-smelling"
color"#666340FF"
recipes
"ThreeMileIsland"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.15
conditionsnull
probability1
id"AdjustReagent"
Reagent"Uranium"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
Frezon
id"Frezon"
name"frezon"
group"Unknown"
desc"A highly effective coolant.. and hallucinogenic."
physicalDesc"gaseous"
color"#3A758CFF"
recipes
Empty array
metabolisms
Gas
rate0.5
effects
damage
types
Cellular0.01
groupsnull
scaleByQuantitytrue
ignoreResistancestrue
conditions
Min0.5
Max21474836
Reagent"Frezon"
id"ReagentThreshold"
probability1
id"HealthChange"
Key"SeeingRainbows"
Component"SeeingRainbows"
Time5
Refreshfalse
Type0
conditions
Min1
Max21474836
Reagent"Frezon"
id"ReagentThreshold"
probability1
id"GenericStatusEffect"
BoozePower3
SlurSpeechtrue
conditions
Min1
Max21474836
Reagent"Frezon"
id"ReagentThreshold"
probability1
id"Drunk"
Messages
"frezon-lungs-cold"
Type1
VisualType0
conditions
Min0.5
Max21474836
Reagent"Frezon"
id"ReagentThreshold"
probability0.1
id"PopupMessage"
Messages
"frezon-euphoric"
Type1
VisualType2
conditions
Min1
Max21474836
Reagent"Frezon"
id"ReagentThreshold"
probability0.1
id"PopupMessage"
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"
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"
WhiskeySoda
id"WhiskeySoda"
name"whiskey soda"
group"Drinks"
desc"For the more refined griffon."
physicalDesc"strong-smelling"
color"#533600FF"
recipes
"WhiskeySoda"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.15
conditionsnull
probability1
id"AdjustReagent"
Lithium
id"Lithium"
name"lithium"
group"Elements"
desc"A soft, silvery-white alkali metal. It's highly reactive, and ignites if it makes contact with water."
physicalDesc"shiny"
color"#C6C8CCFF"
recipes
Empty array
metabolismsnull
Ketchunaise
id"Ketchunaise"
name"ketchunaise"
group"Foods"
desc"So-called Russian dressing, popular among Space Americans."
physicalDesc"saucey"
color"#FBA399FF"
recipes
"CookingKetchunaise"
metabolismsnull
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"
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"
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"
Booger
id"Booger"
name"booger"
group"Drinks"
desc"Ewww..."
physicalDesc"strong-smelling"
color"#8CFF8CFF"
recipes
"Booger"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
Arithrazine
id"Arithrazine"
name"arithrazine"
group"Medicine"
desc"A slightly unstable medication used for the most extreme case of radiation poisoning. Lowers radiation level at over twice the rate Hyronalin does and will heal toxin damage at the same time. Deals very minor brute damage to the patient over time, but the patient's body will typically out-regenerate it easily."
physicalDesc"cloudy"
color"#BD5902FF"
recipes
"Arithrazine"
metabolisms
Medicine
rate0.5
effects
damage
types
Radiation-3
groups
Brute0.5
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Dermaline
id"Dermaline"
name"dermaline"
group"Medicine"
desc"An advanced chemical that is more effective at treating burn damage than Kelotane."
physicalDesc"translucent"
color"#215263FF"
recipes
"Dermaline"
metabolisms
Medicine
rate0.5
effects
damage
types
Heat-1.5
Shock-1.5
Cold-1.5
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
damage
types
Asphyxiation1
Cold2
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditions
Min10
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"HealthChange"
Amplitude10
Frequency4
Time2
Refreshtrue
conditions
Min10
Max21474836
Reagentnull
id"ReagentThreshold"
probability1
id"Jitter"