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

From Space Station 14 Wiki
(Update chem_prototypes.json via GitHub Actions)
(Update chem_prototypes.json via GitHub Actions)
Line 1: Line 1:
{
{
     "CafeLatte": {
     "Oculine": {
         "id": "CafeLatte",
         "id": "Oculine",
         "name": "cafe latte",
         "name": "oculine",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "A nice, strong and tasty beverage while you are reading.",
         "desc": "Heals eye damage.",
         "physicalDesc": "creamy",
         "physicalDesc": "translucent",
         "color": "#664300FF",
         "color": "#404040FF",
         "recipes": [
         "recipes": [
             "CafeLatte"
             "Oculine"
         ],
         ],
        "metabolisms": {
            "Medicine": {
                "rate": 0.5,
                "effects": [
                    {
                        "Amount": -1,
                        "conditions": null,
                        "probability": 1,
                        "id": "ChemHealEyeDamage"
                    }
                ]
            }
        }
    },
    "ChangelingSting": {
        "id": "ChangelingSting",
        "name": "changeling sting",
        "group": "Drinks",
        "desc": "You take a tiny sip and feel a burning sensation...",
        "physicalDesc": "fizzy",
        "color": "#2E6671FF",
        "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 17: Line 39:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 24: Line 46:
         }
         }
     },
     },
     "IrishCoffee": {
     "GinTonic": {
         "id": "IrishCoffee",
         "id": "GinTonic",
         "name": "irish coffee",
         "name": "gin and tonic",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Coffee served with irish cream. Regular cream just isn't the same!",
         "desc": "An all time classic, mild cocktail.",
         "physicalDesc": "cloudy",
         "physicalDesc": "strong-smelling",
         "color": "#664300FF",
         "color": "#004166FF",
         "recipes": [
         "recipes": [
             "IrishCoffee"
             "GinTonic"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 56: Line 78:
         }
         }
     },
     },
     "Rice": {
     "Cognizine": {
         "id": "Rice",
         "id": "Cognizine",
         "name": "rice",
         "name": "cognizine",
         "group": "Foods",
         "group": "Medicine",
         "desc": "Hard, small white grains.",
         "desc": "A mysterious chemical which is able to make any non-sentient creature sentient.",
         "physicalDesc": "chewy",
        "physicalDesc": "enigmatic",
         "color": "#FFFFFFFF",
        "color": "#B50EE8FF",
        "recipes": [
            "Cognizine"
        ],
        "metabolisms": {
            "Medicine": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": [
                            {
                                "Min": 5,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "MakeSentient"
                    }
                ]
            }
        }
    },
    "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": [],
         "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": "Theobromine",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.1,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 88: Line 138:
         }
         }
     },
     },
     "DryRamen": {
     "Cornmeal": {
         "id": "DryRamen",
         "id": "Cornmeal",
         "name": "dry ramen",
         "name": "cornmeal",
         "group": "Drinks",
         "group": "Foods",
         "desc": "Dry noodles and salt.",
         "desc": "Used for baking.",
         "physicalDesc": "wormy",
         "physicalDesc": "powdery",
         "color": "#664300FF",
         "color": "#D2B48CFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 103: Line 153:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "NutritionFactor": 1,
                         "HydrationFactor": -0.2,
                         "id": "SatiateHunger"
                         "id": "SatiateThirst"
                     }
                     },
                ]
            }
        }
    },
    "HotRamen": {
        "id": "HotRamen",
        "name": "hot ramen",
        "group": "Drinks",
        "desc": "Hot noodles.",
        "physicalDesc": "wormy",
        "color": "#664300FF",
        "recipes": [
            "HotRamen"
        ],
        "metabolisms": {
            "Food": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                        "Reagent": "Nutriment",
                        "Group": null,
                        "Amount": 0.1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "NutritionFactor": 4,
                         "id": "AdjustReagent"
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 134: Line 168:
         }
         }
     },
     },
     "Nocturine": {
     "Barozine": {
         "id": "Nocturine",
         "id": "Barozine",
         "name": "nocturine",
         "name": "barozine",
         "group": "Narcotics",
         "group": "Medicine",
         "desc": "Makes you feel very tired and unable to stand up. Basically, it's bone hurting juice.",
         "desc": "A potent drug that prevents pressure damage. Causes extreme pain and jittering. Very poisonous when overdosed.",
         "physicalDesc": "powdery",
         "physicalDesc": "viscous",
         "color": "#128E80FF",
         "color": "#FF867DFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Narcotic": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 149: Line 183:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 1
                                "Heat": 0.5
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 0.3,
                        "id": "HealthChange"
                    },
                    {
                        "damage": {
                            "types": {
                                 "Poison": 3
                             },
                             },
                             "groups": null
                             "groups": null
Line 157: Line 204:
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 60,
                                 "Min": 30,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": null,
Line 167: Line 214:
                     },
                     },
                     {
                     {
                         "Key": "ForcedSleep",
                         "ThirstAmount": -40,
                        "Component": "ForcedSleeping",
                         "HungerAmount": -40,
                        "Time": 2,
                        "Refresh": false,
                         "Type": 0,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 8,
                                 "Min": 30,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": "Nocturine",
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                        "probability": 0.15,
                        "id": "ChemVomit"
                    },
                    {
                        "Key": "PressureImmunity",
                        "Component": "PressureImmunity",
                        "Time": 2,
                        "Refresh": true,
                        "Type": 0,
                        "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "GenericStatusEffect"
                     }
                     },
                ]
            }
        }
    },
    "THCOil": {
        "id": "THCOil",
        "name": "THC oil",
        "group": "Narcotics",
        "desc": "Pure THC oil, extracted from the leaves of the cannabis plant. Much stronger than in it's natural form and can be used to numb chronic pain in patients.",
        "physicalDesc": "skunky",
        "color": "#DAA520FF",
        "recipes": [],
        "metabolisms": {
            "Narcotic": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "Key": "SeeingRainbows",
                         "Key": "Stutter",
                         "Component": "SeeingRainbows",
                         "Component": "StutteringAccent",
                         "Time": 5,
                         "Time": 2,
                         "Refresh": false,
                         "Refresh": true,
                         "Type": 0,
                         "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "GenericStatusEffect"
                     }
                     },
                ]
            }
        }
    },
    "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": [],
        "metabolisms": {
            "Poison": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "damage": {
                         "Amplitude": 10,
                            "types": {
                        "Frequency": 4,
                                "Poison": 4
                         "Time": 2,
                            },
                         "Refresh": true,
                            "groups": null
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "Jitter"
                    },
                    {
                        "EmoteId": "Scream",
                        "ShowInChat": false,
                        "conditions": null,
                        "probability": 0.2,
                        "id": "Emote"
                     },
                     },
                     {
                     {
                         "Messages": [
                         "Messages": [
                             "generic-reagent-effect-burning-insides"
                             "barozine-effect-skin-burning",
                            "barozine-effect-muscle-contract"
                         ],
                         ],
                         "Type": 1,
                         "Type": 1,
                         "VisualType": 3,
                         "VisualType": 4,
                         "conditions": null,
                         "conditions": null,
                         "probability": 0.33,
                         "probability": 0.1,
                         "id": "PopupMessage"
                         "id": "PopupMessage"
                     }
                     }
Line 252: Line 278:
         }
         }
     },
     },
     "Histamine": {
     "ChloralHydrate": {
         "id": "Histamine",
         "id": "ChloralHydrate",
         "name": "histamine",
         "name": "chloral hydrate",
         "group": "Toxins",
         "group": "Toxins",
         "desc": "Histamine's effects become more dangerous depending on the dosage amount. They range from mildly annoying to incredibly lethal.",
         "desc": "In low doses, makes you drowsy. In higher doses, puts you to sleep. Overdoses deal toxin damage.",
         "physicalDesc": "abrasive",
         "physicalDesc": "nondescript",
         "color": "#FA6464FF",
         "color": "#000067FF",
         "recipes": [],
         "recipes": [
            "ChloralHydrate"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Poison": {
Line 265: Line 293:
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "StatusLifetime": 2,
                            "types": null,
                            "groups": {
                                "Brute": 2
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 0.1,
                         "probability": 1,
                         "id": "HealthChange"
                        "WalkSpeedModifier": 0.65,
                        "SprintSpeedModifier": 0.65,
                         "id": "MovespeedModifier"
                     },
                     },
                     {
                     {
                         "damage": {
                         "Key": "ForcedSleep",
                            "types": null,
                        "Component": "ForcedSleeping",
                            "groups": {
                        "Time": 2,
                                "Brute": 2,
                         "Refresh": false,
                                "Toxin": 2,
                         "Type": 0,
                                "Airloss": 2
                            }
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 45,
                                 "Min": 15,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": "ChloralHydrate",
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "GenericStatusEffect"
                     },
                     },
                     {
                     {
                         "Messages": [
                         "damage": {
                             "histamine-effect-light-itchiness"
                             "types": {
                        ],
                                "Poison": 1.5
                        "Type": 1,
                            },
                        "VisualType": 0,
                            "groups": null
                        "conditions": null,
                         },
                         "probability": 0.1,
                         "scaleByQuantity": false,
                        "id": "PopupMessage"
                         "ignoreResistances": true,
                    },
                    {
                         "Messages": [
                            "histamine-effect-heavy-itchiness"
                        ],
                        "Type": 1,
                         "VisualType": 2,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 45,
                                 "Min": 20,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": "ChloralHydrate",
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 0.2,
                         "probability": 1,
                         "id": "PopupMessage"
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 330: Line 341:
         }
         }
     },
     },
     "CogChamp": {
     "Charcoal": {
         "id": "CogChamp",
         "id": "Charcoal",
         "name": "cogchamp",
         "name": "charcoal",
         "group": "Drinks",
         "group": "Unknown",
         "desc": "Not even Ratvar's Four Generals could withstand this! Qevax Jryy!",
         "desc": "A black, porous solid",
         "physicalDesc": "ground brass",
         "physicalDesc": "porous",
         "color": "#B5A642FF",
         "color": "#22282BFF",
         "recipes": [
         "recipes": [
             "CogChamp"
             "Charcoal"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "Key": "RatvarianLanguage",
                         "damage": {
                        "Component": "RatvarianLanguage",
                            "types": {
                        "Time": 2,
                                "Poison": -1
                         "Refresh": true,
                            },
                         "Type": 0,
                            "groups": null
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "HealthChange"
                     },
                     },
                     {
                     {
                        "CleanseRate": 3,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "id": "ChemCleanBloodstream"
                        "id": "SatiateThirst"
                    }
                    },
                ]
            }
        }
    },
    "Cola": {
        "id": "Cola",
        "name": "cola",
        "group": "Drinks",
        "desc": "A sweet, carbonated soft drink. Caffeine free.",
        "physicalDesc": "fizzy",
        "color": "#422912FF",
        "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": 2,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 372: Line 400:
         }
         }
     },
     },
     "Ethanol": {
     "DryRamen": {
         "id": "Ethanol",
         "id": "DryRamen",
         "name": "ethanol",
         "name": "dry ramen",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A simple alcohol, makes you drunk if consumed, flammable.",
         "desc": "Dry noodles and salt.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "wormy",
         "color": "#B05B3CFF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                        "conditions": null,
                        "probability": 1,
                        "NutritionFactor": 1,
                        "id": "SatiateHunger"
                    }
                ]
            }
        }
    },
    "DrGibb": {
        "id": "DrGibb",
        "name": "Dr. Gibb",
        "group": "Drinks",
        "desc": "A delicious blend of 42 different flavours.",
        "physicalDesc": "fizzy",
        "color": "#102000FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
    },
    "Phosphorus": {
        "id": "Phosphorus",
        "name": "phosphorus",
        "group": "Elements",
        "desc": "A reactive metal used in pyrotechnics and weapons.",
        "physicalDesc": "powdery",
        "color": "#EDE4E4FF",
        "recipes": [],
        "metabolisms": null
    },
    "Mercury": {
        "id": "Mercury",
        "name": "mercury",
        "group": "Elements",
        "desc": "A silver metal which is liquid at room temperature. It's highly toxic to humans.",
        "physicalDesc": "shiny",
        "color": "#929296FF",
        "recipes": [],
        "metabolisms": {
            "Poison": {
                "rate": 0.5,
                "effects": [
                    {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 1
                                 "Poison": 2
                             },
                             },
                             "groups": null
                             "groups": null
Line 393: Line 475:
                         "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",
    "GrapeSoda": {
                                "ShouldHave": false,
        "id": "GrapeSoda",
                                "id": "OrganType"
        "name": "grape soda",
                            }
        "group": "Drinks",
                         ],
        "desc": "It's Graaaaaape!",
        "physicalDesc": "fizzy",
        "color": "#AE94A6FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                     },
                         "id": "SatiateThirst"
                     }
                ]
            }
        }
    },
    "Thermite": {
        "id": "Thermite",
        "name": "thermite",
        "group": "Pyrotechnic",
        "desc": "A mixture that becomes extremely hot when ignited, and which can burn straight through walls when applied and ignited. It'll slowly inflict burn damage to anybody dumb enough to ingest it, but can't be ignited inside inside said dumb person.",
        "physicalDesc": "grainy",
        "color": "#757245FF",
        "recipes": [
            "Thermite"
        ],
        "metabolisms": {
            "Poison": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 0.2
                                 "Heat": 2
                             },
                             },
                             "groups": null
                             "groups": null
Line 418: Line 528:
                         "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",
    "Tricordrazine": {
                                "ShouldHave": true,
        "id": "Tricordrazine",
                                "id": "OrganType"
        "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.",
                        "probability": 1,
        "physicalDesc": "opaque",
                        "id": "HealthChange"
        "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": -1
                                 "Brute": -1
Line 445: Line 566:
                         "conditions": [
                         "conditions": [
                             {
                             {
                                "Min": 5,
                                 "Max": 50,
                                 "Max": 21474836,
                                 "Min": 0,
                                 "Reagent": null,
                                 "id": "TotalDamage"
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Dwarf",
                                "ShouldHave": true,
                                 "id": "OrganType"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     },
                     }
                    {
                ]
                        "ThirstAmount": -40,
            }
                        "HungerAmount": -40,
        }
                        "conditions": [
    },
                            {
    "Cornoil": {
                                "Min": 3,
        "id": "Cornoil",
                                "Max": 21474836,
        "name": "corn oil",
                                "Reagent": "Ethanol",
        "group": "Foods",
                                "id": "ReagentThreshold"
        "desc": "Corn oil, A delicious oil used in cooking. Made from corn.",
                            },
        "physicalDesc": "oily",
                            {
        "color": "#FFFF00FF",
                                "Type": "Dwarf",
        "recipes": [],
                                "ShouldHave": false,
        "metabolisms": null
                                "id": "OrganType"
    },
                            }
    "Whiskey": {
                        ],
        "id": "Whiskey",
                        "probability": 0.04,
        "name": "whiskey",
                        "id": "ChemVomit"
        "group": "Drinks",
                    }
        "desc": "A type of distilled alcoholic beverage made from fermented grain mash.",
                ]
        "physicalDesc": "strong-smelling",
            },
        "color": "#664300FF",
             "Alcohol": {
        "recipes": [],
        "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.2,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 494: Line 618:
         }
         }
     },
     },
     "Spaceacillin": {
     "Sugar": {
         "id": "Spaceacillin",
         "id": "Sugar",
         "name": "spaceacillin",
         "name": "sugar",
         "group": "Medicine",
         "group": "Foods",
         "desc": "A theta-lactam antibiotic. A common and very useful medicine, effective against many diseases likely to be encountered in space. Slows progression of diseases.",
         "desc": "Tasty spacey sugar!",
         "physicalDesc": "opaque",
         "physicalDesc": "sweet",
         "color": "#9942F5FF",
         "color": "#FFFFFFFF",
         "recipes": [
         "recipes": [],
            "Spaceacillin"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "conditions": [
                             "types": {
                             {
                                 "Cellular": 0.5
                                 "Min": 0.1,
                            },
                                "Max": 21474836,
                            "groups": null
                                "Reagent": "Nutriment",
                        },
                                "id": "ReagentThreshold"
                        "scaleByQuantity": false,
                            }
                        "ignoreResistances": true,
                         ],
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "NutritionFactor": 1,
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 525: Line 647:
         }
         }
     },
     },
     "Mojito": {
     "WhiskeyCola": {
         "id": "Mojito",
         "id": "WhiskeyCola",
         "name": "mojito",
         "name": "whiskey cola",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "If it's good enough for Spesscuba, it's good enough for you.",
         "desc": "Whiskey, mixed with cola. Surprisingly refreshing.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "bubbly",
         "color": "#664300FF",
         "color": "#3E1B00FF",
         "recipes": [
         "recipes": [
             "Mojito"
             "WhiskeyCola"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 548: Line 670:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.15,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 557: Line 679:
         }
         }
     },
     },
     "ManhattanProject": {
     "Iron": {
         "id": "ManhattanProject",
         "id": "Iron",
         "name": "manhattan project",
         "name": "iron",
         "group": "Drinks",
         "group": "Elements",
         "desc": "A scientist's drink of choice, for pondering ways to blow up the ship.",
         "desc": "A silvery-grey metal which forms iron oxides (rust) with contact with air. Commonly alloyed with other elements to create alloys such as steel.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "metallic",
         "color": "#664300FF",
         "color": "#434B4DFF",
         "recipes": [
         "recipes": [],
            "ManhattanProject"
        ],
         "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"
                     }
                 ]
                 ]
             }
             }
         }
         }
     },
     },
     "Frostoil": {
     "CarbonDioxide": {
         "id": "Frostoil",
         "id": "CarbonDioxide",
         "name": "frostoil",
         "name": "carbon dioxide",
         "group": "Foods",
         "group": "Unknown",
         "desc": "Leaves the tongue numb in its passage.",
         "desc": "You have genuinely no idea what this is.",
         "physicalDesc": "cold",
         "physicalDesc": "odorless",
         "color": "#87CEEBFF",
         "color": "#66FF33FF",
         "recipes": [],
         "recipes": [],
        "metabolisms": null
    },
    "BuzzochloricBees": {
        "id": "BuzzochloricBees",
        "name": "Buzzochloric Bees",
        "group": "Toxins",
        "desc": "Liquid bees. Oh god it's LIQUID BEES NO-",
        "physicalDesc": "buzzy",
        "color": "#FFD35DFF",
        "recipes": [
            "BuzzochloricBees"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Gas": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "Messages": [
                         "Factor": 1,
                            "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"
                        ],
                        "Type": 1,
                        "VisualType": 3,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 0,
                                 "Type": "Plant",
                                "Max": 0,
                                 "ShouldHave": true,
                                "Reagent": "Histamine",
                                 "id": "OrganType"
                                "id": "ReagentThreshold"
                            },
                            {
                                "Tag": "Bee",
                                 "Invert": true,
                                 "id": "HasTag"
                             }
                             }
                         ],
                         ],
                         "probability": 0.1,
                         "probability": 1,
                         "id": "PopupMessage"
                         "id": "Oxygenate"
                     },
                     },
                     {
                     {
                         "Messages": [
                         "damage": {
                            "buzzochloricbees-effect-histamine-bee-allergy",
                             "types": {
                            "buzzochloricbees-effect-histamine-swells",
                                 "Poison": 0.2
                            "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": [
                            {
                                 "Min": 0.01,
                                "Max": 21474836,
                                "Reagent": "Histamine",
                                "id": "ReagentThreshold"
                             },
                             },
                             {
                             "groups": null
                                "Tag": "Bee",
                         },
                                "Invert": true,
                         "scaleByQuantity": true,
                                "id": "HasTag"
                         "ignoreResistances": true,
                            }
                        ],
                        "probability": 0.05,
                         "id": "PopupMessage"
                    },
                    {
                         "Messages": [
                            "buzzochloricbees-effect-licoxide-electrifying",
                            "buzzochloricbees-effect-licoxide-shocked-by-bee-facts",
                            "buzzochloricbees-effect-licoxide-buzzed",
                            "buzzochloricbees-effect-licoxide-buzzes"
                        ],
                         "Type": 1,
                        "VisualType": 2,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Tag": "Bee",
                                 "Type": "Plant",
                                 "Invert": true,
                                 "ShouldHave": false,
                                 "id": "HasTag"
                                 "id": "OrganType"
                             },
                             },
                             {
                             {
                                 "Min": 0.01,
                                 "Min": 0.5,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": "Licoxide",
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 0.05,
                         "probability": 1,
                         "id": "PopupMessage"
                         "id": "HealthChange"
                     },
                     }
                    {
                ]
                        "Messages": [
            }
                            "buzzochloricbees-effect-fiber-hairy",
        }
                            "buzzochloricbees-effect-fiber-soft"
    },
                        ],
    "Vodka": {
                        "Type": 1,
        "id": "Vodka",
                        "VisualType": 0,
        "name": "vodka",
                        "conditions": [
        "group": "Drinks",
                            {
        "desc": "Clear distilled alcoholic beverage that originates from Poland and Russia.",
                                "Tag": "Bee",
        "physicalDesc": "strong-smelling",
                                "Invert": true,
        "color": "#D1D1D155",
                                "id": "HasTag"
        "recipes": [],
                            },
        "metabolisms": {
                            {
            "Drink": {
                                "Min": 0.01,
                "rate": 0.5,
                                "Max": 21474836,
                "effects": [
                                "Reagent": "Fiber",
                    {
                                "id": "ReagentThreshold"
                        "conditions": null,
                            }
                        "probability": 1,
                        ],
                         "HydrationFactor": 2,
                         "probability": 0.05,
                         "id": "SatiateThirst"
                         "id": "PopupMessage"
                     },
                     },
                     {
                     {
                         "damage": {
                         "Reagent": "Ethanol",
                            "types": {
                        "Group": null,
                                "Poison": 2,
                         "Amount": 0.2,
                                "Piercing": 2
                         "conditions": null,
                            },
                            "groups": null
                        },
                         "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Tag": "Bee",
                                "Invert": true,
                                "id": "HasTag"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 737: Line 785:
         }
         }
     },
     },
     "Desoxyephedrine": {
     "MilkSoy": {
         "id": "Desoxyephedrine",
         "id": "MilkSoy",
         "name": "desoxyephedrine",
         "name": "soy milk",
         "group": "Narcotics",
         "group": "Drinks",
         "desc": "Desoxyephedrine is a potent stimulant with dangerous side-effects if too much is consumed.",
         "desc": "Consumers favorite.",
         "physicalDesc": "translucent",
        "physicalDesc": "refreshing",
         "color": "#FAFAFAFF",
        "color": "#D2C29DFF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 4,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
    },
    "IceCream": {
        "id": "IceCream",
        "name": "ice cream",
        "group": "Drinks",
        "desc": "It was either this or the microwave, and nobody wants ice cream soup!",
         "physicalDesc": "creamy",
         "color": "#FFFBD6FF",
         "recipes": [
         "recipes": [
             "Desoxyephedrine"
             "IceCream"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 0.75
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "HydrationFactor": 2,
                    },
                         "id": "SatiateThirst"
                    {
                        "damage": {
                            "types": {
                                "Poison": 2,
                                "Asphyxiation": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
             },
             }
             "Narcotic": {
        }
    },
    "TableSalt": {
        "id": "TableSalt",
        "name": "table salt",
        "group": "Foods",
        "desc": "Commonly known as salt, Sodium Chloride is often used to season food or kill borers instantly.",
        "physicalDesc": "grainy",
        "color": "#A1000BFF",
        "recipes": [
            "TableSalt"
        ],
        "metabolisms": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "StatusLifetime": 2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "WalkSpeedModifier": 1.35,
                         "NutritionFactor": 0.5,
                        "SprintSpeedModifier": 1.35,
                         "id": "SatiateHunger"
                         "id": "MovespeedModifier"
                     },
                     },
                     {
                     {
                        "Key": "Stutter",
                        "Component": "StutteringAccent",
                        "Time": 2,
                        "Refresh": true,
                        "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                        "HydrationFactor": -0.5,
                     },
                         "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": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "Amplitude": 10,
                         "damage": {
                        "Frequency": 4,
                            "types": {
                        "Time": 2,
                                "Poison": -4,
                        "Refresh": true,
                                "Blunt": 2,
                        "conditions": null,
                                "Slash": 1,
                        "probability": 1,
                                "Piercing": 1
                        "id": "Jitter"
                            },
                    },
                            "groups": null
                    {
                         },
                        "Key": "Stun",
                         "scaleByQuantity": false,
                        "Component": "",
                         "ignoreResistances": true,
                        "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": [
                         "conditions": [
                             {
                             {
                                 "Min": 20,
                                 "Type": "Plant",
                                "Max": 21474836,
                                 "ShouldHave": true,
                                 "Reagent": null,
                                 "id": "OrganType"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "ResetNarcolepsy"
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 859: Line 901:
         }
         }
     },
     },
     "MilkSpoiled": {
     "DevilsKiss": {
         "id": "MilkSpoiled",
         "id": "DevilsKiss",
         "name": "spoiled milk",
         "name": "devils kiss",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "This milk has gone rancid.",
         "desc": "Creepy time!",
         "physicalDesc": "putrid",
         "physicalDesc": "strong-smelling",
         "color": "#FAFFBAFF",
         "color": "#A68310FF",
         "recipes": [],
         "recipes": [
            "DevilsKiss"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 874: Line 918:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": -2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 881: Line 933:
         }
         }
     },
     },
     "Mercury": {
     "FluorosulfuricAcid": {
         "id": "Mercury",
         "id": "FluorosulfuricAcid",
         "name": "mercury",
         "name": "fluorosulfuric acid",
         "group": "Elements",
         "group": "Toxins",
         "desc": "A silver metal which is liquid at room temperature. It's highly toxic to humans.",
         "desc": "An extremely corrosive chemical substance.",
         "physicalDesc": "shiny",
         "physicalDesc": "strong-smelling",
         "color": "#929296FF",
         "color": "#5050FFFF",
         "recipes": [],
         "recipes": [
            "FluorosulfuricAcid"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Poison": {
Line 896: Line 950:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 2
                                 "Caustic": 2
                             },
                             },
                             "groups": null
                             "groups": null
Line 905: Line 959:
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    },
                    {
                        "Messages": [
                            "generic-reagent-effect-burning-insides"
                        ],
                        "Type": 1,
                        "VisualType": 4,
                        "conditions": null,
                        "probability": 0.33,
                        "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 910: Line 974:
         }
         }
     },
     },
     "JuiceBanana": {
     "Margarita": {
         "id": "JuiceBanana",
         "id": "Margarita",
         "name": "banana juice",
         "name": "margarita",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "The raw essence of a banana. HONK.",
         "desc": "On the rocks with salt on the rim. Arriba~!",
         "physicalDesc": "crisp",
         "physicalDesc": "strong-smelling",
         "color": "#FFE777FF",
         "color": "#8CFF8CFF",
         "recipes": [],
         "recipes": [
            "Margarita"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 925: Line 991:
                         "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"
                     }
                 ]
             }
             }
         }
         }
     },
     },
     "Oculine": {
     "SpaceUp": {
         "id": "Oculine",
         "id": "SpaceUp",
         "name": "oculine",
         "name": "Space-Up",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "Heals eye damage.",
         "desc": "Tastes like a hull breach in your mouth.",
         "physicalDesc": "translucent",
         "physicalDesc": "fizzy",
         "color": "#404040FF",
         "color": "#00FF00FF",
         "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": 2,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 956: Line 1,028:
         }
         }
     },
     },
     "WhiskeyCola": {
     "Andalusia": {
         "id": "WhiskeyCola",
         "id": "Andalusia",
         "name": "whiskey cola",
         "name": "andalusia",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Whiskey, mixed with cola. Surprisingly refreshing.",
         "desc": "A nice, strangely named drink.",
         "physicalDesc": "bubbly",
         "physicalDesc": "strong-smelling",
         "color": "#3E1B00FF",
         "color": "#665700FF",
         "recipes": [
         "recipes": [
             "WhiskeyCola"
             "Andalusia"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 979: Line 1,051:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.15,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 988: Line 1,060:
         }
         }
     },
     },
     "PoisonWine": {
     "Cognac": {
         "id": "PoisonWine",
         "id": "Cognac",
         "name": "poison wine",
         "name": "cognac",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Is this even wine? Toxic! Hallucinogenic! Probably consumed in boatloads by your superiors!",
         "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": "#000000FF",
         "color": "#AB3C05FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 1,009: Line 1,081:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 1,015: Line 1,087:
                     }
                     }
                 ]
                 ]
             },
             }
             "Poison": {
        }
    },
    "SpaceMountainWind": {
        "id": "SpaceMountainWind",
        "name": "Space Mountain Wind",
        "group": "Drinks",
        "desc": "Blows right through you like a space wind.",
        "physicalDesc": "fizzy",
        "color": "#102000FF",
        "recipes": [],
        "metabolisms": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 1,036: Line 1,112:
         }
         }
     },
     },
     "Wine": {
     "Sbiten": {
         "id": "Wine",
         "id": "Sbiten",
         "name": "wine",
         "name": "sbiten",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "An premium alchoholic beverage made from distilled grape juice.",
         "desc": "A spicy Vodka! Might be a little hot for the little guys!",
         "physicalDesc": "translucent",
         "physicalDesc": "strong-smelling",
         "color": "#7E4043FF",
         "color": "#004166FF",
         "recipes": [
         "recipes": [
             "BloodToWine"
             "Sbiten"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 1,068: Line 1,144:
         }
         }
     },
     },
     "JuiceOrange": {
     "Water": {
         "id": "JuiceOrange",
         "id": "Water",
         "name": "orange juice",
         "name": "water",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Both delicious AND rich in Vitamin C. What more do you need?",
         "desc": "A colorless liquid that humans need in order to survive.",
         "physicalDesc": "citric",
         "physicalDesc": "translucent",
         "color": "#E78108FF",
         "color": "#75B1F0FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 1,083: Line 1,159:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "HydrationFactor": 4,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 1,090: Line 1,166:
         }
         }
     },
     },
     "Cornoil": {
     "SpaceDrugs": {
         "id": "Cornoil",
         "id": "SpaceDrugs",
         "name": "corn oil",
         "name": "space drugs",
         "group": "Foods",
         "group": "Narcotics",
         "desc": "Corn oil, A delicious oil used in cooking. Made from corn.",
         "desc": "An illegal compound which induces a number of effects such as loss of balance and visual artefacts.",
         "physicalDesc": "oily",
        "physicalDesc": "syrupy",
         "color": "#FFFF00FF",
        "color": "#63806EFF",
         "recipes": [],
        "recipes": [
            "SpaceDrugs"
        ],
        "metabolisms": {
            "Narcotic": {
                "rate": 0.5,
                "effects": [
                    {
                        "Key": "SeeingRainbows",
                        "Component": "SeeingRainbows",
                        "Time": 5,
                        "Refresh": false,
                        "Type": 0,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    }
                ]
            }
        }
    },
    "MindbreakerToxin": {
        "id": "MindbreakerToxin",
        "name": "mindbreaker toxin",
        "group": "Toxins",
        "desc": "A potent hallucinogenic compound that is illegal under space law. Formerly known as LSD.",
         "physicalDesc": "opaque",
         "color": "#77B58EFF",
         "recipes": [
            "MindbreakerToxin"
        ],
         "metabolisms": null
         "metabolisms": null
     },
     },
     "Ultravasculine": {
     "KiraSpecial": {
         "id": "Ultravasculine",
         "id": "KiraSpecial",
         "name": "ultravasculine",
         "name": "kira special",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "Rapidly flushes toxins from the body, but places some stress on the veins. Do not overdose.",
         "desc": "Long live the guy who everyone had mistaken for a girl. Baka!",
         "physicalDesc": "thick and grainy",
         "physicalDesc": "strong-smelling",
         "color": "#520E30FF",
         "color": "#CCCC99FF",
         "recipes": [
         "recipes": [
             "Ultravasculine"
             "KiraSpecial"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "conditions": null,
                            "types": null,
                        "probability": 1,
                             "groups": {
                        "HydrationFactor": 3,
                                 "Toxin": -3,
                        "id": "SatiateThirst"
                                 "Brute": 0.5
                    }
                             }
                ]
            }
        }
    },
    "Dermaline": {
        "id": "Dermaline",
        "name": "dermaline",
        "group": "Medicine",
        "desc": "An advanced chemical that is more effective at treating burn damage than Kelotane.",
        "physicalDesc": "translucent",
        "color": "#215263FF",
        "recipes": [
            "Dermaline"
        ],
        "metabolisms": {
            "Medicine": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                             "types": {
                                 "Heat": -1.5,
                                "Shock": -1.5,
                                 "Cold": -1.5
                             },
                            "groups": null
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": null,
                            {
                                "Min": 0,
                                "Max": 30,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
Line 1,137: Line 1,261:
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": null,
                             "types": {
                            "groups": {
                                 "Asphyxiation": 1,
                                 "Toxin": -1,
                                 "Cold": 2
                                 "Brute": 3
                             },
                             }
                            "groups": null
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
Line 1,147: Line 1,271:
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 30,
                                 "Min": 10,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": null,
Line 1,157: Line 1,281:
                     },
                     },
                     {
                     {
                         "Reagent": "Histamine",
                         "Amplitude": 10,
                         "Group": null,
                        "Frequency": 4,
                         "Amount": -1,
                         "Time": 2,
                         "Refresh": true,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 1,
                                 "Min": 10,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": "Histamine",
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "Jitter"
                    },
                     }
                    {
                 ]
                        "Reagent": "Ultravasculine",
                        "Group": null,
                        "Amount": 0.5,
                        "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Histamine",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                 ]
             }
             }
         }
         }
     },
     },
     "Vinegar": {
     "Milk": {
         "id": "Vinegar",
         "id": "Milk",
         "name": "vinegar",
         "name": "milk",
         "group": "Foods",
         "group": "Drinks",
         "desc": "Often used to flavor food.",
         "desc": "An opaque white liquid produced by the mammary glands of mammals.",
         "physicalDesc": "sour",
         "physicalDesc": "opaque",
         "color": "#D2B48CFF",
         "color": "#DFDFDFFF",
         "recipes": [
         "recipes": [],
            "CookingVinegar"
        ],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Reagent": "Water",
                        "Group": null,
                        "Amount": 0.4,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "HydrationFactor": 4,
                    },
                         "id": "SatiateThirst"
                    {
                        "Reagent": "Vitamin",
                        "Group": null,
                        "Amount": 0.1,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    },
                    {
                        "ThirstAmount": -40,
                        "HungerAmount": -40,
                        "conditions": [
                            {
                                "Min": 6,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 0.1,
                         "id": "ChemVomit"
                     }
                     }
                 ]
                 ]
Line 1,238: Line 1,322:
         }
         }
     },
     },
     "Egg": {
     "Radium": {
         "id": "Egg",
         "id": "Radium",
         "name": "egg",
         "name": "radium",
         "group": "Foods",
         "group": "Elements",
         "desc": "Used for baking.",
         "desc": "A radioactive metal, silvery-white in its pure form. It glows due to its radioactivity and is highly toxic.",
         "physicalDesc": "mucus-like",
         "physicalDesc": "glowing",
         "color": "#FFFFFFFF",
         "color": "#00FF04FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "Reagent": "Protein",
                         "damage": {
                         "Group": null,
                            "types": {
                         "Amount": 0.5,
                                "Radiation": 2
                            },
                            "groups": null
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 1,262: Line 1,351:
         }
         }
     },
     },
     "SulfuricAcid": {
     "Toxin": {
         "id": "SulfuricAcid",
         "id": "Toxin",
         "name": "sulfuric acid",
         "name": "toxin",
         "group": "Toxins",
         "group": "Toxins",
         "desc": "A highly corrosive, oily, colorless liquid.",
         "desc": "A toxic chemical.",
         "physicalDesc": "oily",
         "physicalDesc": "opaque",
         "color": "#BF8C00FF",
         "color": "#CF3600FF",
         "recipes": [
         "recipes": [],
            "SulfuricAcid"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Poison": {
Line 1,279: Line 1,366:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Caustic": 2
                                 "Poison": 4
                             },
                             },
                             "groups": null
                             "groups": null
Line 1,288: Line 1,375:
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    },
                    {
                        "Messages": [
                            "generic-reagent-effect-burning-insides"
                        ],
                        "Type": 1,
                        "VisualType": 4,
                        "conditions": null,
                        "probability": 0.33,
                        "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 1,303: Line 1,380:
         }
         }
     },
     },
     "IcedBeer": {
     "Plasma": {
         "id": "IcedBeer",
         "id": "Plasma",
         "name": "iced beer",
         "name": "plasma",
         "group": "Drinks",
         "group": "Unknown",
         "desc": "A beer which is so cold the air around it freezes.",
         "desc": "Funky, space-magic pixie dust. You probably shouldn't eat this, but we both know you will anyways.",
         "physicalDesc": "bubbly",
         "physicalDesc": "gaseous",
         "color": "#664300FF",
         "color": "#7E009EFF",
         "recipes": [
         "recipes": [],
            "IcedBeerAlt",
            "IcedBeer"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Reagent": "Inaprovaline",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": -2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "AdjustReagent"
                    }
                ]
            },
            "Gas": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                            "types": {
                                "Poison": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": true,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 1,336: Line 1,435:
         }
         }
     },
     },
     "JuiceCarrot": {
     "Aloe": {
         "id": "JuiceCarrot",
         "id": "Aloe",
         "name": "carrot juice",
         "name": "aloe",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "It's like a carrot, but less crunchy.",
         "desc": "So very, very, very good.",
         "physicalDesc": "crisp",
         "physicalDesc": "strong-smelling",
         "color": "#FF8820FF",
         "color": "#192C00FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 1,355: Line 1,454:
                     },
                     },
                     {
                     {
                         "Reagent": "Oculine",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.15,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "AdjustReagent"
                    }
                ]
            }
        }
    },
    "Aluminium": {
        "id": "Aluminium",
        "name": "aluminium",
        "group": "Elements",
        "desc": "A silver, soft, non-magnetic, and ductile metal.",
        "physicalDesc": "metallic",
        "color": "#848789FF",
        "recipes": [],
        "metabolisms": null
    },
    "Antifreeze": {
        "id": "Antifreeze",
        "name": "antifreeze",
        "group": "Drinks",
        "desc": "Ultimate refreshment.",
        "physicalDesc": "translucent",
        "color": "#FF7D63FF",
        "recipes": [
            "Antifreeze"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Nutriment",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.5,
                         "Amount": 0.15,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 1,374: Line 1,507:
         }
         }
     },
     },
     "Honk": {
     "RedMead": {
         "id": "Honk",
         "id": "RedMead",
         "name": "honk",
         "name": "red mead",
         "group": "Unknown",
         "group": "Drinks",
         "desc": "A toxin found in bananium. Causes severe honking and internal bleeding, may also cause the patient to mutate.",
         "desc": "The true Viking's drink! Even though it has a strange red color.",
         "physicalDesc": "pungent",
         "physicalDesc": "strong-smelling",
         "color": "#F2E9D2FF",
         "color": "#C73C00FF",
         "recipes": [],
         "recipes": [
            "RedMead"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.05,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                         "conditions": null,
                            "types": {
                                "Poison": 0.06
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Animal",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "HydrationFactor": 2,
                    }
                        "id": "SatiateThirst"
                ]
                    },
            }
        }
    },
    "Lemonade": {
        "id": "Lemonade",
        "name": "lemonade",
        "group": "Drinks",
        "desc": "Drink using lemon juice, water, and a sweetener such as cane sugar or honey.",
        "physicalDesc": "tart",
        "color": "#FFFF00FF",
        "recipes": [
            "Lemonade"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "AdjustReagent"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 1,439: Line 1,539:
         }
         }
     },
     },
     "Nicotine": {
     "Hydrogen": {
         "id": "Nicotine",
         "id": "Hydrogen",
         "name": "Nicotine",
         "name": "hydrogen",
         "group": "Narcotics",
         "group": "Elements",
         "desc": "Dangerous and highly addictive.",
         "desc": "A light, flammable gas.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "gaseous",
         "color": "#C0C0C0FF",
         "color": "#808080FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": null
         "metabolisms": null
     },
     },
     "Licoxide": {
     "Potassium": {
         "id": "Licoxide",
         "id": "Potassium",
         "name": "Licoxide",
         "name": "potassium",
         "group": "Toxins",
         "group": "Elements",
         "desc": "It looks... electrifying.",
         "desc": "A soft, shiny grey metal. Even more reactive than lithium.",
         "physicalDesc": "electric",
         "physicalDesc": "shiny",
         "color": "#FDD023FF",
         "color": "#C6C8CCFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": null
            "Poison": {
                "rate": 0.5,
                "effects": [
                    {
                        "ElectrocuteTime": 2,
                        "ElectrocuteDamageScale": 5,
                        "Refresh": true,
                        "conditions": null,
                        "probability": 0.5,
                        "id": "Electrocute"
                    }
                ]
            }
        }
     },
     },
     "SpaceMountainWind": {
     "Manhattan": {
         "id": "SpaceMountainWind",
         "id": "Manhattan",
         "name": "Space Mountain Wind",
         "name": "manhattan",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Blows right through you like a space wind.",
         "desc": "The Detective's undercover drink of choice. He never could stomach gin...",
         "physicalDesc": "fizzy",
         "physicalDesc": "strong-smelling",
         "color": "#102000FF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [
            "Manhattan"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 1,490: Line 1,578:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 1,495: Line 1,591:
         }
         }
     },
     },
     "Margarita": {
     "Phalanximine": {
         "id": "Margarita",
         "id": "Phalanximine",
         "name": "margarita",
         "name": "phalanximine",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "On the rocks with salt on the rim. Arriba~!",
         "desc": "Used in the treatment of cancer. Causes moderate radiation poisoning.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "acrid",
         "color": "#8CFF8CFF",
         "color": "#C8FF75FF",
         "recipes": [
         "recipes": [
             "Margarita"
             "Phalanximine"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                "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"
                    }
                ]
            }
        }
    },
    "Toxin": {
        "id": "Toxin",
        "name": "toxin",
        "group": "Toxins",
        "desc": "A toxic chemical.",
        "physicalDesc": "opaque",
        "color": "#CF3600FF",
        "recipes": [],
        "metabolisms": {
            "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 1,542: Line 1,608:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 4
                                 "Cellular": -1,
                                "Radiation": 1
                             },
                             },
                             "groups": null
                             "groups": null
Line 1,551: Line 1,618:
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    },
                    {
                        "ThirstAmount": -40,
                        "HungerAmount": -40,
                        "conditions": null,
                        "probability": 0.05,
                        "id": "ChemVomit"
                     }
                     }
                 ]
                 ]
Line 1,556: Line 1,630:
         }
         }
     },
     },
     "ToxinsSpecial": {
     "Mayo": {
         "id": "ToxinsSpecial",
         "id": "Mayo",
         "name": "toxins special",
         "name": "mayonnaise",
         "group": "Drinks",
         "group": "Foods",
         "desc": "This thing is ON FIRE! CALL THE DAMN SHUTTLE!",
         "desc": "Creamy sauce, made from oil, egg, and some (edible) acid.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "thick",
         "color": "#665C00FF",
         "color": "#F9F5E5FF",
         "recipes": [
         "recipes": [
             "ToxinsSpecial"
             "CookingMayoLemon",
            "CookingMayoVinegar"
         ],
         ],
        "metabolisms": null
    },
    "JuiceBerry": {
        "id": "JuiceBerry",
        "name": "berry juice",
        "group": "Drinks",
        "desc": "A delicious blend of several different kinds of berries.",
        "physicalDesc": "sweet",
        "color": "#660099FF",
        "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 1,573: Line 1,658:
                         "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 1,588: Line 1,665:
         }
         }
     },
     },
     "FourteenLoko": {
     "Bleach": {
         "id": "FourteenLoko",
         "id": "Bleach",
         "name": "Fourteen Loko",
         "name": "bleach",
         "group": "Drinks",
         "group": "Unknown",
         "desc": "A highly processed liquid substance barely-passing intergalatic health standards for a soft drink.",
         "desc": "Heavy duty cleaner that can clean tiles the same as Space Cleaner and also decontaminate clothes. Extremely toxic when ingested.",
         "physicalDesc": "fizzy",
         "physicalDesc": "strong-smelling",
         "color": "#DEB928FF",
         "color": "#A1000BFF",
         "recipes": [
         "recipes": [
             "FourteenLoko"
             "Bleach"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Theobromine",
                        "Group": null,
                        "Amount": 0.1,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            },
             "Poison": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
Line 1,624: Line 1,682:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 1
                                 "Poison": 3
                             },
                             },
                             "groups": null
                             "groups": null
Line 1,633: Line 1,691:
                         "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"
                     }
                 ]
                 ]
             }
             }
         }
         }
     },
     },
     "HippiesDelight": {
     "DoctorsDelight": {
         "id": "HippiesDelight",
         "id": "DoctorsDelight",
         "name": "hippies delight",
         "name": "the doctor's delight",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "You just don't get it maaaan.",
         "desc": "A gulp a day keeps the MediBot away. That's probably for the best.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#6EAA0CFF",
         "color": "#FF8CFFFF",
         "recipes": [
         "recipes": [
             "HippiesDelight"
             "DoctorsDelight"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 1,657: Line 1,725:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "conditions": null,
                        "probability": 1,
                        "NutritionFactor": -2,
                        "id": "SatiateHunger"
                     },
                     },
                     {
                     {
Line 1,667: Line 1,741:
                     }
                     }
                 ]
                 ]
             }
             },
        }
             "Medicine": {
    },
    "Phosphorus": {
        "id": "Phosphorus",
        "name": "phosphorus",
        "group": "Elements",
        "desc": "A reactive metal used in pyrotechnics and weapons.",
        "physicalDesc": "powdery",
        "color": "#EDE4E4FF",
        "recipes": [],
        "metabolisms": null
    },
    "BahamaMama": {
        "id": "BahamaMama",
        "name": "bahama mama",
        "group": "Drinks",
        "desc": "Tropical cocktail.",
        "physicalDesc": "strong-smelling",
        "color": "#FF7F3BFF",
        "recipes": [],
        "metabolisms": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Burn": -1,
                                "Brute": -1,
                                "Airloss": -1,
                                "Toxin": -1
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 1,710: Line 1,765:
         }
         }
     },
     },
     "SpaceUp": {
     "Cryptobiolin": {
         "id": "SpaceUp",
         "id": "Cryptobiolin",
         "name": "Space-Up",
         "name": "cryptobiolin",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "Tastes like a hull breach in your mouth.",
         "desc": "Causes confusion and dizziness. This is essential to make Spaceacillin.",
         "physicalDesc": "fizzy",
         "physicalDesc": "fizzy",
         "color": "#00FF00FF",
         "color": "#081A80FF",
         "recipes": [],
         "recipes": [
            "Cryptobiolin"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "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,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "BoozePower": 20,
                        "SlurSpeech": false,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "Drunk"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 1,732: Line 1,805:
         }
         }
     },
     },
     "Hooch": {
     "ManlyDorf": {
         "id": "Hooch",
         "id": "ManlyDorf",
         "name": "hooch",
         "name": "manly dorf",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Either someone's failure at cocktail making or attempt in alchohol production. In any case, do you really want to drink that?",
         "desc": "Beer and Ale, brought together in a delicious mix. Intended for stout dwarves only.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "fizzy and creamy",
         "color": "#664E00FF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [
             "Hooch"
             "ManlyDorf"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 1,764: Line 1,837:
         }
         }
     },
     },
     "JuiceTomato": {
     "Silver": {
         "id": "JuiceTomato",
         "id": "Silver",
         "name": "tomato juice",
         "name": "silver",
        "group": "Elements",
        "desc": "A soft, white, lustrous transition metal, it has the highest electrical conductivity of any element and the highest thermal conductivity of any metal.",
        "physicalDesc": "reasonably metallic",
        "color": "#D0D0D0FF",
        "recipes": [],
        "metabolisms": null
    },
    "Rum": {
        "id": "Rum",
        "name": "rum",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Tomatoes made into juice. What a waste of good tomatoes, huh?",
         "desc": "Distilled alcoholic drink made from sugarcane byproducts.",
         "physicalDesc": "saucey",
         "physicalDesc": "strong-smelling",
         "color": "#731008FF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 1,779: Line 1,862:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.2,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 1,786: Line 1,877:
         }
         }
     },
     },
     "FluorosulfuricAcid": {
     "PoisonWine": {
         "id": "FluorosulfuricAcid",
         "id": "PoisonWine",
         "name": "fluorosulfuric acid",
         "name": "poison wine",
         "group": "Toxins",
         "group": "Drinks",
         "desc": "An extremely corrosive chemical substance.",
         "desc": "Is this even wine? Toxic! Hallucinogenic! Probably consumed in boatloads by your superiors!",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#5050FFFF",
         "color": "#000000FF",
         "recipes": [
         "recipes": [],
            "FluorosulfuricAcid"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Caustic": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                        "Messages": [
                         "Reagent": "Ethanol",
                            "generic-reagent-effect-burning-insides"
                        ],
                        "Type": 1,
                        "VisualType": 4,
                        "conditions": null,
                        "probability": 0.33,
                        "id": "PopupMessage"
                    }
                ]
            }
        }
    },
    "Barefoot": {
        "id": "Barefoot",
        "name": "barefoot",
        "group": "Drinks",
        "desc": "Barefoot and pregnant.",
        "physicalDesc": "strong-smelling",
        "color": "#664300FF",
        "recipes": [
            "Barefoot"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.05,
Line 1,856: Line 1,904:
                     }
                     }
                 ]
                 ]
             }
             },
        }
             "Poison": {
    },
    "OilOlive": {
        "id": "OilOlive",
        "name": "olive oil",
        "group": "Foods",
        "desc": "Viscous and fragrant.",
        "physicalDesc": "oily",
        "color": "#808000FF",
        "recipes": [],
        "metabolisms": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "Reagent": "Nutriment",
                         "damage": {
                         "Group": null,
                            "types": {
                         "Amount": 0.75,
                                "Poison": 1
                            },
                            "groups": null
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 1,883: Line 1,925:
         }
         }
     },
     },
     "Neurotoxin": {
     "Frostoil": {
         "id": "Neurotoxin",
         "id": "Frostoil",
         "name": "neurotoxin",
         "name": "frostoil",
         "group": "Drinks",
         "group": "Foods",
         "desc": "A strong neurotoxin that puts the subject into a death-like state.",
        "desc": "Leaves the tongue numb in its passage.",
         "physicalDesc": "strong-smelling",
        "physicalDesc": "cold",
         "color": "#2E2E61FF",
        "color": "#87CEEBFF",
        "recipes": [],
        "metabolisms": null
    },
    "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": [],
        "metabolisms": null
    },
    "PulpedBananaPeel": {
        "id": "PulpedBananaPeel",
        "name": "pulped banana peel",
        "group": "Medicine",
        "desc": "Pulped banana peels have some effectiveness against bleeding.",
        "physicalDesc": "pulpy",
         "color": "#FFE774FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Scaled": false,
                        "Amount": -0.5,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "id": "ModifyBleedAmount"
                        "id": "SatiateThirst"
                    }
                    },
                ]
            }
        }
    },
    "Flour": {
        "id": "Flour",
        "name": "flour",
        "group": "Foods",
        "desc": "Used for baking.",
        "physicalDesc": "powdery",
        "color": "#FFFFFFFF",
        "recipes": [],
        "metabolisms": {
            "Food": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "Reagent": "Ethanol",
                         "Reagent": "Sugar",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.25,
                         "Amount": 0.4,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "AdjustReagent"
                     }
                    },
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": -0.2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Nutriment",
                        "Group": null,
                        "Amount": 0.1,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                 ]
                 ]
             },
             }
        }
    },
    "VentCrud": {
        "id": "VentCrud",
        "name": "vent crud",
        "group": "Unknown",
        "desc": "A jet black substance found in poorly maintained ventilation systems.",
        "physicalDesc": "sticky",
        "color": "#000000FF",
        "recipes": [],
        "metabolisms": {
             "Poison": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
Line 1,917: Line 2,021:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 1
                                 "Poison": 2
                             },
                             },
                             "groups": null
                             "groups": null
Line 1,931: Line 2,035:
         }
         }
     },
     },
     "ThreeMileIsland": {
     "RobustHarvest": {
         "id": "ThreeMileIsland",
         "id": "RobustHarvest",
         "name": "three mile island iced tea",
         "name": "robust harvest",
         "group": "Drinks",
         "group": "Botanical",
         "desc": "\"Made for a woman, strong enough for a man.\"",
         "desc": "Plant-enhancing hormones, good for increasing potency.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "robust",
         "color": "#666340FF",
         "color": "#3E901CFF",
         "recipes": [
         "recipes": [
             "ThreeMileIsland"
             "RobustHarvest"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                         "damage": {
                        "probability": 1,
                            "types": {
                        "HydrationFactor": 2,
                                "Poison": -2,
                        "id": "SatiateThirst"
                                "Blunt": -3,
                    },
                                "Slash": -3,
                    {
                                 "Piercing": -3
                        "Reagent": "Ethanol",
                             },
                        "Group": null,
                             "groups": null
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    },
                    {
                        "Reagent": "Uranium",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            }
        }
    },
    "Allicin": {
        "id": "Allicin",
        "name": "allicin",
        "group": "Unknown",
        "desc": "An organosulfur compound found in alliums like garlic, onions, and related plants.",
        "physicalDesc": "pungent",
        "color": "#F2E9D2FF",
        "recipes": [],
        "metabolisms": {
            "Poison": {
                "rate": 0.05,
                "effects": [
                    {
                        "damage": {
                            "types": {
                                 "Poison": 0.06
                             },
                             "groups": null
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
Line 1,994: Line 2,063:
                         "conditions": [
                         "conditions": [
                             {
                             {
                                "Min": 1,
                                 "Type": "Plant",
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            },
                            {
                                 "Type": "Animal",
                                 "ShouldHave": true,
                                 "ShouldHave": true,
                                 "id": "OrganType"
                                 "id": "OrganType"
Line 2,012: Line 2,075:
         }
         }
     },
     },
     "EZNutrient": {
     "Omnizine": {
         "id": "EZNutrient",
         "id": "Omnizine",
         "name": "EZ nutrient",
         "name": "omnizine",
         "group": "Botanical",
         "group": "Medicine",
         "desc": "Give your plants some of those EZ nutrients!",
         "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": "thick",
         "physicalDesc": "soothing",
         "color": "#664330FF",
         "color": "#FCF7F9FF",
         "recipes": [
         "recipes": [],
            "EZNutrient"
        ],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": [
                         "damage": {
                             {
                            "types": null,
                                 "Type": "Plant",
                             "groups": {
                                 "ShouldHave": true,
                                 "Burn": -2,
                                 "id": "OrganType"
                                "Toxin": -2,
                                 "Airloss": -2,
                                 "Brute": -2
                             }
                             }
                         ],
                         },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "NutritionFactor": 3,
                         "id": "HealthChange"
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 2,042: Line 2,107:
         }
         }
     },
     },
     "NTCahors": {
     "Sigynate": {
         "id": "NTCahors",
         "id": "Sigynate",
         "name": "NeoTheology Cahors Wine",
         "name": "sigynate",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "Fortified dessert wine made from cabernet sauvignon, saperavi and other grapes.",
         "desc": "A thick pink syrup useful for neutralizing acids and soothing trauma caused by acids. Tastes sweet!",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "thick",
         "color": "#7E4043FF",
         "color": "#E0A5B9FF",
         "recipes": [],
         "recipes": [
            "Sigynate"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Caustic": -3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "damage": {
                        "Group": null,
                            "types": {
                        "Amount": 0.05,
                                "Heat": 2
                        "conditions": null,
                            },
                         "probability": 1,
                            "groups": null
                         "id": "AdjustReagent"
                         },
                    }
                         "scaleByQuantity": false,
                ]
                        "ignoreResistances": true,
            }
                        "conditions": [
        }
                            {
    },
                                "Min": 16,
    "Carpetium": {
                                "Max": 21474836,
        "id": "Carpetium",
                                "Reagent": null,
        "name": "carpetium",
                                "id": "ReagentThreshold"
        "group": "Special",
                             }
        "desc": "A mystical chemical, usually outsourced from the Clown Planet, that covers everything it touches in carpet.",
        "physicalDesc": "fibrous",
        "color": "#800000FF",
        "recipes": [
            "Carpetium"
        ],
        "metabolisms": {
            "Poison": {
                "rate": 0.5,
                "effects": [
                    {
                        "Messages": [
                             "carpetium-effect-blood-fibrous",
                            "carpetium-effect-jumpsuit-insides"
                         ],
                         ],
                        "Type": 1,
                         "probability": 1,
                        "VisualType": 0,
                         "id": "HealthChange"
                        "conditions": null,
                         "probability": 0.1,
                         "id": "PopupMessage"
                     },
                     },
                     {
                     {
                         "Reagent": "CarpoToxin",
                         "Amplitude": 10,
                         "Group": null,
                        "Frequency": 4,
                         "Amount": -3,
                         "Time": 2,
                         "Refresh": true,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 1,
                                 "Min": 20,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": "CarpoToxin",
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "Jitter"
                     }
                     },
                ]
                    {
            }
                        "Messages": [
        }
                            "generic-reagent-effect-nauseous"
    },
                        ],
    "SpiderBlood": {
                        "Type": 1,
        "id": "SpiderBlood",
                        "VisualType": 2,
        "name": "blue blood",
                        "conditions": [
        "group": "Biological",
                            {
        "desc": "Doesn't taste like blueberry juice.",
                                "Min": 20,
        "physicalDesc": "ferrous",
                                "Max": 21474836,
        "color": "#162581FF",
                                "Reagent": null,
        "recipes": [],
                                "id": "ReagentThreshold"
        "metabolisms": {
                            }
            "Drink": {
                        ],
                "rate": 0.5,
                        "probability": 0.2,
                "effects": [
                        "id": "PopupMessage"
                    },
                     {
                     {
                         "conditions": null,
                        "ThirstAmount": -40,
                        "probability": 1,
                        "HungerAmount": -40,
                         "HydrationFactor": 1.5,
                         "conditions": [
                         "id": "SatiateThirst"
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 0.02,
                         "id": "ChemVomit"
                     }
                     }
                 ]
                 ]
Line 2,138: Line 2,205:
         }
         }
     },
     },
     "JuiceGrape": {
     "Carbon": {
         "id": "JuiceGrape",
         "id": "Carbon",
         "name": "grape juice",
         "name": "carbon",
         "group": "Drinks",
         "group": "Elements",
         "desc": "Freshly squeezed juice from red grapes. Quite sweet.",
         "desc": "A black, crystalline solid.",
         "physicalDesc": "crisp",
         "physicalDesc": "crystalline",
         "color": "#512284FF",
         "color": "#22282BFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": null
            "Drink": {
    },
                "rate": 0.5,
    "SpaceLube": {
                "effects": [
        "id": "SpaceLube",
                    {
        "name": "space lube",
                        "conditions": null,
        "group": "Unknown",
                        "probability": 1,
        "desc": "Space Lube is a high performance lubricant intended for maintenance of extremely complex mechanical equipment (and certainly not used to make people slip).",
                        "HydrationFactor": 3,
        "physicalDesc": "shiny",
                        "id": "SatiateThirst"
        "color": "#77B58EFF",
                    }
        "recipes": [
                ]
            "SpaceLube"
            }
        ],
         }
         "metabolisms": null
     },
     },
     "DoctorsDelight": {
     "Desoxyephedrine": {
         "id": "DoctorsDelight",
         "id": "Desoxyephedrine",
         "name": "the doctor's delight",
         "name": "desoxyephedrine",
         "group": "Drinks",
         "group": "Narcotics",
         "desc": "A gulp a day keeps the MediBot away. That's probably for the best.",
         "desc": "Desoxyephedrine is a potent stimulant with dangerous side-effects if too much is consumed.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "translucent",
         "color": "#FF8CFFFF",
         "color": "#FAFAFAFF",
         "recipes": [
         "recipes": [
             "DoctorsDelight"
             "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"
                     },
                     },
                     {
                     {
                         "conditions": null,
                         "damage": {
                        "probability": 1,
                            "types": {
                        "NutritionFactor": -2,
                                "Poison": 2,
                        "id": "SatiateHunger"
                                "Asphyxiation": 2
                    },
                            },
                    {
                            "groups": null
                         "Reagent": "Ethanol",
                        },
                         "Group": null,
                         "scaleByQuantity": false,
                        "Amount": 0.05,
                        "ignoreResistances": true,
                        "conditions": null,
                         "conditions": [
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
             },
             },
             "Medicine": {
             "Narcotic": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "StatusLifetime": 2,
                            "types": null,
                            "groups": {
                                "Burn": -1,
                                "Brute": -1,
                                "Airloss": -1,
                                "Toxin": -1
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "WalkSpeedModifier": 1.35,
                    }
                        "SprintSpeedModifier": 1.35,
                ]
                        "id": "MovespeedModifier"
            }
                    },
        }
    },
    "BbqSauce": {
        "id": "BbqSauce",
        "name": "BBQ sauce",
        "group": "Foods",
        "desc": "Hand wipes not included.",
        "physicalDesc": "gloopy",
        "color": "#8B0000FF",
        "recipes": [
            "CookingBbqSauce"
        ],
        "metabolisms": null
    },
    "Epinephrine": {
        "id": "Epinephrine",
        "name": "epinephrine",
        "group": "Medicine",
        "desc": "Effective at bringing people back from a critical state. Reduces some stun times. Easy to overdose on.",
        "physicalDesc": "odorless",
        "color": "#D2FFFAFF",
        "recipes": [
            "Epinephrine"
        ],
        "metabolisms": {
            "Medicine": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "damage": {
                         "Key": "Stutter",
                            "types": {
                        "Component": "StutteringAccent",
                                "Asphyxiation": -3,
                         "Time": 2,
                                "Poison": -0.5
                         "Refresh": true,
                            },
                         "Type": 0,
                            "groups": {
                        "conditions": null,
                                "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"
                         "id": "GenericStatusEffect"
                     },
                     },
                     {
                     {
                         "damage": {
                         "Amplitude": 10,
                            "types": {
                        "Frequency": 4,
                                "Asphyxiation": 1,
                         "Time": 2,
                                "Poison": 1
                         "Refresh": true,
                            },
                            "groups": null
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                        "conditions": [
                            {
                                "Min": 20,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                        "Reagent": "Lexorin",
                        "Group": null,
                        "Amount": -2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "Jitter"
                     },
                     },
                     {
                     {
                        "Reagent": "Epinephrine",
                         "Key": "Stun",
                        "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": "",
                         "Component": "",
                         "Time": 0.75,
                         "Time": 3,
                         "Refresh": true,
                         "Refresh": true,
                         "Type": 1,
                         "Type": 1,
Line 2,345: Line 2,320:
                         "Key": "KnockedDown",
                         "Key": "KnockedDown",
                         "Component": "",
                         "Component": "",
                         "Time": 0.75,
                         "Time": 3,
                         "Refresh": true,
                         "Refresh": true,
                         "Type": 1,
                         "Type": 1,
Line 2,351: Line 2,326:
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "GenericStatusEffect"
                    }
                ]
            },
            "Medicine": {
                "rate": 0.5,
                "effects": [
                    {
                        "TimerReset": 600,
                        "conditions": [
                            {
                                "Min": 20,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "ResetNarcolepsy"
                     }
                     }
                 ]
                 ]
Line 2,356: Line 2,349:
         }
         }
     },
     },
     "SoyLatte": {
     "VodkaTonic": {
         "id": "SoyLatte",
         "id": "VodkaTonic",
         "name": "soy latte",
         "name": "vodka tonic",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A coffee drink made with espresso and steamed soy milk.",
         "desc": "For when a gin and tonic isn't russian enough.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#664300FF",
         "color": "#0064C8FF",
         "recipes": [
         "recipes": [
             "SoyLatte"
             "VodkaTonic"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 2,373: Line 2,366:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 2,380: Line 2,381:
         }
         }
     },
     },
     "IcedTea": {
     "Mojito": {
         "id": "IcedTea",
         "id": "Mojito",
         "name": "iced tea",
         "name": "mojito",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "No relation to a certain rap artist/actor.",
         "desc": "If it's good enough for Spesscuba, it's good enough for you.",
         "physicalDesc": "aromatic",
         "physicalDesc": "strong-smelling",
         "color": "#104038FF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [
             "IcedTea"
             "Mojito"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 2,401: Line 2,402:
                     },
                     },
                     {
                     {
                         "Reagent": "Theobromine",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.05,
Line 2,412: Line 2,413:
         }
         }
     },
     },
     "ChangelingSting": {
     "Lipozine": {
         "id": "ChangelingSting",
         "id": "Lipozine",
         "name": "changeling sting",
         "name": "lipozine",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "You take a tiny sip and feel a burning sensation...",
         "desc": "Causes weight loss upon consumption.",
         "physicalDesc": "fizzy",
         "physicalDesc": "oily",
         "color": "#2E6671FF",
         "color": "#2690B5FF",
         "recipes": [],
         "recipes": [
            "Lipozine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 2,427: Line 2,430:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "NutritionFactor": -1,
                         "id": "SatiateThirst"
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 2,434: Line 2,437:
         }
         }
     },
     },
     "Iron": {
     "Moonshine": {
         "id": "Iron",
         "id": "Moonshine",
         "name": "iron",
         "name": "moonshine",
         "group": "Elements",
         "group": "Drinks",
         "desc": "A silvery-grey metal which forms iron oxides (rust) with contact with air. Commonly alloyed with other elements to create alloys such as steel.",
         "desc": "Artisanal homemade liquor. What could go wrong?",
         "physicalDesc": "metallic",
         "physicalDesc": "strong-smelling",
         "color": "#434B4DFF",
         "color": "#D1D7D155",
         "recipes": [],
         "recipes": [
            "Moonshine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Scaled": false,
                        "Amount": 4,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "ModifyBloodLevel"
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.25,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 2,457: Line 2,469:
         }
         }
     },
     },
     "Miasma": {
     "JuiceLemon": {
         "id": "Miasma",
         "id": "JuiceLemon",
         "name": "miasma",
         "name": "lemon juice",
         "group": "Unknown",
         "group": "Drinks",
         "desc": "Uh oh, stinky!",
         "desc": "This juice is VERY sour.",
         "physicalDesc": "gaseous",
         "physicalDesc": "citric",
         "color": "#56941EFF",
         "color": "#FFF690FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Gas": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "conditions": null,
                            "types": {
                                "Poison": 0.25
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                "Type": "Rat",
                                "ShouldHave": false,
                                "id": "OrganType"
                            },
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Miasma",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 3,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
    },
    "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"
                     },
                     },
                     {
                     {
                         "ThirstAmount": -40,
                         "damage": {
                         "HungerAmount": -40,
                            "types": {
                                "Poison": 2,
                                "Asphyxiation": 2
                            },
                            "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": null,
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 0.12,
                         "probability": 1,
                         "id": "ChemVomit"
                         "id": "HealthChange"
                     },
                     },
                     {
                     {
                         "Messages": [
                        "Amplitude": 10,
                             "miasma-smell"
                        "Frequency": 4,
                        "Time": 2,
                        "Refresh": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "Jitter"
                    },
                    {
                        "Key": "Stun",
                        "Component": "",
                        "Time": 1,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    },
                    {
                        "Key": "KnockedDown",
                        "Component": "",
                        "Time": 1,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    },
                    {
                         "Messages": [
                             "ephedrine-effect-tight-pain",
                            "ephedrine-effect-heart-pounds"
                         ],
                         ],
                         "Type": 1,
                         "Type": 1,
                         "VisualType": 2,
                         "VisualType": 2,
                        "conditions": null,
                        "probability": 0.05,
                        "id": "PopupMessage"
                    }
                ]
            },
            "Medicine": {
                "rate": 0.5,
                "effects": [
                    {
                        "TimerReset": 600,
                         "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"
                         "id": "ResetNarcolepsy"
                     },
                     }
                     {
                ]
                         "damage": {
            }
                            "types": {
        }
                                "Blunt": -4,
    },
                                "Slash": -3,
    "Ichor": {
                                 "Piercing": -3
        "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": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                         "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 1.5,
                        "id": "SatiateThirst"
                    }
                ]
            },
            "Medicine": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                            "types": {
                                 "Bloodloss": -5
                             },
                             },
                             "groups": null
                             "groups": {
                                "Burn": -5,
                                "Brute": -5,
                                "Toxin": -2
                            }
                         },
                         },
                         "scaleByQuantity": true,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": null,
                            {
                                "Type": "Rat",
                                "ShouldHave": true,
                                "id": "OrganType"
                            },
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Miasma",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
Line 2,561: Line 2,650:
         }
         }
     },
     },
     "GargleBlaster": {
     "BlackRussian": {
         "id": "GargleBlaster",
         "id": "BlackRussian",
         "name": "Pan-Galactic Gargle Blaster",
         "name": "black russian",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Whoah, this stuff looks volatile!",
         "desc": "For the lactose-intolerant. Still as classy as a White Russian.",
         "physicalDesc": "volatile",
         "physicalDesc": "strong-smelling",
         "color": "#9CC8B4FF",
         "color": "#360000FF",
         "recipes": [
         "recipes": [
             "GargleBlaster"
             "BlackRussian"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 2,593: Line 2,682:
         }
         }
     },
     },
     "Ipecac": {
     "TheMartinez": {
         "id": "Ipecac",
         "id": "TheMartinez",
         "name": "ipecac",
         "name": "The Martinez",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "Induces vomiting. Useful for stopping a poisoning that isn't done metabolizing.",
         "desc": "The edgerunner legend. Remembered by a drink, Forgotten by a drunk.",
         "physicalDesc": "inky",
         "physicalDesc": "vibrant",
         "color": "#422912FF",
         "color": "#75B1F0FF",
         "recipes": [
         "recipes": [
             "Ipecac"
             "TheMartinez"
         ],
         ],
         "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": 3,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 2,618: Line 2,706:
         }
         }
     },
     },
     "Lithium": {
     "Leporazine": {
         "id": "Lithium",
         "id": "Leporazine",
         "name": "lithium",
         "name": "leporazine",
         "group": "Elements",
         "group": "Medicine",
         "desc": "A soft, silvery-white alkali metal. It's highly reactive, and ignites if it makes contact with water.",
         "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": "shiny",
         "physicalDesc": "pungent",
         "color": "#C6C8CCFF",
         "color": "#FF7DB5FF",
         "recipes": [],
         "recipes": [
        "metabolisms": null
            "Leporazine"
    },
         ],
    "Blood": {
        "id": "Blood",
        "name": "blood",
        "group": "Biological",
        "desc": "I hope this is ketchup.",
         "physicalDesc": "ferrous",
        "color": "#800000FF",
        "recipes": [],
         "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": 1.5,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     },
                     }
                    {
                ]
                        "Amount": 100000,
            }
                        "conditions": [
        }
                            {
    },
                                "Min": 0,
    "WhiskeySoda": {
                                "Max": 293.15,
        "id": "WhiskeySoda",
                                "id": "Temperature"
        "name": "whiskey soda",
                            }
        "group": "Drinks",
                        ],
        "desc": "For the more refined griffon.",
                        "probability": 1,
        "physicalDesc": "strong-smelling",
                        "id": "AdjustTemperature"
        "color": "#533600FF",
                    },
        "recipes": [
            "WhiskeySoda"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "conditions": null,
                        "Amount": -10000,
                         "conditions": [
                            {
                                "Min": 293.15,
                                "Max": 3.4028235e+38,
                                "id": "Temperature"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "AdjustTemperature"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Messages": [
                         "Group": null,
                            "leporazine-effect-temperature-adjusting"
                         "Amount": 0.15,
                        ],
                         "Type": 1,
                         "VisualType": 2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 0.2,
                         "id": "AdjustReagent"
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 2,682: Line 2,771:
         }
         }
     },
     },
     "IrishCream": {
     "Oil": {
         "id": "IrishCream",
         "id": "Oil",
         "name": "irish cream",
         "name": "oil",
         "group": "Drinks",
         "group": "Foods",
         "desc": "Whiskey-imbued cream. What else could you expect from the Irish.",
         "desc": "Used by chefs to cook.",
         "physicalDesc": "creamy",
        "physicalDesc": "oily",
         "color": "#664300FF",
        "color": "#B67823FF",
        "recipes": [
            "Oil"
        ],
        "metabolisms": null
    },
    "Hyronalin": {
        "id": "Hyronalin",
        "name": "hyronalin",
        "group": "Medicine",
        "desc": "A weak treatment for radiation damage. Considered to be useful mainly for genetic modification, where it reduces radiation levels, and thus the chance of genetic mutations. Largely outclassed by Arithrazine.",
         "physicalDesc": "cloudy",
         "color": "#4CB580FF",
         "recipes": [
         "recipes": [
             "IrishCream"
             "Hyronalin"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Radiation": -1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "ThirstAmount": -40,
                        "Group": null,
                         "HungerAmount": -40,
                         "Amount": 0.2,
                         "conditions": null,
                         "conditions": null,
                        "probability": 0.02,
                        "id": "ChemVomit"
                    },
                    {
                        "damage": {
                            "types": {
                                "Heat": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "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,714: Line 2,857:
         }
         }
     },
     },
     "ShamblersJuice": {
     "MuteToxin": {
         "id": "ShamblersJuice",
         "id": "MuteToxin",
         "name": "Shambler's Juice",
         "name": "mute toxin",
         "group": "Drinks",
         "group": "Narcotics",
         "desc": "~Shake me up some of that Shambler's Juice!~",
         "desc": "Makes you unable to talk while metabolizing.",
         "physicalDesc": "fizzy",
         "physicalDesc": "syrupy",
         "color": "#66538FFF",
         "color": "#000000FF",
         "recipes": [],
         "recipes": [
            "MuteToxin"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Narcotic": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Key": "Muted",
                        "Component": "Muted",
                        "Time": 2,
                        "Refresh": true,
                        "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "GenericStatusEffect"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 2,736: Line 2,885:
         }
         }
     },
     },
     "Radium": {
     "ScrewdriverCocktail": {
         "id": "Radium",
         "id": "ScrewdriverCocktail",
         "name": "radium",
         "name": "screwdriver",
         "group": "Elements",
         "group": "Drinks",
         "desc": "A radioactive metal, silvery-white in its pure form. It glows due to its radioactivity and is highly toxic.",
         "desc": "Vodka, mixed with plain ol' orange juice. The result is surprisingly delicious.",
         "physicalDesc": "glowing",
         "physicalDesc": "strong-smelling",
         "color": "#00FF04FF",
         "color": "#A68310FF",
         "recipes": [],
         "recipes": [
            "ScrewdriverCocktail"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Radiation": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 2,765: Line 2,917:
         }
         }
     },
     },
     "ErikaSurprise": {
     "JuiceCarrot": {
         "id": "ErikaSurprise",
         "id": "JuiceCarrot",
         "name": "erika surprise",
         "name": "carrot juice",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "The surprise is, it's green!",
         "desc": "It's like a carrot, but less crunchy.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "crisp",
         "color": "#2E6671FF",
         "color": "#FF8820FF",
         "recipes": [
         "recipes": [],
            "ErikaSurprise"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 2,786: Line 2,936:
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Reagent": "Oculine",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    },
                    {
                        "Reagent": "Nutriment",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.5,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 2,797: Line 2,955:
         }
         }
     },
     },
     "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": {
    "Frezon": {
        "id": "Frezon",
        "name": "frezon",
        "group": "Unknown",
        "desc": "A highly effective coolant.. and hallucinogenic.",
        "physicalDesc": "gaseous",
        "color": "#3A758CFF",
        "recipes": [],
         "metabolisms": {
             "Gas": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "Reagent": "Water",
                            "types": {
                        "Group": null,
                                "Cellular": 0.01
                         "Amount": 0.4,
                            },
                         "conditions": null,
                            "groups": null
                        },
                         "scaleByQuantity": true,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 0.5,
                                "Max": 21474836,
                                "Reagent": "Frezon",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "AdjustReagent"
                     },
                     },
                     {
                     {
                         "Key": "SeeingRainbows",
                         "Reagent": "Vitamin",
                        "Component": "SeeingRainbows",
                         "Group": null,
                         "Time": 5,
                         "Amount": 0.1,
                         "Refresh": false,
                         "conditions": null,
                        "Type": 0,
                         "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Frezon",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "AdjustReagent"
                     },
                     },
                     {
                     {
                         "BoozePower": 3,
                         "ThirstAmount": -40,
                         "SlurSpeech": true,
                         "HungerAmount": -40,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 1,
                                 "Min": 6,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": "Frezon",
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                        "probability": 1,
                         "probability": 0.1,
                        "id": "Drunk"
                         "id": "ChemVomit"
                    },
                    {
                        "Messages": [
                            "frezon-lungs-cold"
                        ],
                        "Type": 1,
                        "VisualType": 0,
                        "conditions": [
                            {
                                "Min": 0.5,
                                "Max": 21474836,
                                "Reagent": "Frezon",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 0.1,
                        "id": "PopupMessage"
                    },
                    {
                        "Messages": [
                            "frezon-euphoric"
                        ],
                        "Type": 1,
                        "VisualType": 2,
                        "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Frezon",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 0.1,
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 2,910: Line 3,003:
         }
         }
     },
     },
     "Cognizine": {
     "MelonLiquor": {
         "id": "Cognizine",
         "id": "MelonLiquor",
         "name": "cognizine",
         "name": "melon liquor",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "A mysterious chemical which is able to make any non-sentient creature sentient.",
         "desc": "A relatively sweet and fruity 46 proof liquor.",
         "physicalDesc": "enigmatic",
         "physicalDesc": "strong-smelling",
         "color": "#B50EE8FF",
         "color": "#138808FF",
         "recipes": [
         "recipes": [],
            "Cognizine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": [
                         "conditions": null,
                            {
                        "probability": 1,
                                "Min": 5,
                        "HydrationFactor": 2,
                                "Max": 21474836,
                        "id": "SatiateThirst"
                                "Reagent": null,
                    },
                                "id": "ReagentThreshold"
                    {
                            }
                        "Reagent": "Ethanol",
                         ],
                        "Group": null,
                        "Amount": 0.05,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "MakeSentient"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 2,940: Line 3,033:
         }
         }
     },
     },
     "IcedGreenTea": {
     "BananaHonk": {
         "id": "IcedGreenTea",
         "id": "BananaHonk",
         "name": "iced green tea",
         "name": "banana honk",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "cold green tea.",
         "desc": "A drink from Clown Heaven.",
         "physicalDesc": "aromatic",
         "physicalDesc": "strong-smelling",
         "color": "#CE4200FF",
         "color": "#FFFF91FF",
         "recipes": [
         "recipes": [
             "IcedGreenTea"
             "BananaHonk"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 2,957: Line 3,050:
                         "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 2,964: Line 3,065:
         }
         }
     },
     },
     "GreenTea": {
     "Grenadine": {
         "id": "GreenTea",
         "id": "Grenadine",
         "name": "green tea",
         "name": "grenadine",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Tasty green tea.",
         "desc": "Not cherry flavored!",
         "physicalDesc": "aromatic",
         "physicalDesc": "dark-red",
         "color": "#C33F00FF",
         "color": "#EA1D26FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 2,986: Line 3,087:
         }
         }
     },
     },
     "JuiceBerry": {
     "SpiderBlood": {
         "id": "JuiceBerry",
         "id": "SpiderBlood",
         "name": "berry juice",
         "name": "blue blood",
         "group": "Drinks",
         "group": "Biological",
         "desc": "A delicious blend of several different kinds of berries.",
         "desc": "Doesn't taste like blueberry juice.",
         "physicalDesc": "sweet",
         "physicalDesc": "ferrous",
         "color": "#660099FF",
         "color": "#162581FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 3,001: Line 3,102:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "HydrationFactor": 1.5,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 3,008: Line 3,109:
         }
         }
     },
     },
     "SodiumCarbonate": {
     "Diphenylmethylamine": {
         "id": "SodiumCarbonate",
         "id": "Diphenylmethylamine",
         "name": "Sodium Carbonate",
         "name": "diphenylmethylamine",
         "group": "Unknown",
         "group": "Medicine",
         "desc": "A white, odorless, water-soluble salt that yields an alkaline solution in water. Also known as soda ash.",
         "desc": "A more stable medicine than ethyloxyephedrine. Useful for keeping someone awake.",
         "physicalDesc": "powdery",
         "physicalDesc": "glowing",
         "color": "#FFFFFFFF",
         "color": "#B0ABAAFF",
         "recipes": [
         "recipes": [
             "SodiumCarbonate"
             "Diphenylmethylamine"
         ],
         ],
        "metabolisms": null
    },
    "JuiceWatermelon": {
        "id": "JuiceWatermelon",
        "name": "water melon juice",
        "group": "Drinks",
        "desc": "The delicious juice of a watermelon.",
        "physicalDesc": "sweet",
        "color": "#EF3520FF",
        "recipes": [],
         "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 3,042: Line 3,151:
         }
         }
     },
     },
     "Bicaridine": {
     "Posca": {
         "id": "Bicaridine",
         "id": "Posca",
         "name": "bicaridine",
         "name": "posca",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "An analgesic which is highly effective at treating brute damage. It's useful for stabilizing people who have been severely beaten, as well as treating less life-threatening injuries. In the case of bleeding (internal or external), bicaridine will slow down the bleeding heavily. If the dosage exceeds the overdose limit, it'll stop it outright.",
         "desc": "Poor warriors' drink from a forgotten era.",
         "physicalDesc": "opaque",
         "physicalDesc": "sour",
         "color": "#FFAA00FF",
         "color": "#B3B599FF",
         "recipes": [
         "recipes": [
             "Bicaridine"
             "Posca"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Brute": -2
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 3,
                     },
                         "id": "SatiateThirst"
                     }
                ]
            }
        }
    },
    "Honk": {
        "id": "Honk",
        "name": "honk",
        "group": "Unknown",
        "desc": "A toxin found in bananium. Causes severe honking and internal bleeding, may also cause the patient to mutate.",
        "physicalDesc": "pungent",
        "color": "#F2E9D2FF",
        "recipes": [],
        "metabolisms": {
            "Poison": {
                "rate": 0.05,
                "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Asphyxiation": 0.5,
                                 "Poison": 0.06
                                "Poison": 1.5
                             },
                             },
                             "groups": null
                             "groups": null
Line 3,081: Line 3,198:
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 15,
                                 "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"
                    },
                     }
                    {
                 ]
                        "ThirstAmount": -40,
             }
                        "HungerAmount": -40,
         }
                        "conditions": [
     },
                            {
     "SnowWhite": {
                                "Min": 30,
         "id": "SnowWhite",
                                "Max": 21474836,
         "name": "snow white",
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 0.02,
                        "id": "ChemVomit"
                    },
                    {
                        "Amplitude": 10,
                        "Frequency": 4,
                        "Time": 2,
                        "Refresh": true,
                        "conditions": [
                            {
                                "Min": 15,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "Jitter"
                    }
                ]
            },
            "Alcohol": {
                "rate": 0.5,
                "effects": [
                    {
                        "BoozePower": 3,
                        "SlurSpeech": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "Drunk"
                     }
                 ]
             }
         }
     },
     "Starkist": {
         "id": "Starkist",
         "name": "starkist",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A sweet, orange flavored soft drink.",
         "desc": "A cold refreshment.",
         "physicalDesc": "fizzy",
         "physicalDesc": "bubbly",
         "color": "#9F3400FF",
         "color": "#FFFFFFFF",
         "recipes": [
         "recipes": [
             "Starkist"
             "SnowWhite"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 3,155: Line 3,235:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 3,160: Line 3,248:
         }
         }
     },
     },
     "Pax": {
     "Cream": {
         "id": "Pax",
         "id": "Cream",
         "name": "pax",
         "name": "cream",
         "group": "Unknown",
         "group": "Drinks",
         "desc": "A psychiatric drug which prevents the patient from directly harming anyone.",
         "desc": "The fatty, still liquid part of milk. Why don't you mix this with sum scotch, eh?",
         "physicalDesc": "soothing",
         "physicalDesc": "creamy",
         "color": "#AAAAAAFF",
         "color": "#DFD7AFFF",
         "recipes": [
         "recipes": [],
            "Pax"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "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,
                         "id": "GenericStatusEffect"
                        "HydrationFactor": 1,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 3,188: Line 3,270:
         }
         }
     },
     },
     "SnowWhite": {
     "Sodium": {
         "id": "SnowWhite",
         "id": "Sodium",
         "name": "snow white",
         "name": "sodium",
         "group": "Drinks",
        "group": "Elements",
         "desc": "A cold refreshment.",
        "desc": "A silvery-white alkali metal. Highly reactive in its pure form.",
         "physicalDesc": "bubbly",
        "physicalDesc": "metallic",
         "color": "#FFFFFFFF",
        "color": "#C6C8CCFF",
        "recipes": [],
        "metabolisms": null
    },
    "Inaprovaline": {
        "id": "Inaprovaline",
        "name": "inaprovaline",
         "group": "Medicine",
         "desc": "Inaprovaline is a synaptic stimulant and cardiostimulant. Commonly used to stabilize patients- it stops oxygen loss when the patient is in critical health. It'll also slow down bleeding by a good amount. Acts as a decent painkiller.",
         "physicalDesc": "opaque",
         "color": "#731024FF",
         "recipes": [
         "recipes": [
             "SnowWhite"
             "Inaprovaline"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                         "damage": {
                         "probability": 1,
                            "types": {
                         "HydrationFactor": 2,
                                "Asphyxiation": -5
                         "id": "SatiateThirst"
                            },
                     },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": [
                            {
                                "mobstate": 2,
                                "id": "MobStateCondition"
                            }
                        ],
                        "probability": 1,
                         "id": "HealthChange"
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Scaled": false,
                        "Group": null,
                         "Amount": -0.25,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "ModifyBleedAmount"
                     }
                     }
                 ]
                 ]
Line 3,220: Line 3,323:
         }
         }
     },
     },
     "Diethylamine": {
     "Hotsauce": {
         "id": "Diethylamine",
         "id": "Hotsauce",
         "name": "diethylamine",
         "name": "hotsauce",
         "group": "Botanical",
         "group": "Foods",
         "desc": "A very potent fertilizer.",
         "desc": "Burns so good.",
        "physicalDesc": "spicy",
        "color": "#FF0000FF",
        "recipes": [
            "CookingHotsauce"
        ],
        "metabolisms": null
    },
    "Martini": {
        "id": "Martini",
        "name": "classic martini",
        "group": "Drinks",
        "desc": "Vermouth with Gin. Not quite how 007 enjoyed it, but still delicious.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#A1000BFF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [
             "Diethylamine"
             "Martini"
         ],
         ],
         "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"
                ]
                     },
            }
                     {
        }
    },
    "Oil": {
        "id": "Oil",
        "name": "oil",
        "group": "Foods",
        "desc": "Used by chefs to cook.",
        "physicalDesc": "oily",
        "color": "#B67823FF",
        "recipes": [
            "Oil"
        ],
        "metabolisms": null
    },
    "Patron": {
        "id": "Patron",
        "name": "patron",
        "group": "Drinks",
        "desc": "Tequila with silver in it, a favorite of alcoholic women in the club scene.",
        "physicalDesc": "metallic",
        "color": "#585840FF",
        "recipes": [
            "Patron"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     {
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.2,
                         "Amount": 0.15,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 3,295: Line 3,367:
         }
         }
     },
     },
     "VodkaMartini": {
     "RootBeer": {
         "id": "VodkaMartini",
         "id": "RootBeer",
         "name": "vodka martini",
         "name": "root beer",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Vodka with Gin. Not quite how 007 enjoyed it, but still delicious.",
         "desc": "A very sweet, carbonated drink reminiscent of sarsparilla. Goes well with ice cream.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "fizzy",
         "color": "#004666FF",
         "color": "#381C07FF",
         "recipes": [
         "recipes": [],
            "VodkaMartini"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 3,314: Line 3,384:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 3,327: Line 3,389:
         }
         }
     },
     },
     "LemonLime": {
     "Impedrezene": {
         "id": "LemonLime",
         "id": "Impedrezene",
         "name": "lemon-lime",
         "name": "impedrezene",
         "group": "Drinks",
         "group": "Narcotics",
         "desc": "tangy lime and lemon soda",
         "desc": "A narcotic that impedes one's ability by slowing down the higher brain cell functions. Causes massive brain damage.",
         "physicalDesc": "fizzy",
         "physicalDesc": "acrid",
         "color": "#878F00FF",
         "color": "#215263FF",
         "recipes": [
         "recipes": [
             "LemonLime"
             "Impedrezene"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Narcotic": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "StatusLifetime": 2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "WalkSpeedModifier": 0.65,
                         "id": "SatiateThirst"
                         "SprintSpeedModifier": 0.65,
                    }
                        "id": "MovespeedModifier"
                ]
                    },
            }
        }
    },
    "DeadRum": {
        "id": "DeadRum",
        "name": "deadrum",
        "group": "Drinks",
        "desc": "Distilled alcoholic drink made from saltwater.",
        "physicalDesc": "strong-smelling",
        "color": "#664300FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Key": "SeeingRainbows",
                         "Group": null,
                         "Component": "SeeingRainbows",
                         "Amount": 0.2,
                        "Time": 10,
                        "Refresh": false,
                         "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "GenericStatusEffect"
                     }
                    },
                    {
                        "ThirstAmount": -40,
                        "HungerAmount": -40,
                        "conditions": null,
                        "probability": 0.05,
                        "id": "ChemVomit"
                    },
                    {
                        "BoozePower": 5,
                        "SlurSpeech": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "Drunk"
                     }
                 ]
                 ]
             }
             }
         }
         }
     },
     },
     "GinFizz": {
     "JuicePineapple": {
         "id": "GinFizz",
         "id": "JuicePineapple",
         "name": "gin fizz",
         "name": "pineapple juice",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Refreshingly lemony, deliciously dry.",
         "desc": "The delicious juice of a pineapple.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "tropical",
         "color": "#664300FF",
         "color": "#FFFF00FF",
         "recipes": [
         "recipes": [],
            "GinFizz"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 3,398: Line 3,467:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 3,413: Line 3,474:
         }
         }
     },
     },
     "Amasec": {
     "TonicWater": {
         "id": "Amasec",
         "id": "TonicWater",
         "name": "amasec",
         "name": "tonic water",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Official drink of the Gun Club!",
         "desc": "It tastes strange but at least the quinine keeps the Space Malaria at bay.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "fizzy",
         "color": "#124DA7FF",
         "color": "#0064C8FF",
         "recipes": [
         "recipes": [],
            "Amasec"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 3,430: Line 3,489:
                         "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"
                     }
                 ]
             }
         }
         }
     },
     },
     "JuicePotato": {
     "FourteenLoko": {
         "id": "JuicePotato",
         "id": "FourteenLoko",
         "name": "potato juice",
         "name": "Fourteen Loko",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Juice of the potato. Bleh.",
         "desc": "A highly processed liquid substance barely-passing intergalatic health standards for a soft drink.",
         "physicalDesc": "starchy",
         "physicalDesc": "fizzy",
         "color": "#302000FF",
         "color": "#DEB928FF",
         "recipes": [],
         "recipes": [
        "metabolisms": {
             "FourteenLoko"
             "Drink": {
         ],
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 3,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
    },
    "Coffee": {
         "id": "Coffee",
        "name": "coffee",
        "group": "Drinks",
        "desc": "A drink made from brewed coffee beans. Contains a moderate amount of caffeine.",
        "physicalDesc": "aromatic",
        "color": "#664300FF",
        "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 3,488: Line 3,519:
                         "Reagent": "Theobromine",
                         "Reagent": "Theobromine",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 3,494: Line 3,525:
                     }
                     }
                 ]
                 ]
             }
             },
        }
            "Poison": {
    },
                "rate": 0.5,
    "Moonshine": {
                "effects": [
        "id": "Moonshine",
                    {
        "name": "moonshine",
                        "damage": {
        "group": "Drinks",
                            "types": {
        "desc": "Artisanal homemade liquor. What could go wrong?",
                                "Poison": 1
        "physicalDesc": "strong-smelling",
                            },
        "color": "#D1D7D155",
                            "groups": null
        "recipes": [
                        },
            "Moonshine"
                        "scaleByQuantity": false,
        ],
                        "ignoreResistances": true,
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.25,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 3,529: Line 3,546:
         }
         }
     },
     },
     "Ash": {
     "FoamingAgent": {
         "id": "Ash",
         "id": "FoamingAgent",
         "name": "ash",
         "name": "foaming agent",
         "group": "Unknown",
         "group": "Pyrotechnic",
         "desc": "A light grey powdery residue",
         "desc": "Makes foam such as that's required in metal foam grenades.",
         "physicalDesc": "powdery",
         "physicalDesc": "foamy",
         "color": "#FFFFFFFF",
         "color": "#215263FF",
         "recipes": [],
         "recipes": [
            "FoamingAgent"
        ],
         "metabolisms": null
         "metabolisms": null
     },
     },
     "PulpedBananaPeel": {
     "Amatoxin": {
         "id": "PulpedBananaPeel",
         "id": "Amatoxin",
         "name": "pulped banana peel",
         "name": "amatoxin",
         "group": "Medicine",
         "group": "Toxins",
         "desc": "Pulped banana peels have some effectiveness against bleeding.",
         "desc": "A potent toxin found in some mushrooms.",
         "physicalDesc": "pulpy",
         "physicalDesc": "nondescript",
         "color": "#FFE774FF",
         "color": "#D6CE7BFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "Scaled": false,
                         "damage": {
                         "Amount": -0.5,
                            "types": {
                                "Poison": 6
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "ModifyBleedAmount"
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 3,562: Line 3,587:
         }
         }
     },
     },
     "Enzyme": {
     "TequilaSunrise": {
         "id": "Enzyme",
         "id": "TequilaSunrise",
         "name": "universal enzyme",
         "name": "tequila sunrise",
        "group": "Foods",
        "desc": "Used in cooking various dishes.",
        "physicalDesc": "chalky",
        "color": "#009900FF",
        "recipes": [],
        "metabolisms": null
    },
    "GroundBee": {
        "id": "GroundBee",
        "name": "Ground Bee",
        "group": "Unknown",
        "desc": "Bee grounds. Gross.",
        "physicalDesc": "bee guts",
        "color": "#86530EFF",
        "recipes": [],
        "metabolisms": null
    },
    "Absinthe": {
        "id": "Absinthe",
        "name": "absinthe",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A anise-flavoured spirit derived from botanicals.",
         "desc": "Tequila and orange juice. Much like a Screwdriver, only Mexican.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#33EE00FF",
         "color": "#FFE48CFF",
         "recipes": [],
         "recipes": [
            "TequilaSunrise"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 3,603: Line 3,610:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.3,
                         "Amount": 0.15,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 3,612: Line 3,619:
         }
         }
     },
     },
     "Vermouth": {
     "Protein": {
         "id": "Vermouth",
         "id": "Protein",
         "name": "vermouth",
         "name": "protein",
         "group": "Drinks",
         "group": "Foods",
         "desc": "Aromatized, fortified white wine flavored with various botanicals.",
         "desc": "Found in certain meals, good for bodily health.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "clumpy",
         "color": "#91FF91FF",
         "color": "#FFFFE5FF",
         "recipes": [],
         "recipes": [
            "ProteinCooking"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Brute": -0.4
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 0.5,
                        "id": "HealthChange"
                    },
                    {
                        "Scaled": false,
                        "Amount": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "ModifyBloodLevel"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                        "NutritionFactor": 3,
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 3,642: Line 3,663:
         }
         }
     },
     },
     "Rewriter": {
     "SyndicateBomb": {
         "id": "Rewriter",
         "id": "SyndicateBomb",
         "name": "rewriter",
         "name": "syndicate bomb",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "The secret of the sanctuary of the Librarian...",
         "desc": "Somebody set us up the bomb!",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "opaque",
         "color": "#485000FF",
         "color": "#2E6660FF",
         "recipes": [
         "recipes": [
             "Rewriter"
             "SyndicateBomb"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 3,659: Line 3,680:
                         "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 3,666: Line 3,695:
         }
         }
     },
     },
     "Tequila": {
     "THCOil": {
         "id": "Tequila",
         "id": "THCOil",
         "name": "tequila",
         "name": "THC oil",
         "group": "Drinks",
         "group": "Narcotics",
         "desc": "A strong and mildly flavoured, mexican produced spirit.",
         "desc": "Pure THC oil, extracted from the leaves of the cannabis plant. Much stronger than in it's natural form and can be used to numb chronic pain in patients.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "skunky",
         "color": "#D7D1D155",
         "color": "#DAA520FF",
         "recipes": [],
         "recipes": [],
        "metabolisms": {
            "Narcotic": {
                "rate": 0.5,
                "effects": [
                    {
                        "Key": "SeeingRainbows",
                        "Component": "SeeingRainbows",
                        "Time": 5,
                        "Refresh": false,
                        "Type": 0,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    }
                ]
            }
        }
    },
    "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": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 3,687: Line 3,744:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.2,
                         "Amount": 0.15,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 3,696: Line 3,753:
         }
         }
     },
     },
     "Gold": {
     "Lemonade": {
         "id": "Gold",
         "id": "Lemonade",
         "name": "gold",
         "name": "lemonade",
         "group": "Elements",
         "group": "Drinks",
         "desc": "Gold is a dense, soft, shiny metal and the most malleable and ductile metal known.",
         "desc": "Drink using lemon juice, water, and a sweetener such as cane sugar or honey.",
         "physicalDesc": "metallic",
         "physicalDesc": "tart",
         "color": "#F7C430FF",
         "color": "#FFFF00FF",
         "recipes": [],
         "recipes": [
        "metabolisms": null
            "Lemonade"
    },
         ],
    "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": {
             "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
    },
    "Vermouth": {
        "id": "Vermouth",
        "name": "vermouth",
        "group": "Drinks",
        "desc": "Aromatized, fortified white wine flavored with various botanicals.",
        "physicalDesc": "strong-smelling",
        "color": "#91FF91FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Inaprovaline",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": -2,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 3,740: Line 3,804:
                     }
                     }
                 ]
                 ]
             },
             }
             "Gas": {
        }
    },
    "Barefoot": {
        "id": "Barefoot",
        "name": "barefoot",
        "group": "Drinks",
        "desc": "Barefoot and pregnant.",
        "physicalDesc": "strong-smelling",
        "color": "#664300FF",
        "recipes": [
            "Barefoot"
        ],
        "metabolisms": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": true,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 3,761: Line 3,839:
         }
         }
     },
     },
     "CarbonDioxide": {
     "SpaceCleaner": {
         "id": "CarbonDioxide",
         "id": "SpaceCleaner",
         "name": "carbon dioxide",
         "name": "space cleaner",
         "group": "Unknown",
         "group": "Unknown",
         "desc": "You have genuinely no idea what this is.",
         "desc": "This is able to clean almost all surfaces of almost anything that may dirty them. The janitor is likely to appreciate refills.",
         "physicalDesc": "odorless",
        "physicalDesc": "lemony fresh",
         "color": "#66FF33FF",
        "color": "#C8FF69FF",
         "recipes": [],
        "recipes": [
            "SpaceCleaner"
        ],
        "metabolisms": null
    },
    "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": {
         "metabolisms": {
             "Gas": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                    {
                        "Factor": 1,
                        "conditions": [
                            {
                                "Type": "Plant",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                        "probability": 1,
                        "id": "Oxygenate"
                    },
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 0.2
                                 "Radiation": -3
                             },
                             },
                             "groups": null
                             "groups": {
                                "Brute": 0.5
                            }
                         },
                         },
                         "scaleByQuantity": true,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": null,
                            {
                         "probability": 1,
                                "Type": "Plant",
                                "ShouldHave": false,
                                "id": "OrganType"
                            },
                            {
                                "Min": 0.5,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     }
                     }
Line 3,814: Line 3,884:
         }
         }
     },
     },
     "Uranium": {
     "BloodyMary": {
         "id": "Uranium",
         "id": "BloodyMary",
         "name": "uranium",
         "name": "bloody mary",
         "group": "Elements",
         "group": "Drinks",
         "desc": "A grey metallic chemical element in the actinide series, weakly radioactive.",
         "desc": "A strange yet pleasurable mixture made of vodka, tomato, and lime juice.",
         "physicalDesc": "metallic",
         "physicalDesc": "strong-smelling",
         "color": "#8FA191FF",
         "color": "#660000FF",
         "recipes": [],
         "recipes": [
            "BloodyMary"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Radiation": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 3,843: Line 3,916:
         }
         }
     },
     },
     "PestKiller": {
     "VodkaMartini": {
         "id": "PestKiller",
         "id": "VodkaMartini",
         "name": "pest killer",
         "name": "vodka martini",
         "group": "Botanical",
         "group": "Drinks",
         "desc": "A mixture that targets pests.",
         "desc": "Vodka with Gin. Not quite how 007 enjoyed it, but still delicious.",
         "physicalDesc": "bubbling",
         "physicalDesc": "strong-smelling",
         "color": "#9E9886FF",
         "color": "#004666FF",
         "recipes": [],
         "recipes": [
            "VodkaMartini"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "conditions": null,
                            "types": {
                        "probability": 1,
                                "Poison": 3
                        "HydrationFactor": 2,
                            },
                        "id": "SatiateThirst"
                            "groups": null
                    },
                        },
                    {
                         "scaleByQuantity": false,
                         "Reagent": "Ethanol",
                        "ignoreResistances": true,
                         "Group": null,
                         "conditions": [
                        "Amount": 0.15,
                            {
                        "conditions": null,
                                "Type": "Plant",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 3,878: Line 3,948:
         }
         }
     },
     },
     "Sodium": {
     "PwrGame": {
         "id": "Sodium",
         "id": "PwrGame",
         "name": "sodium",
         "name": "Pwr Game",
         "group": "Elements",
         "group": "Drinks",
         "desc": "A silvery-white alkali metal. Highly reactive in its pure form.",
         "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": "metallic",
         "physicalDesc": "fizzy",
         "color": "#C6C8CCFF",
         "color": "#9385BFFF",
         "recipes": [],
         "recipes": [],
        "metabolisms": null
    },
    "RootBeerFloat": {
        "id": "RootBeerFloat",
        "name": "root beer float",
        "group": "Drinks",
        "desc": "Root beer, but now with ice cream on top. It truly is the magnum opus of Canadian summertime drinks.",
        "physicalDesc": "reagent-physical-desc-fizzy and creamy",
        "color": "#4F361FFF",
        "recipes": [
            "RootBeerFloat"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 3,912: Line 3,970:
         }
         }
     },
     },
     "Diphenylmethylamine": {
     "Cryoxadone": {
         "id": "Diphenylmethylamine",
         "id": "Cryoxadone",
         "name": "diphenylmethylamine",
         "name": "cryoxadone",
         "group": "Medicine",
         "group": "Medicine",
         "desc": "A more stable medicine than ethyloxyephedrine. Useful for keeping someone awake.",
         "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": "glowing",
         "physicalDesc": "fizzy",
         "color": "#B0ABAAFF",
         "color": "#0091FFFF",
         "recipes": [
         "recipes": [
             "Diphenylmethylamine"
             "Cryoxadone"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 3,927: Line 3,985:
                 "effects": [
                 "effects": [
                     {
                     {
                         "TimerReset": 600,
                         "damage": {
                            "types": null,
                            "groups": {
                                "Airloss": -6,
                                "Brute": -4,
                                "Burn": -6,
                                "Toxin": -4
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 5,
                                 "Min": 0,
                                 "Max": 21474836,
                                 "Max": 150,
                                "Reagent": null,
                                 "id": "Temperature"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "ResetNarcolepsy"
                         "id": "HealthChange"
                    },
                    {
                        "Messages": [
                            "ethyloxyephedrine-effect-feeling-awake",
                            "ethyloxyephedrine-effect-clear-mind"
                        ],
                        "Type": 1,
                        "VisualType": 2,
                        "conditions": null,
                        "probability": 0.1,
                        "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 3,954: Line 4,010:
         }
         }
     },
     },
     "Thermite": {
     "Sake": {
         "id": "Thermite",
         "id": "Sake",
         "name": "thermite",
         "name": "sake",
         "group": "Pyrotechnic",
         "group": "Drinks",
         "desc": "A mixture that becomes extremely hot when ignited, and which can burn straight through walls when applied and ignited. It'll slowly inflict burn damage to anybody dumb enough to ingest it, but can't be ignited inside inside said dumb person.",
         "desc": "Alcoholic beverage made by fermenting rice that has been polished.",
         "physicalDesc": "grainy",
         "physicalDesc": "strong-smelling",
         "color": "#757245FF",
         "color": "#DDDDDDFF",
         "recipes": [
         "recipes": [],
            "Thermite"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Heat": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 3,985: Line 4,040:
         }
         }
     },
     },
     "Saxoite": {
     "DeadRum": {
         "id": "Saxoite",
         "id": "DeadRum",
         "name": "Saxoite",
         "name": "deadrum",
         "group": "Unknown",
         "group": "Drinks",
         "desc": "Smells like jazz.",
         "desc": "Distilled alcoholic drink made from saltwater.",
         "physicalDesc": "ground brass",
         "physicalDesc": "strong-smelling",
         "color": "#B8A603FF",
         "color": "#664300FF",
        "recipes": [],
        "metabolisms": null
    },
    "Mold": {
        "id": "Mold",
        "name": "mold",
        "group": "Toxins",
        "desc": "Often found in dark, humid places or on old bread.",
        "physicalDesc": "fuzzy",
        "color": "#8A9A5BFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                     }
                        "id": "SatiateThirst"
                 ]
                    },
             }
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.2,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                 ]
             }
         }
         }
     },
     },
     "Tea": {
     "Slime": {
         "id": "Tea",
         "id": "Slime",
         "name": "tea",
         "name": "slime",
         "group": "Drinks",
         "group": "Biological",
         "desc": "A drink made by boiling leaves of the tea tree, Camellia sinensis.",
         "desc": "You thought this was gradient blood at first, but you were mistaken.",
         "physicalDesc": "aromatic",
         "physicalDesc": "viscous",
         "color": "#8A5A3AFF",
         "color": "#2CF274FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 4,039: Line 4,085:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "NutritionFactor": 1.5,
                        "id": "SatiateThirst"
                         "id": "SatiateHunger"
                    },
                    {
                        "Reagent": "Theobromine",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 4,054: Line 4,092:
         }
         }
     },
     },
     "Andalusia": {
     "Astrotame": {
         "id": "Andalusia",
         "id": "Astrotame",
         "name": "andalusia",
         "name": "Astrotame",
        "group": "Foods",
        "desc": "The sweetness of a thousand sugars but none of the calories.",
        "physicalDesc": "sugary",
        "color": "#7FFFD4FF",
        "recipes": [],
        "metabolisms": null
    },
    "NTCahors": {
        "id": "NTCahors",
        "name": "NeoTheology Cahors Wine",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A nice, strangely named drink.",
         "desc": "Fortified dessert wine made from cabernet sauvignon, saperavi and other grapes.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#665700FF",
         "color": "#7E4043FF",
         "recipes": [
         "recipes": [],
            "Andalusia"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 4,086: Line 4,132:
         }
         }
     },
     },
     "Amatoxin": {
     "CogChamp": {
         "id": "Amatoxin",
         "id": "CogChamp",
         "name": "amatoxin",
         "name": "cogchamp",
         "group": "Toxins",
         "group": "Drinks",
         "desc": "A potent toxin found in some mushrooms.",
         "desc": "Not even Ratvar's Four Generals could withstand this! Qevax Jryy!",
         "physicalDesc": "nondescript",
         "physicalDesc": "ground brass",
         "color": "#D6CE7BFF",
         "color": "#B5A642FF",
         "recipes": [],
         "recipes": [
            "CogChamp"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "Key": "RatvarianLanguage",
                            "types": {
                        "Component": "RatvarianLanguage",
                                "Poison": 6
                        "Time": 2,
                            },
                        "Refresh": true,
                            "groups": null
                        "Type": 0,
                         },
                        "conditions": null,
                         "scaleByQuantity": false,
                        "probability": 1,
                         "ignoreResistances": true,
                        "id": "GenericStatusEffect"
                    },
                    {
                        "conditions": null,
                        "probability": 1,
                         "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                         "Reagent": "Ethanol",
                         "Group": null,
                        "Amount": 0.15,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 4,115: Line 4,174:
         }
         }
     },
     },
     "Fluorine": {
     "Chlorine": {
         "id": "Fluorine",
         "id": "Chlorine",
         "name": "fluorine",
         "name": "chlorine",
         "group": "Elements",
         "group": "Elements",
         "desc": "A highly toxic pale yellow gas. Extremely reactive.",
         "desc": "A yellow-green gas which is toxic to humans.",
         "physicalDesc": "gaseous",
         "physicalDesc": "gaseous",
         "color": "#808080FF",
         "color": "#A2FF00FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": null
         "metabolisms": null
     },
     },
     "Omnizine": {
     "Diphenhydramine": {
         "id": "Omnizine",
         "id": "Diphenhydramine",
         "name": "omnizine",
         "name": "diphenhydramine",
         "group": "Medicine",
         "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.",
         "desc": "Rapidly purges the body of histamine and reduces jitteriness.",
         "physicalDesc": "soothing",
         "physicalDesc": "chalky",
         "color": "#FCF7F9FF",
         "color": "#64FFE6FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 4,137: Line 4,196:
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                    {
                        "Reagent": "Histamine",
                        "Group": null,
                        "Amount": -3,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    },
                    {
                        "Key": "Jitter",
                        "Component": "",
                        "Time": 3,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    },
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": null,
                             "types": {
                            "groups": {
                                 "Poison": -3
                                 "Burn": -2,
                            },
                                "Toxin": -2,
                            "groups": null
                                "Airloss": -2,
                                "Brute": -2
                            }
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
Line 4,157: Line 4,231:
         }
         }
     },
     },
     "Ichor": {
     "Corpium": {
         "id": "Ichor",
         "id": "Corpium",
         "name": "ichor",
         "name": "corpium",
         "group": "Biological",
         "group": "Unknown",
         "desc": "An extremely potent regenerative chemical, perfected by space fauna evolution. Produced in the dragon's digestive system, it is seen as an exotic commodity due to the gargantuan effort of hunting for it.",
         "desc": "A Syndicate cocktail, carefully harvested from various sources. You wouldn't want this inside of you.",
         "physicalDesc": "roaring",
         "physicalDesc": "necrotic",
         "color": "#F4692EFF",
         "color": "#7668A1FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Cellular": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 1.5,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
             },
             }
             "Medicine": {
        }
    },
    "WeedKiller": {
        "id": "WeedKiller",
        "name": "weed killer",
        "group": "Botanical",
        "desc": "A mixture that targets weeds.",
        "physicalDesc": "bubbling",
        "color": "#968395FF",
        "recipes": [],
        "metabolisms": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 4,183: Line 4,275:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Bloodloss": -5
                                 "Poison": 4
                             },
                             },
                             "groups": {
                             "groups": null
                                "Burn": -5,
                                "Brute": -5,
                                "Toxin": -2
                            }
                         },
                         },
                         "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,201: Line 4,295:
         }
         }
     },
     },
     "BananaHonk": {
     "WhiteRussian": {
         "id": "BananaHonk",
         "id": "WhiteRussian",
         "name": "banana honk",
         "name": "white russian",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A drink from Clown Heaven.",
         "desc": "That's just, like, your opinion, man...",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#FFFF91FF",
         "color": "#A68340FF",
         "recipes": [
         "recipes": [
             "BananaHonk"
             "WhiteRussian"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 4,224: Line 4,318:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.15,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 4,233: Line 4,327:
         }
         }
     },
     },
     "WeldingFuel": {
     "Stimulants": {
         "id": "WeldingFuel",
         "id": "Stimulants",
         "name": "welding fuel",
         "name": "stimulants",
         "group": "Pyrotechnic",
         "group": "Narcotics",
         "desc": "Used by welders to weld.",
         "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": "oily",
         "physicalDesc": "energizing",
         "color": "#A76B1CFF",
         "color": "#9A040EFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Narcotic": {
                 "rate": 0.5,
                 "rate": 0.2,
                 "effects": [
                 "effects": [
                    {
                        "StatusLifetime": 2,
                        "conditions": null,
                        "probability": 1,
                        "WalkSpeedModifier": 1.3,
                        "SprintSpeedModifier": 1.3,
                        "id": "MovespeedModifier"
                    },
                     {
                     {
                         "damage": {
                         "damage": {
Line 4,254: Line 4,356:
                         "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"
                     },
                     },
                     {
                     {
                         "Multiplier": 0.4,
                         "Key": "KnockedDown",
                        "Component": "",
                        "Time": 3,
                        "Refresh": true,
                        "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "FlammableReaction"
                         "id": "GenericStatusEffect"
                     }
                     }
                 ]
                 ]
             }
             },
        }
             "Medicine": {
    },
                 "rate": 0.2,
    "IcedCoffee": {
        "id": "IcedCoffee",
        "name": "iced coffee",
        "group": "Drinks",
        "desc": "Coffee and ice, refreshing and cool.",
        "physicalDesc": "aromatic",
        "color": "#102838FF",
        "recipes": [
            "IcedCoffee"
        ],
        "metabolisms": {
             "Drink": {
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "TimerReset": 600,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 3,
                         "id": "ResetNarcolepsy"
                         "id": "SatiateThirst"
                     },
                     }
                    {
                ]
                        "conditions": null,
            }
                        "probability": 1,
        }
                        "NutritionFactor": 1,
    },
                        "id": "SatiateHunger"
    "Cream": {
                    },
        "id": "Cream",
        "name": "cream",
        "group": "Drinks",
        "desc": "The fatty, still liquid part of milk. Why don't you mix this with sum scotch, eh?",
        "physicalDesc": "creamy",
        "color": "#DFD7AFFF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "conditions": null,
                         "conditions": null,
Line 4,309: Line 4,409:
                         "HydrationFactor": 1,
                         "HydrationFactor": 1,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Burn": -1,
                                "Brute": -1
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                "Max": 120,
                                "Min": 70,
                                "id": "TotalDamage"
                            }
                        ],
                        "probability": 1,
                        "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 4,314: Line 4,434:
         }
         }
     },
     },
     "KiraSpecial": {
     "CafeLatte": {
         "id": "KiraSpecial",
         "id": "CafeLatte",
         "name": "kira special",
         "name": "cafe latte",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Long live the guy who everyone had mistaken for a girl. Baka!",
         "desc": "A nice, strong and tasty beverage while you are reading.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "creamy",
         "color": "#CCCC99FF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [
             "KiraSpecial"
             "CafeLatte"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 4,338: Line 4,458:
         }
         }
     },
     },
     "Oats": {
     "Pax": {
         "id": "Oats",
         "id": "Pax",
         "name": "oats",
         "name": "pax",
         "group": "Foods",
         "group": "Unknown",
         "desc": "Used for a variety of tasty purposes.",
         "desc": "A psychiatric drug which prevents the patient from directly harming anyone.",
         "physicalDesc": "coarse",
         "physicalDesc": "soothing",
         "color": "#D2B48CFF",
         "color": "#AAAAAAFF",
         "recipes": [],
         "recipes": [
            "Pax"
        ],
        "metabolisms": {
            "Poison": {
                "rate": 0.5,
                "effects": [
                    {
                        "Key": "Pacified",
                        "Component": "Pacified",
                        "Time": 2,
                        "Refresh": false,
                        "Type": 0,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    }
                ]
            }
        }
    },
    "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": {
             "Food": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Reagent": "Sugar",
                        "Group": null,
                        "Amount": 0.2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Nutriment",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.3,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 4,370: Line 4,518:
         }
         }
     },
     },
     "Barozine": {
     "Ethyloxyephedrine": {
         "id": "Barozine",
         "id": "Ethyloxyephedrine",
         "name": "barozine",
         "name": "ethyloxyephedrine",
         "group": "Medicine",
         "group": "Medicine",
         "desc": "A potent drug that prevents pressure damage. Causes extreme pain and jittering. Very poisonous when overdosed.",
         "desc": "An unstable medicine derived from desoxyephedrine. With the main effects of desoxyephedrine neutralized, it may be useful for something else.",
         "physicalDesc": "viscous",
         "physicalDesc": "shiny",
         "color": "#FF867DFF",
         "color": "#D5D5E4FF",
         "recipes": [],
         "recipes": [
            "Ethyloxyephedrine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Medicine": {
Line 4,383: Line 4,533:
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "Amplitude": 10,
                            "types": {
                        "Frequency": 4,
                                "Heat": 0.5
                         "Time": 2,
                            },
                         "Refresh": true,
                            "groups": null
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 0.3,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "Jitter"
                     },
                     },
                     {
                     {
                         "damage": {
                         "Key": "Stutter",
                            "types": {
                        "Component": "StutteringAccent",
                                "Poison": 3
                         "Time": 2,
                            },
                         "Refresh": true,
                            "groups": null
                         "Type": 0,
                        },
                        "conditions": null,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "GenericStatusEffect"
                     },
                     },
                     {
                     {
                         "ThirstAmount": -40,
                         "TimerReset": 600,
                        "HungerAmount": -40,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 30,
                                 "Min": 10,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": null,
Line 4,426: Line 4,561:
                             }
                             }
                         ],
                         ],
                        "probability": 0.15,
                        "id": "ChemVomit"
                    },
                    {
                        "Key": "PressureImmunity",
                        "Component": "PressureImmunity",
                        "Time": 2,
                        "Refresh": true,
                        "Type": 0,
                        "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "ResetNarcolepsy"
                    },
                    {
                        "Key": "Stutter",
                        "Component": "StutteringAccent",
                        "Time": 2,
                        "Refresh": true,
                        "Type": 0,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    },
                    {
                        "Amplitude": 10,
                        "Frequency": 4,
                        "Time": 2,
                        "Refresh": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "Jitter"
                    },
                    {
                        "EmoteId": "Scream",
                        "ShowInChat": false,
                        "conditions": null,
                        "probability": 0.2,
                        "id": "Emote"
                     },
                     },
                     {
                     {
                         "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 4,480: Line 4,579:
         }
         }
     },
     },
     "DexalinPlus": {
     "Rewriter": {
         "id": "DexalinPlus",
         "id": "Rewriter",
         "name": "dexalin plus",
         "name": "rewriter",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "Used in treatment of extreme cases of oxygen deprivation. Effective at healing blood loss damage.",
         "desc": "The secret of the sanctuary of the Librarian...",
         "physicalDesc": "cloudy",
         "physicalDesc": "strong-smelling",
         "color": "#4DA0BDFF",
         "color": "#485000FF",
         "recipes": [
         "recipes": [
             "DexalinPlus"
             "Rewriter"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Asphyxiation": -3.5,
                                "Bloodloss": -3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 3,
                     },
                         "id": "SatiateThirst"
                    {
                     }
                        "Reagent": "Lexorin",
                ]
                        "Group": null,
            }
                        "Amount": -3,
        }
                        "conditions": [
    },
                            {
    "Miasma": {
                                "Min": 1,
        "id": "Miasma",
                                "Max": 21474836,
        "name": "miasma",
                                "Reagent": "Lexorin",
        "group": "Unknown",
                                "id": "ReagentThreshold"
        "desc": "Uh oh, stinky!",
                            }
        "physicalDesc": "gaseous",
                        ],
        "color": "#56941EFF",
                        "probability": 1,
        "recipes": [],
                        "id": "AdjustReagent"
        "metabolisms": {
                    },
            "Gas": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Asphyxiation": 5,
                                 "Poison": 0.25
                                "Cold": 3
                             },
                             },
                             "groups": null
                             "groups": null
Line 4,535: Line 4,626:
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 25,
                                "Type": "Rat",
                                "ShouldHave": false,
                                "id": "OrganType"
                            },
                            {
                                 "Min": 1,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": "Miasma",
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
Line 4,543: Line 4,639:
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "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": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "ThirstAmount": -40,
                         "Group": null,
                        "HungerAmount": -40,
                        "Amount": 0.15,
                         "conditions": [
                        "conditions": null,
                            {
                         "probability": 1,
                                "Type": "Rat",
                         "id": "AdjustReagent"
                                "ShouldHave": false,
                                "id": "OrganType"
                            },
                            {
                                "Min": 0.8,
                                "Max": 21474836,
                                "Reagent": "Miasma",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 0.12,
                         "id": "ChemVomit"
                     },
                     },
                     {
                     {
                         "Reagent": "Radium",
                         "Messages": [
                        "Group": null,
                            "miasma-smell"
                         "Amount": 0.05,
                         ],
                         "conditions": null,
                         "Type": 1,
                         "probability": 1,
                         "VisualType": 2,
                         "id": "AdjustReagent"
                         "conditions": [
                    }
                            {
                ]
                                "Min": 0.25,
            }
                                "Max": 21474836,
        }
                                "Reagent": "Miasma",
    },
                                "id": "ReagentThreshold"
    "Whiskey": {
                            }
        "id": "Whiskey",
                        ],
        "name": "whiskey",
                        "probability": 0.1,
        "group": "Drinks",
                        "id": "PopupMessage"
        "desc": "A type of distilled alcoholic beverage made from fermented grain mash.",
                    },
        "physicalDesc": "strong-smelling",
        "color": "#664300FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "conditions": null,
                        "damage": {
                            "types": {
                                "Blunt": -4,
                                "Slash": -3,
                                "Piercing": -3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": true,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Type": "Rat",
                                "ShouldHave": true,
                                "id": "OrganType"
                            },
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Miasma",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.2,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 4,618: Line 4,707:
         }
         }
     },
     },
     "Carbon": {
     "OilOlive": {
         "id": "Carbon",
         "id": "OilOlive",
         "name": "carbon",
         "name": "olive oil",
         "group": "Elements",
         "group": "Foods",
         "desc": "A black, crystalline solid.",
         "desc": "Viscous and fragrant.",
         "physicalDesc": "crystalline",
         "physicalDesc": "oily",
         "color": "#22282BFF",
         "color": "#808000FF",
         "recipes": [],
         "recipes": [],
        "metabolisms": null
    },
    "Soysauce": {
        "id": "Soysauce",
        "name": "soy sauce",
        "group": "Foods",
        "desc": "A salty soy-based flavoring.",
        "physicalDesc": "salty",
        "color": "#8B4513FF",
        "recipes": [
            "CookingSoysauce"
        ],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Food": {
Line 4,643: Line 4,720:
                 "effects": [
                 "effects": [
                     {
                     {
                        "Reagent": "Nutriment",
                        "Group": null,
                        "Amount": 0.75,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "NutritionFactor": 0.5,
                         "id": "AdjustReagent"
                        "id": "SatiateHunger"
                    },
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": -0.5,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 4,658: Line 4,731:
         }
         }
     },
     },
     "Nothing": {
     "Oats": {
         "id": "Nothing",
         "id": "Oats",
         "name": "nothing",
         "name": "oats",
         "group": "Drinks",
         "group": "Foods",
         "desc": "Absolutely nothing.",
         "desc": "Used for a variety of tasty purposes.",
         "physicalDesc": "nothing",
         "physicalDesc": "coarse",
         "color": "#FFFFFFFF",
         "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": "Nutriment",
                        "Group": null,
                        "Amount": 0.3,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 4,680: Line 4,763:
         }
         }
     },
     },
     "Grog": {
     "IcedTea": {
         "id": "Grog",
         "id": "IcedTea",
         "name": "grog",
         "name": "iced tea",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Watered-down rum, pirate approved!",
         "desc": "No relation to a certain rap artist/actor.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "aromatic",
         "color": "#664300FF",
         "color": "#104038FF",
         "recipes": [
         "recipes": [
             "Grog"
             "IcedTea"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 4,701: Line 4,784:
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Reagent": "Theobromine",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.05,
Line 4,712: Line 4,795:
         }
         }
     },
     },
     "BloodyMary": {
     "Starkist": {
         "id": "BloodyMary",
         "id": "Starkist",
         "name": "bloody mary",
         "name": "starkist",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A strange yet pleasurable mixture made of vodka, tomato, and lime juice.",
         "desc": "A sweet, orange flavored soft drink.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "fizzy",
         "color": "#660000FF",
         "color": "#9F3400FF",
         "recipes": [
         "recipes": [
             "BloodyMary"
             "Starkist"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 4,731: Line 4,814:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 4,744: Line 4,819:
         }
         }
     },
     },
     "UnstableMutagen": {
     "Nitrogen": {
         "id": "UnstableMutagen",
         "id": "Nitrogen",
         "name": "unstable mutagen",
         "name": "nitrogen",
         "group": "Toxins",
         "group": "Unknown",
         "desc": "Causes mutations when injected into living people or plants. High doses may be lethal, especially in humans.",
         "desc": "A colorless, odorless unreactive gas. Highly stable.",
         "physicalDesc": "glowing",
         "physicalDesc": "gaseous",
         "color": "#00FF5FFF",
         "color": "#808080FF",
         "recipes": [
         "recipes": [],
            "UnstableMutagen"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Gas": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "Factor": 1,
                            "types": {
                        "conditions": [
                                 "Radiation": 3
                            {
                            },
                                 "Type": "Vox",
                            "groups": null
                                "ShouldHave": true,
                        },
                                "id": "OrganType"
                        "scaleByQuantity": false,
                            }
                        "ignoreResistances": true,
                         ],
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "Oxygenate"
                     }
                    },
                 ]
                    {
             }
                        "Factor": 1,
         }
                        "conditions": [
     },
                            {
     "B52": {
                                "Type": "Slime",
         "id": "B52",
                                "ShouldHave": true,
         "name": "b-52",
                                "id": "OrganType"
                            }
                        ],
                        "probability": 1,
                        "id": "Oxygenate"
                    },
                    {
                        "_ratios": {
                            "CarbonDioxide": 1,
                            "Nitrogen": -1
                        },
                        "conditions": [
                            {
                                "Type": "Vox",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                        "probability": 1,
                        "id": "ModifyLungGas"
                    },
                    {
                        "_ratios": {
                            "NitrousOxide": 1,
                            "Nitrogen": -1
                        },
                        "conditions": [
                            {
                                "Type": "Slime",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                        "probability": 1,
                        "id": "ModifyLungGas"
                     }
                 ]
             }
         }
     },
     "SuiDream": {
         "id": "SuiDream",
         "name": "sui dream",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Coffee, irish cream, and cognac. You will get bombed.",
         "desc": "'Comprised of: White soda, blue curacao, melon liquor.'",
         "physicalDesc": "bubbly",
         "physicalDesc": "strong-smelling",
         "color": "#664300FF",
         "color": "#00A86BFF",
         "recipes": [
         "recipes": [
             "B52"
             "SuiDream"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 4,798: Line 4,912:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.15,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 4,807: Line 4,921:
         }
         }
     },
     },
     "Protein": {
     "GargleBlaster": {
         "id": "Protein",
         "id": "GargleBlaster",
         "name": "protein",
         "name": "Pan-Galactic Gargle Blaster",
         "group": "Foods",
         "group": "Drinks",
         "desc": "Found in certain meals, good for bodily health.",
         "desc": "Whoah, this stuff looks volatile!",
         "physicalDesc": "clumpy",
         "physicalDesc": "volatile",
         "color": "#FFFFE5FF",
         "color": "#9CC8B4FF",
         "recipes": [
         "recipes": [
             "ProteinCooking"
             "GargleBlaster"
         ],
         ],
         "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"
                     },
                     },
                     {
                     {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "NutritionFactor": 3,
                         "id": "AdjustReagent"
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 4,851: Line 4,953:
         }
         }
     },
     },
     "Ethylredoxrazine": {
     "Histamine": {
         "id": "Ethylredoxrazine",
         "id": "Histamine",
         "name": "ethylredoxrazine",
         "name": "histamine",
         "group": "Medicine",
         "group": "Toxins",
         "desc": "Neutralises the effects of alcohol in the blood stream. Though it is commonly needed, it is rarely requested.",
         "desc": "Histamine's effects become more dangerous depending on the dosage amount. They range from mildly annoying to incredibly lethal.",
         "physicalDesc": "opaque",
         "physicalDesc": "abrasive",
         "color": "#2D5708FF",
         "color": "#FA6464FF",
         "recipes": [
         "recipes": [],
            "Ethylredoxrazine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "Key": "Drunk",
                         "damage": {
                        "Component": "",
                            "types": null,
                        "Time": 2,
                             "groups": {
                        "Refresh": true,
                                 "Brute": 2
                        "Type": 1,
                             }
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    },
                    {
                        "damage": {
                             "types": {
                                 "Poison": -0.5
                             },
                            "groups": null
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 0.1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     }
                     },
                ]
            }
        }
    },
    "Potassium": {
        "id": "Potassium",
        "name": "potassium",
        "group": "Elements",
        "desc": "A soft, shiny grey metal. Even more reactive than lithium.",
        "physicalDesc": "shiny",
        "color": "#C6C8CCFF",
        "recipes": [],
        "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": {
            "Poison": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": null,
                                 "Poison": 2
                            "groups": {
                            },
                                 "Brute": 2,
                            "groups": null
                                "Toxin": 2,
                                "Airloss": 2
                            }
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
Line 4,925: Line 4,991:
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Type": "Human",
                                 "Min": 45,
                                 "ShouldHave": true,
                                "Max": 21474836,
                                 "id": "OrganType"
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
Line 4,934: Line 5,001:
                     },
                     },
                     {
                     {
                         "Reagent": "Protein",
                         "Messages": [
                         "Group": null,
                            "histamine-effect-light-itchiness"
                         "Amount": 0.5,
                        ],
                         "Type": 1,
                        "VisualType": 0,
                        "conditions": null,
                         "probability": 0.1,
                        "id": "PopupMessage"
                    },
                    {
                        "Messages": [
                            "histamine-effect-heavy-itchiness"
                        ],
                        "Type": 1,
                        "VisualType": 2,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Type": "Animal",
                                 "Min": 45,
                                 "ShouldHave": true,
                                "Max": 21474836,
                                 "id": "OrganType"
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 0.2,
                         "id": "AdjustReagent"
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 4,951: Line 5,031:
         }
         }
     },
     },
     "Dylovene": {
     "Oxygen": {
         "id": "Dylovene",
         "id": "Oxygen",
         "name": "dylovene",
         "name": "oxygen",
         "group": "Medicine",
         "group": "Unknown",
         "desc": "A broad-spectrum anti-toxin, which treats toxin damage in the blood stream. Overdosing will cause vomiting, dizzyness and pain.",
         "desc": "An oxidizing, colorless gas.",
         "physicalDesc": "translucent",
         "physicalDesc": "gaseous",
         "color": "#3A1D8AFF",
         "color": "#808080FF",
         "recipes": [
         "recipes": [],
            "Dylovene"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Gas": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "Factor": 1,
                            "types": {
                        "conditions": [
                                 "Poison": -1
                            {
                            },
                                 "Type": "Human",
                            "groups": null
                                "ShouldHave": true,
                        },
                                "id": "OrganType"
                        "scaleByQuantity": false,
                            }
                        "ignoreResistances": true,
                         ],
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "Oxygenate"
                     },
                     },
                     {
                     {
                         "damage": {
                         "Factor": 1,
                            "types": {
                                "Brute": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 20,
                                 "Type": "Animal",
                                "Max": 21474836,
                                 "ShouldHave": true,
                                 "Reagent": null,
                                 "id": "OrganType"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "Oxygenate"
                     },
                     },
                     {
                     {
                         "Amplitude": 10,
                         "Factor": 1,
                        "Frequency": 4,
                        "Time": 2,
                        "Refresh": true,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 20,
                                 "Type": "Rat",
                                "Max": 21474836,
                                 "ShouldHave": true,
                                 "Reagent": null,
                                 "id": "OrganType"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "Jitter"
                         "id": "Oxygenate"
                     },
                     },
                     {
                     {
                         "Messages": [
                         "Factor": 1,
                            "generic-reagent-effect-nauseous"
                        ],
                        "Type": 1,
                        "VisualType": 2,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 20,
                                 "Type": "Plant",
                                "Max": 21474836,
                                 "ShouldHave": true,
                                 "Reagent": null,
                                 "id": "OrganType"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 0.2,
                         "probability": 1,
                         "id": "PopupMessage"
                         "id": "Oxygenate"
                     },
                     },
                     {
                     {
                         "ThirstAmount": -40,
                         "_ratios": {
                        "HungerAmount": -40,
                            "CarbonDioxide": 1,
                            "Oxygen": -1
                        },
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 20,
                                 "Type": "Vox",
                                "Max": 21474836,
                                 "ShouldHave": false,
                                "Reagent": null,
                                 "id": "OrganType"
                                "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,
                         "probability": 1,
                         "id": "Drunk"
                         "id": "ModifyLungGas"
                     }
                     }
                 ]
                 ]
Line 5,068: Line 5,110:
         }
         }
     },
     },
     "TranexamicAcid": {
     "Ethylredoxrazine": {
         "id": "TranexamicAcid",
         "id": "Ethylredoxrazine",
         "name": "tranexamic acid",
         "name": "ethylredoxrazine",
         "group": "Medicine",
         "group": "Medicine",
         "desc": "A blood clotting medicine for preventing heavy bleeding. Very dangerous in large quantities.",
         "desc": "Neutralises the effects of alcohol in the blood stream. Though it is commonly needed, it is rarely requested.",
         "physicalDesc": "viscous",
         "physicalDesc": "opaque",
         "color": "#BA7D7DFF",
         "color": "#2D5708FF",
         "recipes": [
         "recipes": [
             "TranexamicAcid"
             "Ethylredoxrazine"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 5,083: Line 5,125:
                 "effects": [
                 "effects": [
                     {
                     {
                         "Scaled": false,
                         "Key": "Drunk",
                         "Amount": -1.5,
                        "Component": "",
                        "Time": 2,
                        "Refresh": true,
                         "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "ModifyBleedAmount"
                         "id": "GenericStatusEffect"
                     },
                     },
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Bloodloss": 3
                                 "Poison": -0.5
                             },
                             },
                             "groups": null
                             "groups": null
Line 5,098: Line 5,143:
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": null,
                            {
                                "Min": 15,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
Line 5,113: Line 5,151:
         }
         }
     },
     },
     "NorepinephricAcid": {
     "ChlorineTrifluoride": {
         "id": "NorepinephricAcid",
         "id": "ChlorineTrifluoride",
         "name": "norepinephric acid",
         "name": "CLF3",
         "group": "Narcotics",
         "group": "Pyrotechnic",
         "desc": "Makes you unable to see while metabolizing.",
         "desc": "You really, REALLY don't want to get this shit anywhere near you.",
         "physicalDesc": "milky",
         "physicalDesc": "blazing",
         "color": "#96A8B5FF",
         "color": "#FFC8C8FF",
         "recipes": [
         "recipes": [
             "NorepinephricAcid"
             "ChlorineTrifluoride"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Narcotic": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "Messages": [
                         "damage": {
                             "generic-reagent-effect-burning-eyes",
                             "types": {
                            "generic-reagent-effect-burning-eyes-a-bit",
                                "Heat": 1
                             "generic-reagent-effect-tearing-up",
                             },
                             "norepinephricacid-effect-eyelids",
                             "groups": null
                            "norepinephricacid-effect-eyes-itch",
                         },
                            "norepinephricacid-effect-vision-fade",
                         "scaleByQuantity": false,
                            "norepinephricacid-effect-vision-fail"
                         "ignoreResistances": true,
                         ],
                         "Type": 1,
                         "VisualType": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 0.08,
                         "probability": 1,
                         "id": "PopupMessage"
                         "id": "HealthChange"
                     },
                     },
                     {
                     {
                         "Messages": [
                         "Multiplier": 0.2,
                            "norepinephricacid-effect-eye-disconnect",
                         "conditions": null,
                            "norepinephricacid-effect-eye-pain",
                         "probability": 1,
                            "norepinephricacid-effect-darkness",
                         "id": "FlammableReaction"
                            "norepinephricacid-effect-blindness"
                        ],
                        "Type": 1,
                        "VisualType": 3,
                         "conditions": [
                            {
                                "Min": 20,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 0.03,
                         "id": "PopupMessage"
                     },
                     },
                     {
                     {
                         "Key": "TemporaryBlindness",
                         "Amount": 6000,
                        "Component": "TemporaryBlindness",
                         "conditions": null,
                        "Time": 2,
                         "probability": 1,
                        "Refresh": true,
                         "id": "AdjustTemperature"
                        "Type": 0,
                         "conditions": [
                            {
                                "Min": 20,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "id": "GenericStatusEffect"
                     }
                     }
                 ]
                 ]
Line 5,184: Line 5,194:
         }
         }
     },
     },
     "Vodka": {
     "Tequila": {
         "id": "Vodka",
         "id": "Tequila",
         "name": "vodka",
         "name": "tequila",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Clear distilled alcoholic beverage that originates from Poland and Russia.",
         "desc": "A strong and mildly flavoured, mexican produced spirit.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#D1D1D155",
         "color": "#D7D1D155",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 5,214: Line 5,224:
         }
         }
     },
     },
     "Pilk": {
     "Tritium": {
         "id": "Pilk",
         "id": "Tritium",
         "name": "pilk",
         "name": "tritium",
         "group": "Drinks",
         "group": "Unknown",
         "desc": "A sickening mixture of milk and cola.",
         "desc": "Radioactive space-magic pixie dust.",
         "physicalDesc": "creamy",
         "physicalDesc": "ionizing",
         "color": "#E7C69FFF",
         "color": "#66FF33FF",
         "recipes": [
         "recipes": [],
            "Pilk"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Radiation": 3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 1,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
             }
             },
        }
            "Gas": {
    },
                "rate": 0.5,
    "RootBeer": {
                "effects": [
        "id": "RootBeer",
                    {
        "name": "root beer",
                        "damage": {
        "group": "Drinks",
                            "types": {
        "desc": "A very sweet, carbonated drink reminiscent of sarsparilla. Goes well with ice cream.",
                                "Radiation": 1
        "physicalDesc": "fizzy",
                            },
        "color": "#381C07FF",
                            "groups": null
        "recipes": [],
                        },
        "metabolisms": {
                        "scaleByQuantity": true,
            "Drink": {
                        "ignoreResistances": true,
                "rate": 0.5,
                "effects": [
                    {
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 5,260: Line 5,271:
         }
         }
     },
     },
     "MilkOat": {
     "SoyLatte": {
         "id": "MilkOat",
         "id": "SoyLatte",
         "name": "oat milk",
         "name": "soy latte",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Surprisingly tasty.",
         "desc": "A coffee drink made with espresso and steamed soy milk.",
         "physicalDesc": "refreshing",
         "physicalDesc": "strong-smelling",
         "color": "#DEDACDFF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [
            "SoyLatte"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 5,275: Line 5,288:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 4,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 5,282: Line 5,295:
         }
         }
     },
     },
     "LongIslandIcedTea": {
     "Rice": {
         "id": "LongIslandIcedTea",
         "id": "Rice",
         "name": "long island iced tea",
         "name": "rice",
         "group": "Drinks",
         "group": "Foods",
         "desc": "The liquor cabinet, brought together in a delicious mix. Intended for middle-aged alcoholic women only.",
         "desc": "Hard, small white grains.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "chewy",
         "color": "#664300FF",
         "color": "#FFFFFFFF",
         "recipes": [
         "recipes": [],
            "LongIslandIcedTea"
        ],
         "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"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Reagent": "Nutriment",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.15,
                         "Amount": 0.1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 5,314: Line 5,327:
         }
         }
     },
     },
     "Cola": {
     "IrishCarBomb": {
         "id": "Cola",
         "id": "IrishCarBomb",
         "name": "cola",
         "name": "irish car bomb",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A sweet, carbonated soft drink. Caffeine free.",
         "desc": "A troubling mixture of irish cream and ale.",
         "physicalDesc": "fizzy",
         "physicalDesc": "bubbly",
         "color": "#422912FF",
         "color": "#2E6671FF",
         "recipes": [],
         "recipes": [
            "IrishCarBomb"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 5,331: Line 5,346:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,336: Line 5,359:
         }
         }
     },
     },
     "Arithrazine": {
     "Mead": {
         "id": "Arithrazine",
         "id": "Mead",
         "name": "arithrazine",
         "name": "mead",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "A slightly unstable medication used for the most extreme case of radiation poisoning. Lowers radiation level at over twice the rate Hyronalin does and will heal toxin damage at the same time. Deals very minor brute damage to the patient over time, but the patient's body will typically out-regenerate it easily.",
         "desc": "A Viking's drink, though a cheap one.",
         "physicalDesc": "cloudy",
         "physicalDesc": "strong-smelling",
         "color": "#BD5902FF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [
             "Arithrazine"
             "Mead"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Radiation": -3
                            },
                            "groups": {
                                "Brute": 0.5
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                     }
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                 ]
                 ]
             }
             }
         }
         }
     },
     },
     "SpaceLube": {
     "Patron": {
         "id": "SpaceLube",
         "id": "Patron",
         "name": "space lube",
         "name": "patron",
         "group": "Unknown",
         "group": "Drinks",
         "desc": "Space Lube is a high performance lubricant intended for maintenance of extremely complex mechanical equipment (and certainly not used to make people slip).",
         "desc": "Tequila with silver in it, a favorite of alcoholic women in the club scene.",
         "physicalDesc": "shiny",
         "physicalDesc": "metallic",
         "color": "#77B58EFF",
         "color": "#585840FF",
         "recipes": [
         "recipes": [
             "SpaceLube"
             "Patron"
         ],
         ],
         "metabolisms": null
         "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"
                    }
                ]
            }
        }
     },
     },
     "Vinaigrette": {
     "Ketchup": {
         "id": "Vinaigrette",
         "id": "Ketchup",
         "name": "vinaigrette",
         "name": "ketchup",
         "group": "Foods",
         "group": "Foods",
         "desc": "A basic salad dressing made with oil, vinegar and seasoning.",
         "desc": "Made from pureed tomatoes and flavored with spices.",
         "physicalDesc": "sour",
         "physicalDesc": "tangy",
         "color": "#EFDAAEFF",
         "color": "#FF0000FF",
         "recipes": [
         "recipes": [
             "CookingVinaigrette"
             "CookingKetchup"
         ],
         ],
         "metabolisms": null
         "metabolisms": null
     },
     },
     "Sugar": {
     "ThreeMileIsland": {
         "id": "Sugar",
         "id": "ThreeMileIsland",
         "name": "sugar",
         "name": "three mile island iced tea",
        "group": "Foods",
        "desc": "Tasty spacey sugar!",
        "physicalDesc": "sweet",
        "color": "#FFFFFFFF",
        "recipes": [],
        "metabolisms": {
            "Food": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": [
                            {
                                "Min": 0.1,
                                "Max": 21474836,
                                "Reagent": "Nutriment",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "NutritionFactor": 1,
                        "id": "SatiateHunger"
                    }
                ]
            }
        }
    },
    "Aloe": {
        "id": "Aloe",
        "name": "aloe",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "So very, very, very good.",
         "desc": "\"Made for a woman, strong enough for a man.\"",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#192C00FF",
         "color": "#666340FF",
         "recipes": [],
         "recipes": [
            "ThreeMileIsland"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 5,442: Line 5,457:
                     {
                     {
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    },
                    {
                        "Reagent": "Uranium",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.05,
Line 5,452: Line 5,475:
         }
         }
     },
     },
     "Slime": {
     "HotRamen": {
         "id": "Slime",
         "id": "HotRamen",
         "name": "slime",
         "name": "hot ramen",
         "group": "Biological",
         "group": "Drinks",
         "desc": "You thought this was gradient blood at first, but you were mistaken.",
         "desc": "Hot noodles.",
         "physicalDesc": "viscous",
         "physicalDesc": "wormy",
         "color": "#2CF274FF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [
            "HotRamen"
        ],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Food": {
Line 5,467: Line 5,492:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "NutritionFactor": 1.5,
                         "NutritionFactor": 4,
                         "id": "SatiateHunger"
                         "id": "SatiateHunger"
                     }
                     }
Line 5,474: Line 5,499:
         }
         }
     },
     },
     "NitrousOxide": {
     "B52": {
         "id": "NitrousOxide",
         "id": "B52",
         "name": "nitrous oxide",
         "name": "b-52",
         "group": "Unknown",
         "group": "Drinks",
         "desc": "You know how everything seems funnier when you're tired? Well...",
         "desc": "Coffee, irish cream, and cognac. You will get bombed.",
         "physicalDesc": "gaseous",
         "physicalDesc": "bubbly",
         "color": "#808080FF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [
            "B52"
        ],
         "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.15,
                                "Min": 1,
                         "conditions": null,
                                "Max": 21474836,
                        "probability": 1,
                                "Reagent": "NitrousOxide",
                        "id": "AdjustReagent"
                                "id": "ReagentThreshold"
                    }
                            },
                ]
                            {
            }
                                "Type": "Slime",
        }
                                "ShouldHave": false,
    },
                                "id": "OrganType"
    "Goldschlager": {
                            }
        "id": "Goldschlager",
                         ],
        "name": "Goldschlager",
        "group": "Drinks",
        "desc": "100 proof cinnamon schnapps, made for alcoholic teen girls on spring break.",
        "physicalDesc": "strong-smelling",
        "color": "#FFFF91FF",
        "recipes": [
            "Goldschlager"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "WalkSpeedModifier": 0.65,
                         "HydrationFactor": 2,
                        "SprintSpeedModifier": 0.65,
                         "id": "SatiateThirst"
                         "id": "MovespeedModifier"
                     },
                     },
                     {
                     {
                         "Key": "ForcedSleep",
                         "Reagent": "Ethanol",
                         "Component": "ForcedSleeping",
                         "Group": null,
                         "Time": 3,
                         "Amount": 0.2,
                        "Refresh": true,
                         "conditions": null,
                        "Type": 0,
                         "conditions": [
                            {
                                "Min": 1.8,
                                "Max": 21474836,
                                "Reagent": "NitrousOxide",
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Slime",
                                "ShouldHave": false,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "AdjustReagent"
                    },
                    {
                        "damage": {
                            "types": {
                                "Poison": 0.25
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                "Min": 3.5,
                                "Max": 21474836,
                                "Reagent": "NitrousOxide",
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Slime",
                                "ShouldHave": false,
                                "id": "OrganType"
                            }
                        ],
                        "probability": 1,
                        "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 5,579: Line 5,563:
         }
         }
     },
     },
     "Martini": {
     "Fiber": {
         "id": "Martini",
         "id": "Fiber",
         "name": "classic martini",
         "name": "fiber",
         "group": "Drinks",
         "group": "Unknown",
         "desc": "Vermouth with Gin. Not quite how 007 enjoyed it, but still delicious.",
         "desc": "A raw material, usually extracted from wool or other fabric products.",
         "physicalDesc": "strong-smelling",
        "physicalDesc": "fibrous",
         "color": "#664300FF",
        "color": "#808080FF",
        "recipes": [],
        "metabolisms": null
    },
    "GroundBee": {
        "id": "GroundBee",
        "name": "Ground Bee",
        "group": "Unknown",
        "desc": "Bee grounds. Gross.",
         "physicalDesc": "bee guts",
        "color": "#86530EFF",
        "recipes": [],
        "metabolisms": null
    },
    "Ammonia": {
        "id": "Ammonia",
        "name": "ammonia",
        "group": "Botanical",
        "desc": "An effective fertilizer which is better than what is available to the botanist initially, though it isn't as powerful as Diethylamine",
        "physicalDesc": "pungent",
         "color": "#77B58EFF",
         "recipes": [
         "recipes": [
             "Martini"
             "Ammonia"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "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,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,611: Line 5,614:
         }
         }
     },
     },
     "JuiceLime": {
     "ToxinsSpecial": {
         "id": "JuiceLime",
         "id": "ToxinsSpecial",
         "name": "lime juice",
         "name": "toxins special",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "The sweet-sour juice of limes.",
         "desc": "This thing is ON FIRE! CALL THE DAMN SHUTTLE!",
         "physicalDesc": "citric",
         "physicalDesc": "strong-smelling",
         "color": "#99BB43FF",
         "color": "#665C00FF",
         "recipes": [],
         "recipes": [
            "ToxinsSpecial"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 5,626: Line 5,631:
                         "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 5,633: Line 5,646:
         }
         }
     },
     },
     "Phlogiston": {
     "Ketchunaise": {
         "id": "Phlogiston",
         "id": "Ketchunaise",
         "name": "phlogiston",
         "name": "ketchunaise",
         "group": "Pyrotechnic",
         "group": "Foods",
         "desc": "Catches you on fire and makes you ignite.",
         "desc": "So-called Russian dressing, popular among Space Americans.",
         "physicalDesc": "burning",
         "physicalDesc": "saucey",
         "color": "#D4872AFF",
         "color": "#FBA399FF",
         "recipes": [
         "recipes": [
             "Phlogiston"
             "CookingKetchunaise"
         ],
         ],
         "metabolisms": {
        "metabolisms": null
             "Poison": {
    },
                 "rate": 0.5,
    "Licoxide": {
                 "effects": [
        "id": "Licoxide",
        "name": "Licoxide",
        "group": "Toxins",
        "desc": "It looks... electrifying.",
        "physicalDesc": "electric",
        "color": "#FDD023FF",
        "recipes": [],
         "metabolisms": {
             "Poison": {
                 "rate": 0.5,
                 "effects": [
                     {
                     {
                         "damage": {
                         "ElectrocuteTime": 2,
                            "types": {
                         "ElectrocuteDamageScale": 5,
                                "Heat": 3
                         "Refresh": true,
                            },
                            "groups": null
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 0.5,
                        "id": "HealthChange"
                         "id": "Electrocute"
                    },
                    {
                        "Multiplier": 0.1,
                        "conditions": null,
                        "probability": 1,
                        "id": "FlammableReaction"
                    },
                    {
                        "Amount": 6000,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustTemperature"
                     }
                     }
                 ]
                 ]
Line 5,676: Line 5,682:
         }
         }
     },
     },
     "Charcoal": {
     "Carpetium": {
         "id": "Charcoal",
         "id": "Carpetium",
         "name": "charcoal",
         "name": "carpetium",
         "group": "Unknown",
         "group": "Special",
         "desc": "A black, porous solid",
         "desc": "A mystical chemical, usually outsourced from the Clown Planet, that covers everything it touches in carpet.",
         "physicalDesc": "porous",
         "physicalDesc": "fibrous",
         "color": "#22282BFF",
         "color": "#800000FF",
         "recipes": [
         "recipes": [
             "Charcoal"
             "Carpetium"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "Messages": [
                             "types": {
                             "carpetium-effect-blood-fibrous",
                                "Poison": -1
                             "carpetium-effect-jumpsuit-insides"
                            },
                         ],
                             "groups": null
                         "Type": 1,
                         },
                         "VisualType": 0,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 0.1,
                         "id": "HealthChange"
                         "id": "PopupMessage"
                     },
                     },
                     {
                     {
                         "CleanseRate": 3,
                         "Reagent": "CarpoToxin",
                         "conditions": null,
                        "Group": null,
                        "Amount": -3,
                         "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "CarpoToxin",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "ChemCleanBloodstream"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,713: Line 5,726:
         }
         }
     },
     },
     "RobustHarvest": {
     "Uranium": {
         "id": "RobustHarvest",
         "id": "Uranium",
         "name": "robust harvest",
         "name": "uranium",
         "group": "Botanical",
         "group": "Elements",
         "desc": "Plant-enhancing hormones, good for increasing potency.",
         "desc": "A grey metallic chemical element in the actinide series, weakly radioactive.",
         "physicalDesc": "robust",
         "physicalDesc": "metallic",
         "color": "#3E901CFF",
         "color": "#8FA191FF",
         "recipes": [
         "recipes": [],
            "RobustHarvest"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Poison": {
Line 5,730: Line 5,741:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": -2,
                                 "Radiation": 2
                                "Blunt": -3,
                                "Slash": -3,
                                "Piercing": -3
                             },
                             },
                             "groups": null
                             "groups": null
Line 5,739: Line 5,747:
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": null,
                            {
                                "Type": "Plant",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
Line 5,753: Line 5,755:
         }
         }
     },
     },
     "DriestMartini": {
     "AlliesCocktail": {
         "id": "DriestMartini",
         "id": "AlliesCocktail",
         "name": "driest martini",
         "name": "allies cocktail",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Only for the experienced. You think you see sand floating in the glass.",
         "desc": "A drink made from your allies, not as sweet as when made from your enemies.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#2E6671FF",
         "color": "#00664DFF",
         "recipes": [
         "recipes": [
             "DriestMartini"
             "AlliesCocktail"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 5,776: Line 5,778:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.15,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 5,785: Line 5,787:
         }
         }
     },
     },
     "Bleach": {
     "BeepskySmash": {
         "id": "Bleach",
         "id": "BeepskySmash",
         "name": "bleach",
         "name": "beepsky smash",
        "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": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                            "types": {
                                "Poison": 3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                        "Messages": [
                            "generic-reagent-effect-burning-insides"
                        ],
                        "Type": 1,
                        "VisualType": 3,
                        "conditions": null,
                        "probability": 0.33,
                        "id": "PopupMessage"
                    }
                ]
            }
        }
    },
    "ScrewdriverCocktail": {
        "id": "ScrewdriverCocktail",
        "name": "screwdriver",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Vodka, mixed with plain ol' orange juice. The result is surprisingly delicious.",
         "desc": "Deny drinking this and prepare for THE LAW.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#A68310FF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [
             "ScrewdriverCocktail"
             "BeepskySmash"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 5,858: Line 5,819:
         }
         }
     },
     },
     "Fluorosurfactant": {
     "Allicin": {
         "id": "Fluorosurfactant",
         "id": "Allicin",
         "name": "fluorosurfactant",
         "name": "allicin",
         "group": "Pyrotechnic",
         "group": "Unknown",
         "desc": "A perfluoronated sulfonic acid that forms a foam when mixed with water.",
         "desc": "An organosulfur compound found in alliums like garlic, onions, and related plants.",
        "physicalDesc": "opaque",
         "physicalDesc": "pungent",
        "color": "#9E6B38FF",
         "color": "#F2E9D2FF",
        "recipes": [
         "recipes": [],
            "Fluorosurfactant"
        ],
        "metabolisms": null
    },
    "Impedrezene": {
        "id": "Impedrezene",
        "name": "impedrezene",
        "group": "Narcotics",
        "desc": "A narcotic that impedes one's ability by slowing down the higher brain cell functions. Causes massive brain damage.",
         "physicalDesc": "acrid",
         "color": "#215263FF",
         "recipes": [
            "Impedrezene"
        ],
         "metabolisms": {
         "metabolisms": {
             "Narcotic": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.05,
                 "effects": [
                 "effects": [
                    {
                        "StatusLifetime": 2,
                        "conditions": null,
                        "probability": 1,
                        "WalkSpeedModifier": 0.65,
                        "SprintSpeedModifier": 0.65,
                        "id": "MovespeedModifier"
                    },
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 2
                                 "Poison": 0.06
                             },
                             },
                             "groups": null
                             "groups": null
Line 5,901: Line 5,840:
                         "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"
                    },
                     }
                    {
                 ]
                        "Key": "SeeingRainbows",
             }
                        "Component": "SeeingRainbows",
         }
                        "Time": 10,
                        "Refresh": false,
                        "Type": 0,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    },
                    {
                        "ThirstAmount": -40,
                        "HungerAmount": -40,
                        "conditions": null,
                        "probability": 0.05,
                        "id": "ChemVomit"
                    },
                    {
                        "BoozePower": 5,
                        "SlurSpeech": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "Drunk"
                     }
                 ]
             }
         }
     },
     },
     "HorseradishSauce": {
     "NuclearCola": {
         "id": "HorseradishSauce",
         "id": "NuclearCola",
         "name": "horseradish sauce",
         "name": "nuclear cola",
        "group": "Foods",
        "desc": "Smelly horseradish sauce.",
        "physicalDesc": "overpowering",
        "color": "#808080FF",
        "recipes": [],
        "metabolisms": null
    },
    "Mead": {
        "id": "Mead",
        "name": "mead",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A Viking's drink, though a cheap one.",
         "desc": "Cola, cola never changes.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "fizzy",
         "color": "#664300FF",
         "color": "#100800FF",
         "recipes": [
         "recipes": [
             "Mead"
             "NuclearCola"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 5,960: Line 5,877:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 6,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
             }
             },
        }
             "Poison": {
    },
                 "rate": 0.5,
    "MilkSoy": {
        "id": "MilkSoy",
        "name": "soy milk",
        "group": "Drinks",
        "desc": "Consumers favorite.",
        "physicalDesc": "refreshing",
        "color": "#D2C29DFF",
        "recipes": [],
        "metabolisms": {
             "Drink": {
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 4,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 5,997: Line 5,902:
         }
         }
     },
     },
     "Water": {
     "Absinthe": {
         "id": "Water",
         "id": "Absinthe",
         "name": "water",
         "name": "absinthe",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A colorless liquid that humans need in order to survive.",
         "desc": "A anise-flavoured spirit derived from botanicals.",
         "physicalDesc": "translucent",
         "physicalDesc": "strong-smelling",
         "color": "#75B1F0FF",
         "color": "#33EE00FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 6,012: Line 5,917:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 4,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.3,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 6,019: Line 5,932:
         }
         }
     },
     },
     "DrGibb": {
     "IcedGreenTea": {
         "id": "DrGibb",
         "id": "IcedGreenTea",
         "name": "Dr. Gibb",
         "name": "iced green tea",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A delicious blend of 42 different flavours.",
         "desc": "cold green tea.",
         "physicalDesc": "fizzy",
         "physicalDesc": "aromatic",
         "color": "#102000FF",
         "color": "#CE4200FF",
         "recipes": [],
         "recipes": [
            "IcedGreenTea"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 6,034: Line 5,949:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 6,041: Line 5,956:
         }
         }
     },
     },
     "BraveBull": {
     "JuiceLime": {
         "id": "BraveBull",
         "id": "JuiceLime",
         "name": "brave bull",
         "name": "lime juice",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "It's just as effective as Dutch-Courage!",
         "desc": "The sweet-sour juice of limes.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "citric",
         "color": "#664300FF",
         "color": "#99BB43FF",
         "recipes": [
         "recipes": [],
            "BraveBull"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 6,058: Line 5,971:
                         "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 6,073: Line 5,978:
         }
         }
     },
     },
     "Silver": {
     "MilkOat": {
         "id": "Silver",
         "id": "MilkOat",
         "name": "silver",
         "name": "oat milk",
         "group": "Elements",
         "group": "Drinks",
         "desc": "A soft, white, lustrous transition metal, it has the highest electrical conductivity of any element and the highest thermal conductivity of any metal.",
         "desc": "Surprisingly tasty.",
         "physicalDesc": "reasonably metallic",
         "physicalDesc": "refreshing",
         "color": "#D0D0D0FF",
         "color": "#DEDACDFF",
         "recipes": [],
         "recipes": [],
        "metabolisms": null
    },
    "Ammonia": {
        "id": "Ammonia",
        "name": "ammonia",
        "group": "Botanical",
        "desc": "An effective fertilizer which is better than what is available to the botanist initially, though it isn't as powerful as Diethylamine",
        "physicalDesc": "pungent",
        "color": "#77B58EFF",
        "recipes": [
            "Ammonia"
        ],
         "metabolisms": {
         "metabolisms": {
             "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": 4,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 6,114: Line 6,000:
         }
         }
     },
     },
     "Ketchunaise": {
     "Stellibinin": {
         "id": "Ketchunaise",
         "id": "Stellibinin",
         "name": "ketchunaise",
         "name": "stellibinin",
         "group": "Foods",
         "group": "Medicine",
         "desc": "So-called Russian dressing, popular among Space Americans.",
         "desc": "A natual antitoxin with particular effectiveness against amatoxin.",
        "physicalDesc": "saucey",
         "physicalDesc": "starry",
        "color": "#FBA399FF",
         "color": "#2B2F77FF",
        "recipes": [
            "CookingKetchunaise"
        ],
        "metabolisms": null
    },
    "Iodine": {
        "id": "Iodine",
        "name": "iodine",
        "group": "Elements",
        "desc": "Commonly added to table salt as a nutrient. On its own it tastes far less pleasing.",
         "physicalDesc": "dark brown",
         "color": "#BC8A00FF",
         "recipes": [],
         "recipes": [],
        "metabolisms": null
    },
    "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": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": -4
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Reagent": "Amatoxin",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.15,
                         "Amount": -3,
                         "conditions": null,
                         "conditions": [
                         "probability": 1,
                            {
                         "id": "AdjustReagent"
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Amatoxin",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 6,168: Line 6,044:
         }
         }
     },
     },
     "BlackRussian": {
     "LongIslandIcedTea": {
         "id": "BlackRussian",
         "id": "LongIslandIcedTea",
         "name": "black russian",
         "name": "long island iced tea",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "For the lactose-intolerant. Still as classy as a White Russian.",
         "desc": "The liquor cabinet, brought together in a delicious mix. Intended for middle-aged alcoholic women only.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#360000FF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [
             "BlackRussian"
             "LongIslandIcedTea"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 6,191: Line 6,067:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.2,
                         "Amount": 0.15,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 6,200: Line 6,076:
         }
         }
     },
     },
     "ChloralHydrate": {
     "ErikaSurprise": {
         "id": "ChloralHydrate",
         "id": "ErikaSurprise",
         "name": "chloral hydrate",
         "name": "erika surprise",
         "group": "Toxins",
         "group": "Drinks",
         "desc": "In low doses, makes you drowsy. In higher doses, puts you to sleep. Overdoses deal toxin damage.",
         "desc": "The surprise is, it's green!",
         "physicalDesc": "nondescript",
         "physicalDesc": "strong-smelling",
         "color": "#000067FF",
         "color": "#2E6671FF",
         "recipes": [
         "recipes": [
             "ChloralHydrate"
             "ErikaSurprise"
         ],
         ],
         "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.05,
                         "Refresh": false,
                         "conditions": null,
                         "Type": 0,
                         "conditions": [
                            {
                                "Min": 15,
                                "Max": 21474836,
                                "Reagent": "ChloralHydrate",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "AdjustReagent"
                    },
                    {
                        "damage": {
                            "types": {
                                "Poison": 1.5
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                "Min": 20,
                                "Max": 21474836,
                                "Reagent": "ChloralHydrate",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 6,263: Line 6,108:
         }
         }
     },
     },
     "Fiber": {
     "Pilk": {
         "id": "Fiber",
         "id": "Pilk",
         "name": "fiber",
         "name": "pilk",
         "group": "Unknown",
         "group": "Drinks",
         "desc": "A raw material, usually extracted from wool or other fabric products.",
         "desc": "A sickening mixture of milk and cola.",
        "physicalDesc": "fibrous",
         "physicalDesc": "creamy",
        "color": "#808080FF",
         "color": "#E7C69FFF",
        "recipes": [],
        "metabolisms": null
    },
    "Hyronalin": {
        "id": "Hyronalin",
        "name": "hyronalin",
        "group": "Medicine",
        "desc": "A weak treatment for radiation damage. Considered to be useful mainly for genetic modification, where it reduces radiation levels, and thus the chance of genetic mutations. Largely outclassed by Arithrazine.",
         "physicalDesc": "cloudy",
         "color": "#4CB580FF",
         "recipes": [
         "recipes": [
             "Hyronalin"
             "Pilk"
         ],
         ],
         "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": 1,
                     },
                         "id": "SatiateThirst"
                    {
                     }
                        "ThirstAmount": -40,
                ]
                        "HungerAmount": -40,
            }
        }
    },
    "Booger": {
        "id": "Booger",
        "name": "booger",
        "group": "Drinks",
        "desc": "Ewww...",
        "physicalDesc": "strong-smelling",
        "color": "#8CFF8CFF",
        "recipes": [
            "Booger"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                         "conditions": null,
                         "conditions": null,
                         "probability": 0.02,
                         "probability": 1,
                         "id": "ChemVomit"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            }
        }
    },
    "Nocturine": {
        "id": "Nocturine",
        "name": "nocturine",
        "group": "Narcotics",
        "desc": "Makes you feel very tired and unable to stand up. Basically, it's bone hurting juice.",
        "physicalDesc": "powdery",
        "color": "#128E80FF",
        "recipes": [],
        "metabolisms": {
            "Narcotic": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Heat": 2
                                 "Poison": 1
                             },
                             },
                             "groups": null
                             "groups": null
Line 6,318: Line 6,187:
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 30,
                                 "Min": 60,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": null,
Line 6,328: Line 6,197:
                     },
                     },
                     {
                     {
                         "Amplitude": 10,
                         "Key": "ForcedSleep",
                         "Frequency": 4,
                         "Component": "ForcedSleeping",
                         "Time": 2,
                         "Time": 2,
                         "Refresh": true,
                         "Refresh": false,
                        "Type": 0,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 30,
                                 "Min": 8,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": "Nocturine",
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "Jitter"
                         "id": "GenericStatusEffect"
                     }
                     }
                 ]
                 ]
Line 6,347: Line 6,217:
         }
         }
     },
     },
     "JuicePineapple": {
     "Phlogiston": {
         "id": "JuicePineapple",
         "id": "Phlogiston",
         "name": "pineapple juice",
         "name": "phlogiston",
         "group": "Drinks",
         "group": "Pyrotechnic",
         "desc": "The delicious juice of a pineapple.",
         "desc": "Catches you on fire and makes you ignite.",
         "physicalDesc": "tropical",
         "physicalDesc": "burning",
         "color": "#FFFF00FF",
         "color": "#D4872AFF",
         "recipes": [],
         "recipes": [
            "Phlogiston"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Heat": 3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                    },
                    {
                        "Multiplier": 0.1,
                        "conditions": null,
                        "probability": 1,
                        "id": "FlammableReaction"
                    },
                    {
                        "Amount": 6000,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustTemperature"
                     }
                     }
                 ]
                 ]
Line 6,369: Line 6,260:
         }
         }
     },
     },
     "Mayo": {
     "SpaceGlue": {
         "id": "Mayo",
         "id": "SpaceGlue",
         "name": "mayonnaise",
         "name": "space glue",
        "group": "Foods",
        "desc": "Creamy sauce, made from oil, egg, and some (edible) acid.",
        "physicalDesc": "thick",
        "color": "#F9F5E5FF",
        "recipes": [
            "CookingMayoLemon",
            "CookingMayoVinegar"
        ],
        "metabolisms": null
    },
    "Phenol": {
        "id": "Phenol",
        "name": "phenol",
         "group": "Unknown",
         "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.",
         "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": "acidic",
         "physicalDesc": "sticky",
        "color": "#E7EA91FF",
         "color": "#FFFFFFFF",
        "recipes": [
         "recipes": [],
            "Phenol"
        ],
        "metabolisms": null
    },
    "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": {
         "metabolisms": {
             "Poison": {
             "Narcotic": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "Key": "SeeingRainbows",
                            "types": {
                        "Component": "SeeingRainbows",
                                "Asphyxiation": 2
                        "Time": 5,
                            },
                        "Refresh": false,
                            "groups": null
                        "Type": 0,
                         },
                        "conditions": null,
                         "scaleByQuantity": false,
                         "probability": 1,
                         "ignoreResistances": true,
                        "id": "GenericStatusEffect"
                    },
                    {
                        "Key": "Muted",
                        "Component": "Muted",
                        "Time": 5,
                         "Refresh": false,
                         "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "GenericStatusEffect"
                     }
                     }
                 ]
                 ]
Line 6,425: Line 6,296:
         }
         }
     },
     },
     "SyndicateBomb": {
     "SodaWater": {
         "id": "SyndicateBomb",
         "id": "SodaWater",
         "name": "syndicate bomb",
         "name": "soda water",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Somebody set us up the bomb!",
         "desc": "A container of club soda. Why not make a scotch and soda?",
         "physicalDesc": "opaque",
         "physicalDesc": "fizzy",
         "color": "#2E6660FF",
         "color": "#619494FF",
         "recipes": [
        "recipes": [],
             "SyndicateBomb"
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 3,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
    },
    "HippiesDelight": {
        "id": "HippiesDelight",
        "name": "hippies delight",
        "group": "Drinks",
        "desc": "You just don't get it maaaan.",
        "physicalDesc": "strong-smelling",
        "color": "#6EAA0CFF",
         "recipes": [
             "HippiesDelight"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 6,457: Line 6,350:
         }
         }
     },
     },
     "Cryptobiolin": {
     "Ice": {
         "id": "Cryptobiolin",
         "id": "Ice",
         "name": "cryptobiolin",
         "name": "ice",
        "group": "Unknown",
        "desc": "Frozen water.",
        "physicalDesc": "frosty",
        "color": "#BED8E6FF",
        "recipes": [],
        "metabolisms": null
    },
    "Spaceacillin": {
        "id": "Spaceacillin",
        "name": "spaceacillin",
         "group": "Medicine",
         "group": "Medicine",
         "desc": "Causes confusion and dizziness. This is essential to make Spaceacillin.",
         "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": "fizzy",
         "physicalDesc": "opaque",
         "color": "#081A80FF",
         "color": "#9942F5FF",
         "recipes": [
         "recipes": [
             "Cryptobiolin"
             "Spaceacillin"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 6,472: Line 6,375:
                 "effects": [
                 "effects": [
                     {
                     {
                         "Key": "Stutter",
                         "damage": {
                        "Component": "ScrambledAccent",
                            "types": {
                        "Time": 2,
                                "Cellular": 0.5
                         "Refresh": true,
                            },
                         "Type": 0,
                            "groups": null
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
             },
             }
             "Alcohol": {
        }
    },
    "EZNutrient": {
        "id": "EZNutrient",
        "name": "EZ nutrient",
        "group": "Botanical",
        "desc": "Give your plants some of those EZ nutrients!",
        "physicalDesc": "thick",
        "color": "#664330FF",
        "recipes": [
            "EZNutrient"
        ],
        "metabolisms": {
            "Food": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": [
                            {
                                "Type": "Plant",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                        "probability": 1,
                        "NutritionFactor": 3,
                        "id": "SatiateHunger"
                    }
                ]
            }
        }
    },
    "Iodine": {
        "id": "Iodine",
        "name": "iodine",
        "group": "Elements",
        "desc": "Commonly added to table salt as a nutrient. On its own it tastes far less pleasing.",
        "physicalDesc": "dark brown",
        "color": "#BC8A00FF",
        "recipes": [],
        "metabolisms": null
    },
    "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,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "BoozePower": 20,
                        "SlurSpeech": false,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "Drunk"
                        "HydrationFactor": 3,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 6,534: Line 6,490:
         }
         }
     },
     },
     "MelonLiquor": {
     "UncookedAnimalProteins": {
         "id": "MelonLiquor",
         "id": "UncookedAnimalProteins",
         "name": "melon liquor",
         "name": "uncooked animal proteins",
         "group": "Drinks",
         "group": "Unknown",
         "desc": "A relatively sweet and fruity 46 proof liquor.",
         "desc": "This is very risky for the stomachs of softer lifeforms to digest.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "clumpy",
         "color": "#138808FF",
         "color": "#FFFFE5FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                        "damage": {
                            "types": {
                                "Poison": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Type": "Human",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Reagent": "Protein",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.5,
                         "conditions": null,
                         "conditions": [
                            {
                                "Type": "Animal",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "AdjustReagent"
Line 6,564: Line 6,539:
         }
         }
     },
     },
     "NuclearCola": {
     "Blackpepper": {
         "id": "NuclearCola",
         "id": "Blackpepper",
         "name": "nuclear cola",
         "name": "black pepper",
         "group": "Drinks",
         "group": "Foods",
         "desc": "Cola, cola never changes.",
         "desc": "Often used to flavor food or make people sneeze.",
         "physicalDesc": "fizzy",
         "physicalDesc": "grainy",
         "color": "#100800FF",
         "color": "#000000FF",
         "recipes": [
         "recipes": [],
            "NuclearCola"
        "metabolisms": null
         ],
    },
    "THC": {
        "id": "THC",
        "name": "THC",
        "group": "Narcotics",
        "desc": "The main psychoactive compound in cannabis.",
        "physicalDesc": "crystalline",
        "color": "#808080FF",
         "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": 6,
                         "id": "GenericStatusEffect"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
             },
             }
        }
    },
    "Theobromine": {
        "id": "Theobromine",
        "name": "theobromine",
        "group": "Toxins",
        "desc": "Theobromine is a bitter alkaloid of the cacao plant found in chocolate, and some other foods.",
        "physicalDesc": "grainy",
        "color": "#F5F5F5FF",
        "recipes": [],
        "metabolisms": {
             "Poison": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.05,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 1
                                 "Poison": 0.4
                             },
                             },
                             "groups": null
                             "groups": null
Line 6,598: Line 6,596:
                         "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"
                     }
                    },
                 ]
                    {
             }
                        "ThirstAmount": -40,
         }
                        "HungerAmount": -40,
     },
                        "conditions": [
     "MilkGoat": {
                            {
         "id": "MilkGoat",
                                "Min": 3,
         "name": "goats milk",
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Animal",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                        "probability": 0.04,
                        "id": "ChemVomit"
                     }
                 ]
             }
         }
     },
     "IrishCream": {
         "id": "IrishCream",
         "name": "irish cream",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "An opaque white liquid produced by a goat. High buttermilk content.",
         "desc": "Whiskey-imbued cream. What else could you expect from the Irish.",
         "physicalDesc": "opaque",
         "physicalDesc": "creamy",
         "color": "#DFDFDFFF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [
            "IrishCream"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 6,621: Line 6,652:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 4,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.2,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 6,628: Line 6,667:
         }
         }
     },
     },
     "Vitamin": {
     "JuiceOrange": {
         "id": "Vitamin",
         "id": "JuiceOrange",
         "name": "vitamin",
         "name": "orange juice",
         "group": "Foods",
         "group": "Drinks",
         "desc": "Found in healthy, complete meals.",
         "desc": "Both delicious AND rich in Vitamin C. What more do you need?",
         "physicalDesc": "chalky",
         "physicalDesc": "citric",
         "color": "#D3D3D3FF",
         "color": "#E78108FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "conditions": null,
                            "types": null,
                        "probability": 1,
                            "groups": {
                        "HydrationFactor": 3,
                                "Brute": -0.5,
                        "id": "SatiateThirst"
                                "Burn": -0.5
                    }
                            }
                ]
                        },
            }
                        "scaleByQuantity": false,
        }
                        "ignoreResistances": true,
    },
                        "conditions": null,
    "TranexamicAcid": {
                        "probability": 0.5,
        "id": "TranexamicAcid",
                        "id": "HealthChange"
        "name": "tranexamic acid",
                    },
        "group": "Medicine",
        "desc": "A blood clotting medicine for preventing heavy bleeding. Very dangerous in large quantities.",
        "physicalDesc": "viscous",
        "color": "#BA7D7DFF",
        "recipes": [
            "TranexamicAcid"
        ],
        "metabolisms": {
            "Medicine": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "Scaled": false,
                         "Scaled": false,
                         "Amount": -0.25,
                         "Amount": -1.5,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 6,662: Line 6,711:
                     },
                     },
                     {
                     {
                         "conditions": null,
                        "damage": {
                            "types": {
                                "Bloodloss": 3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 15,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                        "NutritionFactor": 3,
                         "id": "HealthChange"
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 6,671: Line 6,734:
         }
         }
     },
     },
     "Chlorine": {
     "DemonsBlood": {
         "id": "Chlorine",
         "id": "DemonsBlood",
         "name": "chlorine",
         "name": "demons blood",
        "group": "Elements",
         "group": "Drinks",
        "desc": "A yellow-green gas which is toxic to humans.",
         "desc": "AHHHH!!!!",
        "physicalDesc": "gaseous",
        "color": "#A2FF00FF",
        "recipes": [],
        "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
    },
    "Booger": {
        "id": "Booger",
        "name": "booger",
         "group": "Drinks",
         "desc": "Ewww...",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#8CFF8CFF",
         "color": "#A70000FF",
         "recipes": [
         "recipes": [
             "Booger"
             "DemonsBlood"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 6,723: Line 6,766:
         }
         }
     },
     },
     "Kelotane": {
     "Silicon": {
         "id": "Kelotane",
         "id": "Silicon",
         "name": "kelotane",
         "name": "silicon",
         "group": "Medicine",
         "group": "Elements",
         "desc": "Treats burn damage. Overdosing greatly reduces the body's ability to retain water.",
         "desc": "A hard and brittle crystalline solid with a blue-grey color.",
         "physicalDesc": "strong-smelling",
        "physicalDesc": "crystalline",
         "color": "#BF3D19FF",
        "color": "#364266FF",
        "recipes": [],
        "metabolisms": null
    },
    "AtomicBomb": {
        "id": "AtomicBomb",
        "name": "atomic bomb",
        "group": "Drinks",
        "desc": "Nuclear proliferation never tasted so good.",
         "physicalDesc": "cloudy",
         "color": "#666300FF",
         "recipes": [
         "recipes": [
             "Kelotane"
             "AtomicBomb"
         ],
         ],
         "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"
                     },
                     },
                     {
                     {
                         "conditions": [
                         "Reagent": "Ethanol",
                            {
                        "Group": null,
                                "Min": 30,
                        "Amount": 0.15,
                                "Max": 21474836,
                        "conditions": null,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": -10,
                         "id": "AdjustReagent"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Messages": [
                         "Reagent": "Radium",
                            "generic-reagent-effect-nauseous",
                         "Group": null,
                            "generic-reagent-effect-thirsty",
                         "Amount": 0.05,
                            "generic-reagent-effect-parched"
                         "conditions": null,
                        ],
                         "probability": 1,
                         "Type": 1,
                         "id": "AdjustReagent"
                         "VisualType": 0,
                         "conditions": [
                            {
                                "Min": 25,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 0.1,
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 6,788: Line 6,816:
         }
         }
     },
     },
     "MindbreakerToxin": {
     "Saxoite": {
         "id": "MindbreakerToxin",
         "id": "Saxoite",
         "name": "mindbreaker toxin",
         "name": "Saxoite",
         "group": "Toxins",
         "group": "Unknown",
         "desc": "A potent hallucinogenic compound that is illegal under space law. Formerly known as LSD.",
         "desc": "Smells like jazz.",
         "physicalDesc": "opaque",
         "physicalDesc": "ground brass",
         "color": "#77B58EFF",
         "color": "#B8A603FF",
         "recipes": [
         "recipes": [],
            "MindbreakerToxin"
        ],
         "metabolisms": null
         "metabolisms": null
     },
     },
     "Bilk": {
     "JuiceBerryPoison": {
         "id": "Bilk",
         "id": "JuiceBerryPoison",
         "name": "bilk",
         "name": "poison berry juice",
         "group": "Drinks",
         "group": "Unknown",
         "desc": "This appears to be beer mixed with milk. Disgusting.",
         "desc": "A surprisingly tasty juice blended from various kinds of very deadly and toxic berries.",
         "physicalDesc": "bilky",
         "physicalDesc": "sickly",
         "color": "#895C4CFF",
         "color": "#6600CCFF",
         "recipes": [
         "recipes": [],
            "Bilk"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 6,819: Line 6,843:
                         "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 6,824: Line 6,866:
         }
         }
     },
     },
     "Astrotame": {
     "HeartbreakerToxin": {
         "id": "Astrotame",
         "id": "HeartbreakerToxin",
         "name": "Astrotame",
         "name": "heartbreaker toxin",
         "group": "Foods",
         "group": "Toxins",
         "desc": "The sweetness of a thousand sugars but none of the calories.",
         "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": "sugary",
         "physicalDesc": "strong-smelling",
         "color": "#7FFFD4FF",
         "color": "#5F959CFF",
         "recipes": [],
         "recipes": [
        "metabolisms": null
            "HeartbreakerToxin"
    },
         ],
    "Oxygen": {
        "id": "Oxygen",
        "name": "oxygen",
        "group": "Unknown",
        "desc": "An oxidizing, colorless gas.",
         "physicalDesc": "gaseous",
        "color": "#808080FF",
        "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Gas": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "Factor": 1,
                         "damage": {
                            "types": {
                                "Asphyxiation": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                    }
                ]
            }
        }
    },
    "RootBeerFloat": {
        "id": "RootBeerFloat",
        "name": "root beer float",
        "group": "Drinks",
        "desc": "Root beer, but now with ice cream on top. It truly is the magnum opus of Canadian summertime drinks.",
        "physicalDesc": "reagent-physical-desc-fizzy and creamy",
        "color": "#4F361FFF",
        "recipes": [
            "RootBeerFloat"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
    },
    "PestKiller": {
        "id": "PestKiller",
        "name": "pest killer",
        "group": "Botanical",
        "desc": "A mixture that targets pests.",
        "physicalDesc": "bubbling",
        "color": "#9E9886FF",
        "recipes": [],
        "metabolisms": {
            "Medicine": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                            "types": {
                                "Poison": 3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Type": "Human",
                                 "Type": "Plant",
                                 "ShouldHave": true,
                                 "ShouldHave": true,
                                 "id": "OrganType"
                                 "id": "OrganType"
Line 6,856: Line 6,950:
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "Oxygenate"
                         "id": "HealthChange"
                    }
                ]
            }
        }
    },
    "Synaptizine": {
        "id": "Synaptizine",
        "name": "synaptizine",
        "group": "Medicine",
        "desc": "Toxic, but treats hallucinations, drowsiness \u0026 halves the duration of paralysis, stuns and knockdowns. One unit is enough to treat hallucinations; two units is deadly.",
        "physicalDesc": "pungent",
        "color": "#D49A2FFF",
        "recipes": [
            "Synaptizine"
        ],
        "metabolisms": {
            "Poison": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                            "types": {
                                "Poison": 3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                     },
                     },
                     {
                     {
                         "Factor": 1,
                         "Key": "Stun",
                         "conditions": [
                         "Component": "",
                            {
                        "Time": 3,
                                "Type": "Animal",
                        "Refresh": true,
                                "ShouldHave": true,
                        "Type": 1,
                                "id": "OrganType"
                        "conditions": null,
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "Oxygenate"
                         "id": "GenericStatusEffect"
                     },
                     },
                     {
                     {
                         "Factor": 1,
                         "Key": "KnockedDown",
                         "conditions": [
                         "Component": "",
                            {
                        "Time": 3,
                                "Type": "Rat",
                        "Refresh": true,
                                "ShouldHave": true,
                        "Type": 1,
                                "id": "OrganType"
                        "conditions": null,
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "Oxygenate"
                         "id": "GenericStatusEffect"
                     },
                     },
                     {
                     {
                         "Factor": 1,
                         "Key": "SeeingRainbows",
                         "conditions": [
                         "Component": "",
                            {
                        "Time": 15,
                                "Type": "Plant",
                        "Refresh": true,
                                "ShouldHave": true,
                        "Type": 1,
                                "id": "OrganType"
                        "conditions": null,
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "Oxygenate"
                         "id": "GenericStatusEffect"
                    },
                    {
                        "_ratios": {
                            "CarbonDioxide": 1,
                            "Oxygen": -1
                        },
                        "conditions": [
                            {
                                "Type": "Vox",
                                "ShouldHave": false,
                                "id": "OrganType"
                            }
                        ],
                        "probability": 1,
                        "id": "ModifyLungGas"
                     }
                     }
                 ]
                 ]
Line 6,913: Line 7,017:
         }
         }
     },
     },
     "JuiceBerryPoison": {
     "UnstableMutagen": {
         "id": "JuiceBerryPoison",
         "id": "UnstableMutagen",
         "name": "poison berry juice",
         "name": "unstable mutagen",
         "group": "Unknown",
         "group": "Toxins",
         "desc": "A surprisingly tasty juice blended from various kinds of very deadly and toxic berries.",
         "desc": "Causes mutations when injected into living people or plants. High doses may be lethal, especially in humans.",
         "physicalDesc": "sickly",
         "physicalDesc": "glowing",
         "color": "#6600CCFF",
         "color": "#00FF5FFF",
         "recipes": [],
         "recipes": [
            "UnstableMutagen"
        ],
         "metabolisms": {
         "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 3,
                        "id": "SatiateThirst"
                    }
                ]
            },
             "Poison": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
Line 6,939: Line 7,034:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 1
                                 "Radiation": 3
                             },
                             },
                             "groups": null
                             "groups": null
Line 6,953: Line 7,048:
         }
         }
     },
     },
     "Phalanximine": {
     "IcedBeer": {
         "id": "Phalanximine",
         "id": "IcedBeer",
         "name": "phalanximine",
         "name": "iced beer",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "Used in the treatment of cancer. Causes moderate radiation poisoning.",
         "desc": "A beer which is so cold the air around it freezes.",
         "physicalDesc": "acrid",
         "physicalDesc": "bubbly",
         "color": "#C8FF75FF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [
             "Phalanximine"
             "IcedBeerAlt",
            "IcedBeer"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "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"
                    }
                ]
            }
        }
    },
    "WeldingFuel": {
        "id": "WeldingFuel",
        "name": "welding fuel",
        "group": "Pyrotechnic",
        "desc": "Used by welders to weld.",
        "physicalDesc": "oily",
        "color": "#A76B1CFF",
        "recipes": [],
        "metabolisms": {
            "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 6,970: Line 7,096:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Cellular": -1,
                                 "Poison": 1
                                "Radiation": 1
                             },
                             },
                             "groups": null
                             "groups": null
Line 6,982: Line 7,107:
                     },
                     },
                     {
                     {
                         "ThirstAmount": -40,
                         "Multiplier": 0.4,
                        "HungerAmount": -40,
                         "conditions": null,
                         "conditions": null,
                         "probability": 0.05,
                         "probability": 1,
                         "id": "ChemVomit"
                         "id": "FlammableReaction"
                     }
                     }
                 ]
                 ]
Line 6,992: Line 7,116:
         }
         }
     },
     },
     "Silencer": {
     "Gin": {
         "id": "Silencer",
         "id": "Gin",
         "name": "silencer",
         "name": "gin",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A drink from Mime Heaven.",
         "desc": "A distilled alcoholic drink that derives its predominant flavour from juniper berries.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#004666FF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [],
            "Silencer"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 7,007: Line 7,129:
                 "effects": [
                 "effects": [
                     {
                     {
                        "Key": "Muted",
                        "Component": "Muted",
                        "Time": 2,
                        "Refresh": true,
                        "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "AdjustReagent"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 7,026: Line 7,146:
         }
         }
     },
     },
     "Cryoxadone": {
     "Mold": {
         "id": "Cryoxadone",
         "id": "Mold",
         "name": "cryoxadone",
         "name": "mold",
         "group": "Medicine",
         "group": "Toxins",
         "desc": "Required for the proper function of cryogenics. Heals all standard types of damage very swiftly, but only works in temperatures under 170K (usually this means cryo cells). Can also slowly heal clone damage, such as caused by cloning or Slimes.",
         "desc": "Often found in dark, humid places or on old bread.",
         "physicalDesc": "fizzy",
         "physicalDesc": "fuzzy",
         "color": "#0091FFFF",
         "color": "#8A9A5BFF",
         "recipes": [
         "recipes": [],
            "Cryoxadone"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": null,
                             "types": {
                            "groups": {
                                 "Poison": 1
                                 "Airloss": -6,
                            },
                                "Brute": -4,
                            "groups": null
                                "Burn": -6,
                                "Toxin": -4
                            }
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": null,
                            {
                                "Min": 0,
                                "Max": 150,
                                "id": "Temperature"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
Line 7,066: Line 7,175:
         }
         }
     },
     },
     "Leporazine": {
     "SodiumCarbonate": {
         "id": "Leporazine",
         "id": "SodiumCarbonate",
         "name": "leporazine",
         "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
    },
    "JuiceWatermelon": {
        "id": "JuiceWatermelon",
        "name": "water melon juice",
        "group": "Drinks",
        "desc": "The delicious juice of a watermelon.",
        "physicalDesc": "sweet",
        "color": "#EF3520FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 3,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
    },
    "Bicaridine": {
        "id": "Bicaridine",
        "name": "bicaridine",
         "group": "Medicine",
         "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.",
         "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": "pungent",
         "physicalDesc": "opaque",
         "color": "#FF7DB5FF",
         "color": "#FFAA00FF",
         "recipes": [
         "recipes": [
             "Leporazine"
             "Bicaridine"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 7,082: Line 7,225:
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": null,
                                 "Cold": -4
                            "groups": {
                             },
                                 "Brute": -2
                            "groups": null
                             }
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
Line 7,094: Line 7,237:
                     },
                     },
                     {
                     {
                         "Amount": 100000,
                         "damage": {
                         "conditions": [
                            "types": {
                             {
                                "Asphyxiation": 0.5,
                                 "Min": 0,
                                "Poison": 1.5
                                 "Max": 293.15,
                            },
                                 "id": "Temperature"
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                             {
                                 "Min": 15,
                                 "Max": 21474836,
                                "Reagent": null,
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustTemperature"
                         "id": "HealthChange"
                     },
                     },
                     {
                     {
                         "Amount": -10000,
                         "ThirstAmount": -40,
                        "HungerAmount": -40,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 293.15,
                                 "Min": 30,
                                 "Max": 3.4028235e+38,
                                 "Max": 21474836,
                                 "id": "Temperature"
                                "Reagent": null,
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 0.02,
                         "id": "AdjustTemperature"
                         "id": "ChemVomit"
                     },
                     },
                     {
                     {
                         "Messages": [
                         "Amplitude": 10,
                             "leporazine-effect-temperature-adjusting"
                        "Frequency": 4,
                        "Time": 2,
                        "Refresh": true,
                        "conditions": [
                             {
                                "Min": 15,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                         ],
                         ],
                         "Type": 1,
                         "probability": 1,
                         "VisualType": 2,
                         "id": "Jitter"
                    }
                ]
            },
            "Alcohol": {
                "rate": 0.5,
                "effects": [
                    {
                        "BoozePower": 3,
                        "SlurSpeech": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 0.2,
                         "probability": 1,
                         "id": "PopupMessage"
                         "id": "Drunk"
                     }
                     }
                 ]
                 ]
Line 7,131: Line 7,303:
         }
         }
     },
     },
     "PwrGame": {
     "NitrousOxide": {
         "id": "PwrGame",
         "id": "NitrousOxide",
         "name": "Pwr Game",
         "name": "nitrous oxide",
         "group": "Drinks",
         "group": "Unknown",
         "desc": "The only drink with the PWR that true gamers crave. When a gamer talks about gamerfuel, this is what they're literally referring to.",
         "desc": "You know how everything seems funnier when you're tired? Well...",
         "physicalDesc": "fizzy",
         "physicalDesc": "gaseous",
         "color": "#9385BFFF",
         "color": "#808080FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Gas": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                         "Messages": [
                         "probability": 1,
                            "effect-sleepy"
                         "HydrationFactor": 2,
                        ],
                         "id": "SatiateThirst"
                         "Type": 1,
                    }
                         "VisualType": 2,
                ]
                         "conditions": [
            }
                            {
        }
                                "Min": 0.5,
    },
                                "Max": 21474836,
    "Sbiten": {
                                "Reagent": "NitrousOxide",
        "id": "Sbiten",
                                "id": "ReagentThreshold"
        "name": "sbiten",
                            },
        "group": "Drinks",
                            {
        "desc": "A spicy Vodka! Might be a little hot for the little guys!",
                                "Type": "Slime",
        "physicalDesc": "strong-smelling",
                                "ShouldHave": false,
        "color": "#004166FF",
                                "id": "OrganType"
        "recipes": [
                            }
            "Sbiten"
                         ],
        ],
                         "probability": 0.1,
        "metabolisms": {
                         "id": "PopupMessage"
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                         "conditions": null,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "StatusLifetime": 2,
                        "Group": null,
                        "conditions": [
                        "Amount": 0.05,
                            {
                        "conditions": null,
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "NitrousOxide",
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Slime",
                                "ShouldHave": false,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "WalkSpeedModifier": 0.65,
                    }
                        "SprintSpeedModifier": 0.65,
                ]
                         "id": "MovespeedModifier"
            }
        }
    },
    "Copper": {
        "id": "Copper",
        "name": "copper",
        "group": "Elements",
        "desc": "A soft, malleable, and ductile metal with very high thermal and electrical conductivity.",
        "physicalDesc": "metallic",
        "color": "#B05B3CFF",
        "recipes": [],
        "metabolisms": null
    },
    "Antifreeze": {
        "id": "Antifreeze",
        "name": "antifreeze",
        "group": "Drinks",
        "desc": "Ultimate refreshment.",
        "physicalDesc": "translucent",
        "color": "#FF7D63FF",
        "recipes": [
            "Antifreeze"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Key": "ForcedSleep",
                         "Group": null,
                         "Component": "ForcedSleeping",
                        "Amount": 0.15,
                         "Time": 3,
                         "conditions": null,
                         "Refresh": true,
                         "probability": 1,
                         "Type": 0,
                         "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": {
                "rate": 0.5,
                "effects": [
                    {
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Type": "Plant",
                                "Min": 1.8,
                                 "ShouldHave": true,
                                "Max": 21474836,
                                "Reagent": "NitrousOxide",
                                "id": "ReagentThreshold"
                            },
                            {
                                 "Type": "Slime",
                                 "ShouldHave": false,
                                 "id": "OrganType"
                                 "id": "OrganType"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                        "NutritionFactor": 3,
                         "id": "GenericStatusEffect"
                         "id": "SatiateHunger"
                     },
                     },
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 1
                                 "Poison": 0.25
                             },
                             },
                             "groups": null
                             "groups": null
Line 7,264: Line 7,390:
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Type": "Plant",
                                "Min": 3.5,
                                 "ShouldHave": true,
                                "Max": 21474836,
                                "Reagent": "NitrousOxide",
                                "id": "ReagentThreshold"
                            },
                            {
                                 "Type": "Slime",
                                 "ShouldHave": false,
                                 "id": "OrganType"
                                 "id": "OrganType"
                             }
                             }
Line 7,276: Line 7,408:
         }
         }
     },
     },
     "BeepskySmash": {
     "Soysauce": {
         "id": "BeepskySmash",
         "id": "Soysauce",
         "name": "beepsky smash",
         "name": "soy sauce",
         "group": "Drinks",
         "group": "Foods",
         "desc": "Deny drinking this and prepare for THE LAW.",
         "desc": "A salty soy-based flavoring.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "salty",
         "color": "#664300FF",
         "color": "#8B4513FF",
         "recipes": [
         "recipes": [
             "BeepskySmash"
             "CookingSoysauce"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 7,293: Line 7,425:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "NutritionFactor": 0.5,
                         "id": "SatiateThirst"
                         "id": "SatiateHunger"
                     },
                     },
                     {
                     {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                        "HydrationFactor": -0.5,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 7,308: Line 7,438:
         }
         }
     },
     },
     "SpaceCleaner": {
     "JuiceGrape": {
         "id": "SpaceCleaner",
         "id": "JuiceGrape",
         "name": "space cleaner",
         "name": "grape juice",
        "group": "Unknown",
        "desc": "This is able to clean almost all surfaces of almost anything that may dirty them. The janitor is likely to appreciate refills.",
        "physicalDesc": "lemony fresh",
        "color": "#C8FF69FF",
        "recipes": [
            "SpaceCleaner"
        ],
        "metabolisms": null
    },
    "Grenadine": {
        "id": "Grenadine",
        "name": "grenadine",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Not cherry flavored!",
         "desc": "Freshly squeezed juice from red grapes. Quite sweet.",
         "physicalDesc": "dark-red",
         "physicalDesc": "crisp",
         "color": "#EA1D26FF",
         "color": "#512284FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 7,342: Line 7,460:
         }
         }
     },
     },
     "Rum": {
     "NorepinephricAcid": {
         "id": "Rum",
         "id": "NorepinephricAcid",
         "name": "rum",
         "name": "norepinephric acid",
         "group": "Drinks",
         "group": "Narcotics",
         "desc": "Distilled alcoholic drink made from sugarcane byproducts.",
         "desc": "Makes you unable to see while metabolizing.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "milky",
         "color": "#664300FF",
         "color": "#96A8B5FF",
         "recipes": [],
         "recipes": [
            "NorepinephricAcid"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Narcotic": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                        "Messages": [
                         "probability": 1,
                            "generic-reagent-effect-burning-eyes",
                         "HydrationFactor": 2,
                            "generic-reagent-effect-burning-eyes-a-bit",
                         "id": "SatiateThirst"
                            "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"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Key": "TemporaryBlindness",
                         "Group": null,
                        "Component": "TemporaryBlindness",
                         "Amount": 0.2,
                        "Time": 2,
                         "conditions": null,
                         "Refresh": true,
                         "Type": 0,
                         "conditions": [
                            {
                                "Min": 20,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "GenericStatusEffect"
                     }
                     }
                 ]
                 ]
Line 7,372: Line 7,531:
         }
         }
     },
     },
     "Diphenhydramine": {
     "Epinephrine": {
         "id": "Diphenhydramine",
         "id": "Epinephrine",
         "name": "diphenhydramine",
         "name": "epinephrine",
         "group": "Medicine",
         "group": "Medicine",
         "desc": "Rapidly purges the body of histamine and reduces jitteriness.",
         "desc": "Effective at bringing people back from a critical state. Reduces some stun times. Easy to overdose on.",
         "physicalDesc": "chalky",
         "physicalDesc": "odorless",
         "color": "#64FFE6FF",
         "color": "#D2FFFAFF",
         "recipes": [],
         "recipes": [
            "Epinephrine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Medicine": {
Line 7,385: Line 7,546:
                 "effects": [
                 "effects": [
                     {
                     {
                         "Reagent": "Histamine",
                         "damage": {
                         "Group": null,
                            "types": {
                         "Amount": -3,
                                "Asphyxiation": -3,
                         "conditions": null,
                                "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": "AdjustReagent"
                         "id": "HealthChange"
                    },
                    {
                        "Key": "Jitter",
                        "Component": "",
                        "Time": 3,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                     },
                     },
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": -3
                                "Asphyxiation": 1,
                                 "Poison": 1
                             },
                             },
                             "groups": null
                             "groups": null
Line 7,411: Line 7,583:
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": [
                            {
                                "Min": 20,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     }
                     },
                ]
                    {
            }
                        "Reagent": "Lexorin",
        }
                        "Group": null,
    },
                        "Amount": -2,
    "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": [],
        "metabolisms": {
            "Food": {
                "rate": 0.5,
                "effects": [
                    {
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "NutritionFactor": 3,
                         "id": "AdjustReagent"
                         "id": "SatiateHunger"
                     },
                     }
                ]
            }
        }
    },
    "CubaLibre": {
        "id": "CubaLibre",
        "name": "cuba libre",
        "group": "Drinks",
        "desc": "Rum, mixed with cola. Viva la revolucion.",
        "physicalDesc": "bubbly",
        "color": "#3E1B00FF",
        "recipes": [
            "CubaLibre"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "conditions": null,
                        "Reagent": "Epinephrine",
                        "Group": null,
                        "Amount": -1,
                         "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Lexorin",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "AdjustReagent"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Reagent": "Histamine",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.15,
                         "Amount": 4,
                        "conditions": null,
                         "conditions": [
                        "probability": 1,
                             {
                        "id": "AdjustReagent"
                                 "Min": 1,
                    }
                ]
            }
        }
    },
    "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": {
                            "types": {
                                "Poison": 2,
                                "Asphyxiation": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                             {
                                 "Min": 20,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": "Lexorin",
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 0.1,
                         "id": "HealthChange"
                         "id": "AdjustReagent"
                    },
                    {
                        "Amplitude": 10,
                        "Frequency": 4,
                        "Time": 2,
                        "Refresh": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "Jitter"
                     },
                     },
                     {
                     {
                         "Key": "Stun",
                         "Key": "Stun",
                         "Component": "",
                         "Component": "",
                         "Time": 1,
                         "Time": 0.75,
                         "Refresh": true,
                         "Refresh": true,
                         "Type": 1,
                         "Type": 1,
Line 7,538: Line 7,645:
                         "Key": "KnockedDown",
                         "Key": "KnockedDown",
                         "Component": "",
                         "Component": "",
                         "Time": 1,
                         "Time": 0.75,
                         "Refresh": true,
                         "Refresh": true,
                         "Type": 1,
                         "Type": 1,
Line 7,544: Line 7,651:
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "GenericStatusEffect"
                     },
                     }
                    {
                ]
                        "Messages": [
            }
                            "ephedrine-effect-tight-pain",
        }
                            "ephedrine-effect-heart-pounds"
    },
                        ],
    "Hooch": {
                        "Type": 1,
        "id": "Hooch",
                        "VisualType": 2,
        "name": "hooch",
                        "conditions": null,
        "group": "Drinks",
                        "probability": 0.05,
        "desc": "Either someone's failure at cocktail making or attempt in alchohol production. In any case, do you really want to drink that?",
                        "id": "PopupMessage"
        "physicalDesc": "strong-smelling",
                    }
        "color": "#664E00FF",
                ]
        "recipes": [
            },
            "Hooch"
             "Medicine": {
        ],
        "metabolisms": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "TimerReset": 600,
                         "conditions": null,
                         "conditions": [
                         "probability": 1,
                            {
                        "HydrationFactor": 2,
                                "Min": 30,
                        "id": "SatiateThirst"
                                "Max": 21474836,
                    },
                                "Reagent": null,
                    {
                                "id": "ReagentThreshold"
                        "Reagent": "Ethanol",
                            }
                        "Group": null,
                         ],
                        "Amount": 0.05,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "ResetNarcolepsy"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 7,578: Line 7,688:
         }
         }
     },
     },
     "Inaprovaline": {
     "Fluorosurfactant": {
         "id": "Inaprovaline",
         "id": "Fluorosurfactant",
         "name": "inaprovaline",
         "name": "fluorosurfactant",
         "group": "Medicine",
         "group": "Pyrotechnic",
         "desc": "Inaprovaline is a synaptic stimulant and cardiostimulant. Commonly used to stabilize patients- it stops oxygen loss when the patient is in critical health. It'll also slow down bleeding by a good amount. Acts as a decent painkiller.",
         "desc": "A perfluoronated sulfonic acid that forms a foam when mixed with water.",
         "physicalDesc": "opaque",
         "physicalDesc": "opaque",
         "color": "#731024FF",
         "color": "#9E6B38FF",
         "recipes": [
         "recipes": [
             "Inaprovaline"
             "Fluorosurfactant"
        ],
        "metabolisms": null
    },
    "Vinaigrette": {
        "id": "Vinaigrette",
        "name": "vinaigrette",
        "group": "Foods",
        "desc": "A basic salad dressing made with oil, vinegar and seasoning.",
        "physicalDesc": "sour",
        "color": "#EFDAAEFF",
        "recipes": [
            "CookingVinaigrette"
        ],
        "metabolisms": null
    },
    "Bilk": {
        "id": "Bilk",
        "name": "bilk",
        "group": "Drinks",
        "desc": "This appears to be beer mixed with milk. Disgusting.",
        "physicalDesc": "bilky",
        "color": "#895C4CFF",
        "recipes": [
            "Bilk"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "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,
                         "id": "ModifyBleedAmount"
                        "HydrationFactor": 3,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 7,621: Line 7,736:
         }
         }
     },
     },
     "Ale": {
     "Gold": {
         "id": "Ale",
         "id": "Gold",
         "name": "ale",
         "name": "gold",
         "group": "Drinks",
         "group": "Elements",
         "desc": "A dark alchoholic beverage made by malted barley and yeast.",
         "desc": "Gold is a dense, soft, shiny metal and the most malleable and ductile metal known.",
         "physicalDesc": "bubbly",
         "physicalDesc": "metallic",
         "color": "#663100FF",
         "color": "#F7C430FF",
         "recipes": [],
         "recipes": [],
        "metabolisms": null
    },
    "Copper": {
        "id": "Copper",
        "name": "copper",
        "group": "Elements",
        "desc": "A soft, malleable, and ductile metal with very high thermal and electrical conductivity.",
        "physicalDesc": "metallic",
        "color": "#B05B3CFF",
        "recipes": [],
        "metabolisms": null
    },
    "IcedCoffee": {
        "id": "IcedCoffee",
        "name": "iced coffee",
        "group": "Drinks",
        "desc": "Coffee and ice, refreshing and cool.",
        "physicalDesc": "aromatic",
        "color": "#102838FF",
        "recipes": [
            "IcedCoffee"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 7,636: Line 7,773:
                         "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,651: Line 7,780:
         }
         }
     },
     },
     "Lipozine": {
     "DexalinPlus": {
         "id": "Lipozine",
         "id": "DexalinPlus",
         "name": "lipozine",
         "name": "dexalin plus",
         "group": "Medicine",
         "group": "Medicine",
         "desc": "Causes weight loss upon consumption.",
         "desc": "Used in treatment of extreme cases of oxygen deprivation. Effective at healing blood loss damage.",
         "physicalDesc": "oily",
         "physicalDesc": "cloudy",
         "color": "#2690B5FF",
         "color": "#4DA0BDFF",
         "recipes": [
         "recipes": [
             "Lipozine"
             "DexalinPlus"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 7,666: Line 7,795:
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Asphyxiation": -3.5,
                                "Bloodloss": -3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "NutritionFactor": -1,
                         "id": "HealthChange"
                         "id": "SatiateHunger"
                     },
                     }
                    {
                ]
                        "Reagent": "Lexorin",
            }
                        "Group": null,
        }
                        "Amount": -3,
    },
                        "conditions": [
    "Sigynate": {
                            {
        "id": "Sigynate",
                                "Min": 1,
        "name": "sigynate",
                                "Max": 21474836,
        "group": "Medicine",
                                "Reagent": "Lexorin",
        "desc": "A thick pink syrup useful for neutralizing acids and soothing trauma caused by acids.  Tastes sweet!",
                                "id": "ReagentThreshold"
        "physicalDesc": "thick",
                             }
        "color": "#E0A5B9FF",
                         ],
        "recipes": [
            "Sigynate"
        ],
        "metabolisms": {
            "Medicine": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                            "types": {
                                "Caustic": -3
                             },
                            "groups": null
                         },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "AdjustReagent"
                     },
                     },
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Heat": 2
                                 "Asphyxiation": 5,
                                "Cold": 3
                             },
                             },
                             "groups": null
                             "groups": null
Line 7,713: Line 7,835:
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 16,
                                 "Min": 25,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": null,
Line 7,721: Line 7,843:
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     },
                     }
                ]
            }
        }
    },
    "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": [
                     {
                     {
                        "Amplitude": 10,
                         "conditions": null,
                        "Frequency": 4,
                        "Time": 2,
                        "Refresh": true,
                         "conditions": [
                            {
                                "Min": 20,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "Jitter"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Messages": [
                         "Reagent": "Ethanol",
                            "generic-reagent-effect-nauseous"
                        "Group": null,
                         ],
                         "Amount": 0.05,
                         "Type": 1,
                        "conditions": null,
                         "VisualType": 2,
                         "probability": 1,
                         "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": {
                "rate": 0.5,
                "effects": [
                    {
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 20,
                                 "Type": "Plant",
                                "Max": 21474836,
                                 "ShouldHave": true,
                                 "Reagent": null,
                                 "id": "OrganType"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 0.2,
                         "probability": 1,
                         "id": "PopupMessage"
                        "NutritionFactor": 3,
                         "id": "SatiateHunger"
                     },
                     },
                     {
                     {
                        "ThirstAmount": -40,
                         "damage": {
                        "HungerAmount": -40,
                             "types": {
                        "conditions": [
                                 "Poison": 1
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 0.02,
                        "id": "ChemVomit"
                    }
                ]
            }
        }
    },
    "WeedKiller": {
        "id": "WeedKiller",
        "name": "weed killer",
        "group": "Botanical",
        "desc": "A mixture that targets weeds.",
        "physicalDesc": "bubbling",
        "color": "#968395FF",
        "recipes": [],
        "metabolisms": {
            "Poison": {
                "rate": 0.5,
                "effects": [
                    {
                         "damage": {
                             "types": {
                                 "Poison": 4
                             },
                             },
                             "groups": null
                             "groups": null
Line 7,808: Line 7,927:
         }
         }
     },
     },
     "DemonsBlood": {
     "Nothing": {
         "id": "DemonsBlood",
         "id": "Nothing",
         "name": "demons blood",
         "name": "nothing",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "AHHHH!!!!",
         "desc": "Absolutely nothing.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "nothing",
         "color": "#A70000FF",
         "color": "#FFFFFFFF",
         "recipes": [
         "recipes": [],
            "DemonsBlood"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 7,827: Line 7,944:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 7,840: Line 7,949:
         }
         }
     },
     },
     "TableSalt": {
     "BlueCuracao": {
         "id": "TableSalt",
         "id": "BlueCuracao",
         "name": "table salt",
         "name": "blue curacao",
         "group": "Foods",
         "group": "Drinks",
         "desc": "Commonly known as salt, Sodium Chloride is often used to season food or kill borers instantly.",
         "desc": "Exotically blue, fruity drink, distilled from oranges.",
         "physicalDesc": "grainy",
         "physicalDesc": "strong-smelling",
         "color": "#A1000BFF",
         "color": "#0000CDFF",
         "recipes": [
         "recipes": [],
            "TableSalt"
        ],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 7,857: Line 7,964:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "NutritionFactor": 0.5,
                         "HydrationFactor": 2,
                         "id": "SatiateHunger"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": -0.5,
                         "id": "AdjustReagent"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 7,870: Line 7,979:
         }
         }
     },
     },
     "VentCrud": {
     "Lexorin": {
         "id": "VentCrud",
         "id": "Lexorin",
         "name": "vent crud",
         "name": "lexorin",
         "group": "Unknown",
         "group": "Toxins",
         "desc": "A jet black substance found in poorly maintained ventilation systems.",
         "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": "sticky",
         "physicalDesc": "pungent",
         "color": "#000000FF",
         "color": "#6B0007FF",
         "recipes": [],
         "recipes": [
            "Lexorin"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Poison": {
Line 7,884: Line 7,995:
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": null,
                                 "Poison": 2
                            "groups": {
                             },
                                 "Airloss": 7
                            "groups": null
                             }
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
Line 7,899: Line 8,010:
         }
         }
     },
     },
     "Dexalin": {
     "ShamblersJuice": {
         "id": "Dexalin",
         "id": "ShamblersJuice",
         "name": "dexalin",
         "name": "Shambler's Juice",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "Used for treating oxygen deprivation. In most cases where it is likely to be needed, the strength of Dexalin Plus will probably be more useful.",
         "desc": "~Shake me up some of that Shambler's Juice!~",
         "physicalDesc": "opaque",
         "physicalDesc": "fizzy",
         "color": "#0041A8FF",
         "color": "#66538FFF",
         "recipes": [
         "recipes": [],
            "Dexalin"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Asphyxiation": -1,
                                "Bloodloss": -0.5
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                     },
                         "id": "SatiateThirst"
                     }
                ]
            }
        }
    },
    "Fluorine": {
        "id": "Fluorine",
        "name": "fluorine",
        "group": "Elements",
        "desc": "A highly toxic pale yellow gas. Extremely reactive.",
        "physicalDesc": "gaseous",
        "color": "#808080FF",
        "recipes": [],
        "metabolisms": null
    },
    "Diethylamine": {
        "id": "Diethylamine",
        "name": "diethylamine",
        "group": "Botanical",
        "desc": "A very potent fertilizer.",
        "physicalDesc": "strong-smelling",
        "color": "#A1000BFF",
        "recipes": [
            "Diethylamine"
        ],
        "metabolisms": {
            "Poison": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Asphyxiation": 3,
                                 "Caustic": 1
                                "Cold": 1
                             },
                             },
                             "groups": null
                             "groups": null
Line 7,937: Line 8,065:
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": null,
                            {
                                "Min": 20,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
Line 7,952: Line 8,073:
         }
         }
     },
     },
     "ChlorineTrifluoride": {
     "Sulfur": {
         "id": "ChlorineTrifluoride",
         "id": "Sulfur",
         "name": "CLF3",
         "name": "sulfur",
         "group": "Pyrotechnic",
         "group": "Elements",
         "desc": "You really, REALLY don't want to get this shit anywhere near you.",
         "desc": "A yellow, crystalline solid.",
         "physicalDesc": "blazing",
         "physicalDesc": "powdery",
         "color": "#FFC8C8FF",
         "color": "#FFF385FF",
        "recipes": [],
        "metabolisms": null
    },
    "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": [
         "recipes": [
             "ChlorineTrifluoride"
             "Ultravasculine"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": null,
                                 "Heat": 1
                            "groups": {
                            },
                                 "Toxin": -3,
                            "groups": null
                                "Brute": 0.5
                            }
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": [
                            {
                                "Min": 0,
                                "Max": 30,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     },
                     },
                     {
                     {
                         "Multiplier": 0.2,
                         "damage": {
                         "conditions": null,
                            "types": null,
                            "groups": {
                                "Toxin": -1,
                                "Brute": 3
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "FlammableReaction"
                         "id": "HealthChange"
                     },
                     },
                     {
                     {
                         "Amount": 6000,
                        "Reagent": "Histamine",
                         "conditions": null,
                        "Group": null,
                         "Amount": -1,
                         "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Histamine",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "AdjustReagent"
                    },
                    {
                        "Reagent": "Ultravasculine",
                        "Group": null,
                        "Amount": 0.5,
                        "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Histamine",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustTemperature"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 7,995: Line 8,173:
         }
         }
     },
     },
     "AlliesCocktail": {
     "Ale": {
         "id": "AlliesCocktail",
         "id": "Ale",
         "name": "allies cocktail",
         "name": "ale",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A drink made from your allies, not as sweet as when made from your enemies.",
         "desc": "A dark alchoholic beverage made by malted barley and yeast.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "bubbly",
         "color": "#00664DFF",
         "color": "#663100FF",
         "recipes": [
         "recipes": [],
            "AlliesCocktail"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 8,027: Line 8,203:
         }
         }
     },
     },
     "Cornmeal": {
     "Dexalin": {
         "id": "Cornmeal",
         "id": "Dexalin",
         "name": "cornmeal",
         "name": "dexalin",
         "group": "Foods",
         "group": "Medicine",
         "desc": "Used for baking.",
         "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": "powdery",
         "physicalDesc": "opaque",
         "color": "#D2B48CFF",
         "color": "#0041A8FF",
         "recipes": [],
         "recipes": [
            "Dexalin"
        ],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "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": -0.2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Nutriment",
                         "damage": {
                         "Group": null,
                            "types": {
                         "Amount": 0.1,
                                "Asphyxiation": 3,
                         "conditions": null,
                                "Cold": 1
                            },
                            "groups": null
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 20,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 8,057: Line 8,256:
         }
         }
     },
     },
     "WhiteRussian": {
     "Tea": {
         "id": "WhiteRussian",
         "id": "Tea",
         "name": "white russian",
         "name": "tea",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "That's just, like, your opinion, man...",
         "desc": "A drink made by boiling leaves of the tea tree, Camellia sinensis.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "aromatic",
         "color": "#A68340FF",
         "color": "#8A5A3AFF",
         "recipes": [
         "recipes": [],
            "WhiteRussian"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 8,078: Line 8,275:
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Reagent": "Theobromine",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.15,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 8,089: Line 8,286:
         }
         }
     },
     },
     "Blackpepper": {
     "GreenTea": {
         "id": "Blackpepper",
         "id": "GreenTea",
         "name": "black pepper",
         "name": "green tea",
         "group": "Foods",
         "group": "Drinks",
         "desc": "Often used to flavor food or make people sneeze.",
         "desc": "Tasty green tea.",
         "physicalDesc": "grainy",
         "physicalDesc": "aromatic",
         "color": "#000000FF",
         "color": "#C33F00FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": null
         "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 3,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
     },
     },
     "Theobromine": {
     "Amasec": {
         "id": "Theobromine",
         "id": "Amasec",
         "name": "theobromine",
         "name": "amasec",
         "group": "Toxins",
         "group": "Drinks",
         "desc": "Theobromine is a bitter alkaloid of the cacao plant found in chocolate, and some other foods.",
         "desc": "Official drink of the Gun Club!",
         "physicalDesc": "grainy",
         "physicalDesc": "strong-smelling",
         "color": "#F5F5F5FF",
         "color": "#124DA7FF",
         "recipes": [],
         "recipes": [
            "Amasec"
        ],
         "metabolisms": {
         "metabolisms": {
            "Poison": {
             "Drink": {
                "rate": 0.05,
                 "rate": 0.5,
                "effects": [
                    {
                        "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,
                        "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"
                    }
                ]
            }
        }
    },
    "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,
                 "effects": [
                 "effects": [
                     {
                     {
Line 8,191: Line 8,340:
         }
         }
     },
     },
     "Stellibinin": {
     "PolytrinicAcid": {
         "id": "Stellibinin",
         "id": "PolytrinicAcid",
         "name": "stellibinin",
         "name": "polytrinic acid",
         "group": "Medicine",
         "group": "Toxins",
         "desc": "A natual antitoxin with particular effectiveness against amatoxin.",
         "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": "starry",
         "physicalDesc": "strong-smelling",
         "color": "#2B2F77FF",
         "color": "#A1000BFF",
         "recipes": [],
         "recipes": [
            "PolytrinicAcid"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 8,206: Line 8,357:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": -4
                                 "Caustic": 2
                             },
                             },
                             "groups": null
                             "groups": null
Line 8,217: Line 8,368:
                     },
                     },
                     {
                     {
                         "Reagent": "Amatoxin",
                         "Messages": [
                        "Group": null,
                             "generic-reagent-effect-burning-insides"
                        "Amount": -3,
                        "conditions": [
                             {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Amatoxin",
                                "id": "ReagentThreshold"
                            }
                         ],
                         ],
                         "probability": 1,
                        "Type": 1,
                         "id": "AdjustReagent"
                        "VisualType": 4,
                        "conditions": null,
                         "probability": 0.33,
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 8,235: Line 8,381:
         }
         }
     },
     },
     "Synaptizine": {
     "ExperimentalStimulants": {
         "id": "Synaptizine",
         "id": "ExperimentalStimulants",
         "name": "synaptizine",
         "name": "experimental stimulants",
         "group": "Medicine",
         "group": "Narcotics",
         "desc": "Toxic, but treats hallucinations, drowsiness \u0026 halves the duration of paralysis, stuns and knockdowns. One unit is enough to treat hallucinations; two units is deadly.",
         "desc": "A 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": "pungent",
         "physicalDesc": "exhilarating",
         "color": "#D49A2FFF",
         "color": "#AE0101FF",
         "recipes": [
         "recipes": [],
            "Synaptizine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Narcotic": {
                 "rate": 0.5,
                 "rate": 0.25,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "StatusLifetime": 2,
                            "types": {
                        "conditions": [
                                 "Poison": 3
                            {
                            },
                                 "Min": 10,
                            "groups": null
                                "Max": 21474836,
                        },
                                "Reagent": null,
                        "scaleByQuantity": false,
                                "id": "ReagentThreshold"
                        "ignoreResistances": true,
                            }
                         "conditions": null,
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "WalkSpeedModifier": 1.8,
                        "SprintSpeedModifier": 1.8,
                         "id": "MovespeedModifier"
                     },
                     },
                     {
                     {
                         "Key": "Stun",
                         "StatusLifetime": 2,
                         "Component": "",
                         "conditions": [
                        "Time": 3,
                            {
                        "Refresh": true,
                                "Min": 0,
                        "Type": 1,
                                "Max": 10,
                         "conditions": null,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                        "WalkSpeedModifier": 0.7,
                        "SprintSpeedModifier": 0.7,
                         "id": "MovespeedModifier"
                     },
                     },
                     {
                     {
                         "Key": "KnockedDown",
                         "ElectrocuteTime": 2,
                        "Component": "",
                         "ElectrocuteDamageScale": 5,
                         "Time": 3,
                         "Refresh": true,
                         "Refresh": true,
                         "Type": 1,
                         "conditions": [
                        "conditions": null,
                            {
                         "probability": 1,
                                "Min": 0,
                         "id": "GenericStatusEffect"
                                "Max": 10,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 0.1,
                         "id": "Electrocute"
                     },
                     },
                     {
                     {
                         "Key": "SeeingRainbows",
                         "Amplitude": 10,
                         "Component": "",
                         "Frequency": 4,
                         "Time": 15,
                         "Time": 2,
                         "Refresh": true,
                         "Refresh": true,
                         "Type": 1,
                         "conditions": [
                        "conditions": null,
                            {
                                "Min": 0,
                                "Max": 10,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "Jitter"
                     }
                     },
                ]
                     {
            }
                         "Key": "Stutter",
        }
                         "Component": "StutteringAccent",
    },
    "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,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            }
        }
    },
    "MuteToxin": {
        "id": "MuteToxin",
        "name": "mute toxin",
        "group": "Narcotics",
        "desc": "Makes you unable to talk while metabolizing.",
        "physicalDesc": "syrupy",
        "color": "#000000FF",
        "recipes": [
            "MuteToxin"
        ],
        "metabolisms": {
            "Narcotic": {
                "rate": 0.5,
                "effects": [
                     {
                         "Key": "Muted",
                         "Component": "Muted",
                         "Time": 2,
                         "Time": 2,
                         "Refresh": true,
                         "Refresh": true,
                         "Type": 0,
                         "Type": 0,
                         "conditions": null,
                         "conditions": [
                            {
                                "Min": 0,
                                "Max": 10,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "GenericStatusEffect"
                     }
                     },
                ]
            }
        }
    },
    "GrapeSoda": {
        "id": "GrapeSoda",
        "name": "grape soda",
        "group": "Drinks",
        "desc": "It's Graaaaaape!",
        "physicalDesc": "fizzy",
        "color": "#AE94A6FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "conditions": null,
                        "damage": {
                            "types": {
                                "Poison": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 10,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
    },
    "CoffeeLiqueur": {
        "id": "CoffeeLiqueur",
        "name": "coffee liqueur",
        "group": "Drinks",
        "desc": "Liquor flavoured with cold brewed coffee and spices.",
        "physicalDesc": "cloudy",
        "color": "#664300FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "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"
                     }
                     },
                ]
            }
        }
    },
    "THC": {
        "id": "THC",
        "name": "THC",
        "group": "Narcotics",
        "desc": "The main psychoactive compound in cannabis.",
        "physicalDesc": "crystalline",
        "color": "#808080FF",
        "recipes": [],
        "metabolisms": {
            "Narcotic": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "Key": "SeeingRainbows",
                         "Key": "Stun",
                         "Component": "SeeingRainbows",
                         "Component": "",
                         "Time": 5,
                         "Time": 6,
                         "Refresh": false,
                         "Refresh": true,
                         "Type": 0,
                         "Type": 1,
                         "conditions": null,
                         "conditions": [
                            {
                                "Min": 10,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "GenericStatusEffect"
                     }
                     },
                ]
                    {
            }
                        "Key": "KnockedDown",
        }
                        "Component": "",
    },
                        "Time": 6,
    "Posca": {
                        "Refresh": true,
        "id": "Posca",
                        "Type": 1,
        "name": "posca",
                        "conditions": [
        "group": "Drinks",
                            {
        "desc": "Poor warriors' drink from a forgotten era.",
                                "Min": 10,
        "physicalDesc": "sour",
                                "Max": 21474836,
        "color": "#B3B599FF",
                                "Reagent": null,
        "recipes": [
                                "id": "ReagentThreshold"
            "Posca"
                            }
        ],
                        ],
        "metabolisms": {
                        "probability": 1,
            "Drink": {
                        "id": "GenericStatusEffect"
                "rate": 0.5,
                    },
                "effects": [
                     {
                     {
                         "conditions": null,
                        "Key": "ForcedSleep",
                        "Component": "ForcedSleeping",
                        "Time": 2,
                        "Refresh": false,
                        "Type": 1,
                         "conditions": [
                            {
                                "Min": 10,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 3,
                         "id": "GenericStatusEffect"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
             }
             },
        }
    },
    "Siderlac": {
        "id": "Siderlac",
        "name": "siderlac",
        "group": "Medicine",
        "desc": "A powerful anti-caustic medicine derived from plants.",
        "physicalDesc": "milky",
        "color": "#F4DAB8FF",
        "recipes": [
            "Siderlac"
        ],
        "metabolisms": {
             "Medicine": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.25,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "TimerReset": 600,
                            "types": {
                                "Caustic": -5
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "ResetNarcolepsy"
                     }
                     },
                ]
            }
        }
    },
    "Ice": {
        "id": "Ice",
        "name": "ice",
        "group": "Unknown",
        "desc": "Frozen water.",
        "physicalDesc": "frosty",
        "color": "#BED8E6FF",
        "recipes": [],
        "metabolisms": null
    },
    "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": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "NutritionFactor": 1,
                         "id": "SatiateThirst"
                         "id": "SatiateHunger"
                     },
                     },
                     {
                     {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                        "HydrationFactor": 1,
                     }
                         "id": "SatiateThirst"
                ]
                     },
            }
                    {
        }
                        "damage": {
    },
                            "types": null,
    "Beer": {
                            "groups": {
        "id": "Beer",
                                "Brute": -4,
        "name": "beer",
                                "Burn": -4
        "group": "Drinks",
                            }
        "desc": "An alcoholic beverage made from malted grains, hops, yeast, and water.",
                        },
        "physicalDesc": "bubbly",
                        "scaleByQuantity": false,
        "color": "#CFA85FFF",
                        "ignoreResistances": true,
        "recipes": [],
                        "conditions": [
        "metabolisms": {
                            {
            "Drink": {
                                "Min": 10,
                "rate": 0.5,
                                "Max": 21474836,
                "effects": [
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "HealthChange"
                    },
                     {
                     {
                         "conditions": null,
                        "Reagent": "Lexorin",
                        "Group": null,
                        "Amount": -3,
                         "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Lexorin",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "AdjustReagent"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Reagent": "ChloralHydrate",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": -3,
                         "conditions": null,
                         "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "ChloralHydrate",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "AdjustReagent"
Line 8,561: Line 8,640:
         }
         }
     },
     },
     "IceCream": {
     "JuiceApple": {
         "id": "IceCream",
         "id": "JuiceApple",
         "name": "ice cream",
         "name": "apple juice",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "It was either this or the microwave, and nobody wants ice cream soup!",
         "desc": "It's a little piece of Eden.",
         "physicalDesc": "creamy",
         "physicalDesc": "crisp",
         "color": "#FFFBD6FF",
         "color": "#FDAD01FF",
         "recipes": [
         "recipes": [],
            "IceCream"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 8,578: Line 8,655:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 8,585: Line 8,662:
         }
         }
     },
     },
     "Milk": {
     "LemonLime": {
         "id": "Milk",
         "id": "LemonLime",
         "name": "milk",
         "name": "lemon-lime",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "An opaque white liquid produced by the mammary glands of mammals.",
         "desc": "tangy lime and lemon soda",
         "physicalDesc": "opaque",
         "physicalDesc": "fizzy",
         "color": "#DFDFDFFF",
         "color": "#878F00FF",
         "recipes": [],
         "recipes": [
            "LemonLime"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 8,600: Line 8,679:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 4,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 8,607: Line 8,686:
         }
         }
     },
     },
     "Hydrogen": {
     "Phenol": {
         "id": "Hydrogen",
         "id": "Phenol",
         "name": "hydrogen",
         "name": "phenol",
         "group": "Elements",
         "group": "Unknown",
         "desc": "A light, flammable gas.",
         "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": "gaseous",
         "physicalDesc": "acidic",
         "color": "#808080FF",
         "color": "#E7EA91FF",
         "recipes": [],
         "recipes": [
            "Phenol"
        ],
         "metabolisms": null
         "metabolisms": null
     },
     },
     "Sake": {
     "CarpoToxin": {
         "id": "Sake",
         "id": "CarpoToxin",
         "name": "sake",
         "name": "carpotoxin",
         "group": "Drinks",
         "group": "Toxins",
         "desc": "Alcoholic beverage made by fermenting rice that has been polished.",
         "desc": "Toxic secretions of a space carp. Causes a painful burning sensation.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "exotic smelling",
         "color": "#DDDDDDFF",
         "color": "#E2A38CFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 4
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Messages": [
                         "Group": null,
                            "generic-reagent-effect-burning-insides"
                         "Amount": 0.05,
                        ],
                         "Type": 1,
                         "VisualType": 3,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 0.33,
                         "id": "AdjustReagent"
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 8,647: Line 8,737:
         }
         }
     },
     },
     "Silicon": {
     "HorseradishSauce": {
         "id": "Silicon",
         "id": "HorseradishSauce",
         "name": "silicon",
         "name": "horseradish sauce",
         "group": "Elements",
         "group": "Foods",
         "desc": "A hard and brittle crystalline solid with a blue-grey color.",
         "desc": "Smelly horseradish sauce.",
         "physicalDesc": "crystalline",
         "physicalDesc": "overpowering",
         "color": "#364266FF",
         "color": "#808080FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": null
         "metabolisms": null
     },
     },
     "Cognac": {
     "Dylovene": {
         "id": "Cognac",
         "id": "Dylovene",
         "name": "cognac",
         "name": "dylovene",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "A sweet and strongly alcoholic drink, twice distilled and left to mature for several years. Classy as fornication.",
         "desc": "A broad-spectrum anti-toxin, which treats toxin damage in the blood stream. Overdosing will cause vomiting, dizzyness and pain.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "translucent",
         "color": "#AB3C05FF",
         "color": "#3A1D8AFF",
         "recipes": [],
         "recipes": [
            "Dylovene"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": -1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     },
                     },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.2,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            }
        }
    },
    "Sulfur": {
        "id": "Sulfur",
        "name": "sulfur",
        "group": "Elements",
        "desc": "A yellow, crystalline solid.",
        "physicalDesc": "powdery",
        "color": "#FFF385FF",
        "recipes": [],
        "metabolisms": null
    },
    "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,
                         "damage": {
                            "types": {
                                "Brute": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 10,
                                 "Min": 20,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": null,
Line 8,720: Line 8,792:
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                        "WalkSpeedModifier": 1.8,
                         "id": "HealthChange"
                        "SprintSpeedModifier": 1.8,
                         "id": "MovespeedModifier"
                     },
                     },
                     {
                     {
                         "StatusLifetime": 2,
                         "Amplitude": 10,
                        "Frequency": 4,
                        "Time": 2,
                        "Refresh": true,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 0,
                                 "Min": 20,
                                 "Max": 10,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
Line 8,735: Line 8,808:
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                        "WalkSpeedModifier": 0.7,
                         "id": "Jitter"
                        "SprintSpeedModifier": 0.7,
                         "id": "MovespeedModifier"
                     },
                     },
                     {
                     {
                         "ElectrocuteTime": 2,
                         "Messages": [
                         "ElectrocuteDamageScale": 5,
                            "generic-reagent-effect-nauseous"
                         "Refresh": true,
                        ],
                         "Type": 1,
                         "VisualType": 2,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 0,
                                 "Min": 20,
                                 "Max": 10,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 0.1,
                         "probability": 0.2,
                         "id": "Electrocute"
                         "id": "PopupMessage"
                     },
                     },
                     {
                     {
                         "Amplitude": 10,
                         "ThirstAmount": -40,
                         "Frequency": 4,
                         "HungerAmount": -40,
                        "Time": 2,
                        "Refresh": true,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 0,
                                 "Min": 20,
                                 "Max": 10,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 0.02,
                         "id": "Jitter"
                         "id": "ChemVomit"
                     },
                     }
                ]
            },
            "Alcohol": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "Key": "Stutter",
                         "BoozePower": 3,
                        "Component": "StutteringAccent",
                         "SlurSpeech": true,
                        "Time": 2,
                         "Refresh": true,
                        "Type": 0,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 0,
                                 "Min": 15,
                                 "Max": 10,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
Line 8,785: Line 8,858:
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "Drunk"
                     },
                     }
                     {
                ]
                         "damage": {
            }
                             "types": {
        }
                                 "Poison": 1
    },
                            },
    "Vitamin": {
                            "groups": null
        "id": "Vitamin",
        "name": "vitamin",
        "group": "Foods",
        "desc": "Found in healthy, complete meals.",
        "physicalDesc": "chalky",
        "color": "#D3D3D3FF",
        "recipes": [],
        "metabolisms": {
            "Food": {
                "rate": 0.5,
                "effects": [
                     {
                         "damage": {
                             "types": null,
                            "groups": {
                                 "Brute": -0.5,
                                "Burn": -0.5
                            }
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": null,
                            {
                         "probability": 0.5,
                                "Min": 10,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     },
                     },
                     {
                     {
                         "damage": {
                         "Scaled": false,
                            "types": {
                         "Amount": -0.25,
                                "Poison": 8
                         "conditions": null,
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 60,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "ModifyBleedAmount"
                     },
                     },
                     {
                     {
                         "Key": "Stun",
                         "conditions": null,
                         "Component": "",
                        "probability": 1,
                        "Time": 6,
                         "NutritionFactor": 3,
                        "Refresh": true,
                        "id": "SatiateHunger"
                        "Type": 1,
                    }
                        "conditions": [
                ]
                            {
            }
                                "Min": 10,
        }
                                "Max": 21474836,
    },
                                "Reagent": null,
    "Grog": {
                                "id": "ReagentThreshold"
        "id": "Grog",
                            }
        "name": "grog",
                         ],
        "group": "Drinks",
        "desc": "Watered-down rum, pirate approved!",
        "physicalDesc": "strong-smelling",
        "color": "#664300FF",
        "recipes": [
            "Grog"
        ],
        "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,
    "Egg": {
                        "Type": 1,
        "id": "Egg",
                        "conditions": [
        "name": "egg",
                            {
        "group": "Foods",
                                "Min": 10,
        "desc": "Used for baking.",
                                "Max": 21474836,
        "physicalDesc": "mucus-like",
                                "Reagent": null,
        "color": "#FFFFFFFF",
                                "id": "ReagentThreshold"
        "recipes": [],
                            }
        "metabolisms": {
                         ],
            "Food": {
                "rate": 0.5,
                "effects": [
                    {
                        "Reagent": "Protein",
                        "Group": null,
                        "Amount": 0.5,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
             },
             }
             "Medicine": {
        }
                 "rate": 0.25,
    },
    "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": [],
        "metabolisms": {
             "Drink": {
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "TimerReset": 600,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "id": "ResetNarcolepsy"
                         "HydrationFactor": 4,
                    },
                    {
                        "conditions": null,
                        "probability": 1,
                        "NutritionFactor": 1,
                        "id": "SatiateHunger"
                    },
                    {
                        "conditions": null,
                        "probability": 1,
                         "HydrationFactor": 1,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                     }
                    {
                 ]
                        "damage": {
                            "types": null,
                            "groups": {
                                "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,
                        "id": "AdjustReagent"
                     }
                 ]
             }
             }
         }
         }
     },
     },
     "Corpium": {
     "Enzyme": {
         "id": "Corpium",
         "id": "Enzyme",
         "name": "corpium",
         "name": "universal enzyme",
         "group": "Unknown",
         "group": "Foods",
         "desc": "A Syndicate cocktail, carefully harvested from various sources. You wouldn't want this inside of you.",
        "desc": "Used in cooking various dishes.",
         "physicalDesc": "necrotic",
        "physicalDesc": "chalky",
         "color": "#7668A1FF",
        "color": "#009900FF",
         "recipes": [],
        "recipes": [],
        "metabolisms": null
    },
    "Silencer": {
        "id": "Silencer",
        "name": "silencer",
        "group": "Drinks",
         "desc": "A drink from Mime Heaven.",
         "physicalDesc": "strong-smelling",
         "color": "#004666FF",
         "recipes": [
            "Silencer"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "Key": "Muted",
                            "types": {
                        "Component": "Muted",
                                "Cellular": 1
                        "Time": 2,
                            },
                        "Refresh": true,
                            "groups": null
                        "Type": 0,
                         },
                         "conditions": null,
                         "scaleByQuantity": false,
                         "probability": 1,
                         "ignoreResistances": true,
                         "id": "GenericStatusEffect"
                    },
                    {
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 8,985: Line 9,029:
         }
         }
     },
     },
     "CapsaicinOil": {
     "Ash": {
         "id": "CapsaicinOil",
         "id": "Ash",
         "name": "Capsaicin Oil",
         "name": "ash",
         "group": "Unknown",
         "group": "Unknown",
         "desc": "Capsaicin Oil is the ingredient found in different types of hot peppers.",
         "desc": "A light grey powdery residue",
         "physicalDesc": "oily",
        "physicalDesc": "powdery",
         "color": "#FF0000FF",
        "color": "#FFFFFFFF",
        "recipes": [],
        "metabolisms": null
    },
    "CoffeeLiqueur": {
        "id": "CoffeeLiqueur",
        "name": "coffee liqueur",
        "group": "Drinks",
        "desc": "Liquor flavoured with cold brewed coffee and spices.",
         "physicalDesc": "cloudy",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "Reagent": "Nutriment",
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.75,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 9,006: Line 9,066:
                     }
                     }
                 ]
                 ]
             },
             }
             "Poison": {
        }
    },
    "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,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                    {
                        "Amount": 250,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustTemperature"
                    },
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Caustic": 1
                                 "Poison": 0.5
                             },
                             },
                             "groups": null
                             "groups": null
Line 9,025: Line 9,092:
                         "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 9,050: Line 9,100:
         }
         }
     },
     },
     "Flour": {
     "AcidSpit": {
         "id": "Flour",
         "id": "AcidSpit",
         "name": "flour",
         "name": "acidspit",
         "group": "Foods",
         "group": "Drinks",
         "desc": "Used for baking.",
         "desc": "A drink for the daring, can be deadly if incorrectly prepared!",
         "physicalDesc": "powdery",
         "physicalDesc": "strong-smelling",
         "color": "#FFFFFFFF",
         "color": "#365000FF",
         "recipes": [],
         "recipes": [
            "AcidSpit"
        ],
         "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,
                    },
                    {
                        "conditions": null,
                        "probability": 1,
                         "HydrationFactor": -0.2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Nutriment",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.1,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 9,088: Line 9,132:
         }
         }
     },
     },
     "Romerol": {
     "ManhattanProject": {
         "id": "Romerol",
         "id": "ManhattanProject",
         "name": "romerol",
         "name": "manhattan project",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "A difficult to procure chemical used in the reversal of the zombification process. Tastes like death.",
         "desc": "A scientist's drink of choice, for pondering ways to blow up the ship.",
         "physicalDesc": "acrid",
         "physicalDesc": "strong-smelling",
         "color": "#7E916EFF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [
             "Romerol"
             "ManhattanProject"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 0.5
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 9,119: Line 9,164:
         }
         }
     },
     },
     "Stimulants": {
     "Frezon": {
         "id": "Stimulants",
         "id": "Frezon",
         "name": "stimulants",
         "name": "frezon",
         "group": "Narcotics",
         "group": "Unknown",
         "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": "A highly effective coolant.. and hallucinogenic.",
         "physicalDesc": "energizing",
         "physicalDesc": "gaseous",
         "color": "#9A040EFF",
         "color": "#3A758CFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Narcotic": {
             "Gas": {
                 "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": {
                                 "Poison": 1
                                 "Cellular": 0.01
                             },
                             },
                             "groups": null
                             "groups": null
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": true,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 80,
                                 "Min": 0.5,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": "Frezon",
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
Line 9,160: Line 9,197:
                     },
                     },
                     {
                     {
                         "Key": "Stun",
                         "Key": "SeeingRainbows",
                         "Component": "",
                         "Component": "SeeingRainbows",
                         "Time": 3,
                         "Time": 5,
                         "Refresh": true,
                         "Refresh": false,
                         "Type": 1,
                         "Type": 0,
                         "conditions": null,
                         "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Frezon",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "GenericStatusEffect"
                     },
                     },
                     {
                     {
                         "Key": "KnockedDown",
                         "BoozePower": 3,
                         "Component": "",
                        "SlurSpeech": true,
                        "Time": 3,
                         "conditions": [
                        "Refresh": true,
                            {
                        "Type": 1,
                                "Min": 1,
                         "conditions": null,
                                "Max": 21474836,
                                "Reagent": "Frezon",
                                "id": "ReagentThreshold"
                            }
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "Drunk"
                    }
                ]
            },
            "Medicine": {
                "rate": 0.2,
                "effects": [
                    {
                        "TimerReset": 600,
                        "conditions": null,
                        "probability": 1,
                        "id": "ResetNarcolepsy"
                     },
                     },
                     {
                     {
                         "conditions": null,
                         "Messages": [
                        "probability": 1,
                             "frezon-lungs-cold"
                        "NutritionFactor": 1,
                         ],
                        "id": "SatiateHunger"
                         "Type": 1,
                    },
                         "VisualType": 0,
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 1,
                        "id": "SatiateThirst"
                    },
                    {
                        "damage": {
                             "types": null,
                            "groups": {
                                "Burn": -1,
                                "Brute": -1
                            }
                         },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Max": 120,
                                "Min": 0.5,
                                 "Min": 70,
                                 "Max": 21474836,
                                 "id": "TotalDamage"
                                 "Reagent": "Frezon",
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 0.1,
                         "id": "HealthChange"
                         "id": "PopupMessage"
                    },
                    {
                        "Messages": [
                            "frezon-euphoric"
                        ],
                        "Type": 1,
                        "VisualType": 2,
                        "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Frezon",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 0.1,
                        "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 9,226: Line 9,265:
         }
         }
     },
     },
     "SuiDream": {
     "Ipecac": {
         "id": "SuiDream",
         "id": "Ipecac",
         "name": "sui dream",
         "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": {
                "rate": 0.5,
                "effects": [
                    {
                        "ThirstAmount": -40,
                        "HungerAmount": -40,
                        "conditions": null,
                        "probability": 0.3,
                        "id": "ChemVomit"
                    }
                ]
            }
        }
    },
    "WhiskeySoda": {
        "id": "WhiskeySoda",
        "name": "whiskey soda",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "'Comprised of: White soda, blue curacao, melon liquor.'",
         "desc": "For the more refined griffon.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#00A86BFF",
         "color": "#533600FF",
         "recipes": [
         "recipes": [
             "SuiDream"
             "WhiskeySoda"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 9,249: Line 9,313:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.15,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 9,258: Line 9,322:
         }
         }
     },
     },
     "Dermaline": {
     "BuzzochloricBees": {
         "id": "Dermaline",
         "id": "BuzzochloricBees",
         "name": "dermaline",
         "name": "Buzzochloric Bees",
         "group": "Medicine",
         "group": "Toxins",
         "desc": "An advanced chemical that is more effective at treating burn damage than Kelotane.",
         "desc": "Liquid bees. Oh god it's LIQUID BEES NO-",
         "physicalDesc": "translucent",
         "physicalDesc": "buzzy",
         "color": "#215263FF",
         "color": "#FFD35DFF",
         "recipes": [
         "recipes": [
             "Dermaline"
             "BuzzochloricBees"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "Messages": [
                             "types": {
                             "buzzochloricbees-effect-oh-god-bees",
                                "Heat": -1.5,
                             "buzzochloricbees-effect-its-the-bees",
                                "Shock": -1.5,
                            "buzzochloricbees-effect-why-am-i-covered-in-bees",
                                "Cold": -1.5
                             "buzzochloricbees-effect-one-with-the-bees",
                            },
                             "buzzochloricbees-effect-squeaky-clean"
                             "groups": null
                         ],
                        },
                         "Type": 1,
                        "scaleByQuantity": false,
                         "VisualType": 3,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                        "damage": {
                             "types": {
                                "Asphyxiation": 1,
                                "Cold": 2
                            },
                             "groups": null
                         },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 10,
                                 "Min": 0,
                                 "Max": 21474836,
                                 "Max": 0,
                                 "Reagent": null,
                                 "Reagent": "Histamine",
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                            },
                            {
                                "Tag": "Bee",
                                "Invert": true,
                                "id": "HasTag"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 0.1,
                         "id": "HealthChange"
                         "id": "PopupMessage"
                     },
                     },
                     {
                     {
                         "Amplitude": 10,
                         "Messages": [
                        "Frequency": 4,
                            "buzzochloricbees-effect-histamine-bee-allergy",
                         "Time": 2,
                            "buzzochloricbees-effect-histamine-swells",
                         "Refresh": true,
                            "buzzochloricbees-effect-histamine-numb-to-the-bees",
                            "buzzochloricbees-effect-histamine-cannot-be-one-with-the-bees",
                            "buzzochloricbees-effect-squeaky-clean"
                        ],
                         "Type": 1,
                         "VisualType": 2,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 10,
                                 "Min": 0.01,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": "Histamine",
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                            },
                            {
                                "Tag": "Bee",
                                "Invert": true,
                                "id": "HasTag"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 0.05,
                         "id": "Jitter"
                         "id": "PopupMessage"
                     }
                     },
                ]
            }
        }
    },
    "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": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "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,
                        ],
                        "Type": 1,
                        "VisualType": 0,
                        "conditions": [
                            {
                                "Tag": "Bee",
                                "Invert": true,
                                "id": "HasTag"
                            },
                            {
                                "Min": 0.01,
                                "Max": 21474836,
                                "Reagent": "Fiber",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 0.05,
                        "id": "PopupMessage"
                    },
                    {
                        "damage": {
                            "types": {
                                "Poison": 2,
                                "Piercing": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": [
                            {
                                "Tag": "Bee",
                                "Invert": true,
                                "id": "HasTag"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 9,360: Line 9,460:
         }
         }
     },
     },
     "SpaceDrugs": {
     "JuiceTomato": {
         "id": "SpaceDrugs",
         "id": "JuiceTomato",
         "name": "space drugs",
         "name": "tomato juice",
         "group": "Narcotics",
         "group": "Drinks",
         "desc": "An illegal compound which induces a number of effects such as loss of balance and visual artefacts.",
         "desc": "Tomatoes made into juice. What a waste of good tomatoes, huh?",
         "physicalDesc": "syrupy",
         "physicalDesc": "saucey",
         "color": "#63806EFF",
         "color": "#731008FF",
         "recipes": [
         "recipes": [],
            "SpaceDrugs"
        ],
         "metabolisms": {
         "metabolisms": {
             "Narcotic": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Key": "SeeingRainbows",
                        "Component": "SeeingRainbows",
                        "Time": 5,
                        "Refresh": false,
                        "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                        "HydrationFactor": 3,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
    },
    "Singulo": {
        "id": "Singulo",
        "name": "singulo",
        "group": "Drinks",
        "desc": "A blue-space beverage!",
        "physicalDesc": "strong-smelling",
        "color": "#3B0C0CFF",
        "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"
                     }
                     }
                 ]
                 ]
Line 9,388: Line 9,512:
         }
         }
     },
     },
     "PolytrinicAcid": {
     "Kelotane": {
         "id": "PolytrinicAcid",
         "id": "Kelotane",
         "name": "polytrinic acid",
         "name": "kelotane",
         "group": "Toxins",
         "group": "Medicine",
         "desc": "An extremely corrosive chemical substance. The slightest touch of it will melt off most masks and headgear, and it deals extreme damage to anyone who comes directly into contact with it.",
         "desc": "Treats burn damage. Overdosing greatly reduces the body's ability to retain water.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#A1000BFF",
         "color": "#BF3D19FF",
         "recipes": [
         "recipes": [
             "PolytrinicAcid"
             "Kelotane"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 9,405: Line 9,529:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Caustic": 2
                                 "Heat": -0.33,
                                "Shock": -0.33,
                                "Cold": -0.33
                             },
                             },
                             "groups": null
                             "groups": null
Line 9,416: Line 9,542:
                     },
                     },
                     {
                     {
                         "Messages": [
                        "conditions": [
                             "generic-reagent-effect-burning-insides"
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "HydrationFactor": -10,
                        "id": "SatiateThirst"
                    },
                    {
                         "Messages": [
                             "generic-reagent-effect-nauseous",
                            "generic-reagent-effect-thirsty",
                            "generic-reagent-effect-parched"
                         ],
                         ],
                         "Type": 1,
                         "Type": 1,
                         "VisualType": 4,
                         "VisualType": 0,
                         "conditions": null,
                         "conditions": [
                         "probability": 0.33,
                            {
                                "Min": 25,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 0.1,
                         "id": "PopupMessage"
                         "id": "PopupMessage"
                     }
                     }
Line 9,429: Line 9,577:
         }
         }
     },
     },
     "Tritium": {
     "Siderlac": {
         "id": "Tritium",
         "id": "Siderlac",
         "name": "tritium",
         "name": "siderlac",
         "group": "Unknown",
         "group": "Medicine",
         "desc": "Radioactive space-magic pixie dust.",
         "desc": "A powerful anti-caustic medicine derived from plants.",
         "physicalDesc": "ionizing",
         "physicalDesc": "milky",
         "color": "#66FF33FF",
         "color": "#F4DAB8FF",
         "recipes": [],
         "recipes": [
            "Siderlac"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 9,444: Line 9,594:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Radiation": 3
                                 "Caustic": -5
                             },
                             },
                             "groups": null
                             "groups": null
Line 9,455: Line 9,605:
                     }
                     }
                 ]
                 ]
             },
             }
             "Gas": {
        }
                 "rate": 0.5,
    },
                 "effects": [
    "SulfuricAcid": {
                     {
        "id": "SulfuricAcid",
                         "damage": {
        "name": "sulfuric acid",
                             "types": {
        "group": "Toxins",
                                 "Radiation": 1
        "desc": "A highly corrosive, oily, colorless liquid.",
        "physicalDesc": "oily",
        "color": "#BF8C00FF",
        "recipes": [
            "SulfuricAcid"
        ],
        "metabolisms": {
             "Poison": {
                 "rate": 0.5,
                 "effects": [
                     {
                         "damage": {
                             "types": {
                                 "Caustic": 2
                             },
                             },
                             "groups": null
                             "groups": null
                         },
                         },
                         "scaleByQuantity": true,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    },
                    {
                        "Messages": [
                            "generic-reagent-effect-burning-insides"
                        ],
                        "Type": 1,
                        "VisualType": 4,
                        "conditions": null,
                        "probability": 0.33,
                        "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 9,476: Line 9,649:
         }
         }
     },
     },
     "PlantBGone": {
     "Ethanol": {
         "id": "PlantBGone",
         "id": "Ethanol",
         "name": "plant-B-gone",
         "name": "ethanol",
         "group": "Botanical",
         "group": "Drinks",
         "desc": "A harmful toxic mixture to kill plantlife. Do not ingest!",
         "desc": "A simple alcohol, makes you drunk if consumed, flammable.",
         "physicalDesc": "bubbling",
         "physicalDesc": "strong-smelling",
         "color": "#49002EFF",
         "color": "#B05B3CFF",
         "recipes": [
         "recipes": [],
            "PlantBGone"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 9,493: Line 9,664:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": -4,
                                 "Poison": 1
                                "Blunt": 2,
                                "Slash": 1,
                                "Piercing": 1
                             },
                             },
                             "groups": null
                             "groups": null
Line 9,504: Line 9,672:
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Type": "Plant",
                                "Min": 5,
                                 "ShouldHave": true,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            },
                            {
                                 "Type": "Dwarf",
                                 "ShouldHave": false,
                                 "id": "OrganType"
                                 "id": "OrganType"
                             }
                             }
Line 9,511: Line 9,685:
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     }
                     },
                ]
            }
        }
    },
    "Acetone": {
        "id": "Acetone",
        "name": "acetone",
        "group": "Unknown",
        "desc": "A slick, slightly carcinogenic liquid. Has a multitude of mundane uses in everyday life.",
        "physicalDesc": "acidic",
        "color": "#AF14B7FF",
        "recipes": [
            "Acetone"
        ],
        "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
    },
    "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": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "conditions": null,
                         "damage": {
                         "probability": 1,
                            "types": {
                         "HydrationFactor": 2,
                                "Poison": 0.2
                         "id": "SatiateThirst"
                            },
                    },
                            "groups": null
                    {
                        },
                        "Reagent": "Ethanol",
                         "scaleByQuantity": false,
                        "Group": null,
                         "ignoreResistances": true,
                        "Amount": 0.15,
                         "conditions": [
                         "conditions": null,
                            {
                                "Min": 5,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Dwarf",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "HealthChange"
                     }
                     },
                ]
            }
        }
    },
    "Lexorin": {
        "id": "Lexorin",
        "name": "lexorin",
        "group": "Toxins",
        "desc": "Temporarily stops respiration and causes tissue damage. Large doses are fatal, and will cause people to pass out very quickly. Dexalin and Dexalin Plus will both remove it, however.",
        "physicalDesc": "pungent",
        "color": "#6B0007FF",
        "recipes": [
            "Lexorin"
        ],
        "metabolisms": {
            "Poison": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": null,
                             "types": null,
                             "groups": {
                             "groups": {
                                 "Airloss": 7
                                 "Brute": -1
                             }
                             }
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": [
                            {
                                "Min": 5,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Dwarf",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     }
                     },
                ]
                    {
            }
                        "ThirstAmount": -40,
        }
                        "HungerAmount": -40,
    },
                        "conditions": [
    "Ethyloxyephedrine": {
                            {
        "id": "Ethyloxyephedrine",
                                "Min": 3,
        "name": "ethyloxyephedrine",
                                "Max": 21474836,
        "group": "Medicine",
                                "Reagent": "Ethanol",
        "desc": "An unstable medicine derived from desoxyephedrine. With the main effects of desoxyephedrine neutralized, it may be useful for something else.",
                                "id": "ReagentThreshold"
        "physicalDesc": "shiny",
                            },
        "color": "#D5D5E4FF",
                            {
        "recipes": [
                                "Type": "Dwarf",
            "Ethyloxyephedrine"
                                "ShouldHave": false,
        ],
                                "id": "OrganType"
        "metabolisms": {
                            }
             "Medicine": {
                        ],
                        "probability": 0.04,
                        "id": "ChemVomit"
                    }
                ]
            },
             "Alcohol": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "Amplitude": 10,
                         "BoozePower": 20,
                         "Frequency": 4,
                         "SlurSpeech": true,
                        "Time": 2,
                        "Refresh": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "Jitter"
                         "id": "Drunk"
                     },
                     }
                ]
            }
        }
    },
    "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": [
                     {
                     {
                        "Key": "Stutter",
                        "Component": "StutteringAccent",
                        "Time": 2,
                        "Refresh": true,
                        "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "TimerReset": 600,
                         "Reagent": "Theobromine",
                         "conditions": [
                         "Group": null,
                            {
                        "Amount": 0.05,
                                "Min": 10,
                        "conditions": null,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "ResetNarcolepsy"
                         "id": "AdjustReagent"
                    },
                    {
                        "Messages": [
                            "ethyloxyephedrine-effect-feeling-awake",
                            "ethyloxyephedrine-effect-clear-mind"
                        ],
                        "Type": 1,
                        "VisualType": 2,
                        "conditions": null,
                        "probability": 0.1,
                        "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 9,664: Line 9,801:
         }
         }
     },
     },
     "SodaWater": {
     "MilkSpoiled": {
         "id": "SodaWater",
         "id": "MilkSpoiled",
         "name": "soda water",
         "name": "spoiled milk",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A container of club soda. Why not make a scotch and soda?",
         "desc": "This milk has gone rancid.",
         "physicalDesc": "fizzy",
         "physicalDesc": "putrid",
         "color": "#619494FF",
         "color": "#FAFFBAFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 9,679: Line 9,816:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "HydrationFactor": -2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 9,686: Line 9,823:
         }
         }
     },
     },
     "TonicWater": {
     "Blood": {
         "id": "TonicWater",
         "id": "Blood",
         "name": "tonic water",
         "name": "blood",
         "group": "Drinks",
         "group": "Biological",
         "desc": "It tastes strange but at least the quinine keeps the Space Malaria at bay.",
         "desc": "I hope this is ketchup.",
         "physicalDesc": "fizzy",
         "physicalDesc": "ferrous",
         "color": "#0064C8FF",
         "color": "#800000FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 9,701: Line 9,838:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "HydrationFactor": 1.5,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 9,708: Line 9,845:
         }
         }
     },
     },
     "Nitrogen": {
     "BraveBull": {
         "id": "Nitrogen",
         "id": "BraveBull",
         "name": "nitrogen",
         "name": "brave bull",
         "group": "Unknown",
         "group": "Drinks",
         "desc": "A colorless, odorless unreactive gas. Highly stable.",
         "desc": "It's just as effective as Dutch-Courage!",
         "physicalDesc": "gaseous",
         "physicalDesc": "strong-smelling",
         "color": "#808080FF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [
            "BraveBull"
        ],
         "metabolisms": {
         "metabolisms": {
             "Gas": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Factor": 1,
                         "conditions": null,
                         "conditions": [
                            {
                                "Type": "Vox",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "Oxygenate"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Factor": 1,
                         "Reagent": "Ethanol",
                         "conditions": [
                         "Group": null,
                            {
                        "Amount": 0.2,
                                "Type": "Slime",
                        "conditions": null,
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "Oxygenate"
                         "id": "AdjustReagent"
                     },
                     }
                ]
            }
        }
    },
    "Nutriment": {
        "id": "Nutriment",
        "name": "nutriment",
        "group": "Foods",
        "desc": "All the vitamins, minerals, and carbohydrates the body needs in pure form.",
        "physicalDesc": "opaque",
        "color": "#664330FF",
        "recipes": [],
        "metabolisms": {
            "Food": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                        "_ratios": {
                         "conditions": null,
                            "CarbonDioxide": 1,
                         "probability": 1,
                            "Nitrogen": -1
                         "NutritionFactor": 3,
                        },
                         "id": "SatiateHunger"
                         "conditions": [
                     }
                            {
                                "Type": "Vox",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "id": "ModifyLungGas"
                    },
                    {
                        "_ratios": {
                            "NitrousOxide": 1,
                            "Nitrogen": -1
                        },
                        "conditions": [
                            {
                                "Type": "Slime",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                        "probability": 1,
                         "id": "ModifyLungGas"
                     }
                 ]
                 ]
             }
             }
         }
         }
     },
     },
     "ManlyDorf": {
     "GinFizz": {
         "id": "ManlyDorf",
         "id": "GinFizz",
         "name": "manly dorf",
         "name": "gin fizz",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Beer and Ale, brought together in a delicious mix. Intended for stout dwarves only.",
         "desc": "Refreshingly lemony, deliciously dry.",
         "physicalDesc": "fizzy and creamy",
         "physicalDesc": "strong-smelling",
         "color": "#664300FF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [
             "ManlyDorf"
             "GinFizz"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 9,801: Line 9,922:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.15,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 9,810: Line 9,931:
         }
         }
     },
     },
     "Tricordrazine": {
     "JuicePotato": {
         "id": "Tricordrazine",
         "id": "JuicePotato",
         "name": "tricordrazine",
         "name": "potato juice",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "A wide-spectrum stimulant, originally derived from Cordrazine. It's capable of healing most common damage types simultaneously, however only at about half the rate of other medications. Because of its low potency, it's best used as a supplement to other medicines.",
         "desc": "Juice of the potato. Bleh.",
         "physicalDesc": "opaque",
         "physicalDesc": "starchy",
         "color": "#00E5FFFF",
         "color": "#302000FF",
         "recipes": [
         "recipes": [],
            "Tricordrazine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "conditions": null,
                            "types": {
                        "probability": 1,
                                "Poison": -0.5,
                         "HydrationFactor": 3,
                                "Heat": -0.33,
                         "id": "SatiateThirst"
                                "Shock": -0.33,
                                "Cold": -0.33
                            },
                            "groups": {
                                "Brute": -1
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                "Max": 50,
                                "Min": 0,
                                "id": "TotalDamage"
                            }
                        ],
                         "probability": 1,
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 9,852: Line 9,953:
         }
         }
     },
     },
     "DevilsKiss": {
     "DriestMartini": {
         "id": "DevilsKiss",
         "id": "DriestMartini",
         "name": "devils kiss",
         "name": "driest martini",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Creepy time!",
         "desc": "Only for the experienced. You think you see sand floating in the glass.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#A68310FF",
         "color": "#2E6671FF",
         "recipes": [
         "recipes": [
             "DevilsKiss"
             "DriestMartini"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 9,875: Line 9,976:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.15,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 9,884: Line 9,985:
         }
         }
     },
     },
     "TheMartinez": {
     "Acetone": {
         "id": "TheMartinez",
         "id": "Acetone",
         "name": "The Martinez",
         "name": "acetone",
         "group": "Drinks",
         "group": "Unknown",
         "desc": "The edgerunner legend. Remembered by a drink, Forgotten by a drunk.",
         "desc": "A slick, slightly carcinogenic liquid. Has a multitude of mundane uses in everyday life.",
         "physicalDesc": "vibrant",
         "physicalDesc": "acidic",
         "color": "#75B1F0FF",
         "color": "#AF14B7FF",
         "recipes": [
         "recipes": [
             "TheMartinez"
             "Acetone"
         ],
         ],
        "metabolisms": null
    },
    "BahamaMama": {
        "id": "BahamaMama",
        "name": "bahama mama",
        "group": "Drinks",
        "desc": "Tropical cocktail.",
        "physicalDesc": "strong-smelling",
        "color": "#FF7F3BFF",
        "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 9,901: Line 10,012:
                         "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 9,908: Line 10,027:
         }
         }
     },
     },
     "EnergyDrink": {
     "CapsaicinOil": {
         "id": "EnergyDrink",
         "id": "CapsaicinOil",
         "name": "Energy Drink",
         "name": "Capsaicin Oil",
         "group": "Drinks",
         "group": "Unknown",
         "desc": "A dose of energy! Nanotrasen is not responsible if you grow avian appendages.",
         "desc": "Capsaicin Oil is the ingredient found in different types of hot peppers.",
         "physicalDesc": "fizzy",
         "physicalDesc": "oily",
         "color": "#FFFFBFFF",
         "color": "#FF0000FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "conditions": null,
                         "Reagent": "Nutriment",
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                         "Reagent": "Theobromine",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.75,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 9,935: Line 10,048:
                     }
                     }
                 ]
                 ]
             }
             },
        }
             "Poison": {
    },
    "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": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Amount": 250,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "AdjustTemperature"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "damage": {
                         "Group": null,
                            "types": {
                         "Amount": 0.05,
                                "Caustic": 1
                         "conditions": null,
                            },
                            "groups": null
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 5,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "HealthChange"
                     }
                     },
                ]
            }
        }
    },
    "JuiceApple": {
        "id": "JuiceApple",
        "name": "apple juice",
        "group": "Drinks",
        "desc": "It's a little piece of Eden.",
        "physicalDesc": "crisp",
        "color": "#FDAD01FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                        "Messages": [
                            "capsaicin-effect-light-burn"
                        ],
                        "Type": 1,
                        "VisualType": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 0.2,
                        "HydrationFactor": 3,
                         "id": "PopupMessage"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 9,992: Line 10,092:
         }
         }
     },
     },
     "Gin": {
     "Neurotoxin": {
         "id": "Gin",
         "id": "Neurotoxin",
         "name": "gin",
         "name": "neurotoxin",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A distilled alcoholic drink that derives its predominant flavour from juniper berries.",
         "desc": "A strong neurotoxin that puts the subject into a death-like state.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#664300FF",
         "color": "#2E2E61FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 10,013: Line 10,113:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.2,
                         "Amount": 0.25,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 10,019: Line 10,119:
                     }
                     }
                 ]
                 ]
             }
             },
        }
             "Poison": {
    },
                 "rate": 0.5,
    "JuiceLemon": {
                 "effects": [
        "id": "JuiceLemon",
        "name": "lemon juice",
        "group": "Drinks",
        "desc": "This juice is VERY sour.",
        "physicalDesc": "citric",
        "color": "#FFF690FF",
        "recipes": [],
        "metabolisms": {
             "Drink": {
                 "rate": 0.5,
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 3,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 10,044: Line 10,140:
         }
         }
     },
     },
     "Goldschlager": {
     "BbqSauce": {
         "id": "Goldschlager",
         "id": "BbqSauce",
         "name": "Goldschlager",
         "name": "BBQ sauce",
         "group": "Drinks",
         "group": "Foods",
         "desc": "100 proof cinnamon schnapps, made for alcoholic teen girls on spring break.",
         "desc": "Hand wipes not included.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "gloopy",
         "color": "#FFFF91FF",
         "color": "#8B0000FF",
         "recipes": [
         "recipes": [
             "Goldschlager"
             "CookingBbqSauce"
         ],
         ],
         "metabolisms": {
         "metabolisms": null
            "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"
                    }
                ]
            }
        }
     },
     },
     "FoamingAgent": {
     "CubaLibre": {
         "id": "FoamingAgent",
         "id": "CubaLibre",
         "name": "foaming agent",
         "name": "cuba libre",
         "group": "Pyrotechnic",
         "group": "Drinks",
         "desc": "Makes foam such as that's required in metal foam grenades.",
         "desc": "Rum, mixed with cola. Viva la revolucion.",
         "physicalDesc": "foamy",
         "physicalDesc": "bubbly",
         "color": "#215263FF",
         "color": "#3E1B00FF",
         "recipes": [
         "recipes": [
             "FoamingAgent"
             "CubaLibre"
         ],
         ],
        "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": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 10,109: Line 10,175:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.1,
                         "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            }
        }
    },
    "Singulo": {
        "id": "Singulo",
        "name": "singulo",
        "group": "Drinks",
        "desc": "A blue-space beverage!",
        "physicalDesc": "strong-smelling",
        "color": "#3B0C0CFF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,

Revision as of 15:38, 14 May 2023

Oculine
id"Oculine"
name"oculine"
group"Medicine"
desc"Heals eye damage."
physicalDesc"translucent"
color"#404040FF"
recipes
"Oculine"
metabolisms
Medicine
rate0.5
effects
Amount-1
conditionsnull
probability1
id"ChemHealEyeDamage"
ChangelingSting
id"ChangelingSting"
name"changeling sting"
group"Drinks"
desc"You take a tiny sip and feel a burning sensation..."
physicalDesc"fizzy"
color"#2E6671FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
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"
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"
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"
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"
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"
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"
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"
Cola
id"Cola"
name"cola"
group"Drinks"
desc"A sweet, carbonated soft drink. Caffeine free."
physicalDesc"fizzy"
color"#422912FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
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"
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"
Phosphorus
id"Phosphorus"
name"phosphorus"
group"Elements"
desc"A reactive metal used in pyrotechnics and weapons."
physicalDesc"powdery"
color"#EDE4E4FF"
recipes
Empty array
metabolismsnull
Mercury
id"Mercury"
name"mercury"
group"Elements"
desc"A silver metal which is liquid at room temperature. It's highly toxic to humans."
physicalDesc"shiny"
color"#929296FF"
recipes
Empty array
metabolisms
Poison
rate0.5
effects
damage
types
Poison2
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
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"
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"
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"
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
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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
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"
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"
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"
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"
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"
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"
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"
Aluminium
id"Aluminium"
name"aluminium"
group"Elements"
desc"A silver, soft, non-magnetic, and ductile metal."
physicalDesc"metallic"
color"#848789FF"
recipes
Empty array
metabolismsnull
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"
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"
Hydrogen
id"Hydrogen"
name"hydrogen"
group"Elements"
desc"A light, flammable gas."
physicalDesc"gaseous"
color"#808080FF"
recipes
Empty array
metabolismsnull
Potassium
id"Potassium"
name"potassium"
group"Elements"
desc"A soft, shiny grey metal. Even more reactive than lithium."
physicalDesc"shiny"
color"#C6C8CCFF"
recipes
Empty array
metabolismsnull
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"
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"
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
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"
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"
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"
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"
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"
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
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"
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"
Frostoil
id"Frostoil"
name"frostoil"
group"Foods"
desc"Leaves the tongue numb in its passage."
physicalDesc"cold"
color"#87CEEBFF"
recipes
Empty array
metabolismsnull
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
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"
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"
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"
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"
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"
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"
Carbon
id"Carbon"
name"carbon"
group"Elements"
desc"A black, crystalline solid."
physicalDesc"crystalline"
color"#22282BFF"
recipes
Empty array
metabolismsnull
SpaceLube
id"SpaceLube"
name"space lube"
group"Unknown"
desc"Space Lube is a high performance lubricant intended for maintenance of extremely complex mechanical equipment (and certainly not used to make people slip)."
physicalDesc"shiny"
color"#77B58EFF"
recipes
"SpaceLube"
metabolismsnull
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"
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"
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"
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"
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"
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"
Nicotine
id"Nicotine"
name"Nicotine"
group"Narcotics"
desc"Dangerous and highly addictive."
physicalDesc"strong-smelling"
color"#C0C0C0FF"
recipes
Empty array
metabolismsnull
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"
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"
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"
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"
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"
Oil
id"Oil"
name"oil"
group"Foods"
desc"Used by chefs to cook."
physicalDesc"oily"
color"#B67823FF"
recipes
"Oil"
metabolismsnull
Hyronalin
id"Hyronalin"
name"hyronalin"
group"Medicine"
desc"A weak treatment for radiation damage. Considered to be useful mainly for genetic modification, where it reduces radiation levels, and thus the chance of genetic mutations. Largely outclassed by Arithrazine."
physicalDesc"cloudy"
color"#4CB580FF"
recipes
"Hyronalin"
metabolisms
Medicine
rate0.5
effects
damage
types
Radiation-1
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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
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"
Hotsauce
id"Hotsauce"
name"hotsauce"
group"Foods"
desc"Burns so good."
physicalDesc"spicy"
color"#FF0000FF"
recipes
"CookingHotsauce"
metabolismsnull
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"
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"
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"
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"
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"
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"
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
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"
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"
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"
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"
THCOil
id"THCOil"
name"THC oil"
group"Narcotics"
desc"Pure THC oil, extracted from the leaves of the cannabis plant. Much stronger than in it's natural form and can be used to numb chronic pain in patients."
physicalDesc"skunky"
color"#DAA520FF"
recipes
Empty array
metabolisms
Narcotic
rate0.5
effects
Key"SeeingRainbows"
Component"SeeingRainbows"
Time5
Refreshfalse
Type0
conditionsnull
probability1
id"GenericStatusEffect"
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"
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"
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"
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"
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
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"
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"
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"
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"
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"
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"
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"
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"
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
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"
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"
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
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
Ketchup
id"Ketchup"
name"ketchup"
group"Foods"
desc"Made from pureed tomatoes and flavored with spices."
physicalDesc"tangy"
color"#FF0000FF"
recipes
"CookingKetchup"
metabolismsnull
ThreeMileIsland
id"ThreeMileIsland"
name"three mile island iced tea"
group"Drinks"
desc""Made for a woman, strong enough for a man.""
physicalDesc"strong-smelling"
color"#666340FF"
recipes
"ThreeMileIsland"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.15
conditionsnull
probability1
id"AdjustReagent"
Reagent"Uranium"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
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"
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"
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"
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
GroundBee
id"GroundBee"
name"Ground Bee"
group"Unknown"
desc"Bee grounds. Gross."
physicalDesc"bee guts"
color"#86530EFF"
recipes
Empty array
metabolismsnull
Ammonia
id"Ammonia"
name"ammonia"
group"Botanical"
desc"An effective fertilizer which is better than what is available to the botanist initially, though it isn't as powerful as Diethylamine"
physicalDesc"pungent"
color"#77B58EFF"
recipes
"Ammonia"
metabolisms
Poison
rate0.5
effects
damage
types
Caustic1
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
ToxinsSpecial
id"ToxinsSpecial"
name"toxins special"
group"Drinks"
desc"This thing is ON FIRE! CALL THE DAMN SHUTTLE!"
physicalDesc"strong-smelling"
color"#665C00FF"
recipes
"ToxinsSpecial"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
Ketchunaise
id"Ketchunaise"
name"ketchunaise"
group"Foods"
desc"So-called Russian dressing, popular among Space Americans."
physicalDesc"saucey"
color"#FBA399FF"
recipes
"CookingKetchunaise"
metabolismsnull
Licoxide
id"Licoxide"
name"Licoxide"
group"Toxins"
desc"It looks... electrifying."
physicalDesc"electric"
color"#FDD023FF"
recipes
Empty array
metabolisms
Poison
rate0.5
effects
ElectrocuteTime2
ElectrocuteDamageScale5
Refreshtrue
conditionsnull
probability0.5
id"Electrocute"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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
Empty array
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"
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"
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"
Ice
id"Ice"
name"ice"
group"Unknown"
desc"Frozen water."
physicalDesc"frosty"
color"#BED8E6FF"
recipes
Empty array
metabolismsnull
Spaceacillin
id"Spaceacillin"
name"spaceacillin"
group"Medicine"
desc"A theta-lactam antibiotic. A common and very useful medicine, effective against many diseases likely to be encountered in space. Slows progression of diseases."
physicalDesc"opaque"
color"#9942F5FF"
recipes
"Spaceacillin"
metabolisms
Medicine
rate0.5
effects
damage
types
Cellular0.5
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
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"
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
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"
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"
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"
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
THC
id"THC"
name"THC"
group"Narcotics"
desc"The main psychoactive compound in cannabis."
physicalDesc"crystalline"
color"#808080FF"
recipes
Empty array
metabolisms
Narcotic
rate0.5
effects
Key"SeeingRainbows"
Component"SeeingRainbows"
Time5
Refreshfalse
Type0
conditionsnull
probability1
id"GenericStatusEffect"
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"
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"
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"
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"
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"
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
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"
Saxoite
id"Saxoite"
name"Saxoite"
group"Unknown"
desc"Smells like jazz."
physicalDesc"ground brass"
color"#B8A603FF"
recipes
Empty array
metabolismsnull
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"
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"
RootBeerFloat
id"RootBeerFloat"
name"root beer float"
group"Drinks"
desc"Root beer, but now with ice cream on top. It truly is the magnum opus of Canadian summertime drinks."
physicalDesc"reagent-physical-desc-fizzy and creamy"
color"#4F361FFF"
recipes
"RootBeerFloat"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
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"
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"
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"
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
"IcedBeerAlt"
"IcedBeer"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
WeldingFuel
id"WeldingFuel"
name"welding fuel"
group"Pyrotechnic"
desc"Used by welders to weld."
physicalDesc"oily"
color"#A76B1CFF"
recipes
Empty array
metabolisms
Poison
rate0.5
effects
damage
types
Poison1
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Multiplier0.4
conditionsnull
probability1
id"FlammableReaction"
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"
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"
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
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"
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"
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"
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"
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"
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"
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"
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"
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
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
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"
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
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
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"
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"
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"
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"
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"
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"
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"
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"
Fluorine
id"Fluorine"
name"fluorine"
group"Elements"
desc"A highly toxic pale yellow gas. Extremely reactive."
physicalDesc"gaseous"
color"#808080FF"
recipes
Empty array
metabolismsnull
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"
Sulfur
id"Sulfur"
name"sulfur"
group"Elements"
desc"A yellow, crystalline solid."
physicalDesc"powdery"
color"#FFF385FF"
recipes
Empty array
metabolismsnull
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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
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"
HorseradishSauce
id"HorseradishSauce"
name"horseradish sauce"
group"Foods"
desc"Smelly horseradish sauce."
physicalDesc"overpowering"
color"#808080FF"
recipes
Empty array
metabolismsnull
Dylovene
id"Dylovene"
name"dylovene"
group"Medicine"
desc"A broad-spectrum anti-toxin, which treats toxin damage in the blood stream. Overdosing will cause vomiting, dizzyness and pain."
physicalDesc"translucent"
color"#3A1D8AFF"
recipes
"Dylovene"
metabolisms
Medicine
rate0.5
effects
damage
types
Poison-1
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
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"
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"
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"
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"
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"
Enzyme
id"Enzyme"
name"universal enzyme"
group"Foods"
desc"Used in cooking various dishes."
physicalDesc"chalky"
color"#009900FF"
recipes
Empty array
metabolismsnull
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"
Ash
id"Ash"
name"ash"
group"Unknown"
desc"A light grey powdery residue"
physicalDesc"powdery"
color"#FFFFFFFF"
recipes
Empty array
metabolismsnull
CoffeeLiqueur
id"CoffeeLiqueur"
name"coffee liqueur"
group"Drinks"
desc"Liquor flavoured with cold brewed coffee and spices."
physicalDesc"cloudy"
color"#664300FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
GinFizz
id"GinFizz"
name"gin fizz"
group"Drinks"
desc"Refreshingly lemony, deliciously dry."
physicalDesc"strong-smelling"
color"#664300FF"
recipes
"GinFizz"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.15
conditionsnull
probability1
id"AdjustReagent"
JuicePotato
id"JuicePotato"
name"potato juice"
group"Drinks"
desc"Juice of the potato. Bleh."
physicalDesc"starchy"
color"#302000FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor3
id"SatiateThirst"
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"
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
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"
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"
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"
BbqSauce
id"BbqSauce"
name"BBQ sauce"
group"Foods"
desc"Hand wipes not included."
physicalDesc"gloopy"
color"#8B0000FF"
recipes
"CookingBbqSauce"
metabolismsnull
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"