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:
{
{
     "JuicePineapple": {
     "Uranium": {
         "id": "JuicePineapple",
         "id": "Uranium",
         "name": "pineapple juice",
         "name": "uranium",
         "group": "Drinks",
         "group": "Elements",
         "desc": "The delicious juice of a pineapple.",
         "desc": "A grey metallic chemical element in the actinide series, weakly radioactive.",
         "physicalDesc": "tropical",
         "physicalDesc": "metallic",
         "color": "#FFFF00FF",
         "color": "#8FA191FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Radiation": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 3,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 22: Line 29:
         }
         }
     },
     },
     "SuiDream": {
     "DexalinPlus": {
         "id": "SuiDream",
         "id": "DexalinPlus",
         "name": "sui dream",
         "name": "dexalin plus",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "'Comprised of: White soda, blue curacao, melon liquor.'",
         "desc": "Used in treatment of extreme cases of oxygen deprivation. Effective at healing blood loss damage.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "cloudy",
         "color": "#00A86BFF",
         "color": "#4DA0BDFF",
         "recipes": [
         "recipes": [
             "SuiDream"
             "DexalinPlus"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "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,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Reagent": "Lexorin",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": -3,
                         "conditions": null,
                         "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Lexorin",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "AdjustReagent"
                    },
                    {
                        "damage": {
                            "types": {
                                "Asphyxiation": 5,
                                "Cold": 3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                "Min": 25,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 54: Line 97:
         }
         }
     },
     },
     "Neurotoxin": {
     "Radium": {
         "id": "Neurotoxin",
         "id": "Radium",
         "name": "neurotoxin",
         "name": "radium",
         "group": "Drinks",
         "group": "Elements",
         "desc": "A strong neurotoxin that puts the subject into a death-like state.",
         "desc": "A radioactive metal, silvery-white in its pure form. It glows due to its radioactivity and is highly toxic.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "glowing",
         "color": "#2E2E61FF",
         "color": "#00FF04FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.25,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            },
             "Poison": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
Line 88: Line 112:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 1
                                 "Radiation": 2
                             },
                             },
                             "groups": null
                             "groups": null
Line 102: Line 126:
         }
         }
     },
     },
     "JuiceOrange": {
     "SpaceLube": {
         "id": "JuiceOrange",
         "id": "SpaceLube",
         "name": "orange juice",
         "name": "space lube",
         "group": "Drinks",
         "group": "Unknown",
         "desc": "Both delicious AND rich in Vitamin C. What more do you need?",
         "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": "citric",
         "physicalDesc": "shiny",
         "color": "#E78108FF",
         "color": "#77B58EFF",
        "recipes": [
            "SpaceLube"
        ],
        "metabolisms": null
    },
    "CarbonDioxide": {
        "id": "CarbonDioxide",
        "name": "carbon dioxide",
        "group": "Unknown",
        "desc": "You have genuinely no idea what this is.",
        "physicalDesc": "odorless",
        "color": "#66FF33FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Gas": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                        "Factor": 1,
                         "conditions": [
                            {
                                "Type": "Plant",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 3,
                         "id": "Oxygenate"
                        "id": "SatiateThirst"
                     },
                    }
                ]
            }
        }
    },
    "ChloralHydrate": {
        "id": "ChloralHydrate",
        "name": "chloral hydrate",
        "group": "Toxins",
        "desc": "In low doses, makes you drowsy. In higher doses, puts you to sleep. Overdoses deal toxin damage.",
        "physicalDesc": "nondescript",
        "color": "#000067FF",
        "recipes": [
            "ChloralHydrate"
        ],
        "metabolisms": {
            "Poison": {
                "rate": 0.5,
                "effects": [
                    {
                        "StatusLifetime": 2,
                        "conditions": null,
                        "probability": 1,
                        "WalkSpeedModifier": 0.65,
                        "SprintSpeedModifier": 0.65,
                        "id": "MovespeedModifier"
                    },
                    {
                        "Key": "ForcedSleep",
                        "Component": "ForcedSleeping",
                        "Time": 2,
                        "Refresh": false,
                        "Type": 0,
                        "conditions": [
                            {
                                "Min": 15,
                                "Max": 21474836,
                                "Reagent": "ChloralHydrate",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                         "id": "GenericStatusEffect"
                     },
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 1.5
                                 "Poison": 0.2
                             },
                             },
                             "groups": null
                             "groups": null
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": true,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 20,
                                "Type": "Plant",
                                "ShouldHave": false,
                                "id": "OrganType"
                            },
                            {
                                 "Min": 0.5,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": "ChloralHydrate",
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
Line 187: Line 191:
         }
         }
     },
     },
     "IceCream": {
     "Omnizine": {
         "id": "IceCream",
         "id": "Omnizine",
         "name": "ice cream",
         "name": "omnizine",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "It was either this or the microwave, and nobody wants ice cream soup!",
         "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": "creamy",
         "physicalDesc": "soothing",
         "color": "#FFFBD6FF",
         "color": "#FCF7F9FF",
         "recipes": [
         "recipes": [],
            "IceCream"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                         "damage": {
                         "probability": 1,
                            "types": null,
                         "HydrationFactor": 2,
                            "groups": {
                         "id": "SatiateThirst"
                                "Burn": -2,
                                "Toxin": -2,
                                "Airloss": -2,
                                "Brute": -2
                            }
                        },
                         "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                         "probability": 1,
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 211: Line 223:
         }
         }
     },
     },
     "Kelotane": {
     "PulpedBananaPeel": {
         "id": "Kelotane",
         "id": "PulpedBananaPeel",
         "name": "kelotane",
         "name": "pulped banana peel",
        "group": "Medicine",
        "desc": "Pulped banana peels have some effectiveness against bleeding.",
        "physicalDesc": "pulpy",
        "color": "#FFE774FF",
        "recipes": [],
        "metabolisms": {
            "Medicine": {
                "rate": 0.5,
                "effects": [
                    {
                        "Scaled": false,
                        "Amount": -0.5,
                        "conditions": null,
                        "probability": 1,
                        "id": "ModifyBleedAmount"
                    }
                ]
            }
        }
    },
    "Tricordrazine": {
        "id": "Tricordrazine",
        "name": "tricordrazine",
         "group": "Medicine",
         "group": "Medicine",
         "desc": "Treats burn damage. Overdosing greatly reduces the body's ability to retain water.",
         "desc": "A wide-spectrum stimulant, originally derived from Cordrazine. It's capable of healing most common damage types simultaneously, however only at about half the rate of other medications. Because of its low potency, it's best used as a supplement to other medicines.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "opaque",
         "color": "#BF3D19FF",
         "color": "#00E5FFFF",
         "recipes": [
         "recipes": [
             "Kelotane"
             "Tricordrazine"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 228: Line 263:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                "Poison": -0.5,
                                 "Heat": -0.33,
                                 "Heat": -0.33,
                                 "Shock": -0.33,
                                 "Shock": -0.33,
                                 "Cold": -0.33
                                 "Cold": -0.33
                             },
                             },
                             "groups": null
                             "groups": {
                                "Brute": -1
                            }
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 30,
                                "Max": 50,
                                "Min": 0,
                                "id": "TotalDamage"
                            }
                        ],
                        "probability": 1,
                        "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": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                            "types": {
                                "Caustic": -3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                        "damage": {
                            "types": {
                                "Heat": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                 "Min": 16,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": null,
Line 250: Line 333:
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": -10,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Messages": [
                         "Amplitude": 10,
                            "generic-reagent-effect-nauseous",
                        "Frequency": 4,
                            "generic-reagent-effect-thirsty",
                         "Time": 2,
                            "generic-reagent-effect-parched"
                         "Refresh": true,
                        ],
                         "Type": 1,
                         "VisualType": 0,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 25,
                                 "Min": 20,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": null,
Line 269: Line 348:
                             }
                             }
                         ],
                         ],
                         "probability": 0.1,
                        "probability": 1,
                        "id": "Jitter"
                    },
                    {
                        "Messages": [
                            "generic-reagent-effect-nauseous"
                        ],
                        "Type": 1,
                        "VisualType": 2,
                        "conditions": [
                            {
                                "Min": 20,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 0.2,
                         "id": "PopupMessage"
                         "id": "PopupMessage"
                    },
                    {
                        "ThirstAmount": -40,
                        "HungerAmount": -40,
                        "conditions": [
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 0.02,
                        "id": "ChemVomit"
                     }
                     }
                 ]
                 ]
Line 276: Line 386:
         }
         }
     },
     },
     "JuiceWatermelon": {
     "Silicon": {
         "id": "JuiceWatermelon",
         "id": "Silicon",
         "name": "water melon juice",
         "name": "silicon",
        "group": "Elements",
        "desc": "A hard and brittle crystalline solid with a blue-grey color.",
        "physicalDesc": "crystalline",
        "color": "#364266FF",
        "recipes": [],
        "metabolisms": null
    },
    "TheMartinez": {
        "id": "TheMartinez",
        "name": "The Martinez",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "The delicious juice of a watermelon.",
         "desc": "The edgerunner legend.  Remembered by a drink, Forgotten by a drunk.",
         "physicalDesc": "sweet",
         "physicalDesc": "vibrant",
         "color": "#EF3520FF",
         "color": "#75B1F0FF",
         "recipes": [],
         "recipes": [
            "TheMartinez"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 298: Line 420:
         }
         }
     },
     },
     "Potassium": {
     "Lemonade": {
         "id": "Potassium",
         "id": "Lemonade",
         "name": "potassium",
         "name": "lemonade",
         "group": "Elements",
         "group": "Drinks",
         "desc": "A soft, shiny grey metal. Even more reactive than lithium.",
         "desc": "Drink using lemon juice, water, and a sweetener such as cane sugar or honey.",
         "physicalDesc": "shiny",
         "physicalDesc": "tart",
         "color": "#C6C8CCFF",
         "color": "#FFFF00FF",
         "recipes": [],
         "recipes": [
        "metabolisms": null
            "Lemonade"
    },
         ],
    "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": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 323: Line 437:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    }
                ]
            },
            "Poison": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                            "types": {
                                "Poison": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 348: Line 444:
         }
         }
     },
     },
     "FourteenLoko": {
     "CogChamp": {
         "id": "FourteenLoko",
         "id": "CogChamp",
         "name": "Fourteen Loko",
         "name": "cogchamp",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A highly processed liquid substance barely-passing intergalatic health standards for a soft drink.",
         "desc": "Not even Ratvar's Four Generals could withstand this! Qevax Jryy!",
         "physicalDesc": "fizzy",
         "physicalDesc": "ground brass",
         "color": "#DEB928FF",
         "color": "#B5A642FF",
         "recipes": [
         "recipes": [
             "FourteenLoko"
             "CogChamp"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 362: Line 458:
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                    {
                        "Key": "RatvarianLanguage",
                        "Component": "RatvarianLanguage",
                        "Time": 2,
                        "Refresh": true,
                        "Type": 0,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    },
                     {
                     {
                         "conditions": null,
                         "conditions": null,
Line 369: Line 475:
                     },
                     },
                     {
                     {
                         "Reagent": "Theobromine",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.1,
                         "Amount": 0.15,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 377: Line 483:
                     }
                     }
                 ]
                 ]
             },
             }
             "Poison": {
        }
    },
    "Ketchup": {
        "id": "Ketchup",
        "name": "ketchup",
        "group": "Foods",
        "desc": "Made from pureed tomatoes and flavored with spices.",
        "physicalDesc": "tangy",
        "color": "#FF0000FF",
        "recipes": [
            "CookingKetchup"
        ],
        "metabolisms": null
    },
    "Saxoite": {
        "id": "Saxoite",
        "name": "Saxoite",
        "group": "Unknown",
        "desc": "Smells like jazz.",
        "physicalDesc": "ground brass",
        "color": "#B8A603FF",
        "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,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                    {
                        "StatusLifetime": 2,
                        "conditions": null,
                        "probability": 1,
                        "WalkSpeedModifier": 1.25,
                        "SprintSpeedModifier": 1.25,
                        "id": "MovespeedModifier"
                    },
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 1
                                 "Poison": 2,
                                "Asphyxiation": 2
                             },
                             },
                             "groups": null
                             "groups": null
Line 390: Line 540:
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": [
                         "probability": 1,
                            {
                                "Min": 20,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     }
                     },
                ]
                    {
            }
                        "Amplitude": 10,
        }
                        "Frequency": 4,
    },
                        "Time": 2,
    "Barefoot": {
                        "Refresh": true,
        "id": "Barefoot",
                        "conditions": null,
        "name": "barefoot",
                        "probability": 1,
        "group": "Drinks",
                        "id": "Jitter"
        "desc": "Barefoot and pregnant.",
                    },
        "physicalDesc": "strong-smelling",
        "color": "#664300FF",
        "recipes": [
            "Barefoot"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                        "Key": "Stun",
                        "Component": "",
                        "Time": 1,
                        "Refresh": true,
                        "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "GenericStatusEffect"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Key": "KnockedDown",
                         "Group": null,
                         "Component": "",
                         "Amount": 0.05,
                        "Time": 1,
                        "Refresh": true,
                         "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "GenericStatusEffect"
                     }
                     },
                ]
                    {
            }
                        "Messages": [
        }
                            "ephedrine-effect-tight-pain",
    },
                            "ephedrine-effect-heart-pounds"
    "HorseradishSauce": {
                        ],
        "id": "HorseradishSauce",
                        "Type": 1,
        "name": "horseradish sauce",
                        "VisualType": 2,
        "group": "Foods",
                        "conditions": null,
        "desc": "Smelly horseradish sauce.",
                        "probability": 0.05,
        "physicalDesc": "overpowering",
                        "id": "PopupMessage"
        "color": "#808080FF",
                    }
        "recipes": [],
                ]
        "metabolisms": null
            },
    },
    "Omnizine": {
        "id": "Omnizine",
        "name": "omnizine",
        "group": "Medicine",
        "desc": "A soothing milky liquid with an iridescent gleam. A well known conspiracy theory says that it's origins remain a mystery because knowing the secrets of its production would render most commercial pharmaceuticals obsolete.",
        "physicalDesc": "soothing",
        "color": "#FCF7F9FF",
        "recipes": [],
        "metabolisms": {
             "Medicine": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "TimerReset": 600,
                            "types": null,
                        "conditions": [
                             "groups": {
                             {
                                 "Burn": -2,
                                 "Min": 30,
                                 "Toxin": -2,
                                 "Max": 21474836,
                                 "Airloss": -2,
                                 "Reagent": null,
                                 "Brute": -2
                                 "id": "ReagentThreshold"
                             }
                             }
                         },
                         ],
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "ResetNarcolepsy"
                     }
                     }
                 ]
                 ]
Line 472: Line 613:
         }
         }
     },
     },
     "GinTonic": {
     "Copper": {
         "id": "GinTonic",
         "id": "Copper",
         "name": "gin and tonic",
         "name": "copper",
         "group": "Drinks",
        "group": "Elements",
         "desc": "An all time classic, mild cocktail.",
        "desc": "A soft, malleable, and ductile metal with very high thermal and electrical conductivity.",
         "physicalDesc": "strong-smelling",
        "physicalDesc": "metallic",
         "color": "#004166FF",
        "color": "#B05B3CFF",
        "recipes": [],
        "metabolisms": null
    },
    "Dylovene": {
        "id": "Dylovene",
        "name": "dylovene",
         "group": "Medicine",
         "desc": "A broad-spectrum anti-toxin, which treats toxin damage in the blood stream. Overdosing will cause vomiting, dizzyness and pain.",
         "physicalDesc": "translucent",
         "color": "#3A1D8AFF",
         "recipes": [
         "recipes": [
             "GinTonic"
             "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",
                         "damage": {
                         "Group": null,
                            "types": {
                         "Amount": 0.15,
                                "Brute": 2
                         "conditions": null,
                            },
                            "groups": null
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 20,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "HealthChange"
                     }
                     },
                ]
                    {
            }
                        "Amplitude": 10,
        }
                        "Frequency": 4,
    },
                        "Time": 2,
    "Ipecac": {
                        "Refresh": true,
        "id": "Ipecac",
                        "conditions": [
        "name": "ipecac",
                            {
        "group": "Medicine",
                                "Min": 20,
        "desc": "Induces vomiting. Useful for stopping a poisoning that isn't done metabolizing.",
                                "Max": 21474836,
        "physicalDesc": "inky",
                                "Reagent": null,
        "color": "#422912FF",
                                "id": "ReagentThreshold"
        "recipes": [
                            }
            "Ipecac"
                        ],
        ],
                        "probability": 1,
        "metabolisms": {
                        "id": "Jitter"
            "Medicine": {
                    },
                "rate": 0.5,
                    {
                "effects": [
                        "Messages": [
                            "generic-reagent-effect-nauseous"
                        ],
                        "Type": 1,
                        "VisualType": 2,
                        "conditions": [
                            {
                                "Min": 20,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 0.2,
                        "id": "PopupMessage"
                    },
                     {
                     {
                         "ThirstAmount": -40,
                         "ThirstAmount": -40,
                         "HungerAmount": -40,
                         "HungerAmount": -40,
                         "conditions": null,
                         "conditions": [
                         "probability": 0.3,
                            {
                                "Min": 20,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 0.02,
                         "id": "ChemVomit"
                         "id": "ChemVomit"
                     }
                     }
                 ]
                 ]
             }
             },
        }
             "Alcohol": {
    },
    "SpaceUp": {
        "id": "SpaceUp",
        "name": "Space-Up",
        "group": "Drinks",
        "desc": "Tastes like a hull breach in your mouth.",
        "physicalDesc": "fizzy",
        "color": "#00FF00FF",
        "recipes": [],
        "metabolisms": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                        "BoozePower": 3,
                        "SlurSpeech": true,
                         "conditions": [
                            {
                                "Min": 15,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "Drunk"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 551: Line 740:
         }
         }
     },
     },
     "SodiumCarbonate": {
     "PlantBGone": {
         "id": "SodiumCarbonate",
         "id": "PlantBGone",
         "name": "Sodium Carbonate",
         "name": "plant-B-gone",
         "group": "Unknown",
         "group": "Botanical",
         "desc": "A white, odorless, water-soluble salt that yields an alkaline solution in water.  Also known as soda ash.",
         "desc": "A harmful toxic mixture to kill plantlife. Do not ingest!",
         "physicalDesc": "powdery",
         "physicalDesc": "bubbling",
         "color": "#FFFFFFFF",
         "color": "#49002EFF",
         "recipes": [
         "recipes": [
             "SodiumCarbonate"
             "PlantBGone"
        ],
        "metabolisms": null
    },
    "Wine": {
        "id": "Wine",
        "name": "wine",
        "group": "Drinks",
        "desc": "An premium alchoholic beverage made from distilled grape juice.",
        "physicalDesc": "translucent",
        "color": "#7E4043FF",
        "recipes": [
            "BloodToWine"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                        "damage": {
                            "types": {
                                "Poison": -4,
                                "Blunt": 2,
                                "Slash": 1,
                                "Piercing": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Type": "Plant",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 595: Line 780:
         }
         }
     },
     },
     "BananaHonk": {
     "BahamaMama": {
         "id": "BananaHonk",
         "id": "BahamaMama",
         "name": "banana honk",
         "name": "bahama mama",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A drink from Clown Heaven.",
         "desc": "Tropical cocktail.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#FFFF91FF",
         "color": "#FF7F3BFF",
         "recipes": [
         "recipes": [],
            "BananaHonk"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 627: Line 810:
         }
         }
     },
     },
     "Phenol": {
     "Napalm": {
         "id": "Phenol",
         "id": "Napalm",
         "name": "phenol",
         "name": "napalm",
         "group": "Unknown",
         "group": "Pyrotechnic",
         "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": "It's just a little flammable.",
         "physicalDesc": "acidic",
         "physicalDesc": "soapy",
         "color": "#E7EA91FF",
         "color": "#FA00AFFF",
         "recipes": [
         "recipes": [
             "Phenol"
             "Napalm"
         ],
         ],
        "metabolisms": null
    },
    "Blood": {
        "id": "Blood",
        "name": "blood",
        "group": "Biological",
        "desc": "I hope this is ketchup.",
        "physicalDesc": "ferrous",
        "color": "#800000FF",
        "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Heat": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 1.5,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                    },
                    {
                        "Multiplier": 0.4,
                        "conditions": null,
                        "probability": 1,
                         "id": "FlammableReaction"
                     }
                     }
                 ]
                 ]
Line 661: Line 847:
         }
         }
     },
     },
     "Mercury": {
     "Phlogiston": {
         "id": "Mercury",
         "id": "Phlogiston",
         "name": "mercury",
         "name": "phlogiston",
         "group": "Elements",
         "group": "Pyrotechnic",
         "desc": "A silver metal which is liquid at room temperature. It's highly toxic to humans.",
         "desc": "Catches you on fire and makes you ignite.",
         "physicalDesc": "shiny",
         "physicalDesc": "burning",
         "color": "#929296FF",
         "color": "#D4872AFF",
         "recipes": [],
         "recipes": [
            "Phlogiston"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Poison": {
Line 676: Line 864:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 2
                                 "Heat": 3
                             },
                             },
                             "groups": null
                             "groups": null
Line 685: Line 873:
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    },
                    {
                        "Multiplier": 0.1,
                        "conditions": null,
                        "probability": 1,
                        "id": "FlammableReaction"
                    },
                    {
                        "Amount": 6000,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustTemperature"
                     }
                     }
                 ]
                 ]
Line 690: Line 890:
         }
         }
     },
     },
     "ThreeMileIsland": {
     "Cognac": {
         "id": "ThreeMileIsland",
         "id": "Cognac",
         "name": "three mile island iced tea",
         "name": "cognac",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "\"Made for a woman, strong enough for a man.\"",
         "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": "#666340FF",
         "color": "#AB3C05FF",
         "recipes": [
         "recipes": [],
            "ThreeMileIsland"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 713: Line 911:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.15,
                         "Amount": 0.2,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    },
                    {
                        "Reagent": "Uranium",
                        "Group": null,
                        "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 730: Line 920:
         }
         }
     },
     },
     "Oil": {
     "Diphenhydramine": {
         "id": "Oil",
         "id": "Diphenhydramine",
         "name": "oil",
         "name": "diphenhydramine",
        "group": "Foods",
        "desc": "Used by chefs to cook.",
        "physicalDesc": "oily",
        "color": "#B67823FF",
        "recipes": [
            "Oil"
        ],
        "metabolisms": null
    },
    "Dylovene": {
        "id": "Dylovene",
        "name": "dylovene",
         "group": "Medicine",
         "group": "Medicine",
         "desc": "A broad-spectrum anti-toxin, which treats toxin damage in the blood stream. Overdosing will cause vomiting, dizzyness and pain.",
         "desc": "Rapidly purges the body of histamine and reduces jitteriness.",
         "physicalDesc": "translucent",
         "physicalDesc": "chalky",
         "color": "#3A1D8AFF",
         "color": "#64FFE6FF",
         "recipes": [
         "recipes": [],
            "Dylovene"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Medicine": {
Line 757: Line 933:
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "Reagent": "Histamine",
                            "types": {
                        "Group": null,
                                "Poison": -1
                        "Amount": -3,
                            },
                        "conditions": null,
                            "groups": null
                        "probability": 1,
                         },
                        "id": "AdjustReagent"
                         "scaleByQuantity": false,
                    },
                         "ignoreResistances": true,
                    {
                        "Key": "Jitter",
                         "Component": "",
                         "Time": 3,
                         "Refresh": true,
                        "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "GenericStatusEffect"
                     },
                     },
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Brute": 2
                                 "Poison": -3
                             },
                             },
                             "groups": null
                             "groups": null
Line 778: Line 959:
                         "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"
                     },
                     }
                ]
            }
        }
    },
    "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": [],
        "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": 1.5,
                     },
                         "id": "SatiateThirst"
                     }
                ]
            },
            "Medicine": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "Messages": [
                         "damage": {
                             "generic-reagent-effect-nauseous"
                             "types": {
                        ],
                                "Bloodloss": -5
                        "Type": 1,
                            },
                        "VisualType": 2,
                            "groups": {
                        "conditions": [
                                 "Burn": -5,
                            {
                                 "Brute": -5,
                                 "Min": 20,
                                 "Toxin": -2
                                 "Max": 21474836,
                                 "Reagent": null,
                                "id": "ReagentThreshold"
                             }
                             }
                         ],
                         },
                        "probability": 0.2,
                         "scaleByQuantity": false,
                        "id": "PopupMessage"
                         "ignoreResistances": true,
                    },
                         "conditions": null,
                    {
                         "ThirstAmount": -40,
                         "HungerAmount": -40,
                        "conditions": [
                            {
                                "Min": 20,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 0.02,
                        "id": "ChemVomit"
                    }
                ]
            },
            "Alcohol": {
                "rate": 0.5,
                "effects": [
                    {
                        "BoozePower": 3,
                        "SlurSpeech": true,
                         "conditions": [
                            {
                                "Min": 15,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "Drunk"
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 859: Line 1,011:
         }
         }
     },
     },
     "SoyLatte": {
     "OilOlive": {
         "id": "SoyLatte",
         "id": "OilOlive",
         "name": "soy latte",
         "name": "olive oil",
         "group": "Drinks",
         "group": "Foods",
         "desc": "A coffee drink made with espresso and steamed soy milk.",
         "desc": "Viscous and fragrant.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "oily",
         "color": "#664300FF",
         "color": "#808000FF",
         "recipes": [
         "recipes": [],
            "SoyLatte"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Reagent": "Nutriment",
                        "Group": null,
                        "Amount": 0.75,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 3,
                         "id": "AdjustReagent"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 883: Line 1,035:
         }
         }
     },
     },
     "KiraSpecial": {
     "Barozine": {
         "id": "KiraSpecial",
         "id": "Barozine",
         "name": "kira special",
         "name": "barozine",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "Long live the guy who everyone had mistaken for a girl. Baka!",
         "desc": "A potent drug that prevents pressure damage. Causes extreme pain and jittering. Very poisonous when overdosed.",
        "physicalDesc": "strong-smelling",
         "physicalDesc": "viscous",
        "color": "#CCCC99FF",
         "color": "#FF867DFF",
        "recipes": [
            "KiraSpecial"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 3,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
    },
    "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": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Narcotic": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "Key": "SeeingRainbows",
                         "damage": {
                        "Component": "SeeingRainbows",
                            "types": {
                        "Time": 5,
                                "Heat": 0.5
                         "Refresh": false,
                            },
                         "Type": 0,
                            "groups": null
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 0.3,
                         "id": "GenericStatusEffect"
                         "id": "HealthChange"
                     },
                     },
                     {
                     {
                         "Key": "Muted",
                        "damage": {
                         "Component": "Muted",
                            "types": {
                         "Time": 5,
                                "Poison": 3
                         "Refresh": false,
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                        "ThirstAmount": -40,
                        "HungerAmount": -40,
                        "conditions": [
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 0.15,
                        "id": "ChemVomit"
                    },
                    {
                         "Key": "PressureImmunity",
                         "Component": "PressureImmunity",
                         "Time": 2,
                         "Refresh": true,
                        "Type": 0,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    },
                    {
                        "Key": "Stutter",
                        "Component": "StutteringAccent",
                        "Time": 2,
                        "Refresh": true,
                         "Type": 0,
                         "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "GenericStatusEffect"
                     }
                     },
                ]
                    {
            }
                        "Amplitude": 10,
        }
                        "Frequency": 4,
    },
                        "Time": 2,
    "Chlorine": {
                        "Refresh": true,
        "id": "Chlorine",
                        "conditions": null,
        "name": "chlorine",
                        "probability": 1,
        "group": "Elements",
                        "id": "Jitter"
        "desc": "A yellow-green gas which is toxic to humans.",
                    },
        "physicalDesc": "gaseous",
        "color": "#A2FF00FF",
        "recipes": [],
        "metabolisms": null
    },
    "GinFizz": {
        "id": "GinFizz",
        "name": "gin fizz",
        "group": "Drinks",
        "desc": "Refreshingly lemony, deliciously dry.",
        "physicalDesc": "strong-smelling",
        "color": "#664300FF",
        "recipes": [
            "GinFizz"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                        "EmoteId": "Scream",
                        "ShowInChat": false,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 0.2,
                        "HydrationFactor": 2,
                         "id": "Emote"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Messages": [
                         "Group": null,
                            "barozine-effect-skin-burning",
                         "Amount": 0.15,
                            "barozine-effect-muscle-contract"
                        ],
                         "Type": 1,
                         "VisualType": 4,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 0.1,
                         "id": "AdjustReagent"
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 985: Line 1,145:
         }
         }
     },
     },
     "Vermouth": {
     "GreenTea": {
         "id": "Vermouth",
         "id": "GreenTea",
         "name": "vermouth",
         "name": "green tea",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Aromatized, fortified white wine flavored with various botanicals.",
         "desc": "Tasty green tea.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "aromatic",
         "color": "#91FF91FF",
         "color": "#C33F00FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 1,000: Line 1,160:
                         "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,015: Line 1,167:
         }
         }
     },
     },
     "Mead": {
     "Ultravasculine": {
         "id": "Mead",
         "id": "Ultravasculine",
         "name": "mead",
         "name": "ultravasculine",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "A Viking's drink, though a cheap one.",
         "desc": "Rapidly flushes toxins from the body, but places some stress on the veins. Do not overdose.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "thick and grainy",
         "color": "#664300FF",
         "color": "#520E30FF",
         "recipes": [
         "recipes": [
             "Mead"
             "Ultravasculine"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                        "damage": {
                            "types": null,
                            "groups": {
                                "Toxin": -3,
                                "Brute": 0.5
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 0,
                                "Max": 30,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "damage": {
                         "Group": null,
                            "types": null,
                         "Amount": 0.05,
                            "groups": {
                         "conditions": null,
                                "Toxin": -1,
                                "Brute": 3
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                        "Reagent": "Histamine",
                        "Group": null,
                        "Amount": -1,
                        "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Histamine",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "AdjustReagent"
                    },
                    {
                        "Reagent": "Ultravasculine",
                         "Group": null,
                         "Amount": 0.5,
                         "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Histamine",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "AdjustReagent"
Line 1,047: Line 1,257:
         }
         }
     },
     },
     "Whiskey": {
     "WhiskeyCola": {
         "id": "Whiskey",
         "id": "WhiskeyCola",
         "name": "whiskey",
         "name": "whiskey cola",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A type of distilled alcoholic beverage made from fermented grain mash.",
         "desc": "Whiskey, mixed with cola. Surprisingly refreshing.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "bubbly",
         "color": "#664300FF",
         "color": "#3E1B00FF",
         "recipes": [],
         "recipes": [
            "WhiskeyCola"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 1,068: Line 1,280:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.2,
                         "Amount": 0.15,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 1,077: Line 1,289:
         }
         }
     },
     },
     "Nicotine": {
     "RedMead": {
         "id": "Nicotine",
         "id": "RedMead",
         "name": "Nicotine",
         "name": "red mead",
        "group": "Narcotics",
        "desc": "Dangerous and highly addictive.",
        "physicalDesc": "strong-smelling",
        "color": "#C0C0C0FF",
        "recipes": [],
        "metabolisms": null
    },
    "Rum": {
        "id": "Rum",
        "name": "rum",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Distilled alcoholic drink made from sugarcane byproducts.",
         "desc": "The true Viking's drink! Even though it has a strange red color.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#664300FF",
         "color": "#C73C00FF",
         "recipes": [],
         "recipes": [
            "RedMead"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 1,108: Line 1,312:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.2,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 1,117: Line 1,321:
         }
         }
     },
     },
     "DexalinPlus": {
     "Chlorine": {
         "id": "DexalinPlus",
         "id": "Chlorine",
         "name": "dexalin plus",
         "name": "chlorine",
         "group": "Medicine",
         "group": "Elements",
         "desc": "Used in treatment of extreme cases of oxygen deprivation. Effective at healing blood loss damage.",
         "desc": "A yellow-green gas which is toxic to humans.",
         "physicalDesc": "cloudy",
         "physicalDesc": "gaseous",
         "color": "#4DA0BDFF",
         "color": "#A2FF00FF",
         "recipes": [
         "recipes": [],
            "DexalinPlus"
        "metabolisms": null
         ],
    },
    "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": {
         "metabolisms": {
             "Medicine": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.05,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Asphyxiation": -3.5,
                                 "Poison": 0.4
                                "Bloodloss": -3
                             },
                             },
                             "groups": null
                             "groups": null
Line 1,141: Line 1,352:
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                        "Reagent": "Lexorin",
                        "Group": null,
                        "Amount": -3,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 1,
                                 "Min": 1,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": "Lexorin",
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Animal",
                                "ShouldHave": true,
                                "id": "OrganType"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "HealthChange"
                     },
                     },
                     {
                     {
                         "damage": {
                         "ThirstAmount": -40,
                            "types": {
                         "HungerAmount": -40,
                                "Asphyxiation": 5,
                                "Cold": 3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 25,
                                 "Min": 3,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Animal",
                                "ShouldHave": true,
                                "id": "OrganType"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 0.04,
                         "id": "HealthChange"
                         "id": "ChemVomit"
                     }
                     }
                 ]
                 ]
Line 1,185: Line 1,391:
         }
         }
     },
     },
     "Protein": {
     "Vitamin": {
         "id": "Protein",
         "id": "Vitamin",
         "name": "protein",
         "name": "vitamin",
         "group": "Foods",
         "group": "Foods",
         "desc": "Found in certain meals, good for bodily health.",
         "desc": "Found in healthy, complete meals.",
         "physicalDesc": "clumpy",
         "physicalDesc": "chalky",
         "color": "#FFFFE5FF",
         "color": "#D3D3D3FF",
         "recipes": [
         "recipes": [],
            "ProteinCooking"
        ],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Food": {
Line 1,203: Line 1,407:
                             "types": null,
                             "types": null,
                             "groups": {
                             "groups": {
                                 "Brute": -0.4
                                 "Brute": -0.5,
                                "Burn": -0.5
                             }
                             }
                         },
                         },
Line 1,214: Line 1,419:
                     {
                     {
                         "Scaled": false,
                         "Scaled": false,
                         "Amount": 1,
                         "Amount": -0.25,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "ModifyBloodLevel"
                         "id": "ModifyBleedAmount"
                     },
                     },
                     {
                     {
Line 1,229: Line 1,434:
         }
         }
     },
     },
     "Saxoite": {
     "Licoxide": {
         "id": "Saxoite",
         "id": "Licoxide",
         "name": "Saxoite",
         "name": "Licoxide",
         "group": "Unknown",
         "group": "Toxins",
         "desc": "Smells like jazz.",
         "desc": "It looks... electrifying.",
         "physicalDesc": "ground brass",
         "physicalDesc": "electric",
         "color": "#B8A603FF",
         "color": "#FDD023FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": null
         "metabolisms": {
     },
            "Poison": {
     "Bleach": {
                "rate": 0.5,
         "id": "Bleach",
                "effects": [
         "name": "bleach",
                    {
         "group": "Unknown",
                        "ElectrocuteTime": 2,
         "desc": "Heavy duty cleaner that can clean tiles the same as Space Cleaner and also decontaminate clothes. Extremely toxic when ingested.",
                        "ElectrocuteDamageScale": 5,
                        "Refresh": true,
                        "conditions": null,
                        "probability": 0.5,
                        "id": "Electrocute"
                    }
                ]
            }
        }
     },
     "Grog": {
         "id": "Grog",
         "name": "grog",
         "group": "Drinks",
         "desc": "Watered-down rum, pirate approved!",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#A1000BFF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [
             "Bleach"
             "Grog"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Messages": [
                         "Reagent": "Ethanol",
                            "generic-reagent-effect-burning-insides"
                         "Group": null,
                        ],
                         "Amount": 0.05,
                         "Type": 1,
                         "VisualType": 3,
                         "conditions": null,
                         "conditions": null,
                         "probability": 0.33,
                         "probability": 1,
                         "id": "PopupMessage"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 1,280: Line 1,490:
         }
         }
     },
     },
     "Silencer": {
     "Rewriter": {
         "id": "Silencer",
         "id": "Rewriter",
         "name": "silencer",
         "name": "rewriter",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A drink from Mime Heaven.",
         "desc": "The secret of the sanctuary of the Librarian...",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#004666FF",
         "color": "#485000FF",
         "recipes": [
         "recipes": [
             "Silencer"
             "Rewriter"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 1,295: Line 1,505:
                 "effects": [
                 "effects": [
                     {
                     {
                        "Key": "Muted",
                         "conditions": null,
                        "Component": "Muted",
                        "Time": 2,
                        "Refresh": true,
                        "Type": 0,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "id": "GenericStatusEffect"
                         "HydrationFactor": 3,
                    },
                    {
                        "conditions": null,
                        "probability": 1,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 1,314: Line 1,514:
         }
         }
     },
     },
     "Ultravasculine": {
     "Sugar": {
         "id": "Ultravasculine",
         "id": "Sugar",
         "name": "ultravasculine",
         "name": "sugar",
         "group": "Medicine",
         "group": "Foods",
         "desc": "Rapidly flushes toxins from the body, but places some stress on the veins. Do not overdose.",
         "desc": "Tasty spacey sugar!",
         "physicalDesc": "thick and grainy",
         "physicalDesc": "sweet",
         "color": "#520E30FF",
         "color": "#FFFFFFFF",
         "recipes": [
         "recipes": [],
            "Ultravasculine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Toxin": -3,
                                "Brute": 0.5
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 0,
                                 "Min": 0.1,
                                 "Max": 30,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": "Nutriment",
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "NutritionFactor": 1,
                     },
                         "id": "SatiateHunger"
                    {
                     }
                        "damage": {
                ]
                            "types": null,
            }
                            "groups": {
        }
                                "Toxin": -1,
    },
                                "Brute": 3
    "JuiceGrape": {
                            }
        "id": "JuiceGrape",
                        },
        "name": "grape juice",
                        "scaleByQuantity": false,
        "group": "Drinks",
                        "ignoreResistances": true,
        "desc": "Freshly squeezed juice from red grapes. Quite sweet.",
                        "conditions": [
        "physicalDesc": "crisp",
                            {
        "color": "#512284FF",
                                "Min": 30,
        "recipes": [],
                                "Max": 21474836,
        "metabolisms": {
                                "Reagent": null,
            "Drink": {
                                "id": "ReagentThreshold"
                "rate": 0.5,
                            }
                "effects": [
                        ],
                        "probability": 1,
                        "id": "HealthChange"
                    },
                     {
                     {
                         "Reagent": "Histamine",
                         "conditions": null,
                        "Group": null,
                        "Amount": -1,
                        "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Histamine",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "HydrationFactor": 3,
                    },
                         "id": "SatiateThirst"
                    {
                        "Reagent": "Ultravasculine",
                        "Group": null,
                        "Amount": 0.5,
                        "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Histamine",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 1,404: Line 1,565:
         }
         }
     },
     },
     "Uranium": {
     "Iron": {
         "id": "Uranium",
         "id": "Iron",
         "name": "uranium",
         "name": "iron",
         "group": "Elements",
         "group": "Elements",
         "desc": "A grey metallic chemical element in the actinide series, weakly radioactive.",
         "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",
         "physicalDesc": "metallic",
         "color": "#8FA191FF",
         "color": "#434B4DFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "Scaled": false,
                            "types": {
                         "Amount": 4,
                                "Radiation": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "ModifyBloodLevel"
                     }
                     }
                 ]
                 ]
Line 1,433: Line 1,588:
         }
         }
     },
     },
     "Left4Zed": {
     "Cryoxadone": {
         "id": "Left4Zed",
         "id": "Cryoxadone",
         "name": "left-4-zed",
         "name": "cryoxadone",
         "group": "Botanical",
         "group": "Medicine",
         "desc": "A cocktail of mutagenic compounds, which cause plant life to become highly unstable.",
         "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": "heterogeneous",
         "physicalDesc": "fizzy",
         "color": "#5B406CFF",
         "color": "#0091FFFF",
         "recipes": [
         "recipes": [
             "Left4Zed"
             "Cryoxadone"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 1,448: Line 1,603:
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": [
                         "damage": {
                             {
                            "types": null,
                                 "Type": "Plant",
                             "groups": {
                                 "ShouldHave": true,
                                 "Airloss": -6,
                                 "id": "OrganType"
                                "Brute": -4,
                                 "Burn": -6,
                                 "Toxin": -4
                             }
                             }
                        ],
                        "probability": 1,
                        "NutritionFactor": 3,
                        "id": "SatiateHunger"
                    },
                    {
                        "damage": {
                            "types": {
                                "Poison": 1
                            },
                            "groups": null
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
Line 1,470: Line 1,616:
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Type": "Plant",
                                 "Min": 0,
                                 "ShouldHave": true,
                                 "Max": 150,
                                 "id": "OrganType"
                                 "id": "Temperature"
                             }
                             }
                         ],
                         ],
Line 1,482: Line 1,628:
         }
         }
     },
     },
     "Fiber": {
     "Ethyloxyephedrine": {
         "id": "Fiber",
         "id": "Ethyloxyephedrine",
         "name": "fiber",
         "name": "ethyloxyephedrine",
         "group": "Unknown",
         "group": "Medicine",
         "desc": "A raw material, usually extracted from wool or other fabric products.",
         "desc": "An unstable medicine derived from desoxyephedrine. With the main effects of desoxyephedrine neutralized, it may be useful for something else.",
         "physicalDesc": "fibrous",
         "physicalDesc": "shiny",
         "color": "#808080FF",
         "color": "#D5D5E4FF",
         "recipes": [],
         "recipes": [
        "metabolisms": null
            "Ethyloxyephedrine"
    },
         ],
    "Grenadine": {
         "id": "Grenadine",
        "name": "grenadine",
        "group": "Drinks",
        "desc": "Not cherry flavored!",
        "physicalDesc": "dark-red",
        "color": "#EA1D26FF",
        "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Amplitude": 10,
                        "Frequency": 4,
                        "Time": 2,
                        "Refresh": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 3,
                         "id": "Jitter"
                         "id": "SatiateThirst"
                     },
                     }
                ]
            }
        }
    },
    "Ichor": {
        "id": "Ichor",
        "name": "ichor",
        "group": "Biological",
        "desc": "An extremely potent regenerative chemical, perfected by space fauna evolution. Produced in the dragon's digestive system, it is seen as an exotic commodity due to the gargantuan effort of hunting for it.",
        "physicalDesc": "roaring",
        "color": "#F4692EFF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                        "Key": "Stutter",
                        "Component": "StutteringAccent",
                        "Time": 2,
                        "Refresh": true,
                        "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 1.5,
                         "id": "GenericStatusEffect"
                         "id": "SatiateThirst"
                     },
                     }
                ]
            },
            "Medicine": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "damage": {
                         "TimerReset": 600,
                            "types": {
                        "conditions": [
                                 "Bloodloss": -5
                            {
                            },
                                 "Min": 10,
                            "groups": {
                                "Max": 21474836,
                                 "Burn": -5,
                                 "Reagent": null,
                                 "Brute": -5,
                                 "id": "ReagentThreshold"
                                "Toxin": -2
                             }
                             }
                         },
                         ],
                         "scaleByQuantity": false,
                        "probability": 1,
                         "ignoreResistances": true,
                        "id": "ResetNarcolepsy"
                    },
                    {
                        "Messages": [
                            "ethyloxyephedrine-effect-feeling-awake",
                            "ethyloxyephedrine-effect-clear-mind"
                        ],
                         "Type": 1,
                         "VisualType": 2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 0.1,
                         "id": "HealthChange"
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 1,558: Line 1,689:
         }
         }
     },
     },
     "Goldschlager": {
     "Left4Zed": {
         "id": "Goldschlager",
         "id": "Left4Zed",
         "name": "Goldschlager",
         "name": "left-4-zed",
         "group": "Drinks",
         "group": "Botanical",
         "desc": "100 proof cinnamon schnapps, made for alcoholic teen girls on spring break.",
         "desc": "A cocktail of mutagenic compounds, which cause plant life to become highly unstable.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "heterogeneous",
         "color": "#FFFF91FF",
         "color": "#5B406CFF",
         "recipes": [
         "recipes": [
             "Goldschlager"
             "Left4Zed"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                         "conditions": [
                         "probability": 1,
                            {
                         "HydrationFactor": 2,
                                "Type": "Plant",
                         "id": "SatiateThirst"
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "NutritionFactor": 3,
                         "id": "SatiateHunger"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "damage": {
                         "Group": null,
                            "types": {
                         "Amount": 0.2,
                                "Poison": 1
                         "conditions": null,
                            },
                            "groups": null
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": [
                            {
                                "Type": "Plant",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 1,590: Line 1,738:
         }
         }
     },
     },
     "SpiderBlood": {
     "JuiceBerry": {
         "id": "SpiderBlood",
         "id": "JuiceBerry",
         "name": "blue blood",
         "name": "berry juice",
         "group": "Biological",
         "group": "Drinks",
         "desc": "Doesn't taste like blueberry juice.",
         "desc": "A delicious blend of several different kinds of berries.",
         "physicalDesc": "ferrous",
         "physicalDesc": "sweet",
         "color": "#162581FF",
         "color": "#660099FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 1,605: Line 1,753:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 1.5,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 1,612: Line 1,760:
         }
         }
     },
     },
     "LemonLime": {
     "JuiceBerryPoison": {
         "id": "LemonLime",
         "id": "JuiceBerryPoison",
         "name": "lemon-lime",
         "name": "poison berry juice",
         "group": "Drinks",
         "group": "Unknown",
         "desc": "tangy lime and lemon soda",
         "desc": "A surprisingly tasty juice blended from various kinds of very deadly and toxic berries.",
         "physicalDesc": "fizzy",
         "physicalDesc": "sickly",
         "color": "#878F00FF",
         "color": "#6600CCFF",
         "recipes": [
         "recipes": [],
            "LemonLime"
         "metabolisms": {
        ],
         "metabolisms": {
             "Drink": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
Line 1,629: Line 1,775:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "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 1,636: Line 1,800:
         }
         }
     },
     },
     "Patron": {
     "THCOil": {
         "id": "Patron",
         "id": "THCOil",
         "name": "patron",
         "name": "THC oil",
         "group": "Drinks",
         "group": "Narcotics",
         "desc": "Tequila with silver in it, a favorite of alcoholic women in the club scene.",
         "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": "metallic",
         "physicalDesc": "skunky",
         "color": "#585840FF",
         "color": "#DAA520FF",
         "recipes": [
         "recipes": [],
            "Patron"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Narcotic": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Key": "SeeingRainbows",
                        "Component": "SeeingRainbows",
                        "Time": 5,
                        "Refresh": false,
                        "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "GenericStatusEffect"
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.2,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 1,668: Line 1,826:
         }
         }
     },
     },
     "Vinaigrette": {
     "JuiceLemon": {
         "id": "Vinaigrette",
         "id": "JuiceLemon",
         "name": "vinaigrette",
         "name": "lemon juice",
        "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",
         "group": "Drinks",
         "desc": "This appears to be beer mixed with milk. Disgusting.",
         "desc": "This juice is VERY sour.",
         "physicalDesc": "bilky",
         "physicalDesc": "citric",
         "color": "#895C4CFF",
         "color": "#FFF690FF",
         "recipes": [
         "recipes": [],
            "Bilk"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 1,704: Line 1,848:
         }
         }
     },
     },
     "CarbonDioxide": {
     "DeadRum": {
         "id": "CarbonDioxide",
         "id": "DeadRum",
         "name": "carbon dioxide",
         "name": "deadrum",
         "group": "Unknown",
         "group": "Drinks",
         "desc": "You have genuinely no idea what this is.",
         "desc": "Distilled alcoholic drink made from saltwater.",
         "physicalDesc": "odorless",
         "physicalDesc": "strong-smelling",
         "color": "#66FF33FF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Gas": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Factor": 1,
                         "conditions": null,
                         "conditions": [
                            {
                                "Type": "Plant",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "Oxygenate"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "damage": {
                         "Reagent": "Ethanol",
                            "types": {
                        "Group": null,
                                "Poison": 0.2
                         "Amount": 0.2,
                            },
                         "conditions": null,
                            "groups": null
                         "probability": 1,
                        },
                         "id": "AdjustReagent"
                         "scaleByQuantity": true,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Type": "Plant",
                                "ShouldHave": false,
                                "id": "OrganType"
                            },
                            {
                                "Min": 0.5,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 1,757: Line 1,878:
         }
         }
     },
     },
     "Cornoil": {
     "GinTonic": {
         "id": "Cornoil",
         "id": "GinTonic",
         "name": "corn oil",
         "name": "gin and tonic",
        "group": "Foods",
        "desc": "Corn oil, A delicious oil used in cooking. Made from corn.",
        "physicalDesc": "oily",
        "color": "#FFFF00FF",
        "recipes": [],
        "metabolisms": null
    },
    "Hooch": {
        "id": "Hooch",
        "name": "hooch",
         "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": "An all time classic, mild cocktail.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#664E00FF",
         "color": "#004166FF",
         "recipes": [
         "recipes": [
             "Hooch"
             "GinTonic"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 1,790: Line 1,901:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.15,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 1,799: Line 1,910:
         }
         }
     },
     },
     "OilOlive": {
     "Cryptobiolin": {
         "id": "OilOlive",
         "id": "Cryptobiolin",
         "name": "olive oil",
         "name": "cryptobiolin",
         "group": "Foods",
         "group": "Medicine",
         "desc": "Viscous and fragrant.",
         "desc": "Causes confusion and dizziness. This is essential to make Spaceacillin.",
         "physicalDesc": "oily",
         "physicalDesc": "fizzy",
         "color": "#808000FF",
         "color": "#081A80FF",
         "recipes": [],
         "recipes": [
            "Cryptobiolin"
        ],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "Reagent": "Nutriment",
                         "Key": "Stutter",
                         "Group": null,
                         "Component": "ScrambledAccent",
                         "Amount": 0.75,
                        "Time": 2,
                        "Refresh": true,
                         "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "GenericStatusEffect"
                     }
                     }
                 ]
                 ]
             }
             },
        }
             "Alcohol": {
    },
    "SulfuricAcid": {
        "id": "SulfuricAcid",
        "name": "sulfuric acid",
        "group": "Toxins",
        "desc": "A highly corrosive, oily, colorless liquid.",
        "physicalDesc": "oily",
        "color": "#BF8C00FF",
        "recipes": [
            "SulfuricAcid"
        ],
        "metabolisms": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "BoozePower": 20,
                            "types": {
                         "SlurSpeech": false,
                                "Caustic": 2
                            },
                            "groups": null
                        },
                         "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "Drunk"
                    },
                    {
                        "Messages": [
                            "generic-reagent-effect-burning-insides"
                        ],
                        "Type": 1,
                        "VisualType": 4,
                        "conditions": null,
                        "probability": 0.33,
                        "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 1,864: Line 1,950:
         }
         }
     },
     },
     "Sodium": {
     "Iodine": {
         "id": "Sodium",
         "id": "Iodine",
         "name": "sodium",
         "name": "iodine",
         "group": "Elements",
         "group": "Elements",
         "desc": "A silvery-white alkali metal. Highly reactive in its pure form.",
         "desc": "Commonly added to table salt as a nutrient. On its own it tastes far less pleasing.",
         "physicalDesc": "metallic",
         "physicalDesc": "dark brown",
         "color": "#C6C8CCFF",
         "color": "#BC8A00FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": null
         "metabolisms": null
     },
     },
     "Ethyloxyephedrine": {
     "DoctorsDelight": {
         "id": "Ethyloxyephedrine",
         "id": "DoctorsDelight",
         "name": "ethyloxyephedrine",
         "name": "the doctor's delight",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "An unstable medicine derived from desoxyephedrine. With the main effects of desoxyephedrine neutralized, it may be useful for something else.",
         "desc": "A gulp a day keeps the MediBot away. That's probably for the best.",
         "physicalDesc": "shiny",
         "physicalDesc": "strong-smelling",
         "color": "#D5D5E4FF",
         "color": "#FF8CFFFF",
         "recipes": [
         "recipes": [
             "Ethyloxyephedrine"
             "DoctorsDelight"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Amplitude": 10,
                        "Frequency": 4,
                        "Time": 2,
                        "Refresh": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "Jitter"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                        "Key": "Stutter",
                        "Component": "StutteringAccent",
                        "Time": 2,
                        "Refresh": true,
                        "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                        "NutritionFactor": -2,
                         "id": "SatiateHunger"
                     },
                     },
                     {
                     {
                         "TimerReset": 600,
                         "Reagent": "Ethanol",
                         "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"
                     }
                     }
                 ]
                 ]
             }
            },
         }
            "Medicine": {
     },
                "rate": 0.5,
     "Oxygen": {
                "effects": [
         "id": "Oxygen",
                    {
         "name": "oxygen",
                        "damage": {
         "group": "Unknown",
                            "types": null,
         "desc": "An oxidizing, colorless gas.",
                            "groups": {
         "physicalDesc": "gaseous",
                                "Burn": -1,
         "color": "#808080FF",
                                "Brute": -1,
         "recipes": [],
                                "Airloss": -1,
                                "Toxin": -1
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                    }
                ]
             }
         }
     },
     "PolytrinicAcid": {
         "id": "PolytrinicAcid",
         "name": "polytrinic acid",
         "group": "Toxins",
         "desc": "An extremely corrosive chemical substance. The slightest touch of it will melt off most masks and headgear, and it deals extreme damage to anyone who comes directly into contact with it.",
         "physicalDesc": "strong-smelling",
         "color": "#A1000BFF",
         "recipes": [
            "PolytrinicAcid"
        ],
         "metabolisms": {
         "metabolisms": {
             "Gas": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "Factor": 1,
                         "damage": {
                        "conditions": [
                            "types": {
                            {
                                 "Caustic": 2
                                 "Type": "Human",
                            },
                                "ShouldHave": true,
                            "groups": null
                                "id": "OrganType"
                        },
                            }
                        "scaleByQuantity": false,
                        ],
                        "ignoreResistances": true,
                        "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "Oxygenate"
                         "id": "HealthChange"
                     },
                     },
                     {
                     {
                         "Factor": 1,
                         "Messages": [
                        "conditions": [
                             "generic-reagent-effect-burning-insides"
                             {
                                "Type": "Animal",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                         ],
                         ],
                         "probability": 1,
                         "Type": 1,
                        "id": "Oxygenate"
                         "VisualType": 4,
                    },
                         "conditions": null,
                    {
                         "probability": 0.33,
                        "Factor": 1,
                         "id": "PopupMessage"
                        "conditions": [
                            {
                                "Type": "Rat",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                        "probability": 1,
                         "id": "Oxygenate"
                    },
                    {
                        "Factor": 1,
                         "conditions": [
                            {
                                "Type": "Plant",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                        "id": "Oxygenate"
                    },
                    {
                        "_ratios": {
                            "CarbonDioxide": 1,
                            "Oxygen": -1
                        },
                        "conditions": [
                            {
                                "Type": "Vox",
                                "ShouldHave": false,
                                "id": "OrganType"
                            }
                        ],
                        "probability": 1,
                         "id": "ModifyLungGas"
                     }
                     }
                 ]
                 ]
Line 2,014: Line 2,060:
         }
         }
     },
     },
     "AlliesCocktail": {
     "BlackRussian": {
         "id": "AlliesCocktail",
         "id": "BlackRussian",
         "name": "allies cocktail",
         "name": "black russian",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A drink made from your allies, not as sweet as when made from your enemies.",
         "desc": "For the lactose-intolerant. Still as classy as a White Russian.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#00664DFF",
         "color": "#360000FF",
         "recipes": [
         "recipes": [
             "AlliesCocktail"
             "BlackRussian"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 2,037: Line 2,083:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 2,046: Line 2,092:
         }
         }
     },
     },
     "DriestMartini": {
     "IcedBeer": {
         "id": "DriestMartini",
         "id": "IcedBeer",
         "name": "driest martini",
         "name": "iced beer",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Only for the experienced. You think you see sand floating in the glass.",
         "desc": "A beer which is so cold the air around it freezes.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "bubbly",
         "color": "#2E6671FF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [
             "DriestMartini"
             "IcedBeer",
            "IcedBeerAlt"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 2,069: Line 2,116:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.15,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 2,078: Line 2,125:
         }
         }
     },
     },
     "Siderlac": {
     "Amasec": {
         "id": "Siderlac",
         "id": "Amasec",
         "name": "siderlac",
         "name": "amasec",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "A powerful anti-caustic medicine derived from plants.",
         "desc": "Official drink of the Gun Club!",
         "physicalDesc": "milky",
         "physicalDesc": "strong-smelling",
         "color": "#F4DAB8FF",
         "color": "#124DA7FF",
         "recipes": [
         "recipes": [
             "Siderlac"
             "Amasec"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Caustic": -5
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 2,109: Line 2,157:
         }
         }
     },
     },
     "Amatoxin": {
     "ChloralHydrate": {
         "id": "Amatoxin",
         "id": "ChloralHydrate",
         "name": "amatoxin",
         "name": "chloral hydrate",
         "group": "Toxins",
         "group": "Toxins",
         "desc": "A potent toxin found in some mushrooms.",
         "desc": "In low doses, makes you drowsy. In higher doses, puts you to sleep. Overdoses deal toxin damage.",
         "physicalDesc": "nondescript",
         "physicalDesc": "nondescript",
         "color": "#D6CE7BFF",
         "color": "#000067FF",
         "recipes": [],
         "recipes": [
            "ChloralHydrate"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                    {
                        "StatusLifetime": 2,
                        "conditions": null,
                        "probability": 1,
                        "WalkSpeedModifier": 0.65,
                        "SprintSpeedModifier": 0.65,
                        "id": "MovespeedModifier"
                    },
                    {
                        "Key": "ForcedSleep",
                        "Component": "ForcedSleeping",
                        "Time": 2,
                        "Refresh": false,
                        "Type": 0,
                        "conditions": [
                            {
                                "Min": 15,
                                "Max": 21474836,
                                "Reagent": "ChloralHydrate",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    },
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 6
                                 "Poison": 1.5
                             },
                             },
                             "groups": null
                             "groups": null
Line 2,130: Line 2,205:
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": [
                            {
                                "Min": 20,
                                "Max": 21474836,
                                "Reagent": "ChloralHydrate",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
Line 2,138: Line 2,220:
         }
         }
     },
     },
     "Lithium": {
     "BuzzochloricBees": {
         "id": "Lithium",
         "id": "BuzzochloricBees",
         "name": "lithium",
         "name": "Buzzochloric Bees",
         "group": "Elements",
         "group": "Toxins",
         "desc": "A soft, silvery-white alkali metal. It's highly reactive, and ignites if it makes contact with water.",
         "desc": "Liquid bees. Oh god it's LIQUID BEES NO-",
         "physicalDesc": "shiny",
         "physicalDesc": "buzzy",
         "color": "#C6C8CCFF",
         "color": "#FFD35DFF",
         "recipes": [],
         "recipes": [
        "metabolisms": null
            "BuzzochloricBees"
    },
         ],
    "JuiceLemon": {
         "metabolisms": {
         "id": "JuiceLemon",
             "Poison": {
        "name": "lemon juice",
        "group": "Drinks",
        "desc": "This juice is VERY sour.",
        "physicalDesc": "citric",
        "color": "#FFF690FF",
        "recipes": [],
         "metabolisms": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                         "Messages": [
                        "probability": 1,
                            "buzzochloricbees-effect-oh-god-bees",
                        "HydrationFactor": 3,
                            "buzzochloricbees-effect-its-the-bees",
                        "id": "SatiateThirst"
                            "buzzochloricbees-effect-why-am-i-covered-in-bees",
                    }
                            "buzzochloricbees-effect-one-with-the-bees",
                ]
                            "buzzochloricbees-effect-squeaky-clean"
            }
                        ],
        }
                        "Type": 1,
    },
                         "VisualType": 3,
    "Diphenylmethylamine": {
        "id": "Diphenylmethylamine",
        "name": "diphenylmethylamine",
        "group": "Medicine",
        "desc": "A more stable medicine than ethyloxyephedrine. Useful for keeping someone awake.",
        "physicalDesc": "glowing",
        "color": "#B0ABAAFF",
        "recipes": [
            "Diphenylmethylamine"
        ],
        "metabolisms": {
            "Medicine": {
                "rate": 0.5,
                "effects": [
                    {
                         "TimerReset": 600,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 5,
                                 "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": "ResetNarcolepsy"
                         "id": "PopupMessage"
                     },
                     },
                     {
                     {
                         "Messages": [
                         "Messages": [
                             "ethyloxyephedrine-effect-feeling-awake",
                             "buzzochloricbees-effect-histamine-bee-allergy",
                             "ethyloxyephedrine-effect-clear-mind"
                            "buzzochloricbees-effect-histamine-swells",
                            "buzzochloricbees-effect-histamine-numb-to-the-bees",
                            "buzzochloricbees-effect-histamine-cannot-be-one-with-the-bees",
                             "buzzochloricbees-effect-squeaky-clean"
                         ],
                         ],
                         "Type": 1,
                         "Type": 1,
                         "VisualType": 2,
                         "VisualType": 2,
                         "conditions": null,
                         "conditions": [
                         "probability": 0.1,
                            {
                                "Min": 0.01,
                                "Max": 21474836,
                                "Reagent": "Histamine",
                                "id": "ReagentThreshold"
                            },
                            {
                                "Tag": "Bee",
                                "Invert": true,
                                "id": "HasTag"
                            }
                        ],
                         "probability": 0.05,
                         "id": "PopupMessage"
                         "id": "PopupMessage"
                    }
                ]
            }
        }
    },
    "Enzyme": {
        "id": "Enzyme",
        "name": "universal enzyme",
        "group": "Foods",
        "desc": "Used in cooking various dishes.",
        "physicalDesc": "chalky",
        "color": "#009900FF",
        "recipes": [],
        "metabolisms": null
    },
    "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": {
                "rate": 0.5,
                "effects": [
                    {
                        "Key": "RatvarianLanguage",
                        "Component": "RatvarianLanguage",
                        "Time": 2,
                        "Refresh": true,
                        "Type": 0,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                     },
                     },
                     {
                     {
                         "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"
                    {
                         ],
                        "Reagent": "Ethanol",
                         "Type": 1,
                         "Group": null,
                         "VisualType": 2,
                         "Amount": 0.15,
                         "conditions": [
                         "conditions": null,
                            {
                         "probability": 1,
                                "Tag": "Bee",
                        "id": "AdjustReagent"
                                "Invert": true,
                    }
                                "id": "HasTag"
                ]
            }
        }
    },
    "Frezon": {
        "id": "Frezon",
        "name": "frezon",
        "group": "Unknown",
        "desc": "A highly effective coolant.. and hallucinogenic.",
        "physicalDesc": "gaseous",
        "color": "#3A758CFF",
        "recipes": [],
        "metabolisms": {
            "Gas": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                            "types": {
                                "Cellular": 0.01
                             },
                             },
                            "groups": null
                        },
                        "scaleByQuantity": true,
                        "ignoreResistances": true,
                        "conditions": [
                             {
                             {
                                 "Min": 0.5,
                                 "Min": 0.01,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": "Frezon",
                                 "Reagent": "Licoxide",
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 0.05,
                         "id": "HealthChange"
                         "id": "PopupMessage"
                     },
                     },
                     {
                     {
                         "Key": "SeeingRainbows",
                         "Messages": [
                        "Component": "SeeingRainbows",
                            "buzzochloricbees-effect-fiber-hairy",
                         "Time": 5,
                            "buzzochloricbees-effect-fiber-soft"
                         "Refresh": false,
                         ],
                         "Type": 0,
                         "Type": 1,
                         "VisualType": 0,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 1,
                                "Tag": "Bee",
                                "Invert": true,
                                "id": "HasTag"
                            },
                            {
                                 "Min": 0.01,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": "Frezon",
                                 "Reagent": "Fiber",
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 0.05,
                         "id": "GenericStatusEffect"
                         "id": "PopupMessage"
                     },
                     },
                     {
                     {
                         "BoozePower": 3,
                         "damage": {
                         "SlurSpeech": true,
                            "types": {
                                "Poison": 2,
                                "Piercing": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 1,
                                 "Tag": "Bee",
                                "Max": 21474836,
                                 "Invert": true,
                                 "Reagent": "Frezon",
                                 "id": "HasTag"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "Drunk"
                         "id": "HealthChange"
                     },
                     }
                ]
            }
        }
    },
    "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": [
                     {
                     {
                         "Messages": [
                         "Key": "Muted",
                            "frezon-lungs-cold"
                         "Component": "Muted",
                        ],
                         "Time": 2,
                         "Type": 1,
                         "Refresh": true,
                        "VisualType": 0,
                         "Type": 0,
                         "conditions": [
                         "conditions": null,
                            {
                         "probability": 1,
                                "Min": 0.5,
                         "id": "GenericStatusEffect"
                                "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,365: Line 2,386:
         }
         }
     },
     },
     "Honk": {
     "Rice": {
         "id": "Honk",
         "id": "Rice",
         "name": "honk",
         "name": "rice",
         "group": "Unknown",
         "group": "Foods",
         "desc": "A toxin found in bananium. Causes severe honking and internal bleeding, may also cause the patient to mutate.",
         "desc": "Hard, small white grains.",
         "physicalDesc": "pungent",
         "physicalDesc": "chewy",
         "color": "#F2E9D2FF",
         "color": "#FFFFFFFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Food": {
                 "rate": 0.05,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "Reagent": "Sugar",
                            "types": {
                        "Group": null,
                                "Poison": 0.06
                         "Amount": 0.4,
                            },
                         "conditions": null,
                            "groups": null
                         "probability": 1,
                        },
                        "id": "AdjustReagent"
                         "scaleByQuantity": false,
                    },
                         "ignoreResistances": true,
                    {
                         "conditions": [
                        "Reagent": "Nutriment",
                            {
                        "Group": null,
                                "Min": 1,
                        "Amount": 0.1,
                                "Max": 21474836,
                        "conditions": null,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Animal",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 2,406: Line 2,418:
         }
         }
     },
     },
     "Aluminium": {
     "ToxinsSpecial": {
         "id": "Aluminium",
         "id": "ToxinsSpecial",
         "name": "aluminium",
         "name": "toxins special",
        "group": "Elements",
        "desc": "A silver, soft, non-magnetic, and ductile metal.",
        "physicalDesc": "metallic",
        "color": "#848789FF",
        "recipes": [],
        "metabolisms": null
    },
    "IcedCoffee": {
        "id": "IcedCoffee",
        "name": "iced coffee",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Coffee and ice, refreshing and cool.",
         "desc": "This thing is ON FIRE! CALL THE DAMN SHUTTLE!",
         "physicalDesc": "aromatic",
         "physicalDesc": "strong-smelling",
         "color": "#102838FF",
         "color": "#665C00FF",
         "recipes": [
         "recipes": [
             "IcedCoffee"
             "ToxinsSpecial"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 2,433: Line 2,435:
                         "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,440: Line 2,450:
         }
         }
     },
     },
     "Theobromine": {
     "CoffeeLiqueur": {
         "id": "Theobromine",
         "id": "CoffeeLiqueur",
         "name": "theobromine",
         "name": "coffee liqueur",
         "group": "Toxins",
         "group": "Drinks",
         "desc": "Theobromine is a bitter alkaloid of the cacao plant found in chocolate, and some other foods.",
         "desc": "Liquor flavoured with cold brewed coffee and spices.",
         "physicalDesc": "grainy",
        "physicalDesc": "cloudy",
         "color": "#F5F5F5FF",
        "color": "#664300FF",
        "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"
                    }
                ]
            }
        }
    },
    "WeedKiller": {
        "id": "WeedKiller",
        "name": "weed killer",
        "group": "Botanical",
        "desc": "A mixture that targets weeds.",
         "physicalDesc": "bubbling",
         "color": "#968395FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Poison": {
                 "rate": 0.05,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 0.4
                                 "Poison": 4
                             },
                             },
                             "groups": null
                             "groups": null
Line 2,463: Line 2,503:
                         "conditions": [
                         "conditions": [
                             {
                             {
                                "Min": 1,
                                 "Type": "Plant",
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            },
                            {
                                 "Type": "Animal",
                                 "ShouldHave": true,
                                 "ShouldHave": true,
                                 "id": "OrganType"
                                 "id": "OrganType"
Line 2,476: Line 2,510:
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    },
                     }
                    {
                 ]
                        "ThirstAmount": -40,
             }
                        "HungerAmount": -40,
         }
                        "conditions": [
     },
                            {
     "LemonLime": {
                                "Min": 3,
         "id": "LemonLime",
                                "Max": 21474836,
         "name": "lemon-lime",
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Animal",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                        "probability": 0.04,
                        "id": "ChemVomit"
                     }
                 ]
             }
         }
     },
     "SyndicateBomb": {
         "id": "SyndicateBomb",
         "name": "syndicate bomb",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Somebody set us up the bomb!",
         "desc": "tangy lime and lemon soda",
         "physicalDesc": "opaque",
         "physicalDesc": "fizzy",
         "color": "#2E6660FF",
         "color": "#878F00FF",
         "recipes": [
         "recipes": [
             "SyndicateBomb"
             "LemonLime"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 2,519: Line 2,534:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 2,532: Line 2,539:
         }
         }
     },
     },
     "IrishCoffee": {
     "MilkSpoiled": {
         "id": "IrishCoffee",
         "id": "MilkSpoiled",
         "name": "irish coffee",
         "name": "spoiled milk",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Coffee served with irish cream. Regular cream just isn't the same!",
         "desc": "This milk has gone rancid.",
         "physicalDesc": "cloudy",
         "physicalDesc": "putrid",
         "color": "#664300FF",
         "color": "#FAFFBAFF",
         "recipes": [
         "recipes": [],
            "IrishCoffee"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 2,549: Line 2,554:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": -2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 2,564: Line 2,561:
         }
         }
     },
     },
     "SpaceMountainWind": {
     "BbqSauce": {
         "id": "SpaceMountainWind",
         "id": "BbqSauce",
         "name": "Space Mountain Wind",
         "name": "BBQ sauce",
         "group": "Drinks",
         "group": "Foods",
         "desc": "Blows right through you like a space wind.",
         "desc": "Hand wipes not included.",
         "physicalDesc": "fizzy",
         "physicalDesc": "gloopy",
         "color": "#102000FF",
         "color": "#8B0000FF",
         "recipes": [],
         "recipes": [
            "CookingBbqSauce"
        ],
        "metabolisms": null
    },
    "Bicaridine": {
        "id": "Bicaridine",
        "name": "bicaridine",
        "group": "Medicine",
        "desc": "An analgesic which is highly effective at treating brute damage. It's useful for stabilizing people who have been severely beaten, as well as treating less life-threatening injuries. In the case of bleeding (internal or external), bicaridine will slow down the bleeding heavily. If the dosage exceeds the overdose limit, it'll stop it outright.",
        "physicalDesc": "opaque",
        "color": "#FFAA00FF",
        "recipes": [
            "Bicaridine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Brute": -2
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     },
                     }
                ]
            }
        }
    },
    "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": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 2
                                "Asphyxiation": 0.5,
                                 "Poison": 1.5
                             },
                             },
                             "groups": null
                             "groups": null
Line 2,607: Line 2,610:
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": [
                            {
                                "Min": 15,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    },
                    {
                        "ThirstAmount": -40,
                        "HungerAmount": -40,
                        "conditions": [
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "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": {
    },
    "HotRamen": {
        "id": "HotRamen",
        "name": "hot ramen",
        "group": "Drinks",
        "desc": "Hot noodles.",
        "physicalDesc": "wormy",
        "color": "#664300FF",
        "recipes": [
            "HotRamen"
        ],
        "metabolisms": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "BoozePower": 3,
                        "SlurSpeech": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "NutritionFactor": 4,
                         "id": "Drunk"
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 2,639: Line 2,667:
         }
         }
     },
     },
     "CapsaicinOil": {
     "Ipecac": {
         "id": "CapsaicinOil",
         "id": "Ipecac",
         "name": "Capsaicin Oil",
         "name": "ipecac",
         "group": "Unknown",
         "group": "Medicine",
         "desc": "Capsaicin Oil is the ingredient found in different types of hot peppers.",
         "desc": "Induces vomiting. Useful for stopping a poisoning that isn't done metabolizing.",
         "physicalDesc": "oily",
         "physicalDesc": "inky",
         "color": "#FF0000FF",
         "color": "#422912FF",
         "recipes": [],
         "recipes": [
            "Ipecac"
        ],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "Reagent": "Nutriment",
                         "ThirstAmount": -40,
                        "Group": null,
                         "HungerAmount": -40,
                         "Amount": 0.75,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 0.3,
                         "id": "AdjustReagent"
                         "id": "ChemVomit"
                     }
                     }
                 ]
                 ]
             },
             }
             "Poison": {
        }
    },
    "Stellibinin": {
        "id": "Stellibinin",
        "name": "stellibinin",
        "group": "Medicine",
        "desc": "A natual antitoxin with particular effectiveness against amatoxin.",
        "physicalDesc": "starry",
        "color": "#2B2F77FF",
        "recipes": [],
        "metabolisms": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                    {
                        "Amount": 250,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustTemperature"
                    },
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Caustic": 1
                                 "Poison": -4
                             },
                             },
                             "groups": null
                             "groups": null
Line 2,679: Line 2,713:
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                        "Reagent": "Amatoxin",
                        "Group": null,
                        "Amount": -3,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 5,
                                 "Min": 1,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": "Amatoxin",
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "AdjustReagent"
                    },
                    {
                        "Messages": [
                            "capsaicin-effect-light-burn"
                        ],
                        "Type": 1,
                        "VisualType": 0,
                        "conditions": null,
                        "probability": 0.2,
                        "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 2,704: Line 2,736:
         }
         }
     },
     },
     "Posca": {
     "Singulo": {
         "id": "Posca",
         "id": "Singulo",
         "name": "posca",
         "name": "singulo",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Poor warriors' drink from a forgotten era.",
         "desc": "A blue-space beverage!",
         "physicalDesc": "sour",
         "physicalDesc": "strong-smelling",
         "color": "#B3B599FF",
         "color": "#3B0C0CFF",
         "recipes": [
         "recipes": [],
            "Posca"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 2,721: Line 2,751:
                         "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,728: Line 2,766:
         }
         }
     },
     },
     "CarpoToxin": {
     "Slime": {
         "id": "CarpoToxin",
         "id": "Slime",
         "name": "carpotoxin",
         "name": "slime",
         "group": "Toxins",
         "group": "Biological",
         "desc": "Toxic secretions of a space carp. Causes a painful burning sensation.",
         "desc": "You thought this was gradient blood at first, but you were mistaken.",
         "physicalDesc": "exotic smelling",
         "physicalDesc": "viscous",
         "color": "#E2A38CFF",
         "color": "#2CF274FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 4
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "NutritionFactor": 1.5,
                    },
                         "id": "SatiateHunger"
                    {
                        "Messages": [
                            "generic-reagent-effect-burning-insides"
                        ],
                        "Type": 1,
                        "VisualType": 3,
                        "conditions": null,
                        "probability": 0.33,
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 2,767: Line 2,788:
         }
         }
     },
     },
     "Cognac": {
     "Oxygen": {
         "id": "Cognac",
         "id": "Oxygen",
         "name": "cognac",
         "name": "oxygen",
         "group": "Drinks",
         "group": "Unknown",
         "desc": "A sweet and strongly alcoholic drink, twice distilled and left to mature for several years. Classy as fornication.",
         "desc": "An oxidizing, colorless gas.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "gaseous",
         "color": "#AB3C05FF",
         "color": "#808080FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Gas": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                        "Factor": 1,
                         "conditions": [
                            {
                                "Type": "Human",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "Oxygenate"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Factor": 1,
                        "Group": null,
                        "conditions": [
                        "Amount": 0.2,
                            {
                        "conditions": null,
                                "Type": "Animal",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "Oxygenate"
                     }
                     },
                ]
                    {
            }
                        "Factor": 1,
        }
                        "conditions": [
    },
                            {
    "FoamingAgent": {
                                "Type": "Rat",
        "id": "FoamingAgent",
                                "ShouldHave": true,
        "name": "foaming agent",
                                "id": "OrganType"
        "group": "Pyrotechnic",
                            }
        "desc": "Makes foam such as that's required in metal foam grenades.",
                        ],
        "physicalDesc": "foamy",
                        "probability": 1,
        "color": "#215263FF",
                        "id": "Oxygenate"
        "recipes": [
                    },
            "FoamingAgent"
        ],
        "metabolisms": null
    },
    "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": {
                         "Factor": 1,
                            "types": {
                                "Poison": 4
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                         "conditions": [
                             {
                             {
Line 2,838: Line 2,846:
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "Oxygenate"
                    },
                    {
                        "_ratios": {
                            "CarbonDioxide": 1,
                            "Oxygen": -1
                        },
                        "conditions": [
                            {
                                "Type": "Vox",
                                "ShouldHave": false,
                                "id": "OrganType"
                            }
                        ],
                        "probability": 1,
                        "id": "ModifyLungGas"
                     }
                     }
                 ]
                 ]
Line 2,844: Line 2,867:
         }
         }
     },
     },
     "Cola": {
     "KiraSpecial": {
         "id": "Cola",
         "id": "KiraSpecial",
         "name": "cola",
         "name": "kira special",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A sweet, carbonated soft drink. Caffeine free.",
         "desc": "Long live the guy who everyone had mistaken for a girl. Baka!",
         "physicalDesc": "fizzy",
         "physicalDesc": "strong-smelling",
         "color": "#422912FF",
         "color": "#CCCC99FF",
         "recipes": [],
         "recipes": [
            "KiraSpecial"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 2,859: Line 2,884:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 2,866: Line 2,891:
         }
         }
     },
     },
     "TequilaSunrise": {
     "PestKiller": {
         "id": "TequilaSunrise",
         "id": "PestKiller",
         "name": "tequila sunrise",
         "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": [
                            {
                                "Type": "Plant",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                        "probability": 1,
                        "id": "HealthChange"
                    }
                ]
            }
        }
    },
    "IceCream": {
        "id": "IceCream",
        "name": "ice cream",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Tequila and orange juice. Much like a Screwdriver, only Mexican.",
         "desc": "It was either this or the microwave, and nobody wants ice cream soup!",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "creamy",
         "color": "#FFE48CFF",
         "color": "#FFFBD6FF",
         "recipes": [
         "recipes": [
             "TequilaSunrise"
             "IceCream"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 2,885: Line 2,945:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                     }
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                 ]
                 ]
             }
             }
         }
         }
     },
     },
     "IcedBeer": {
     "IrishCoffee": {
         "id": "IcedBeer",
         "id": "IrishCoffee",
         "name": "iced beer",
         "name": "irish coffee",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A beer which is so cold the air around it freezes.",
         "desc": "Coffee served with irish cream. Regular cream just isn't the same!",
         "physicalDesc": "bubbly",
         "physicalDesc": "cloudy",
         "color": "#664300FF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [
             "IcedBeerAlt",
             "IrishCoffee"
            "IcedBeer"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 2,922: Line 2,973:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.15,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 2,931: Line 2,982:
         }
         }
     },
     },
     "CafeLatte": {
     "CarpoToxin": {
         "id": "CafeLatte",
         "id": "CarpoToxin",
         "name": "cafe latte",
         "name": "carpotoxin",
         "group": "Drinks",
         "group": "Toxins",
         "desc": "A nice, strong and tasty beverage while you are reading.",
         "desc": "Toxic secretions of a space carp. Causes a painful burning sensation.",
         "physicalDesc": "creamy",
         "physicalDesc": "exotic smelling",
         "color": "#664300FF",
         "color": "#E2A38CFF",
         "recipes": [
         "recipes": [],
            "CafeLatte"
        ],
         "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": 3,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                    },
                    {
                        "Messages": [
                            "generic-reagent-effect-burning-insides"
                        ],
                        "Type": 1,
                        "VisualType": 3,
                        "conditions": null,
                        "probability": 0.33,
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 2,955: Line 3,021:
         }
         }
     },
     },
     "Moonshine": {
     "Cornmeal": {
         "id": "Moonshine",
         "id": "Cornmeal",
         "name": "moonshine",
         "name": "cornmeal",
         "group": "Drinks",
         "group": "Foods",
         "desc": "Artisanal homemade liquor. What could go wrong?",
         "desc": "Used for baking.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "powdery",
         "color": "#D1D7D155",
         "color": "#D2B48CFF",
         "recipes": [
         "recipes": [],
            "Moonshine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 2,972: Line 3,036:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": -0.2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Reagent": "Nutriment",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.25,
                         "Amount": 0.1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 2,987: Line 3,051:
         }
         }
     },
     },
     "Nitrogen": {
     "FourteenLoko": {
         "id": "Nitrogen",
         "id": "FourteenLoko",
         "name": "nitrogen",
         "name": "Fourteen Loko",
         "group": "Unknown",
         "group": "Drinks",
         "desc": "A colorless, odorless unreactive gas. Highly stable.",
         "desc": "A highly processed liquid substance barely-passing intergalatic health standards for a soft drink.",
         "physicalDesc": "gaseous",
         "physicalDesc": "fizzy",
         "color": "#808080FF",
         "color": "#DEB928FF",
         "recipes": [],
         "recipes": [
            "FourteenLoko"
        ],
         "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": "Theobromine",
                         "conditions": [
                         "Group": null,
                            {
                        "Amount": 0.1,
                                "Type": "Slime",
                        "conditions": null,
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "Oxygenate"
                         "id": "AdjustReagent"
                     },
                     }
                ]
            },
            "Poison": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "_ratios": {
                         "damage": {
                             "CarbonDioxide": 1,
                             "types": {
                             "Nitrogen": -1
                                "Poison": 1
                            },
                             "groups": null
                         },
                         },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                    }
                ]
            }
        }
    },
    "Diphenylmethylamine": {
        "id": "Diphenylmethylamine",
        "name": "diphenylmethylamine",
        "group": "Medicine",
        "desc": "A more stable medicine than ethyloxyephedrine. Useful for keeping someone awake.",
        "physicalDesc": "glowing",
        "color": "#B0ABAAFF",
        "recipes": [
            "Diphenylmethylamine"
        ],
        "metabolisms": {
            "Medicine": {
                "rate": 0.5,
                "effects": [
                    {
                        "TimerReset": 600,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Type": "Vox",
                                 "Min": 5,
                                 "ShouldHave": true,
                                "Max": 21474836,
                                 "id": "OrganType"
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "ModifyLungGas"
                         "id": "ResetNarcolepsy"
                     },
                     },
                     {
                     {
                         "_ratios": {
                         "Messages": [
                             "NitrousOxide": 1,
                             "ethyloxyephedrine-effect-feeling-awake",
                             "Nitrogen": -1
                             "ethyloxyephedrine-effect-clear-mind"
                        },
                        "conditions": [
                            {
                                "Type": "Slime",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                         ],
                         ],
                        "Type": 1,
                        "VisualType": 2,
                        "conditions": null,
                        "probability": 0.1,
                        "id": "PopupMessage"
                    }
                ]
            }
        }
    },
    "HotRamen": {
        "id": "HotRamen",
        "name": "hot ramen",
        "group": "Drinks",
        "desc": "Hot noodles.",
        "physicalDesc": "wormy",
        "color": "#664300FF",
        "recipes": [
            "HotRamen"
        ],
        "metabolisms": {
            "Food": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "ModifyLungGas"
                        "NutritionFactor": 4,
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 3,057: Line 3,167:
         }
         }
     },
     },
     "NitrousOxide": {
     "SnowWhite": {
         "id": "NitrousOxide",
         "id": "SnowWhite",
         "name": "nitrous oxide",
         "name": "snow white",
         "group": "Unknown",
         "group": "Drinks",
         "desc": "You know how everything seems funnier when you're tired? Well...",
         "desc": "A cold refreshment.",
         "physicalDesc": "gaseous",
         "physicalDesc": "bubbly",
         "color": "#808080FF",
         "color": "#FFFFFFFF",
         "recipes": [],
         "recipes": [
            "SnowWhite"
        ],
         "metabolisms": {
         "metabolisms": {
             "Gas": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "Messages": [
                         "conditions": null,
                            "effect-sleepy"
                         "probability": 1,
                        ],
                         "HydrationFactor": 2,
                         "Type": 1,
                         "id": "SatiateThirst"
                         "VisualType": 2,
                        "conditions": [
                            {
                                "Min": 0.5,
                                "Max": 21474836,
                                "Reagent": "NitrousOxide",
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Slime",
                                "ShouldHave": false,
                                "id": "OrganType"
                            }
                        ],
                        "probability": 0.1,
                         "id": "PopupMessage"
                     },
                     },
                     {
                     {
                         "StatusLifetime": 2,
                         "Reagent": "Ethanol",
                        "conditions": [
                        "Group": null,
                            {
                        "Amount": 0.05,
                                "Min": 1,
                        "conditions": null,
                                "Max": 21474836,
                                "Reagent": "NitrousOxide",
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Slime",
                                "ShouldHave": false,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "WalkSpeedModifier": 0.65,
                         "id": "AdjustReagent"
                        "SprintSpeedModifier": 0.65,
                    }
                        "id": "MovespeedModifier"
                ]
                    },
            }
        }
    },
    "Barefoot": {
        "id": "Barefoot",
        "name": "barefoot",
        "group": "Drinks",
        "desc": "Barefoot and pregnant.",
        "physicalDesc": "strong-smelling",
        "color": "#664300FF",
        "recipes": [
            "Barefoot"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                        "Key": "ForcedSleep",
                         "conditions": null,
                        "Component": "ForcedSleeping",
                        "Time": 3,
                        "Refresh": true,
                        "Type": 0,
                         "conditions": [
                            {
                                "Min": 1.8,
                                "Max": 21474836,
                                "Reagent": "NitrousOxide",
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Slime",
                                "ShouldHave": false,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "damage": {
                         "Reagent": "Ethanol",
                            "types": {
                        "Group": null,
                                "Poison": 0.25
                         "Amount": 0.05,
                            },
                         "conditions": null,
                            "groups": null
                        },
                         "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 3.5,
                                "Max": 21474836,
                                "Reagent": "NitrousOxide",
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Slime",
                                "ShouldHave": false,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 3,162: Line 3,231:
         }
         }
     },
     },
     "Acetone": {
     "BananaHonk": {
         "id": "Acetone",
         "id": "BananaHonk",
         "name": "acetone",
         "name": "banana honk",
         "group": "Unknown",
         "group": "Drinks",
         "desc": "A slick, slightly carcinogenic liquid. Has a multitude of mundane uses in everyday life.",
         "desc": "A drink from Clown Heaven.",
         "physicalDesc": "acidic",
         "physicalDesc": "strong-smelling",
         "color": "#AF14B7FF",
         "color": "#FFFF91FF",
         "recipes": [
         "recipes": [
             "Acetone"
             "BananaHonk"
        ],
        "metabolisms": null
    },
    "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": {
         "metabolisms": {
Line 3,206: Line 3,263:
         }
         }
     },
     },
     "Tequila": {
     "AcidSpit": {
         "id": "Tequila",
         "id": "AcidSpit",
         "name": "tequila",
         "name": "acidspit",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A strong and mildly flavoured, mexican produced spirit.",
         "desc": "A drink for the daring, can be deadly if incorrectly prepared!",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#D7D1D155",
         "color": "#365000FF",
         "recipes": [],
         "recipes": [
            "AcidSpit"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 3,227: Line 3,286:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.2,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 3,236: Line 3,295:
         }
         }
     },
     },
     "Vinegar": {
     "Ketchunaise": {
         "id": "Vinegar",
         "id": "Ketchunaise",
         "name": "vinegar",
         "name": "ketchunaise",
         "group": "Foods",
         "group": "Foods",
         "desc": "Often used to flavor food.",
         "desc": "So-called Russian dressing, popular among Space Americans.",
         "physicalDesc": "sour",
        "physicalDesc": "saucey",
         "color": "#D2B48CFF",
        "color": "#FBA399FF",
        "recipes": [
            "CookingKetchunaise"
        ],
        "metabolisms": null
    },
    "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": [
         "recipes": [
             "CookingVinegar"
             "ThreeMileIsland"
         ],
         ],
         "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": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Vitamin",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.1,
                         "Amount": 0.15,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 3,267: Line 3,336:
                     },
                     },
                     {
                     {
                         "ThirstAmount": -40,
                         "Reagent": "Uranium",
                        "HungerAmount": -40,
                         "Group": null,
                         "conditions": [
                        "Amount": 0.05,
                            {
                        "conditions": null,
                                "Min": 6,
                         "probability": 1,
                                "Max": 21474836,
                         "id": "AdjustReagent"
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 0.1,
                         "id": "ChemVomit"
                     }
                     }
                 ]
                 ]
Line 3,284: Line 3,347:
         }
         }
     },
     },
     "Ketchup": {
     "ShamblersJuice": {
         "id": "Ketchup",
         "id": "ShamblersJuice",
         "name": "ketchup",
         "name": "Shambler's Juice",
         "group": "Foods",
         "group": "Drinks",
         "desc": "Made from pureed tomatoes and flavored with spices.",
         "desc": "~Shake me up some of that Shambler's Juice!~",
        "physicalDesc": "tangy",
         "physicalDesc": "fizzy",
        "color": "#FF0000FF",
         "color": "#66538FFF",
        "recipes": [
            "CookingKetchup"
        ],
        "metabolisms": null
    },
    "THCOil": {
        "id": "THCOil",
        "name": "THC oil",
        "group": "Narcotics",
        "desc": "Pure THC oil, extracted from the leaves of the cannabis plant. Much stronger than in it's natural form and can be used to numb chronic pain in patients.",
         "physicalDesc": "skunky",
         "color": "#DAA520FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Narcotic": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Key": "SeeingRainbows",
                        "Component": "SeeingRainbows",
                        "Time": 5,
                        "Refresh": false,
                        "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 3,322: Line 3,369:
         }
         }
     },
     },
     "JuiceBerry": {
     "Aluminium": {
         "id": "JuiceBerry",
         "id": "Aluminium",
         "name": "berry juice",
         "name": "aluminium",
        "group": "Elements",
        "desc": "A silver, soft, non-magnetic, and ductile metal.",
        "physicalDesc": "metallic",
        "color": "#848789FF",
        "recipes": [],
        "metabolisms": null
    },
    "Cream": {
        "id": "Cream",
        "name": "cream",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A delicious blend of several different kinds of berries.",
         "desc": "The fatty, still liquid part of milk. Why don't you mix this with sum scotch, eh?",
         "physicalDesc": "sweet",
         "physicalDesc": "creamy",
         "color": "#660099FF",
         "color": "#DFD7AFFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 3,337: Line 3,394:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "HydrationFactor": 1,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 3,344: Line 3,401:
         }
         }
     },
     },
     "GroundBee": {
     "Nitrogen": {
         "id": "GroundBee",
         "id": "Nitrogen",
         "name": "Ground Bee",
         "name": "nitrogen",
         "group": "Unknown",
         "group": "Unknown",
         "desc": "Bee grounds. Gross.",
         "desc": "A colorless, odorless unreactive gas. Highly stable.",
         "physicalDesc": "bee guts",
         "physicalDesc": "gaseous",
         "color": "#86530EFF",
         "color": "#808080FF",
         "recipes": [],
         "recipes": [],
        "metabolisms": null
    },
    "Charcoal": {
        "id": "Charcoal",
        "name": "charcoal",
        "group": "Unknown",
        "desc": "A black, porous solid",
        "physicalDesc": "porous",
        "color": "#22282BFF",
        "recipes": [
            "Charcoal"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Gas": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "Factor": 1,
                            "types": {
                        "conditions": [
                                 "Poison": -1
                            {
                            },
                                 "Type": "Vox",
                            "groups": null
                                "ShouldHave": true,
                        },
                                "id": "OrganType"
                        "scaleByQuantity": false,
                            }
                        "ignoreResistances": true,
                         ],
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "Oxygenate"
                     },
                     },
                     {
                     {
                         "CleanseRate": 3,
                         "Factor": 1,
                         "conditions": null,
                         "conditions": [
                            {
                                "Type": "Slime",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                        "probability": 1,
                        "id": "Oxygenate"
                    },
                    {
                        "_ratios": {
                            "CarbonDioxide": 1,
                            "Nitrogen": -1
                        },
                        "conditions": [
                            {
                                "Type": "Vox",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                        "probability": 1,
                        "id": "ModifyLungGas"
                    },
                    {
                        "_ratios": {
                            "NitrousOxide": 1,
                            "Nitrogen": -1
                        },
                        "conditions": [
                            {
                                "Type": "Slime",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "ChemCleanBloodstream"
                         "id": "ModifyLungGas"
                     }
                     }
                 ]
                 ]
Line 3,391: Line 3,471:
         }
         }
     },
     },
     "DoctorsDelight": {
     "Synaptizine": {
         "id": "DoctorsDelight",
         "id": "Synaptizine",
         "name": "the doctor's delight",
         "name": "synaptizine",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "A gulp a day keeps the MediBot away. That's probably for the best.",
         "desc": "Toxic, but treats hallucinations, drowsiness \u0026 halves the duration of paralysis, stuns and knockdowns. One unit is enough to treat hallucinations; two units is deadly.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "pungent",
         "color": "#FF8CFFFF",
         "color": "#D49A2FFF",
         "recipes": [
         "recipes": [
             "DoctorsDelight"
             "Synaptizine"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                        "damage": {
                            "types": {
                                "Poison": 3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                        "Key": "Stun",
                        "Component": "",
                        "Time": 3,
                        "Refresh": true,
                        "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "NutritionFactor": -2,
                         "id": "GenericStatusEffect"
                         "id": "SatiateHunger"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Key": "KnockedDown",
                         "Group": null,
                         "Component": "",
                         "Amount": 0.05,
                        "Time": 3,
                        "Refresh": true,
                         "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "GenericStatusEffect"
                     }
                     },
                ]
            },
            "Medicine": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "damage": {
                         "Key": "SeeingRainbows",
                            "types": null,
                        "Component": "",
                            "groups": {
                        "Time": 15,
                                "Burn": -1,
                         "Refresh": true,
                                "Brute": -1,
                         "Type": 1,
                                "Airloss": -1,
                                "Toxin": -1
                            }
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "GenericStatusEffect"
                     }
                     }
                 ]
                 ]
Line 3,450: Line 3,532:
         }
         }
     },
     },
     "Barozine": {
     "Lipozine": {
         "id": "Barozine",
         "id": "Lipozine",
         "name": "barozine",
         "name": "lipozine",
         "group": "Medicine",
         "group": "Medicine",
         "desc": "A potent drug that prevents pressure damage. Causes extreme pain and jittering. Very poisonous when overdosed.",
         "desc": "Causes weight loss upon consumption.",
         "physicalDesc": "viscous",
         "physicalDesc": "oily",
         "color": "#FF867DFF",
         "color": "#2690B5FF",
         "recipes": [],
         "recipes": [
            "Lipozine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Medicine": {
Line 3,463: Line 3,547:
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Heat": 0.5
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 0.3,
                         "probability": 1,
                         "id": "HealthChange"
                        "NutritionFactor": -1,
                     },
                         "id": "SatiateHunger"
                     }
                ]
            }
        }
    },
    "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": {
                                 "Poison": 3
                                 "Poison": 1
                             },
                             },
                             "groups": null
                             "groups": null
Line 3,486: Line 3,579:
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 30,
                                 "Min": 60,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": null,
Line 3,496: Line 3,589:
                     },
                     },
                     {
                     {
                         "ThirstAmount": -40,
                         "Key": "ForcedSleep",
                         "HungerAmount": -40,
                        "Component": "ForcedSleeping",
                        "Time": 2,
                        "Refresh": false,
                         "Type": 0,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 30,
                                 "Min": 8,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": "Nocturine",
                                 "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"
                    },
                     }
                    {
                        "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": [
                            "barozine-effect-skin-burning",
                            "barozine-effect-muscle-contract"
                        ],
                        "Type": 1,
                        "VisualType": 4,
                        "conditions": null,
                        "probability": 0.1,
                        "id": "PopupMessage"
                     }
                 ]
                 ]
             }
             }
         }
         }
     },
     },
     "Fluorine": {
     "Goldschlager": {
         "id": "Fluorine",
         "id": "Goldschlager",
         "name": "fluorine",
         "name": "Goldschlager",
        "group": "Elements",
        "desc": "A highly toxic pale yellow gas. Extremely reactive.",
        "physicalDesc": "gaseous",
        "color": "#808080FF",
        "recipes": [],
        "metabolisms": null
    },
    "Mojito": {
        "id": "Mojito",
        "name": "mojito",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "If it's good enough for Spesscuba, it's good enough for you.",
         "desc": "100 proof cinnamon schnapps, made for alcoholic teen girls on spring break.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#664300FF",
         "color": "#FFFF91FF",
         "recipes": [
         "recipes": [
             "Mojito"
             "Goldschlager"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 3,593: Line 3,632:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 3,602: Line 3,641:
         }
         }
     },
     },
     "Stellibinin": {
     "PoisonWine": {
         "id": "Stellibinin",
         "id": "PoisonWine",
         "name": "stellibinin",
         "name": "poison wine",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "A natual antitoxin with particular effectiveness against amatoxin.",
         "desc": "Is this even wine? Toxic! Hallucinogenic! Probably consumed in boatloads by your superiors!",
         "physicalDesc": "starry",
         "physicalDesc": "strong-smelling",
         "color": "#2B2F77FF",
         "color": "#000000FF",
         "recipes": [],
         "recipes": [],
         "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"
                    }
                ]
            },
            "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 3,617: Line 3,675:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": -4
                                 "Poison": 1
                             },
                             },
                             "groups": null
                             "groups": null
Line 3,626: Line 3,684:
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    },
                    {
                        "Reagent": "Amatoxin",
                        "Group": null,
                        "Amount": -3,
                        "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Amatoxin",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 3,646: Line 3,689:
         }
         }
     },
     },
     "Beer": {
     "SpaceUp": {
         "id": "Beer",
         "id": "SpaceUp",
         "name": "beer",
         "name": "Space-Up",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "An alcoholic beverage made from malted grains, hops, yeast, and water.",
         "desc": "Tastes like a hull breach in your mouth.",
         "physicalDesc": "bubbly",
         "physicalDesc": "fizzy",
         "color": "#CFA85FFF",
         "color": "#00FF00FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 3,663: Line 3,706:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 3,676: Line 3,711:
         }
         }
     },
     },
     "JuiceTomato": {
     "Moonshine": {
         "id": "JuiceTomato",
         "id": "Moonshine",
         "name": "tomato juice",
         "name": "moonshine",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Tomatoes made into juice. What a waste of good tomatoes, huh?",
         "desc": "Artisanal homemade liquor. What could go wrong?",
         "physicalDesc": "saucey",
         "physicalDesc": "strong-smelling",
         "color": "#731008FF",
         "color": "#D1D7D155",
         "recipes": [],
         "recipes": [
            "Moonshine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 3,691: Line 3,728:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.25,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 3,698: Line 3,743:
         }
         }
     },
     },
     "JuicePotato": {
     "ErikaSurprise": {
         "id": "JuicePotato",
         "id": "ErikaSurprise",
         "name": "potato juice",
         "name": "erika surprise",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Juice of the potato. Bleh.",
         "desc": "The surprise is, it's green!",
         "physicalDesc": "starchy",
         "physicalDesc": "strong-smelling",
         "color": "#302000FF",
         "color": "#2E6671FF",
         "recipes": [],
         "recipes": [
            "ErikaSurprise"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 3,713: Line 3,760:
                         "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,720: Line 3,775:
         }
         }
     },
     },
     "RootBeer": {
     "SpaceCleaner": {
         "id": "RootBeer",
         "id": "SpaceCleaner",
         "name": "root beer",
         "name": "space cleaner",
         "group": "Drinks",
         "group": "Unknown",
         "desc": "A very sweet, carbonated drink reminiscent of sarsparilla. Goes well with ice cream.",
         "desc": "This is able to clean almost all surfaces of almost anything that may dirty them. The janitor is likely to appreciate refills.",
        "physicalDesc": "fizzy",
         "physicalDesc": "lemony fresh",
        "color": "#381C07FF",
         "color": "#C8FF69FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
    },
    "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": [
         "recipes": [
             "HeartbreakerToxin"
             "SpaceCleaner"
         ],
         ],
        "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": {
         "metabolisms": {
             "Poison": {
             "Poison": {
Line 3,759: Line 3,802:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Asphyxiation": 2
                                 "Poison": 2
                             },
                             },
                             "groups": null
                             "groups": null
Line 3,773: Line 3,816:
         }
         }
     },
     },
     "Bicaridine": {
     "Neurotoxin": {
         "id": "Bicaridine",
         "id": "Neurotoxin",
         "name": "bicaridine",
         "name": "neurotoxin",
         "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": "A strong neurotoxin that puts the subject into a death-like state.",
         "physicalDesc": "opaque",
         "physicalDesc": "strong-smelling",
         "color": "#FFAA00FF",
         "color": "#2E2E61FF",
         "recipes": [
         "recipes": [],
            "Bicaridine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Brute": -2
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.25,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            },
            "Poison": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                "Asphyxiation": 0.5,
                                 "Poison": 1
                                 "Poison": 1.5
                             },
                             },
                             "groups": null
                             "groups": null
Line 3,810: Line 3,856:
                         "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"
                     },
                     }
                ]
            }
        }
    },
    "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": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                        "ThirstAmount": -40,
                         "conditions": null,
                        "HungerAmount": -40,
                        "probability": 1,
                         "conditions": [
                         "HydrationFactor": 2,
                            {
                         "id": "SatiateThirst"
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 0.02,
                         "id": "ChemVomit"
                     },
                     },
                     {
                     {
                         "Amplitude": 10,
                         "Reagent": "Ethanol",
                        "Frequency": 4,
                         "Group": null,
                        "Time": 2,
                         "Amount": 0.05,
                        "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,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "Drunk"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 3,867: Line 3,896:
         }
         }
     },
     },
     "PolytrinicAcid": {
     "Lexorin": {
         "id": "PolytrinicAcid",
         "id": "Lexorin",
         "name": "polytrinic acid",
         "name": "lexorin",
         "group": "Toxins",
         "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.",
         "desc": "Temporarily stops respiration and causes tissue damage. Large doses are fatal, and will cause people to pass out very quickly. Dexalin and Dexalin Plus will both remove it, however.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "pungent",
         "color": "#A1000BFF",
         "color": "#6B0007FF",
         "recipes": [
         "recipes": [
             "PolytrinicAcid"
             "Lexorin"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 3,883: Line 3,912:
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": null,
                                 "Caustic": 2
                            "groups": {
                             },
                                 "Airloss": 7
                            "groups": null
                             }
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
Line 3,893: Line 3,922:
                         "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 3,908: Line 3,927:
         }
         }
     },
     },
     "Desoxyephedrine": {
     "Hyronalin": {
         "id": "Desoxyephedrine",
         "id": "Hyronalin",
         "name": "desoxyephedrine",
         "name": "hyronalin",
         "group": "Narcotics",
         "group": "Medicine",
         "desc": "Desoxyephedrine is a potent stimulant with dangerous side-effects if too much is consumed.",
         "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": "translucent",
         "physicalDesc": "cloudy",
         "color": "#FAFAFAFF",
         "color": "#4CB580FF",
         "recipes": [
         "recipes": [
             "Desoxyephedrine"
             "Hyronalin"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 3,925: Line 3,944:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 0.75
                                 "Radiation": -1
                             },
                             },
                             "groups": null
                             "groups": null
Line 3,934: Line 3,953:
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    },
                    {
                        "ThirstAmount": -40,
                        "HungerAmount": -40,
                        "conditions": null,
                        "probability": 0.02,
                        "id": "ChemVomit"
                     },
                     },
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 2,
                                 "Heat": 2
                                "Asphyxiation": 2
                             },
                             },
                             "groups": null
                             "groups": null
Line 3,955: Line 3,980:
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    }
                ]
            },
            "Narcotic": {
                "rate": 0.5,
                "effects": [
                    {
                        "StatusLifetime": 2,
                        "conditions": null,
                        "probability": 1,
                        "WalkSpeedModifier": 1.35,
                        "SprintSpeedModifier": 1.35,
                        "id": "MovespeedModifier"
                    },
                    {
                        "Key": "Stutter",
                        "Component": "StutteringAccent",
                        "Time": 2,
                        "Refresh": true,
                        "Type": 0,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                     },
                     },
                     {
                     {
Line 3,984: Line 3,986:
                         "Time": 2,
                         "Time": 2,
                         "Refresh": true,
                         "Refresh": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "Jitter"
                    },
                    {
                        "Key": "Stun",
                        "Component": "",
                        "Time": 3,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    },
                    {
                        "Key": "KnockedDown",
                        "Component": "",
                        "Time": 3,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    }
                ]
            },
            "Medicine": {
                "rate": 0.5,
                "effects": [
                    {
                        "TimerReset": 600,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 20,
                                 "Min": 30,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": null,
Line 4,024: Line 3,995:
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "ResetNarcolepsy"
                         "id": "Jitter"
                     }
                     }
                 ]
                 ]
Line 4,030: Line 4,001:
         }
         }
     },
     },
     "Andalusia": {
     "Ethanol": {
         "id": "Andalusia",
         "id": "Ethanol",
         "name": "andalusia",
         "name": "ethanol",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A nice, strangely named drink.",
         "desc": "A simple alcohol, makes you drunk if consumed, flammable.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#665700FF",
         "color": "#B05B3CFF",
         "recipes": [
         "recipes": [],
            "Andalusia"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                         "damage": {
                         "probability": 1,
                            "types": {
                         "HydrationFactor": 2,
                                "Poison": 1
                         "id": "SatiateThirst"
                            },
                    },
                            "groups": null
                    {
                        },
                        "Reagent": "Ethanol",
                         "scaleByQuantity": false,
                        "Group": null,
                         "ignoreResistances": true,
                        "Amount": 0.05,
                         "conditions": [
                         "conditions": null,
                            {
                                "Min": 5,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Dwarf",
                                "ShouldHave": false,
                                "id": "OrganType"
                            }
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "HealthChange"
                    }
                ]
            }
        }
    },
    "Oats": {
        "id": "Oats",
        "name": "oats",
        "group": "Foods",
        "desc": "Used for a variety of tasty purposes.",
        "physicalDesc": "coarse",
        "color": "#D2B48CFF",
        "recipes": [],
        "metabolisms": {
            "Food": {
                "rate": 0.5,
                "effects": [
                    {
                        "Reagent": "Sugar",
                        "Group": null,
                        "Amount": 0.2,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     },
                     },
                     {
                     {
                         "Reagent": "Nutriment",
                         "damage": {
                        "Group": null,
                            "types": {
                        "Amount": 0.3,
                                "Poison": 0.2
                        "conditions": null,
                            },
                         "probability": 1,
                            "groups": null
                         "id": "AdjustReagent"
                        },
                    }
                         "scaleByQuantity": false,
                ]
                         "ignoreResistances": true,
            }
                        "conditions": [
        }
                            {
    },
                                "Min": 5,
    "Lexorin": {
                                "Max": 21474836,
        "id": "Lexorin",
                                "Reagent": null,
        "name": "lexorin",
                                "id": "ReagentThreshold"
        "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",
                                "Type": "Dwarf",
        "color": "#6B0007FF",
                                "ShouldHave": true,
        "recipes": [
                                "id": "OrganType"
            "Lexorin"
                            }
        ],
                        ],
        "metabolisms": {
                        "probability": 1,
            "Poison": {
                        "id": "HealthChange"
                "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": [
    "Ketchunaise": {
                            {
        "id": "Ketchunaise",
                                "Min": 3,
        "name": "ketchunaise",
                                "Max": 21474836,
        "group": "Foods",
                                "Reagent": "Ethanol",
        "desc": "So-called Russian dressing, popular among Space Americans.",
                                "id": "ReagentThreshold"
        "physicalDesc": "saucey",
                            },
        "color": "#FBA399FF",
                            {
        "recipes": [
                                "Type": "Dwarf",
            "CookingKetchunaise"
                                "ShouldHave": false,
        ],
                                "id": "OrganType"
        "metabolisms": null
                            }
    },
                        ],
    "MilkSoy": {
                        "probability": 0.04,
        "id": "MilkSoy",
                        "id": "ChemVomit"
        "name": "soy milk",
                    }
        "group": "Drinks",
                ]
        "desc": "Consumers favorite.",
            },
        "physicalDesc": "refreshing",
             "Alcohol": {
        "color": "#D2C29DFF",
        "recipes": [],
        "metabolisms": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "BoozePower": 20,
                        "SlurSpeech": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 4,
                         "id": "Drunk"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 4,159: Line 4,123:
         }
         }
     },
     },
     "GargleBlaster": {
     "Romerol": {
         "id": "GargleBlaster",
         "id": "Romerol",
         "name": "Pan-Galactic Gargle Blaster",
         "name": "romerol",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "Whoah, this stuff looks volatile!",
         "desc": "A difficult to procure chemical used in the reversal of the zombification process. Tastes like death.",
         "physicalDesc": "volatile",
         "physicalDesc": "acrid",
         "color": "#9CC8B4FF",
         "color": "#7E916EFF",
         "recipes": [
         "recipes": [
             "GargleBlaster"
             "Romerol"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 0.5
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.2,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 4,191: Line 4,154:
         }
         }
     },
     },
     "Coffee": {
     "Posca": {
         "id": "Coffee",
         "id": "Posca",
         "name": "coffee",
         "name": "posca",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A drink made from brewed coffee beans. Contains a moderate amount of caffeine.",
         "desc": "Poor warriors' drink from a forgotten era.",
         "physicalDesc": "aromatic",
         "physicalDesc": "sour",
         "color": "#664300FF",
         "color": "#B3B599FF",
         "recipes": [],
         "recipes": [
            "Posca"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 4,206: Line 4,171:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Theobromine",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 4,221: Line 4,178:
         }
         }
     },
     },
     "Leporazine": {
     "Potassium": {
         "id": "Leporazine",
         "id": "Potassium",
         "name": "leporazine",
         "name": "potassium",
         "group": "Medicine",
         "group": "Elements",
         "desc": "This keeps a patient's body temperature stable. High doses can allow short periods of unprotected EVA, but prevents use of the cryogenics tubes.",
         "desc": "A soft, shiny grey metal. Even more reactive than lithium.",
         "physicalDesc": "pungent",
        "physicalDesc": "shiny",
         "color": "#FF7DB5FF",
        "color": "#C6C8CCFF",
        "recipes": [],
        "metabolisms": null
    },
    "SulfuricAcid": {
        "id": "SulfuricAcid",
        "name": "sulfuric acid",
        "group": "Toxins",
        "desc": "A highly corrosive, oily, colorless liquid.",
         "physicalDesc": "oily",
         "color": "#BF8C00FF",
         "recipes": [
         "recipes": [
             "Leporazine"
             "SulfuricAcid"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 4,238: Line 4,205:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Cold": -4
                                 "Caustic": 2
                             },
                             },
                             "groups": null
                             "groups": null
Line 4,247: Line 4,214:
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    },
                    {
                        "Amount": 100000,
                        "conditions": [
                            {
                                "Min": 0,
                                "Max": 293.15,
                                "id": "Temperature"
                            }
                        ],
                        "probability": 1,
                        "id": "AdjustTemperature"
                    },
                    {
                        "Amount": -10000,
                        "conditions": [
                            {
                                "Min": 293.15,
                                "Max": 3.4028235e+38,
                                "id": "Temperature"
                            }
                        ],
                        "probability": 1,
                        "id": "AdjustTemperature"
                     },
                     },
                     {
                     {
                         "Messages": [
                         "Messages": [
                             "leporazine-effect-temperature-adjusting"
                             "generic-reagent-effect-burning-insides"
                         ],
                         ],
                         "Type": 1,
                         "Type": 1,
                         "VisualType": 2,
                         "VisualType": 4,
                         "conditions": null,
                         "conditions": null,
                         "probability": 0.2,
                         "probability": 0.33,
                         "id": "PopupMessage"
                         "id": "PopupMessage"
                     }
                     }
Line 4,286: Line 4,229:
         }
         }
     },
     },
     "EZNutrient": {
     "JuiceOrange": {
         "id": "EZNutrient",
         "id": "JuiceOrange",
         "name": "EZ nutrient",
         "name": "orange juice",
         "group": "Botanical",
         "group": "Drinks",
         "desc": "Give your plants some of those EZ nutrients!",
         "desc": "Both delicious AND rich in Vitamin C. What more do you need?",
         "physicalDesc": "thick",
         "physicalDesc": "citric",
         "color": "#664330FF",
         "color": "#E78108FF",
         "recipes": [
         "recipes": [],
            "EZNutrient"
        ],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": [
                        "conditions": null,
                             {
                        "probability": 1,
                                 "Type": "Plant",
                        "HydrationFactor": 3,
                                 "ShouldHave": true,
                        "id": "SatiateThirst"
                                 "id": "OrganType"
                    }
                ]
            }
        }
    },
    "Cognizine": {
        "id": "Cognizine",
        "name": "cognizine",
        "group": "Medicine",
        "desc": "A mysterious chemical which is able to make any non-sentient creature sentient.",
        "physicalDesc": "enigmatic",
        "color": "#B50EE8FF",
        "recipes": [
            "Cognizine"
        ],
        "metabolisms": {
            "Medicine": {
                "rate": 0.5,
                "effects": [
                    {
                         "conditions": [
                             {
                                 "Min": 5,
                                "Max": 21474836,
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                        "NutritionFactor": 3,
                         "id": "MakeSentient"
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 4,316: Line 4,281:
         }
         }
     },
     },
     "AtomicBomb": {
     "MilkOat": {
         "id": "AtomicBomb",
         "id": "MilkOat",
         "name": "atomic bomb",
         "name": "oat milk",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Nuclear proliferation never tasted so good.",
         "desc": "Surprisingly tasty.",
         "physicalDesc": "cloudy",
         "physicalDesc": "refreshing",
         "color": "#666300FF",
         "color": "#DEDACDFF",
         "recipes": [
         "recipes": [],
            "AtomicBomb"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 4,333: Line 4,296:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 4,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                     }
                    {
                 ]
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    },
                    {
                        "Reagent": "Radium",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                 ]
             }
             }
         }
         }
     },
     },
     "Lipozine": {
     "Dexalin": {
         "id": "Lipozine",
         "id": "Dexalin",
         "name": "lipozine",
         "name": "dexalin",
         "group": "Medicine",
         "group": "Medicine",
         "desc": "Causes weight loss upon consumption.",
         "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": "oily",
         "physicalDesc": "opaque",
         "color": "#2690B5FF",
         "color": "#0041A8FF",
         "recipes": [
         "recipes": [
             "Lipozine"
             "Dexalin"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 4,371: Line 4,318:
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Asphyxiation": -1,
                                "Bloodloss": -0.5
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "NutritionFactor": -1,
                         "id": "HealthChange"
                         "id": "SatiateHunger"
                    },
                    {
                        "damage": {
                            "types": {
                                "Asphyxiation": 3,
                                "Cold": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                "Min": 20,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 4,380: Line 4,356:
         }
         }
     },
     },
     "Fluorosurfactant": {
     "Egg": {
         "id": "Fluorosurfactant",
         "id": "Egg",
         "name": "fluorosurfactant",
         "name": "egg",
         "group": "Pyrotechnic",
         "group": "Foods",
         "desc": "A perfluoronated sulfonic acid that forms a foam when mixed with water.",
         "desc": "Used for baking.",
         "physicalDesc": "opaque",
         "physicalDesc": "mucus-like",
        "color": "#9E6B38FF",
         "color": "#FFFFFFFF",
        "recipes": [
            "Fluorosurfactant"
        ],
        "metabolisms": null
    },
    "JuiceCarrot": {
        "id": "JuiceCarrot",
        "name": "carrot juice",
        "group": "Drinks",
        "desc": "It's like a carrot, but less crunchy.",
        "physicalDesc": "crisp",
         "color": "#FF8820FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "conditions": null,
                         "Reagent": "Protein",
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Oculine",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    },
                    {
                         "Reagent": "Nutriment",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.5,
                         "Amount": 0.5,
Line 4,430: Line 4,380:
         }
         }
     },
     },
     "DevilsKiss": {
     "Hotsauce": {
         "id": "DevilsKiss",
         "id": "Hotsauce",
         "name": "devils kiss",
         "name": "hotsauce",
        "group": "Foods",
        "desc": "Burns so good.",
        "physicalDesc": "spicy",
        "color": "#FF0000FF",
        "recipes": [
            "CookingHotsauce"
        ],
        "metabolisms": null
    },
    "WhiskeySoda": {
        "id": "WhiskeySoda",
        "name": "whiskey soda",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Creepy time!",
         "desc": "For the more refined griffon.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#A68310FF",
         "color": "#533600FF",
         "recipes": [
         "recipes": [
             "DevilsKiss"
             "WhiskeySoda"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 4,453: Line 4,415:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.15,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 4,462: Line 4,424:
         }
         }
     },
     },
     "THC": {
     "LongIslandIcedTea": {
         "id": "THC",
         "id": "LongIslandIcedTea",
         "name": "THC",
         "name": "long island iced tea",
         "group": "Narcotics",
         "group": "Drinks",
         "desc": "The main psychoactive compound in cannabis.",
         "desc": "The liquor cabinet, brought together in a delicious mix. Intended for middle-aged alcoholic women only.",
         "physicalDesc": "crystalline",
         "physicalDesc": "strong-smelling",
         "color": "#808080FF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [
            "LongIslandIcedTea"
        ],
         "metabolisms": {
         "metabolisms": {
             "Narcotic": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Key": "SeeingRainbows",
                        "Component": "SeeingRainbows",
                        "Time": 5,
                        "Refresh": false,
                        "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 4,488: Line 4,456:
         }
         }
     },
     },
     "ErikaSurprise": {
     "AlliesCocktail": {
         "id": "ErikaSurprise",
         "id": "AlliesCocktail",
         "name": "erika surprise",
         "name": "allies cocktail",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "The surprise is, it's green!",
         "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": [
             "ErikaSurprise"
             "AlliesCocktail"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 4,520: Line 4,488:
         }
         }
     },
     },
     "Synaptizine": {
     "Martini": {
         "id": "Synaptizine",
         "id": "Martini",
         "name": "synaptizine",
         "name": "classic martini",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "Toxic, but treats hallucinations, drowsiness \u0026 halves the duration of paralysis, stuns and knockdowns. One unit is enough to treat hallucinations; two units is deadly.",
         "desc": "Vermouth with Gin. Not quite how 007 enjoyed it, but still delicious.",
         "physicalDesc": "pungent",
         "physicalDesc": "strong-smelling",
         "color": "#D49A2FFF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [
             "Synaptizine"
             "Martini"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Key": "Stun",
                         "Reagent": "Ethanol",
                         "Component": "",
                         "Group": null,
                        "Time": 3,
                         "Amount": 0.15,
                        "Refresh": true,
                         "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "AdjustReagent"
                    },
                    {
                        "Key": "KnockedDown",
                        "Component": "",
                        "Time": 3,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    },
                    {
                        "Key": "SeeingRainbows",
                        "Component": "",
                        "Time": 15,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                     }
                     }
                 ]
                 ]
Line 4,581: Line 4,520:
         }
         }
     },
     },
     "Lemonade": {
     "Fluorosurfactant": {
         "id": "Lemonade",
         "id": "Fluorosurfactant",
         "name": "lemonade",
         "name": "fluorosurfactant",
         "group": "Drinks",
         "group": "Pyrotechnic",
         "desc": "Drink using lemon juice, water, and a sweetener such as cane sugar or honey.",
         "desc": "A perfluoronated sulfonic acid that forms a foam when mixed with water.",
         "physicalDesc": "tart",
         "physicalDesc": "opaque",
         "color": "#FFFF00FF",
         "color": "#9E6B38FF",
         "recipes": [
         "recipes": [
             "Lemonade"
             "Fluorosurfactant"
         ],
         ],
         "metabolisms": {
        "metabolisms": null
             "Drink": {
    },
                 "rate": 0.5,
    "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 4,600: Line 4,551:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 4,605: Line 4,564:
         }
         }
     },
     },
     "Diethylamine": {
     "SpaceDrugs": {
         "id": "Diethylamine",
         "id": "SpaceDrugs",
         "name": "diethylamine",
         "name": "space drugs",
         "group": "Botanical",
         "group": "Narcotics",
         "desc": "A very potent fertilizer.",
         "desc": "An illegal compound which induces a number of effects such as loss of balance and visual artefacts.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "syrupy",
         "color": "#A1000BFF",
         "color": "#63806EFF",
         "recipes": [
         "recipes": [
             "Diethylamine"
             "SpaceDrugs"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Narcotic": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "Key": "SeeingRainbows",
                            "types": {
                        "Component": "SeeingRainbows",
                                "Caustic": 1
                        "Time": 5,
                            },
                         "Refresh": false,
                            "groups": null
                         "Type": 0,
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "GenericStatusEffect"
                     }
                     }
                 ]
                 ]
Line 4,636: Line 4,592:
         }
         }
     },
     },
     "SodaWater": {
     "IrishCream": {
         "id": "SodaWater",
         "id": "IrishCream",
         "name": "soda water",
         "name": "irish cream",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A container of club soda. Why not make a scotch and soda?",
         "desc": "Whiskey-imbued cream. What else could you expect from the Irish.",
         "physicalDesc": "fizzy",
         "physicalDesc": "creamy",
         "color": "#619494FF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [
        "metabolisms": {
             "IrishCream"
            "Drink": {
         ],
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 3,
                        "id": "SatiateThirst"
                    }
                ]
             }
        }
    },
    "MelonLiquor": {
        "id": "MelonLiquor",
        "name": "melon liquor",
        "group": "Drinks",
        "desc": "A relatively sweet and fruity 46 proof liquor.",
        "physicalDesc": "strong-smelling",
        "color": "#138808FF",
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 4,679: Line 4,615:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 4,688: Line 4,624:
         }
         }
     },
     },
     "Manhattan": {
     "Nothing": {
         "id": "Manhattan",
         "id": "Nothing",
         "name": "manhattan",
         "name": "nothing",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "The Detective's undercover drink of choice. He never could stomach gin...",
         "desc": "Absolutely nothing.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "nothing",
         "color": "#664300FF",
         "color": "#FFFFFFFF",
         "recipes": [
         "recipes": [],
            "Manhattan"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 4,707: Line 4,641:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 4,742: Line 4,668:
         }
         }
     },
     },
     "Ethylredoxrazine": {
     "Absinthe": {
         "id": "Ethylredoxrazine",
         "id": "Absinthe",
         "name": "ethylredoxrazine",
         "name": "absinthe",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "Neutralises the effects of alcohol in the blood stream. Though it is commonly needed, it is rarely requested.",
         "desc": "A anise-flavoured spirit derived from botanicals.",
         "physicalDesc": "opaque",
         "physicalDesc": "strong-smelling",
         "color": "#2D5708FF",
         "color": "#33EE00FF",
         "recipes": [
         "recipes": [],
            "Ethylredoxrazine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Key": "Drunk",
                        "Component": "",
                        "Time": 2,
                        "Refresh": true,
                        "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "damage": {
                         "Reagent": "Ethanol",
                            "types": {
                        "Group": null,
                                "Poison": -0.5
                         "Amount": 0.3,
                            },
                            "groups": null
                        },
                         "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 4,783: Line 4,698:
         }
         }
     },
     },
     "Mold": {
     "BraveBull": {
         "id": "Mold",
         "id": "BraveBull",
         "name": "mold",
         "name": "brave bull",
         "group": "Toxins",
         "group": "Drinks",
         "desc": "Often found in dark, humid places or on old bread.",
         "desc": "It's just as effective as Dutch-Courage!",
         "physicalDesc": "fuzzy",
         "physicalDesc": "strong-smelling",
         "color": "#8A9A5BFF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [
            "BraveBull"
        ],
         "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"
                     }
                     }
                 ]
                 ]
Line 4,812: Line 4,730:
         }
         }
     },
     },
     "Iron": {
     "SpiderBlood": {
         "id": "Iron",
         "id": "SpiderBlood",
         "name": "iron",
         "name": "blue blood",
         "group": "Elements",
         "group": "Biological",
         "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": "Doesn't taste like blueberry juice.",
         "physicalDesc": "metallic",
         "physicalDesc": "ferrous",
         "color": "#434B4DFF",
         "color": "#162581FF",
         "recipes": [],
         "recipes": [],
         "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": 1.5,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 4,835: Line 4,752:
         }
         }
     },
     },
     "Nothing": {
     "Silver": {
         "id": "Nothing",
         "id": "Silver",
         "name": "nothing",
         "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
    },
    "IrishCarBomb": {
        "id": "IrishCarBomb",
        "name": "irish car bomb",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Absolutely nothing.",
         "desc": "A troubling mixture of irish cream and ale.",
         "physicalDesc": "nothing",
         "physicalDesc": "bubbly",
         "color": "#FFFFFFFF",
         "color": "#2E6671FF",
         "recipes": [],
         "recipes": [
            "IrishCarBomb"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 4,852: Line 4,781:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 4,857: Line 4,794:
         }
         }
     },
     },
     "TheMartinez": {
     "Oats": {
         "id": "TheMartinez",
         "id": "Oats",
         "name": "The Martinez",
         "name": "oats",
         "group": "Drinks",
         "group": "Foods",
         "desc": "The edgerunner legend.  Remembered by a drink, Forgotten by a drunk.",
         "desc": "Used for a variety of tasty purposes.",
         "physicalDesc": "vibrant",
         "physicalDesc": "coarse",
         "color": "#75B1F0FF",
         "color": "#D2B48CFF",
         "recipes": [
         "recipes": [],
            "TheMartinez"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Reagent": "Sugar",
                        "Group": null,
                        "Amount": 0.2,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    },
                    {
                        "Reagent": "Nutriment",
                        "Group": null,
                        "Amount": 0.3,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 3,
                         "id": "AdjustReagent"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 4,881: Line 4,826:
         }
         }
     },
     },
     "TranexamicAcid": {
     "Whiskey": {
         "id": "TranexamicAcid",
         "id": "Whiskey",
         "name": "tranexamic acid",
         "name": "whiskey",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "A blood clotting medicine for preventing heavy bleeding. Very dangerous in large quantities.",
         "desc": "A type of distilled alcoholic beverage made from fermented grain mash.",
         "physicalDesc": "viscous",
         "physicalDesc": "strong-smelling",
         "color": "#BA7D7DFF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [],
            "TranexamicAcid"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Scaled": false,
                        "Amount": -1.5,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "ModifyBleedAmount"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "damage": {
                         "Reagent": "Ethanol",
                            "types": {
                        "Group": null,
                                "Bloodloss": 3
                        "Amount": 0.2,
                            },
                        "conditions": null,
                            "groups": null
                        "probability": 1,
                         },
                         "id": "AdjustReagent"
                        "scaleByQuantity": false,
                    }
                        "ignoreResistances": true,
                ]
            }
        }
    },
    "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": [
                         "conditions": [
                             {
                             {
                                 "Min": 15,
                                 "Type": "Plant",
                                "Max": 21474836,
                                 "ShouldHave": true,
                                 "Reagent": null,
                                 "id": "OrganType"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "NutritionFactor": 3,
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 4,926: Line 4,886:
         }
         }
     },
     },
     "WeldingFuel": {
     "Frezon": {
         "id": "WeldingFuel",
         "id": "Frezon",
         "name": "welding fuel",
         "name": "frezon",
         "group": "Pyrotechnic",
         "group": "Unknown",
         "desc": "Used by welders to weld.",
         "desc": "A highly effective coolant.. and hallucinogenic.",
         "physicalDesc": "oily",
         "physicalDesc": "gaseous",
         "color": "#A76B1CFF",
         "color": "#3A758CFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Gas": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 4,941: Line 4,901:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 1
                                 "Cellular": 0.01
                             },
                             },
                             "groups": null
                             "groups": null
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": true,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": [
                            {
                                "Min": 0.5,
                                "Max": 21474836,
                                "Reagent": "Frezon",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     },
                     },
                     {
                     {
                         "Multiplier": 0.4,
                         "Key": "SeeingRainbows",
                         "conditions": null,
                        "Component": "SeeingRainbows",
                        "Time": 5,
                        "Refresh": false,
                        "Type": 0,
                         "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Frezon",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "FlammableReaction"
                         "id": "GenericStatusEffect"
                     }
                     },
                ]
            }
        }
    },
    "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": [],
        "metabolisms": {
            "Food": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "conditions": null,
                        "BoozePower": 3,
                        "SlurSpeech": true,
                         "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Frezon",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "NutritionFactor": 1.5,
                         "id": "Drunk"
                         "id": "SatiateHunger"
                    },
                     }
                    {
                 ]
                        "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"
                     }
                 ]
             }
         }
         }
     },
     },
     "Phosphorus": {
     "SyndicateBomb": {
         "id": "Phosphorus",
         "id": "SyndicateBomb",
         "name": "phosphorus",
         "name": "syndicate bomb",
        "group": "Elements",
        "desc": "A reactive metal used in pyrotechnics and weapons.",
        "physicalDesc": "powdery",
        "color": "#EDE4E4FF",
        "recipes": [],
        "metabolisms": null
    },
    "Vodka": {
        "id": "Vodka",
        "name": "vodka",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Clear distilled alcoholic beverage that originates from Poland and Russia.",
         "desc": "Somebody set us up the bomb!",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "opaque",
         "color": "#D1D1D155",
         "color": "#2E6660FF",
         "recipes": [],
         "recipes": [
            "SyndicateBomb"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 5,014: Line 5,010:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.2,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 5,023: Line 5,019:
         }
         }
     },
     },
     "Booger": {
     "RobustHarvest": {
         "id": "Booger",
         "id": "RobustHarvest",
         "name": "booger",
         "name": "robust harvest",
         "group": "Drinks",
         "group": "Botanical",
         "desc": "Ewww...",
         "desc": "Plant-enhancing hormones, good for increasing potency.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "robust",
         "color": "#8CFF8CFF",
         "color": "#3E901CFF",
         "recipes": [
         "recipes": [
             "Booger"
             "RobustHarvest"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                "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"
                    }
                ]
            }
        }
    },
    "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": [
Line 5,072: Line 5,036:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 0.5
                                 "Poison": -2,
                                "Blunt": -3,
                                "Slash": -3,
                                "Piercing": -3
                             },
                             },
                             "groups": null
                             "groups": null
Line 5,078: Line 5,045:
                         "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 5,086: Line 5,059:
         }
         }
     },
     },
     "Stimulants": {
     "Corpium": {
         "id": "Stimulants",
         "id": "Corpium",
         "name": "stimulants",
         "name": "corpium",
         "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 Syndicate cocktail, carefully harvested from various sources. You wouldn't want this inside of you.",
         "physicalDesc": "energizing",
         "physicalDesc": "necrotic",
         "color": "#9A040EFF",
         "color": "#7668A1FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Narcotic": {
             "Poison": {
                 "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": 1
                             },
                             },
                             "groups": null
                             "groups": null
Line 5,115: Line 5,080:
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": null,
                            {
                                "Min": 80,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     },
                     }
                ]
            }
        }
    },
    "Sbiten": {
        "id": "Sbiten",
        "name": "sbiten",
        "group": "Drinks",
        "desc": "A spicy Vodka! Might be a little hot for the little guys!",
        "physicalDesc": "strong-smelling",
        "color": "#004166FF",
        "recipes": [
            "Sbiten"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                        "Key": "Stun",
                        "Component": "",
                        "Time": 3,
                        "Refresh": true,
                        "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Key": "KnockedDown",
                         "Reagent": "Ethanol",
                         "Component": "",
                         "Group": null,
                        "Time": 3,
                         "Amount": 0.05,
                        "Refresh": true,
                         "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
             },
             }
             "Medicine": {
        }
                 "rate": 0.2,
    },
    "Starkist": {
        "id": "Starkist",
        "name": "starkist",
        "group": "Drinks",
        "desc": "A sweet, orange flavored soft drink.",
        "physicalDesc": "fizzy",
        "color": "#9F3400FF",
        "recipes": [
            "Starkist"
        ],
        "metabolisms": {
             "Drink": {
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "TimerReset": 600,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "ResetNarcolepsy"
                        "HydrationFactor": 2,
                     },
                         "id": "SatiateThirst"
                     }
                ]
            }
        }
    },
    "Antifreeze": {
        "id": "Antifreeze",
        "name": "antifreeze",
        "group": "Drinks",
        "desc": "Ultimate refreshment.",
        "physicalDesc": "translucent",
        "color": "#FF7D63FF",
        "recipes": [
            "Antifreeze"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "NutritionFactor": 1,
                         "HydrationFactor": 2,
                         "id": "SatiateHunger"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 1,
                         "id": "AdjustReagent"
                        "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"
                     }
                 ]
                 ]
             }
             }
         }
         }
     },
     },
     "Nutriment": {
     "Fluorine": {
         "id": "Nutriment",
         "id": "Fluorine",
         "name": "nutriment",
         "name": "fluorine",
         "group": "Foods",
         "group": "Elements",
         "desc": "All the vitamins, minerals, and carbohydrates the body needs in pure form.",
         "desc": "A highly toxic pale yellow gas. Extremely reactive.",
         "physicalDesc": "opaque",
        "physicalDesc": "gaseous",
         "color": "#664330FF",
        "color": "#808080FF",
        "recipes": [],
        "metabolisms": null
    },
    "DryRamen": {
        "id": "DryRamen",
        "name": "dry ramen",
        "group": "Drinks",
        "desc": "Dry noodles and salt.",
         "physicalDesc": "wormy",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 5,208: Line 5,201:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "NutritionFactor": 3,
                         "NutritionFactor": 1,
                         "id": "SatiateHunger"
                         "id": "SatiateHunger"
                     }
                     }
Line 5,215: Line 5,208:
         }
         }
     },
     },
     "Starkist": {
     "VodkaMartini": {
         "id": "Starkist",
         "id": "VodkaMartini",
         "name": "starkist",
         "name": "vodka martini",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A sweet, orange flavored soft drink.",
         "desc": "Vodka with Gin. Not quite how 007 enjoyed it, but still delicious.",
         "physicalDesc": "fizzy",
         "physicalDesc": "strong-smelling",
         "color": "#9F3400FF",
         "color": "#004666FF",
         "recipes": [
         "recipes": [
             "Starkist"
             "VodkaMartini"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 5,234: Line 5,227:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                 ]
                 ]
             }
             }
         }
         }
     },
     },
     "Cryptobiolin": {
     "RootBeerFloat": {
         "id": "Cryptobiolin",
         "id": "RootBeerFloat",
         "name": "cryptobiolin",
         "name": "root beer float",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "Causes confusion and dizziness. This is essential to make Spaceacillin.",
         "desc": "Root beer, but now with ice cream on top. It truly is the magnum opus of Canadian summertime drinks.",
         "physicalDesc": "fizzy",
         "physicalDesc": "reagent-physical-desc-fizzy and creamy",
         "color": "#081A80FF",
         "color": "#4F361FFF",
         "recipes": [
         "recipes": [
             "Cryptobiolin"
             "RootBeerFloat"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Key": "Stutter",
                        "Component": "ScrambledAccent",
                        "Time": 2,
                        "Refresh": true,
                        "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
             },
             }
             "Alcohol": {
        }
    },
    "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": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "BoozePower": 20,
                         "Messages": [
                         "SlurSpeech": false,
                            "carpetium-effect-blood-fibrous",
                            "carpetium-effect-jumpsuit-insides"
                        ],
                        "Type": 1,
                         "VisualType": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 0.1,
                         "id": "Drunk"
                         "id": "PopupMessage"
                    },
                    {
                        "Reagent": "CarpoToxin",
                        "Group": null,
                        "Amount": -3,
                        "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "CarpoToxin",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,279: Line 5,308:
         }
         }
     },
     },
     "Hydrogen": {
     "Soysauce": {
         "id": "Hydrogen",
         "id": "Soysauce",
         "name": "hydrogen",
         "name": "soy sauce",
         "group": "Elements",
         "group": "Foods",
         "desc": "A light, flammable gas.",
         "desc": "A salty soy-based flavoring.",
        "physicalDesc": "gaseous",
         "physicalDesc": "salty",
        "color": "#808080FF",
         "color": "#8B4513FF",
        "recipes": [],
        "metabolisms": null
    },
    "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": [
         "recipes": [
             "IrishCream"
             "CookingSoysauce"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 5,306: Line 5,325:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "NutritionFactor": 0.5,
                         "id": "SatiateThirst"
                         "id": "SatiateHunger"
                     },
                     },
                     {
                     {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                        "HydrationFactor": -0.5,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 5,321: Line 5,338:
         }
         }
     },
     },
     "BahamaMama": {
     "Milk": {
         "id": "BahamaMama",
         "id": "Milk",
         "name": "bahama mama",
         "name": "milk",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Tropical cocktail.",
         "desc": "An opaque white liquid produced by the mammary glands of mammals.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "opaque",
         "color": "#FF7F3BFF",
         "color": "#DFDFDFFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 5,336: Line 5,353:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 4,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,351: Line 5,360:
         }
         }
     },
     },
     "Radium": {
     "SodiumCarbonate": {
         "id": "Radium",
         "id": "SodiumCarbonate",
         "name": "radium",
         "name": "Sodium Carbonate",
         "group": "Elements",
         "group": "Unknown",
         "desc": "A radioactive metal, silvery-white in its pure form. It glows due to its radioactivity and is highly toxic.",
         "desc": "A white, odorless, water-soluble salt that yields an alkaline solution in water.  Also known as soda ash.",
         "physicalDesc": "glowing",
        "physicalDesc": "powdery",
         "color": "#00FF04FF",
        "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": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Radiation": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 3,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 5,380: Line 5,394:
         }
         }
     },
     },
     "Cryoxadone": {
     "Hydrogen": {
         "id": "Cryoxadone",
         "id": "Hydrogen",
         "name": "cryoxadone",
         "name": "hydrogen",
         "group": "Medicine",
         "group": "Elements",
         "desc": "Required for the proper function of cryogenics. Heals all standard types of damage very swiftly, but only works in temperatures under 170K (usually this means cryo cells). Can also slowly heal clone damage, such as caused by cloning or Slimes.",
         "desc": "A light, flammable gas.",
         "physicalDesc": "fizzy",
        "physicalDesc": "gaseous",
         "color": "#0091FFFF",
        "color": "#808080FF",
        "recipes": [],
        "metabolisms": null
    },
    "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": [
         "recipes": [
             "Cryoxadone"
             "VodkaTonic"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "conditions": null,
                            "types": null,
                        "probability": 1,
                            "groups": {
                        "HydrationFactor": 2,
                                "Airloss": -6,
                        "id": "SatiateThirst"
                                "Brute": -4,
                    },
                                "Burn": -6,
                    {
                                "Toxin": -4
                         "Reagent": "Ethanol",
                            }
                         "Group": null,
                        },
                         "Amount": 0.15,
                         "scaleByQuantity": false,
                        "conditions": null,
                         "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 0,
                                "Max": 150,
                                "id": "Temperature"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,420: Line 5,436:
         }
         }
     },
     },
     "JuiceGrape": {
     "AtomicBomb": {
         "id": "JuiceGrape",
         "id": "AtomicBomb",
         "name": "grape juice",
         "name": "atomic bomb",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Freshly squeezed juice from red grapes. Quite sweet.",
         "desc": "Nuclear proliferation never tasted so good.",
         "physicalDesc": "crisp",
         "physicalDesc": "cloudy",
         "color": "#512284FF",
         "color": "#666300FF",
         "recipes": [],
         "recipes": [
            "AtomicBomb"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 5,435: Line 5,453:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    },
                    {
                        "Reagent": "Radium",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,442: Line 5,476:
         }
         }
     },
     },
     "Corpium": {
     "NuclearCola": {
         "id": "Corpium",
         "id": "NuclearCola",
         "name": "corpium",
         "name": "nuclear cola",
         "group": "Unknown",
         "group": "Drinks",
         "desc": "A Syndicate cocktail, carefully harvested from various sources. You wouldn't want this inside of you.",
         "desc": "Cola, cola never changes.",
         "physicalDesc": "necrotic",
         "physicalDesc": "fizzy",
         "color": "#7668A1FF",
         "color": "#100800FF",
         "recipes": [],
         "recipes": [
            "NuclearCola"
        ],
         "metabolisms": {
         "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 6,
                        "id": "SatiateThirst"
                    }
                ]
            },
             "Poison": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
Line 5,457: Line 5,504:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Cellular": 1
                                 "Poison": 1
                             },
                             },
                             "groups": null
                             "groups": null
Line 5,471: Line 5,518:
         }
         }
     },
     },
     "Pilk": {
     "FluorosulfuricAcid": {
         "id": "Pilk",
         "id": "FluorosulfuricAcid",
         "name": "pilk",
         "name": "fluorosulfuric acid",
         "group": "Drinks",
         "group": "Toxins",
         "desc": "A sickening mixture of milk and cola.",
         "desc": "An extremely corrosive chemical substance.",
         "physicalDesc": "creamy",
         "physicalDesc": "strong-smelling",
         "color": "#E7C69FFF",
         "color": "#5050FFFF",
         "recipes": [
         "recipes": [
             "Pilk"
             "FluorosulfuricAcid"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "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,
                         "HydrationFactor": 1,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                    },
                    {
                        "Messages": [
                            "generic-reagent-effect-burning-insides"
                        ],
                        "Type": 1,
                        "VisualType": 4,
                        "conditions": null,
                        "probability": 0.33,
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 5,495: Line 5,559:
         }
         }
     },
     },
     "CubaLibre": {
     "Charcoal": {
         "id": "CubaLibre",
         "id": "Charcoal",
         "name": "cuba libre",
         "name": "charcoal",
         "group": "Drinks",
         "group": "Unknown",
         "desc": "Rum, mixed with cola. Viva la revolucion.",
         "desc": "A black, porous solid",
         "physicalDesc": "bubbly",
         "physicalDesc": "porous",
         "color": "#3E1B00FF",
         "color": "#22282BFF",
         "recipes": [
         "recipes": [
             "CubaLibre"
             "Charcoal"
         ],
         ],
         "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",
                         "CleanseRate": 3,
                        "Group": null,
                        "Amount": 0.15,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "ChemCleanBloodstream"
                     }
                     }
                 ]
                 ]
Line 5,527: Line 5,596:
         }
         }
     },
     },
     "Impedrezene": {
     "Flour": {
         "id": "Impedrezene",
         "id": "Flour",
         "name": "impedrezene",
         "name": "flour",
         "group": "Narcotics",
         "group": "Foods",
         "desc": "A narcotic that impedes one's ability by slowing down the higher brain cell functions. Causes massive brain damage.",
         "desc": "Used for baking.",
         "physicalDesc": "acrid",
         "physicalDesc": "powdery",
         "color": "#215263FF",
         "color": "#FFFFFFFF",
         "recipes": [
         "recipes": [],
            "Impedrezene"
        ],
         "metabolisms": {
         "metabolisms": {
             "Narcotic": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "StatusLifetime": 2,
                         "Reagent": "Sugar",
                        "Group": null,
                        "Amount": 0.4,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "WalkSpeedModifier": 0.65,
                         "id": "AdjustReagent"
                        "SprintSpeedModifier": 0.65,
                         "id": "MovespeedModifier"
                     },
                     },
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": -0.2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Key": "SeeingRainbows",
                         "Reagent": "Nutriment",
                         "Component": "SeeingRainbows",
                         "Group": null,
                        "Time": 10,
                         "Amount": 0.1,
                        "Refresh": false,
                         "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "AdjustReagent"
                    },
                    {
                        "ThirstAmount": -40,
                        "HungerAmount": -40,
                        "conditions": null,
                        "probability": 0.05,
                        "id": "ChemVomit"
                    },
                    {
                        "BoozePower": 5,
                        "SlurSpeech": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "Drunk"
                     }
                     }
                 ]
                 ]
Line 5,590: Line 5,634:
         }
         }
     },
     },
     "PestKiller": {
     "Vodka": {
         "id": "PestKiller",
         "id": "Vodka",
         "name": "pest killer",
         "name": "vodka",
         "group": "Botanical",
         "group": "Drinks",
         "desc": "A mixture that targets pests.",
         "desc": "Clear distilled alcoholic beverage that originates from Poland and Russia.",
         "physicalDesc": "bubbling",
         "physicalDesc": "strong-smelling",
         "color": "#9E9886FF",
         "color": "#D1D1D155",
         "recipes": [],
         "recipes": [],
         "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.2,
                            {
                        "conditions": null,
                                "Type": "Plant",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,625: Line 5,664:
         }
         }
     },
     },
     "Inaprovaline": {
     "Toxin": {
         "id": "Inaprovaline",
         "id": "Toxin",
         "name": "inaprovaline",
         "name": "toxin",
         "group": "Medicine",
         "group": "Toxins",
         "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 toxic chemical.",
         "physicalDesc": "opaque",
         "physicalDesc": "opaque",
         "color": "#731024FF",
         "color": "#CF3600FF",
         "recipes": [
         "recipes": [],
            "Inaprovaline"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 5,642: Line 5,679:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Asphyxiation": -5
                                 "Poison": 4
                             },
                             },
                             "groups": null
                             "groups": null
Line 5,648: Line 5,685:
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": null,
                            {
                         "probability": 1,
                                "mobstate": 2,
                                "id": "MobStateCondition"
                            }
                        ],
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    },
                    {
                        "Scaled": false,
                        "Amount": -0.25,
                        "conditions": null,
                        "probability": 1,
                        "id": "ModifyBleedAmount"
                     }
                     }
                 ]
                 ]
Line 5,668: Line 5,693:
         }
         }
     },
     },
     "Miasma": {
     "Lithium": {
         "id": "Miasma",
         "id": "Lithium",
         "name": "miasma",
         "name": "lithium",
         "group": "Unknown",
         "group": "Elements",
         "desc": "Uh oh, stinky!",
         "desc": "A soft, silvery-white alkali metal. It's highly reactive, and ignites if it makes contact with water.",
         "physicalDesc": "gaseous",
         "physicalDesc": "shiny",
         "color": "#56941EFF",
         "color": "#C6C8CCFF",
         "recipes": [],
         "recipes": [],
        "metabolisms": null
    },
    "Silencer": {
        "id": "Silencer",
        "name": "silencer",
        "group": "Drinks",
        "desc": "A drink from Mime Heaven.",
        "physicalDesc": "strong-smelling",
        "color": "#004666FF",
        "recipes": [
            "Silencer"
        ],
         "metabolisms": {
         "metabolisms": {
             "Gas": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "Key": "Muted",
                            "types": {
                        "Component": "Muted",
                                "Poison": 0.25
                        "Time": 2,
                            },
                        "Refresh": true,
                            "groups": null
                         "Type": 0,
                         },
                         "conditions": null,
                         "scaleByQuantity": false,
                         "probability": 1,
                         "ignoreResistances": true,
                         "id": "GenericStatusEffect"
                         "conditions": [
                    },
                            {
                    {
                                "Type": "Rat",
                        "conditions": null,
                                "ShouldHave": false,
                        "probability": 1,
                                "id": "OrganType"
                        "HydrationFactor": 2,
                            },
                        "id": "SatiateThirst"
                            {
                    }
                                "Min": 1,
                ]
                                "Max": 21474836,
            }
                                "Reagent": "Miasma",
        }
                                "id": "ReagentThreshold"
    },
                            }
    "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": {
                "rate": 0.5,
                "effects": [
                    {
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "ThirstAmount": -40,
                         "Reagent": "Ethanol",
                         "HungerAmount": -40,
                        "Group": null,
                         "conditions": [
                         "Amount": 0.05,
                            {
                         "conditions": null,
                                "Type": "Rat",
                        "probability": 1,
                                "ShouldHave": false,
                        "id": "AdjustReagent"
                                "id": "OrganType"
                    }
                            },
                ]
                            {
            }
                                "Min": 0.8,
        }
                                "Max": 21474836,
    },
                                "Reagent": "Miasma",
    "TequilaSunrise": {
                                "id": "ReagentThreshold"
        "id": "TequilaSunrise",
                            }
        "name": "tequila sunrise",
                        ],
        "group": "Drinks",
                        "probability": 0.12,
        "desc": "Tequila and orange juice. Much like a Screwdriver, only Mexican.",
                        "id": "ChemVomit"
        "physicalDesc": "strong-smelling",
                    },
        "color": "#FFE48CFF",
        "recipes": [
            "TequilaSunrise"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "Messages": [
                         "conditions": null,
                            "miasma-smell"
                         "probability": 1,
                        ],
                         "HydrationFactor": 2,
                         "Type": 1,
                         "id": "SatiateThirst"
                         "VisualType": 2,
                        "conditions": [
                            {
                                "Min": 0.25,
                                "Max": 21474836,
                                "Reagent": "Miasma",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 0.1,
                         "id": "PopupMessage"
                     },
                     },
                     {
                     {
                         "damage": {
                         "Reagent": "Ethanol",
                            "types": {
                        "Group": null,
                                "Blunt": -4,
                         "Amount": 0.15,
                                "Slash": -3,
                         "conditions": null,
                                "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,
                         "id": "HealthChange"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 5,772: Line 5,801:
         }
         }
     },
     },
     "Phalanximine": {
     "Ethylredoxrazine": {
         "id": "Phalanximine",
         "id": "Ethylredoxrazine",
         "name": "phalanximine",
         "name": "ethylredoxrazine",
         "group": "Medicine",
         "group": "Medicine",
         "desc": "Used in the treatment of cancer. Causes moderate radiation poisoning.",
         "desc": "Neutralises the effects of alcohol in the blood stream. Though it is commonly needed, it is rarely requested.",
         "physicalDesc": "acrid",
         "physicalDesc": "opaque",
         "color": "#C8FF75FF",
         "color": "#2D5708FF",
         "recipes": [
         "recipes": [
             "Phalanximine"
             "Ethylredoxrazine"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 5,786: Line 5,815:
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                    {
                        "Key": "Drunk",
                        "Component": "",
                        "Time": 2,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                        "probability": 1,
                        "id": "GenericStatusEffect"
                    },
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Cellular": -1,
                                 "Poison": -0.5
                                "Radiation": 1
                             },
                             },
                             "groups": null
                             "groups": null
Line 5,799: Line 5,837:
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    },
                    {
                        "ThirstAmount": -40,
                        "HungerAmount": -40,
                        "conditions": null,
                        "probability": 0.05,
                        "id": "ChemVomit"
                     }
                     }
                 ]
                 ]
Line 5,811: Line 5,842:
         }
         }
     },
     },
     "SpaceDrugs": {
     "Sake": {
         "id": "SpaceDrugs",
         "id": "Sake",
         "name": "space drugs",
         "name": "sake",
         "group": "Narcotics",
         "group": "Drinks",
         "desc": "An illegal compound which induces a number of effects such as loss of balance and visual artefacts.",
         "desc": "Alcoholic beverage made by fermenting rice that has been polished.",
         "physicalDesc": "syrupy",
         "physicalDesc": "strong-smelling",
         "color": "#63806EFF",
         "color": "#DDDDDDFF",
         "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": 2,
                    }
                         "id": "SatiateThirst"
                ]
            }
        }
    },
    "DemonsBlood": {
        "id": "DemonsBlood",
        "name": "demons blood",
        "group": "Drinks",
        "desc": "AHHHH!!!!",
        "physicalDesc": "strong-smelling",
        "color": "#A70000FF",
        "recipes": [
            "DemonsBlood"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
Line 5,871: Line 5,872:
         }
         }
     },
     },
     "UnstableMutagen": {
     "Desoxyephedrine": {
         "id": "UnstableMutagen",
         "id": "Desoxyephedrine",
         "name": "unstable mutagen",
         "name": "desoxyephedrine",
         "group": "Toxins",
         "group": "Narcotics",
         "desc": "Causes mutations when injected into living people or plants. High doses may be lethal, especially in humans.",
         "desc": "Desoxyephedrine is a potent stimulant with dangerous side-effects if too much is consumed.",
         "physicalDesc": "glowing",
         "physicalDesc": "translucent",
         "color": "#00FF5FFF",
         "color": "#FAFAFAFF",
         "recipes": [
         "recipes": [
             "UnstableMutagen"
             "Desoxyephedrine"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 5,888: Line 5,889:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Radiation": 3
                                 "Poison": 0.75
                             },
                             },
                             "groups": null
                             "groups": null
Line 5,895: Line 5,896:
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                        "damage": {
                            "types": {
                                "Poison": 2,
                                "Asphyxiation": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
             }
             },
        }
    },
    "Mayo": {
        "id": "Mayo",
        "name": "mayonnaise",
        "group": "Foods",
        "desc": "Creamy sauce, made from oil, egg, and some (edible) acid.",
        "physicalDesc": "thick",
        "color": "#F9F5E5FF",
        "recipes": [
            "CookingMayoVinegar",
            "CookingMayoLemon"
        ],
        "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": {
             "Narcotic": {
                 "rate": 0.5,
                 "rate": 0.5,
Line 5,933: Line 5,929:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "WalkSpeedModifier": 1.25,
                         "WalkSpeedModifier": 1.35,
                         "SprintSpeedModifier": 1.25,
                         "SprintSpeedModifier": 1.35,
                         "id": "MovespeedModifier"
                         "id": "MovespeedModifier"
                     },
                     },
                     {
                     {
                         "damage": {
                         "Key": "Stutter",
                            "types": {
                        "Component": "StutteringAccent",
                                "Poison": 2,
                         "Time": 2,
                                "Asphyxiation": 2
                         "Refresh": true,
                            },
                         "Type": 0,
                            "groups": null
                        "conditions": null,
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 20,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "GenericStatusEffect"
                     },
                     },
                     {
                     {
Line 5,970: Line 5,955:
                         "Key": "Stun",
                         "Key": "Stun",
                         "Component": "",
                         "Component": "",
                         "Time": 1,
                         "Time": 3,
                         "Refresh": true,
                         "Refresh": true,
                         "Type": 1,
                         "Type": 1,
Line 5,980: Line 5,965:
                         "Key": "KnockedDown",
                         "Key": "KnockedDown",
                         "Component": "",
                         "Component": "",
                         "Time": 1,
                         "Time": 3,
                         "Refresh": true,
                         "Refresh": true,
                         "Type": 1,
                         "Type": 1,
Line 5,986: Line 5,971:
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "GenericStatusEffect"
                    },
                     }
                    {
                        "Messages": [
                            "ephedrine-effect-tight-pain",
                            "ephedrine-effect-heart-pounds"
                        ],
                        "Type": 1,
                        "VisualType": 2,
                        "conditions": null,
                        "probability": 0.05,
                        "id": "PopupMessage"
                     }
                 ]
                 ]
             },
             },
Line 6,007: Line 5,981:
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 30,
                                 "Min": 20,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": null,
Line 6,020: Line 5,994:
         }
         }
     },
     },
     "Grog": {
     "Nicotine": {
         "id": "Grog",
         "id": "Nicotine",
         "name": "grog",
         "name": "Nicotine",
        "group": "Narcotics",
        "desc": "Dangerous and highly addictive.",
        "physicalDesc": "strong-smelling",
        "color": "#C0C0C0FF",
        "recipes": [],
        "metabolisms": null
    },
    "Vermouth": {
        "id": "Vermouth",
        "name": "vermouth",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Watered-down rum, pirate approved!",
         "desc": "Aromatized, fortified white wine flavored with various botanicals.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#664300FF",
         "color": "#91FF91FF",
         "recipes": [
         "recipes": [],
            "Grog"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 6,052: Line 6,034:
         }
         }
     },
     },
     "Ale": {
     "SpaceGlue": {
         "id": "Ale",
         "id": "SpaceGlue",
         "name": "ale",
         "name": "space glue",
         "group": "Drinks",
         "group": "Unknown",
         "desc": "A dark alchoholic beverage made by malted barley and yeast.",
         "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": "bubbly",
         "physicalDesc": "sticky",
         "color": "#663100FF",
         "color": "#FFFFFFFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Narcotic": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Key": "SeeingRainbows",
                        "Component": "SeeingRainbows",
                        "Time": 5,
                        "Refresh": false,
                        "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "GenericStatusEffect"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Key": "Muted",
                         "Group": null,
                         "Component": "Muted",
                         "Amount": 0.05,
                        "Time": 5,
                        "Refresh": false,
                         "Type": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "GenericStatusEffect"
                     }
                     }
                 ]
                 ]
Line 6,082: Line 6,070:
         }
         }
     },
     },
     "Antifreeze": {
     "JuicePotato": {
         "id": "Antifreeze",
         "id": "JuicePotato",
         "name": "antifreeze",
         "name": "potato juice",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Ultimate refreshment.",
         "desc": "Juice of the potato. Bleh.",
         "physicalDesc": "translucent",
         "physicalDesc": "starchy",
         "color": "#FF7D63FF",
         "color": "#302000FF",
         "recipes": [
         "recipes": [],
            "Antifreeze"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 6,099: Line 6,085:
                         "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 6,114: Line 6,092:
         }
         }
     },
     },
     "GreenTea": {
     "NitrousOxide": {
         "id": "GreenTea",
         "id": "NitrousOxide",
         "name": "green tea",
         "name": "nitrous oxide",
         "group": "Drinks",
         "group": "Unknown",
         "desc": "Tasty green tea.",
         "desc": "You know how everything seems funnier when you're tired? Well...",
         "physicalDesc": "aromatic",
         "physicalDesc": "gaseous",
         "color": "#C33F00FF",
         "color": "#808080FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Gas": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                         "Messages": [
                         "probability": 1,
                            "effect-sleepy"
                         "HydrationFactor": 3,
                        ],
                         "id": "SatiateThirst"
                         "Type": 1,
                    }
                         "VisualType": 2,
                ]
                         "conditions": [
            }
                            {
        }
                                "Min": 0.5,
    },
                                "Max": 21474836,
    "DeadRum": {
                                "Reagent": "NitrousOxide",
        "id": "DeadRum",
                                "id": "ReagentThreshold"
        "name": "deadrum",
                            },
        "group": "Drinks",
                            {
        "desc": "Distilled alcoholic drink made from saltwater.",
                                "Type": "Slime",
        "physicalDesc": "strong-smelling",
                                "ShouldHave": false,
        "color": "#664300FF",
                                "id": "OrganType"
        "recipes": [],
                            }
        "metabolisms": {
                        ],
            "Drink": {
                        "probability": 0.1,
                "rate": 0.5,
                        "id": "PopupMessage"
                "effects": [
                    },
                     {
                     {
                         "conditions": null,
                        "StatusLifetime": 2,
                         "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "NitrousOxide",
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Slime",
                                "ShouldHave": false,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "WalkSpeedModifier": 0.65,
                         "id": "SatiateThirst"
                        "SprintSpeedModifier": 0.65,
                         "id": "MovespeedModifier"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Key": "ForcedSleep",
                         "Group": null,
                        "Component": "ForcedSleeping",
                         "Amount": 0.2,
                        "Time": 3,
                         "conditions": null,
                        "Refresh": true,
                         "probability": 1,
                        "Type": 0,
                         "id": "AdjustReagent"
                        "conditions": [
                     }
                            {
                                "Min": 1.8,
                                "Max": 21474836,
                                "Reagent": "NitrousOxide",
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Slime",
                                "ShouldHave": false,
                                "id": "OrganType"
                            }
                        ],
                        "probability": 1,
                         "id": "GenericStatusEffect"
                    },
                    {
                         "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"
                     }
                 ]
                 ]
             }
             }
         }
         }
     },
     },
     "Amasec": {
     "Andalusia": {
         "id": "Amasec",
         "id": "Andalusia",
         "name": "amasec",
         "name": "andalusia",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Official drink of the Gun Club!",
         "desc": "A nice, strangely named drink.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#124DA7FF",
         "color": "#665700FF",
         "recipes": [
         "recipes": [
             "Amasec"
             "Andalusia"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 6,198: Line 6,229:
         }
         }
     },
     },
     "Hyronalin": {
     "SodaWater": {
         "id": "Hyronalin",
         "id": "SodaWater",
         "name": "hyronalin",
         "name": "soda water",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "A weak treatment for radiation damage. Considered to be useful mainly for genetic modification, where it reduces radiation levels, and thus the chance of genetic mutations. Largely outclassed by Arithrazine.",
         "desc": "A container of club soda. Why not make a scotch and soda?",
         "physicalDesc": "cloudy",
         "physicalDesc": "fizzy",
         "color": "#4CB580FF",
         "color": "#619494FF",
         "recipes": [
         "recipes": [],
            "Hyronalin"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Radiation": -1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 3,
                     },
                         "id": "SatiateThirst"
                    {
                     }
                        "ThirstAmount": -40,
                ]
                        "HungerAmount": -40,
            }
                        "conditions": null,
        }
                        "probability": 0.02,
    },
                        "id": "ChemVomit"
    "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": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Heat": 2
                                 "Poison": 0.06
                             },
                             },
                             "groups": null
                             "groups": null
Line 6,243: Line 6,274:
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 30,
                                 "Min": 1,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Animal",
                                "ShouldHave": true,
                                "id": "OrganType"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     },
                     }
                    {
                ]
                        "Amplitude": 10,
            }
                        "Frequency": 4,
        }
                        "Time": 2,
    },
                        "Refresh": true,
    "Fiber": {
                        "conditions": [
        "id": "Fiber",
                            {
        "name": "fiber",
                                "Min": 30,
        "group": "Unknown",
                                "Max": 21474836,
        "desc": "A raw material, usually extracted from wool or other fabric products.",
                                "Reagent": null,
        "physicalDesc": "fibrous",
                                "id": "ReagentThreshold"
        "color": "#808080FF",
                            }
        "recipes": [],
                        ],
        "metabolisms": null
                        "probability": 1,
                        "id": "Jitter"
                    }
                ]
            }
        }
     },
     },
     "LongIslandIcedTea": {
     "Dermaline": {
         "id": "LongIslandIcedTea",
         "id": "Dermaline",
         "name": "long island iced tea",
         "name": "dermaline",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "The liquor cabinet, brought together in a delicious mix. Intended for middle-aged alcoholic women only.",
         "desc": "An advanced chemical that is more effective at treating burn damage than Kelotane.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "translucent",
         "color": "#664300FF",
         "color": "#215263FF",
         "recipes": [
         "recipes": [
             "LongIslandIcedTea"
             "Dermaline"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Heat": -1.5,
                                "Shock": -1.5,
                                "Cold": -1.5
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "damage": {
                         "Group": null,
                            "types": {
                         "Amount": 0.15,
                                "Asphyxiation": 1,
                         "conditions": null,
                                "Cold": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                "Min": 10,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                        "Amplitude": 10,
                        "Frequency": 4,
                         "Time": 2,
                         "Refresh": true,
                         "conditions": [
                            {
                                "Min": 10,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "Jitter"
                     }
                     }
                 ]
                 ]
Line 6,304: Line 6,372:
         }
         }
     },
     },
     "IcedGreenTea": {
     "Vinegar": {
         "id": "IcedGreenTea",
         "id": "Vinegar",
         "name": "iced green tea",
         "name": "vinegar",
         "group": "Drinks",
         "group": "Foods",
         "desc": "cold green tea.",
         "desc": "Often used to flavor food.",
         "physicalDesc": "aromatic",
         "physicalDesc": "sour",
         "color": "#CE4200FF",
         "color": "#D2B48CFF",
         "recipes": [
         "recipes": [
             "IcedGreenTea"
             "CookingVinegar"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Reagent": "Water",
                        "Group": null,
                        "Amount": 0.4,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 3,
                         "id": "AdjustReagent"
                         "id": "SatiateThirst"
                     },
                     }
                     {
                ]
                         "Reagent": "Vitamin",
            }
                         "Group": null,
        }
                         "Amount": 0.1,
    },
    "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": {
                "rate": 0.5,
                "effects": [
                     {
                         "Messages": [
                            "carpetium-effect-blood-fibrous",
                            "carpetium-effect-jumpsuit-insides"
                        ],
                         "Type": 1,
                         "VisualType": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 0.1,
                         "probability": 1,
                         "id": "PopupMessage"
                         "id": "AdjustReagent"
                     },
                     },
                     {
                     {
                         "Reagent": "CarpoToxin",
                         "ThirstAmount": -40,
                        "Group": null,
                         "HungerAmount": -40,
                         "Amount": -3,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 1,
                                 "Min": 6,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": "CarpoToxin",
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 0.1,
                         "id": "AdjustReagent"
                         "id": "ChemVomit"
                     }
                     }
                 ]
                 ]
Line 6,372: Line 6,420:
         }
         }
     },
     },
     "SpaceLube": {
     "THC": {
         "id": "SpaceLube",
         "id": "THC",
         "name": "space lube",
         "name": "THC",
         "group": "Unknown",
         "group": "Narcotics",
         "desc": "Space Lube is a high performance lubricant intended for maintenance of extremely complex mechanical equipment (and certainly not used to make people slip).",
         "desc": "The main psychoactive compound in cannabis.",
        "physicalDesc": "shiny",
         "physicalDesc": "crystalline",
        "color": "#77B58EFF",
         "color": "#808080FF",
        "recipes": [
         "recipes": [],
            "SpaceLube"
         "metabolisms": {
        ],
             "Narcotic": {
        "metabolisms": null
                 "rate": 0.5,
    },
                 "effects": [
    "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": {
                 "rate": 0.5,
                 "effects": [
                     {
                     {
                         "damage": {
                         "Key": "SeeingRainbows",
                            "types": {
                        "Component": "SeeingRainbows",
                                "Cellular": 0.5
                        "Time": 5,
                            },
                         "Refresh": false,
                            "groups": null
                         "Type": 0,
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "GenericStatusEffect"
                     }
                     }
                 ]
                 ]
Line 6,415: Line 6,446:
         }
         }
     },
     },
     "EnergyDrink": {
     "NorepinephricAcid": {
         "id": "EnergyDrink",
         "id": "NorepinephricAcid",
         "name": "Energy Drink",
         "name": "norepinephric acid",
         "group": "Drinks",
         "group": "Narcotics",
         "desc": "A dose of energy! Nanotrasen is not responsible if you grow avian appendages.",
         "desc": "Makes you unable to see while metabolizing.",
         "physicalDesc": "fizzy",
         "physicalDesc": "milky",
         "color": "#FFFFBFFF",
         "color": "#96A8B5FF",
         "recipes": [],
         "recipes": [
            "NorepinephricAcid"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Narcotic": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Messages": [
                            "generic-reagent-effect-burning-eyes",
                            "generic-reagent-effect-burning-eyes-a-bit",
                            "generic-reagent-effect-tearing-up",
                            "norepinephricacid-effect-eyelids",
                            "norepinephricacid-effect-eyes-itch",
                            "norepinephricacid-effect-vision-fade",
                            "norepinephricacid-effect-vision-fail"
                        ],
                        "Type": 1,
                        "VisualType": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 0.08,
                         "HydrationFactor": 2,
                        "id": "PopupMessage"
                         "id": "SatiateThirst"
                    },
                    {
                        "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": "Theobromine",
                         "Key": "TemporaryBlindness",
                         "Group": null,
                        "Component": "TemporaryBlindness",
                         "Amount": 0.05,
                         "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 6,445: Line 6,517:
         }
         }
     },
     },
     "RobustHarvest": {
     "WhiteRussian": {
         "id": "RobustHarvest",
         "id": "WhiteRussian",
         "name": "robust harvest",
         "name": "white russian",
         "group": "Botanical",
         "group": "Drinks",
         "desc": "Plant-enhancing hormones, good for increasing potency.",
         "desc": "That's just, like, your opinion, man...",
         "physicalDesc": "robust",
         "physicalDesc": "strong-smelling",
         "color": "#3E901CFF",
         "color": "#A68340FF",
         "recipes": [
         "recipes": [
             "RobustHarvest"
             "WhiteRussian"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "conditions": null,
                            "types": {
                        "probability": 1,
                                "Poison": -2,
                        "HydrationFactor": 2,
                                "Blunt": -3,
                        "id": "SatiateThirst"
                                "Slash": -3,
                    },
                                "Piercing": -3
                    {
                            },
                         "Reagent": "Ethanol",
                            "groups": null
                         "Group": null,
                        },
                        "Amount": 0.15,
                         "scaleByQuantity": false,
                        "conditions": null,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Type": "Plant",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 6,485: Line 6,549:
         }
         }
     },
     },
     "Ash": {
     "Ale": {
         "id": "Ash",
         "id": "Ale",
         "name": "ash",
         "name": "ale",
         "group": "Unknown",
         "group": "Drinks",
         "desc": "A light grey powdery residue",
         "desc": "A dark alchoholic beverage made by malted barley and yeast.",
         "physicalDesc": "powdery",
         "physicalDesc": "bubbly",
         "color": "#FFFFFFFF",
         "color": "#663100FF",
         "recipes": [],
         "recipes": [],
        "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": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                         "conditions": null,
                            "types": {
                         "probability": 1,
                                "Radiation": -3
                         "HydrationFactor": 2,
                            },
                         "id": "SatiateThirst"
                            "groups": {
                                "Brute": 0.5
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                    }
                ]
            }
        }
    },
    "Hotsauce": {
        "id": "Hotsauce",
        "name": "hotsauce",
        "group": "Foods",
        "desc": "Burns so good.",
        "physicalDesc": "spicy",
        "color": "#FF0000FF",
        "recipes": [
            "CookingHotsauce"
        ],
        "metabolisms": null
    },
    "Cornmeal": {
        "id": "Cornmeal",
        "name": "cornmeal",
        "group": "Foods",
        "desc": "Used for baking.",
        "physicalDesc": "powdery",
        "color": "#D2B48CFF",
        "recipes": [],
        "metabolisms": {
            "Food": {
                "rate": 0.5,
                "effects": [
                    {
                         "conditions": null,
                         "probability": 1,
                         "HydrationFactor": -0.2,
                         "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 6,570: Line 6,579:
         }
         }
     },
     },
     "Vitamin": {
     "Histamine": {
         "id": "Vitamin",
         "id": "Histamine",
         "name": "vitamin",
         "name": "histamine",
         "group": "Foods",
         "group": "Toxins",
         "desc": "Found in healthy, complete meals.",
         "desc": "Histamine's effects become more dangerous depending on the dosage amount. They range from mildly annoying to incredibly lethal.",
         "physicalDesc": "chalky",
         "physicalDesc": "abrasive",
         "color": "#D3D3D3FF",
         "color": "#FA6464FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 6,586: Line 6,595:
                             "types": null,
                             "types": null,
                             "groups": {
                             "groups": {
                                 "Brute": -0.5,
                                 "Brute": 2
                                "Burn": -0.5
                             }
                             }
                         },
                         },
Line 6,593: Line 6,601:
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 0.5,
                         "probability": 0.1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     },
                     },
                     {
                     {
                         "Scaled": false,
                         "damage": {
                         "Amount": -0.25,
                            "types": null,
                         "conditions": null,
                            "groups": {
                                "Brute": 2,
                                "Toxin": 2,
                                "Airloss": 2
                            }
                        },
                        "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 45,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "ModifyBleedAmount"
                         "id": "HealthChange"
                     },
                     },
                     {
                     {
                        "Messages": [
                            "histamine-effect-light-itchiness"
                        ],
                        "Type": 1,
                        "VisualType": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 0.1,
                         "NutritionFactor": 3,
                         "id": "PopupMessage"
                         "id": "SatiateHunger"
                    },
                    {
                        "Messages": [
                            "histamine-effect-heavy-itchiness"
                        ],
                        "Type": 1,
                        "VisualType": 2,
                        "conditions": [
                            {
                                "Min": 45,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 0.2,
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 6,613: Line 6,657:
         }
         }
     },
     },
     "SnowWhite": {
     "Stimulants": {
         "id": "SnowWhite",
         "id": "Stimulants",
         "name": "snow white",
         "name": "stimulants",
         "group": "Drinks",
         "group": "Narcotics",
         "desc": "A cold refreshment.",
         "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": "bubbly",
         "physicalDesc": "energizing",
         "color": "#FFFFFFFF",
         "color": "#9A040EFF",
         "recipes": [
         "recipes": [],
            "SnowWhite"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Narcotic": {
                 "rate": 0.5,
                 "rate": 0.2,
                 "effects": [
                 "effects": [
                     {
                     {
                        "StatusLifetime": 2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "WalkSpeedModifier": 1.3,
                         "id": "SatiateThirst"
                        "SprintSpeedModifier": 1.3,
                        "id": "MovespeedModifier"
                    },
                    {
                        "damage": {
                            "types": {
                                "Poison": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "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,
                        "probability": 1,
                         "id": "GenericStatusEffect"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Key": "KnockedDown",
                         "Group": null,
                         "Component": "",
                         "Amount": 0.05,
                        "Time": 3,
                        "Refresh": true,
                         "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "GenericStatusEffect"
                     }
                     }
                 ]
                 ]
             }
             },
        }
             "Medicine": {
    },
                 "rate": 0.2,
    "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,
                        "HydrationFactor": 4,
                         "id": "ResetNarcolepsy"
                         "id": "SatiateThirst"
                     },
                     }
                ]
            }
        }
    },
    "BlueCuracao": {
        "id": "BlueCuracao",
        "name": "blue curacao",
        "group": "Drinks",
        "desc": "Exotically blue, fruity drink, distilled from oranges.",
        "physicalDesc": "strong-smelling",
        "color": "#0000CDFF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "NutritionFactor": 1,
                         "id": "SatiateThirst"
                         "id": "SatiateHunger"
                     },
                     },
                     {
                     {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                        "HydrationFactor": 1,
                     }
                        "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"
                     }
                 ]
             }
             }
         }
         }
     },
     },
     "Astrotame": {
     "GargleBlaster": {
         "id": "Astrotame",
         "id": "GargleBlaster",
         "name": "Astrotame",
         "name": "Pan-Galactic Gargle Blaster",
         "group": "Foods",
         "group": "Drinks",
         "desc": "The sweetness of a thousand sugars but none of the calories.",
         "desc": "Whoah, this stuff looks volatile!",
        "physicalDesc": "sugary",
         "physicalDesc": "volatile",
        "color": "#7FFFD4FF",
         "color": "#9CC8B4FF",
        "recipes": [],
        "metabolisms": null
    },
    "Oculine": {
        "id": "Oculine",
        "name": "oculine",
        "group": "Medicine",
        "desc": "Heals eye damage.",
         "physicalDesc": "translucent",
         "color": "#404040FF",
         "recipes": [
         "recipes": [
             "Oculine"
             "GargleBlaster"
         ],
         ],
         "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"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.2,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 6,731: Line 6,796:
         }
         }
     },
     },
     "Allicin": {
     "Mayo": {
         "id": "Allicin",
         "id": "Mayo",
         "name": "allicin",
         "name": "mayonnaise",
         "group": "Unknown",
         "group": "Foods",
         "desc": "An organosulfur compound found in alliums like garlic, onions, and related plants.",
         "desc": "Creamy sauce, made from oil, egg, and some (edible) acid.",
         "physicalDesc": "pungent",
         "physicalDesc": "thick",
         "color": "#F2E9D2FF",
         "color": "#F9F5E5FF",
         "recipes": [],
         "recipes": [
        "metabolisms": {
             "CookingMayoVinegar",
             "Poison": {
            "CookingMayoLemon"
                "rate": 0.05,
        ],
                "effects": [
        "metabolisms": null
                    {
                        "damage": {
                            "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,
                        "id": "HealthChange"
                    }
                ]
            }
        }
     },
     },
     "ChangelingSting": {
     "Coffee": {
         "id": "ChangelingSting",
         "id": "Coffee",
         "name": "changeling sting",
         "name": "coffee",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "You take a tiny sip and feel a burning sensation...",
         "desc": "A drink made from brewed coffee beans. Contains a moderate amount of caffeine.",
         "physicalDesc": "fizzy",
         "physicalDesc": "aromatic",
         "color": "#2E6671FF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 6,789: Line 6,826:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Theobromine",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 6,794: Line 6,839:
         }
         }
     },
     },
     "Histamine": {
     "Oculine": {
         "id": "Histamine",
         "id": "Oculine",
         "name": "histamine",
         "name": "oculine",
         "group": "Toxins",
         "group": "Medicine",
         "desc": "Histamine's effects become more dangerous depending on the dosage amount. They range from mildly annoying to incredibly lethal.",
         "desc": "Heals eye damage.",
         "physicalDesc": "abrasive",
        "physicalDesc": "translucent",
         "color": "#FA6464FF",
        "color": "#404040FF",
        "recipes": [
            "Oculine"
        ],
        "metabolisms": {
            "Medicine": {
                "rate": 0.5,
                "effects": [
                    {
                        "Amount": -1,
                        "conditions": null,
                        "probability": 1,
                        "id": "ChemHealEyeDamage"
                    }
                ]
            }
        }
    },
    "Aloe": {
        "id": "Aloe",
        "name": "aloe",
        "group": "Drinks",
        "desc": "So very, very, very good.",
         "physicalDesc": "strong-smelling",
         "color": "#192C00FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Brute": 2
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 0.1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "damage": {
                         "Reagent": "Ethanol",
                            "types": null,
                        "Group": null,
                            "groups": {
                        "Amount": 0.05,
                                "Brute": 2,
                        "conditions": null,
                                "Toxin": 2,
                        "probability": 1,
                                 "Airloss": 2
                        "id": "AdjustReagent"
                             }
                    }
                         },
                ]
            }
        }
    },
    "Ammonia": {
        "id": "Ammonia",
        "name": "ammonia",
        "group": "Botanical",
        "desc": "An effective fertilizer which is better than what is available to the botanist initially, though it isn't as powerful as Diethylamine",
        "physicalDesc": "pungent",
        "color": "#77B58EFF",
        "recipes": [
            "Ammonia"
        ],
        "metabolisms": {
            "Poison": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                            "types": {
                                 "Caustic": 1
                             },
                            "groups": null
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": null,
                            {
                                "Min": 45,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    },
                    {
                        "Messages": [
                            "histamine-effect-light-itchiness"
                        ],
                        "Type": 1,
                        "VisualType": 0,
                        "conditions": null,
                        "probability": 0.1,
                        "id": "PopupMessage"
                    },
                    {
                        "Messages": [
                            "histamine-effect-heavy-itchiness"
                        ],
                        "Type": 1,
                        "VisualType": 2,
                        "conditions": [
                            {
                                "Min": 45,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 0.2,
                        "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 6,872: Line 6,924:
         }
         }
     },
     },
     "BeepskySmash": {
     "Phenol": {
         "id": "BeepskySmash",
         "id": "Phenol",
         "name": "beepsky smash",
         "name": "phenol",
        "group": "Unknown",
        "desc": "An aromatic ring of carbon with a hydroxyl group. A useful precursor to some medicines, but has no healing properties on its own.",
        "physicalDesc": "acidic",
        "color": "#E7EA91FF",
        "recipes": [
            "Phenol"
        ],
        "metabolisms": null
    },
    "Margarita": {
        "id": "Margarita",
        "name": "margarita",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Deny drinking this and prepare for THE LAW.",
         "desc": "On the rocks with salt on the rim. Arriba~!",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#664300FF",
         "color": "#8CFF8CFF",
         "recipes": [
         "recipes": [
             "BeepskySmash"
             "Margarita"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 6,895: Line 6,959:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.15,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 6,904: Line 6,968:
         }
         }
     },
     },
     "JuiceApple": {
     "Vinaigrette": {
         "id": "JuiceApple",
         "id": "Vinaigrette",
         "name": "apple juice",
         "name": "vinaigrette",
         "group": "Drinks",
         "group": "Foods",
         "desc": "It's a little piece of Eden.",
         "desc": "A basic salad dressing made with oil, vinegar and seasoning.",
         "physicalDesc": "crisp",
        "physicalDesc": "sour",
         "color": "#FDAD01FF",
        "color": "#EFDAAEFF",
         "recipes": [],
        "recipes": [
            "CookingVinaigrette"
        ],
        "metabolisms": null
    },
    "Phalanximine": {
        "id": "Phalanximine",
        "name": "phalanximine",
        "group": "Medicine",
        "desc": "Used in the treatment of cancer. Causes moderate radiation poisoning.",
         "physicalDesc": "acrid",
         "color": "#C8FF75FF",
         "recipes": [
            "Phalanximine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Cellular": -1,
                                "Radiation": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                    },
                    {
                        "ThirstAmount": -40,
                        "HungerAmount": -40,
                        "conditions": null,
                        "probability": 0.05,
                         "id": "ChemVomit"
                     }
                     }
                 ]
                 ]
Line 6,926: Line 7,019:
         }
         }
     },
     },
     "Diphenhydramine": {
     "Pax": {
         "id": "Diphenhydramine",
         "id": "Pax",
         "name": "diphenhydramine",
         "name": "pax",
         "group": "Medicine",
         "group": "Unknown",
         "desc": "Rapidly purges the body of histamine and reduces jitteriness.",
         "desc": "A psychiatric drug which prevents the patient from directly harming anyone.",
         "physicalDesc": "chalky",
         "physicalDesc": "soothing",
         "color": "#64FFE6FF",
         "color": "#AAAAAAFF",
         "recipes": [],
         "recipes": [
            "Pax"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Reagent": "Histamine",
                         "Key": "Pacified",
                        "Group": null,
                         "Component": "Pacified",
                        "Amount": -3,
                         "Time": 2,
                        "conditions": null,
                         "Refresh": false,
                        "probability": 1,
                         "Type": 0,
                        "id": "AdjustReagent"
                    },
                    {
                         "Key": "Jitter",
                         "Component": "",
                         "Time": 3,
                         "Refresh": true,
                         "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "GenericStatusEffect"
                    },
                    {
                        "damage": {
                            "types": {
                                "Poison": -3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 6,973: Line 7,047:
         }
         }
     },
     },
     "TonicWater": {
     "JuiceCarrot": {
         "id": "TonicWater",
         "id": "JuiceCarrot",
         "name": "tonic water",
         "name": "carrot juice",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "It tastes strange but at least the quinine keeps the Space Malaria at bay.",
         "desc": "It's like a carrot, but less crunchy.",
         "physicalDesc": "fizzy",
         "physicalDesc": "crisp",
         "color": "#0064C8FF",
         "color": "#FF8820FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 6,988: Line 7,062:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     },
                ]
            }
        }
    },
    "NTCahors": {
        "id": "NTCahors",
        "name": "NeoTheology Cahors Wine",
        "group": "Drinks",
        "desc": "Fortified dessert wine made from cabernet sauvignon, saperavi and other grapes.",
        "physicalDesc": "strong-smelling",
        "color": "#7E4043FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                        "Reagent": "Oculine",
                        "Group": null,
                        "Amount": 0.15,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "AdjustReagent"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Reagent": "Nutriment",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.5,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 7,025: Line 7,085:
         }
         }
     },
     },
     "Cognizine": {
     "Pilk": {
         "id": "Cognizine",
         "id": "Pilk",
         "name": "cognizine",
         "name": "pilk",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "A mysterious chemical which is able to make any non-sentient creature sentient.",
         "desc": "A sickening mixture of milk and cola.",
         "physicalDesc": "enigmatic",
         "physicalDesc": "creamy",
         "color": "#B50EE8FF",
         "color": "#E7C69FFF",
         "recipes": [
         "recipes": [
             "Cognizine"
             "Pilk"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": [
                         "conditions": null,
                            {
                        "probability": 1,
                                "Min": 5,
                         "HydrationFactor": 1,
                                "Max": 21474836,
                         "id": "SatiateThirst"
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "id": "MakeSentient"
                     }
                     }
                 ]
                 ]
Line 7,055: Line 7,109:
         }
         }
     },
     },
     "Silver": {
     "Beer": {
         "id": "Silver",
         "id": "Beer",
         "name": "silver",
         "name": "beer",
         "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": "An alcoholic beverage made from malted grains, hops, yeast, and water.",
         "physicalDesc": "reasonably metallic",
         "physicalDesc": "bubbly",
         "color": "#D0D0D0FF",
         "color": "#CFA85FFF",
         "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 7,084: Line 7,126:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 7,089: Line 7,139:
         }
         }
     },
     },
     "MilkOat": {
     "HippiesDelight": {
         "id": "MilkOat",
         "id": "HippiesDelight",
         "name": "oat milk",
         "name": "hippies delight",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Surprisingly tasty.",
         "desc": "You just don't get it maaaan.",
         "physicalDesc": "refreshing",
         "physicalDesc": "strong-smelling",
         "color": "#DEDACDFF",
         "color": "#6EAA0CFF",
         "recipes": [],
         "recipes": [
            "HippiesDelight"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 7,104: Line 7,156:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 4,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                 ]
                 ]
             }
             }
         }
         }
     },
     },
     "DrGibb": {
     "CapsaicinOil": {
         "id": "DrGibb",
         "id": "CapsaicinOil",
         "name": "Dr. Gibb",
         "name": "Capsaicin Oil",
         "group": "Drinks",
         "group": "Unknown",
         "desc": "A delicious blend of 42 different flavours.",
         "desc": "Capsaicin Oil is the ingredient found in different types of hot peppers.",
         "physicalDesc": "fizzy",
         "physicalDesc": "oily",
         "color": "#102000FF",
         "color": "#FF0000FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Food": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Reagent": "Nutriment",
                        "Group": null,
                        "Amount": 0.75,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "AdjustReagent"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
             }
             },
        }
             "Poison": {
    },
    "IrishCarBomb": {
        "id": "IrishCarBomb",
        "name": "irish car bomb",
        "group": "Drinks",
        "desc": "A troubling mixture of irish cream and ale.",
        "physicalDesc": "bubbly",
        "color": "#2E6671FF",
        "recipes": [
            "IrishCarBomb"
        ],
        "metabolisms": {
             "Drink": {
                 "rate": 0.5,
                 "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.15,
                                "Caustic": 1
                         "conditions": null,
                            },
                         "probability": 1,
                            "groups": null
                         "id": "AdjustReagent"
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": [
                            {
                                "Min": 5,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                        "id": "HealthChange"
                    },
                    {
                        "Messages": [
                            "capsaicin-effect-light-burn"
                        ],
                        "Type": 1,
                         "VisualType": 0,
                         "conditions": null,
                         "probability": 0.2,
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 7,165: Line 7,236:
         }
         }
     },
     },
     "PulpedBananaPeel": {
     "UnstableMutagen": {
         "id": "PulpedBananaPeel",
         "id": "UnstableMutagen",
         "name": "pulped banana peel",
         "name": "unstable mutagen",
         "group": "Medicine",
         "group": "Toxins",
         "desc": "Pulped banana peels have some effectiveness against bleeding.",
         "desc": "Causes mutations when injected into living people or plants. High doses may be lethal, especially in humans.",
         "physicalDesc": "pulpy",
         "physicalDesc": "glowing",
         "color": "#FFE774FF",
         "color": "#00FF5FFF",
         "recipes": [],
         "recipes": [
            "UnstableMutagen"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "Scaled": false,
                         "damage": {
                         "Amount": -0.5,
                            "types": {
                                "Radiation": 3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "ModifyBleedAmount"
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 7,188: Line 7,267:
         }
         }
     },
     },
     "Ice": {
     "GinFizz": {
         "id": "Ice",
         "id": "GinFizz",
         "name": "ice",
         "name": "gin fizz",
         "group": "Unknown",
         "group": "Drinks",
         "desc": "Frozen water.",
         "desc": "Refreshingly lemony, deliciously dry.",
        "physicalDesc": "frosty",
         "physicalDesc": "strong-smelling",
        "color": "#BED8E6FF",
         "color": "#664300FF",
        "recipes": [],
        "metabolisms": null
    },
    "NorepinephricAcid": {
        "id": "NorepinephricAcid",
        "name": "norepinephric acid",
        "group": "Narcotics",
        "desc": "Makes you unable to see while metabolizing.",
         "physicalDesc": "milky",
         "color": "#96A8B5FF",
         "recipes": [
         "recipes": [
             "NorepinephricAcid"
             "GinFizz"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Narcotic": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "Messages": [
                            "generic-reagent-effect-burning-eyes",
                            "generic-reagent-effect-burning-eyes-a-bit",
                            "generic-reagent-effect-tearing-up",
                            "norepinephricacid-effect-eyelids",
                            "norepinephricacid-effect-eyes-itch",
                            "norepinephricacid-effect-vision-fade",
                            "norepinephricacid-effect-vision-fail"
                        ],
                        "Type": 1,
                        "VisualType": 0,
                         "conditions": null,
                         "conditions": null,
                         "probability": 0.08,
                         "probability": 1,
                         "id": "PopupMessage"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Messages": [
                         "Reagent": "Ethanol",
                            "norepinephricacid-effect-eye-disconnect",
                        "Group": null,
                            "norepinephricacid-effect-eye-pain",
                        "Amount": 0.15,
                            "norepinephricacid-effect-darkness",
                        "conditions": null,
                            "norepinephricacid-effect-blindness"
                         "probability": 1,
                        ],
                         "id": "AdjustReagent"
                         "Type": 1,
                    }
                         "VisualType": 3,
                ]
                        "conditions": [
            }
                            {
        }
                                "Min": 20,
    },
                                "Max": 21474836,
    "Spaceacillin": {
                                "Reagent": null,
        "id": "Spaceacillin",
                                "id": "ReagentThreshold"
        "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.",
                        "probability": 0.03,
        "physicalDesc": "opaque",
                        "id": "PopupMessage"
        "color": "#9942F5FF",
                    },
        "recipes": [
            "Spaceacillin"
        ],
        "metabolisms": {
            "Medicine": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "Key": "TemporaryBlindness",
                         "damage": {
                        "Component": "TemporaryBlindness",
                            "types": {
                        "Time": 2,
                                "Cellular": 0.5
                        "Refresh": true,
                            },
                         "Type": 0,
                            "groups": null
                         "conditions": [
                         },
                            {
                         "scaleByQuantity": false,
                                "Min": 20,
                        "ignoreResistances": true,
                                "Max": 21474836,
                        "conditions": null,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
Line 7,269: Line 7,330:
         }
         }
     },
     },
     "Water": {
     "Tritium": {
         "id": "Water",
         "id": "Tritium",
         "name": "water",
         "name": "tritium",
         "group": "Drinks",
         "group": "Unknown",
         "desc": "A colorless liquid that humans need in order to survive.",
         "desc": "Radioactive space-magic pixie dust.",
         "physicalDesc": "translucent",
         "physicalDesc": "ionizing",
         "color": "#75B1F0FF",
         "color": "#66FF33FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                         "damage": {
                         "probability": 1,
                            "types": {
                         "HydrationFactor": 4,
                                "Radiation": 3
                         "id": "SatiateThirst"
                            },
                            "groups": null
                        },
                         "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                         "probability": 1,
                         "id": "HealthChange"
                     }
                     }
                 ]
                 ]
             }
             },
        }
             "Gas": {
    },
    "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,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 7,308: Line 7,363:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Heat": 2
                                 "Radiation": 1
                             },
                             },
                             "groups": null
                             "groups": null
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": true,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
Line 7,322: Line 7,377:
         }
         }
     },
     },
     "VodkaMartini": {
     "MilkSoy": {
         "id": "VodkaMartini",
         "id": "MilkSoy",
         "name": "vodka martini",
         "name": "soy milk",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Vodka with Gin. Not quite how 007 enjoyed it, but still delicious.",
         "desc": "Consumers favorite.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "refreshing",
         "color": "#004666FF",
         "color": "#D2C29DFF",
         "recipes": [
         "recipes": [],
            "VodkaMartini"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 7,339: Line 7,392:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 4,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 7,354: Line 7,399:
         }
         }
     },
     },
     "Frostoil": {
     "Arithrazine": {
         "id": "Frostoil",
         "id": "Arithrazine",
         "name": "frostoil",
         "name": "arithrazine",
         "group": "Foods",
         "group": "Medicine",
         "desc": "Leaves the tongue numb in its passage.",
         "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": "cold",
         "physicalDesc": "cloudy",
         "color": "#87CEEBFF",
         "color": "#BD5902FF",
         "recipes": [],
         "recipes": [
        "metabolisms": null
            "Arithrazine"
    },
         ],
    "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": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Radiation": -3
                            },
                            "groups": {
                                "Brute": 0.5
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.2,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 7,394: Line 7,432:
         }
         }
     },
     },
     "GrapeSoda": {
     "Mold": {
         "id": "GrapeSoda",
         "id": "Mold",
         "name": "grape soda",
         "name": "mold",
         "group": "Drinks",
         "group": "Toxins",
         "desc": "It's Graaaaaape!",
         "desc": "Often found in dark, humid places or on old bread.",
         "physicalDesc": "fizzy",
         "physicalDesc": "fuzzy",
         "color": "#AE94A6FF",
         "color": "#8A9A5BFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "conditions": null,
                         "damage": {
                        "probability": 1,
                             "types": {
                        "HydrationFactor": 2,
                                 "Poison": 1
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
    },
    "Ammonia": {
        "id": "Ammonia",
        "name": "ammonia",
        "group": "Botanical",
        "desc": "An effective fertilizer which is better than what is available to the botanist initially, though it isn't as powerful as Diethylamine",
        "physicalDesc": "pungent",
        "color": "#77B58EFF",
        "recipes": [
            "Ammonia"
        ],
        "metabolisms": {
            "Poison": {
                "rate": 0.5,
                "effects": [
                    {
                         "damage": {
                             "types": {
                                 "Caustic": 1
                             },
                             },
                             "groups": null
                             "groups": null
Line 7,447: Line 7,461:
         }
         }
     },
     },
     "BloodyMary": {
     "FoamingAgent": {
         "id": "BloodyMary",
         "id": "FoamingAgent",
         "name": "bloody mary",
         "name": "foaming agent",
        "group": "Pyrotechnic",
        "desc": "Makes foam such as that's required in metal foam grenades.",
        "physicalDesc": "foamy",
        "color": "#215263FF",
        "recipes": [
            "FoamingAgent"
        ],
        "metabolisms": null
    },
    "ManhattanProject": {
        "id": "ManhattanProject",
        "name": "manhattan project",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A strange yet pleasurable mixture made of vodka, tomato, and lime juice.",
         "desc": "A scientist's drink of choice, for pondering ways to blow up the ship.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#660000FF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [
             "BloodyMary"
             "ManhattanProject"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 7,479: Line 7,505:
         }
         }
     },
     },
     "Phlogiston": {
     "Astrotame": {
         "id": "Phlogiston",
         "id": "Astrotame",
         "name": "phlogiston",
         "name": "Astrotame",
         "group": "Pyrotechnic",
         "group": "Foods",
         "desc": "Catches you on fire and makes you ignite.",
         "desc": "The sweetness of a thousand sugars but none of the calories.",
         "physicalDesc": "burning",
        "physicalDesc": "sugary",
         "color": "#D4872AFF",
        "color": "#7FFFD4FF",
        "recipes": [],
        "metabolisms": null
    },
    "Bleach": {
        "id": "Bleach",
        "name": "bleach",
        "group": "Unknown",
        "desc": "Heavy duty cleaner that can clean tiles the same as Space Cleaner and also decontaminate clothes. Extremely toxic when ingested.",
         "physicalDesc": "strong-smelling",
         "color": "#A1000BFF",
         "recipes": [
         "recipes": [
             "Phlogiston"
             "Bleach"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 7,496: Line 7,532:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Heat": 3
                                 "Poison": 3
                             },
                             },
                             "groups": null
                             "groups": null
Line 7,507: Line 7,543:
                     },
                     },
                     {
                     {
                         "Multiplier": 0.1,
                         "Messages": [
                            "generic-reagent-effect-burning-insides"
                        ],
                        "Type": 1,
                        "VisualType": 3,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 0.33,
                         "id": "FlammableReaction"
                         "id": "PopupMessage"
                    },
                    {
                        "Amount": 6000,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustTemperature"
                     }
                     }
                 ]
                 ]
Line 7,522: Line 7,556:
         }
         }
     },
     },
     "JuiceLime": {
     "B52": {
         "id": "JuiceLime",
         "id": "B52",
         "name": "lime juice",
         "name": "b-52",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "The sweet-sour juice of limes.",
         "desc": "Coffee, irish cream, and cognac. You will get bombed.",
         "physicalDesc": "citric",
         "physicalDesc": "bubbly",
         "color": "#99BB43FF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [
            "B52"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 7,537: Line 7,573:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 3,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 7,544: Line 7,588:
         }
         }
     },
     },
     "ManhattanProject": {
     "Ice": {
         "id": "ManhattanProject",
         "id": "Ice",
         "name": "manhattan project",
         "name": "ice",
        "group": "Unknown",
        "desc": "Frozen water.",
        "physicalDesc": "frosty",
        "color": "#BED8E6FF",
        "recipes": [],
        "metabolisms": null
    },
    "CubaLibre": {
        "id": "CubaLibre",
        "name": "cuba libre",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A scientist's drink of choice, for pondering ways to blow up the ship.",
         "desc": "Rum, mixed with cola. Viva la revolucion.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "bubbly",
         "color": "#664300FF",
         "color": "#3E1B00FF",
         "recipes": [
         "recipes": [
             "ManhattanProject"
             "CubaLibre"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 7,567: Line 7,621:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.15,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 7,576: Line 7,630:
         }
         }
     },
     },
     "Napalm": {
     "Honk": {
         "id": "Napalm",
         "id": "Honk",
         "name": "napalm",
         "name": "honk",
         "group": "Pyrotechnic",
         "group": "Unknown",
         "desc": "It's just a little flammable.",
         "desc": "A toxin found in bananium. Causes severe honking and internal bleeding, may also cause the patient to mutate.",
         "physicalDesc": "soapy",
         "physicalDesc": "pungent",
         "color": "#FA00AFFF",
         "color": "#F2E9D2FF",
         "recipes": [
         "recipes": [],
            "Napalm"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.05,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Heat": 1
                                 "Poison": 0.06
                             },
                             },
                             "groups": null
                             "groups": null
Line 7,599: Line 7,651:
                         "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"
                    },
                    {
                        "Multiplier": 0.4,
                        "conditions": null,
                        "probability": 1,
                        "id": "FlammableReaction"
                     }
                     }
                 ]
                 ]
Line 7,613: Line 7,671:
         }
         }
     },
     },
     "Tritium": {
     "Impedrezene": {
         "id": "Tritium",
         "id": "Impedrezene",
         "name": "tritium",
         "name": "impedrezene",
         "group": "Unknown",
         "group": "Narcotics",
         "desc": "Radioactive space-magic pixie dust.",
         "desc": "A narcotic that impedes one's ability by slowing down the higher brain cell functions. Causes massive brain damage.",
         "physicalDesc": "ionizing",
         "physicalDesc": "acrid",
         "color": "#66FF33FF",
         "color": "#215263FF",
         "recipes": [],
         "recipes": [
            "Impedrezene"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Narcotic": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                    {
                        "StatusLifetime": 2,
                        "conditions": null,
                        "probability": 1,
                        "WalkSpeedModifier": 0.65,
                        "SprintSpeedModifier": 0.65,
                        "id": "MovespeedModifier"
                    },
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Radiation": 3
                                 "Poison": 2
                             },
                             },
                             "groups": null
                             "groups": null
Line 7,637: Line 7,705:
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     }
                     },
                ]
            },
            "Gas": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "damage": {
                         "Key": "SeeingRainbows",
                            "types": {
                        "Component": "SeeingRainbows",
                                "Radiation": 1
                        "Time": 10,
                            },
                         "Refresh": false,
                            "groups": null
                         "Type": 0,
                        },
                         "scaleByQuantity": true,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "GenericStatusEffect"
                     }
                     },
                ]
                    {
            }
                        "ThirstAmount": -40,
        }
                        "HungerAmount": -40,
    },
                         "conditions": null,
    "Aloe": {
                         "probability": 0.05,
        "id": "Aloe",
                         "id": "ChemVomit"
        "name": "aloe",
        "group": "Drinks",
        "desc": "So very, very, very good.",
        "physicalDesc": "strong-smelling",
        "color": "#192C00FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                         "conditions": null,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "BoozePower": 5,
                        "Group": null,
                         "SlurSpeech": true,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "Drunk"
                     }
                     }
                 ]
                 ]
Line 7,690: Line 7,734:
         }
         }
     },
     },
     "Rice": {
     "Miasma": {
         "id": "Rice",
         "id": "Miasma",
         "name": "rice",
         "name": "miasma",
         "group": "Foods",
         "group": "Unknown",
         "desc": "Hard, small white grains.",
         "desc": "Uh oh, stinky!",
         "physicalDesc": "chewy",
         "physicalDesc": "gaseous",
         "color": "#FFFFFFFF",
         "color": "#56941EFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Gas": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "Reagent": "Sugar",
                         "damage": {
                         "Group": null,
                            "types": {
                         "Amount": 0.4,
                                "Poison": 0.25
                         "conditions": null,
                            },
                        "probability": 1,
                            "groups": null
                        "id": "AdjustReagent"
                        },
                    },
                         "scaleByQuantity": false,
                    {
                         "ignoreResistances": true,
                        "Reagent": "Nutriment",
                         "conditions": [
                        "Group": null,
                            {
                        "Amount": 0.1,
                                "Type": "Rat",
                        "conditions": null,
                                "ShouldHave": false,
                                "id": "OrganType"
                            },
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Miasma",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "HealthChange"
                     }
                     },
                ]
            }
        }
    },
    "FluorosulfuricAcid": {
        "id": "FluorosulfuricAcid",
        "name": "fluorosulfuric acid",
        "group": "Toxins",
        "desc": "An extremely corrosive chemical substance.",
        "physicalDesc": "strong-smelling",
        "color": "#5050FFFF",
        "recipes": [
            "FluorosulfuricAcid"
        ],
        "metabolisms": {
            "Poison": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "damage": {
                         "ThirstAmount": -40,
                            "types": {
                        "HungerAmount": -40,
                                 "Caustic": 2
                        "conditions": [
                            {
                                "Type": "Rat",
                                "ShouldHave": false,
                                 "id": "OrganType"
                             },
                             },
                             "groups": null
                             {
                        },
                                "Min": 0.8,
                        "scaleByQuantity": false,
                                "Max": 21474836,
                        "ignoreResistances": true,
                                "Reagent": "Miasma",
                        "conditions": null,
                                "id": "ReagentThreshold"
                         "probability": 1,
                            }
                         "id": "HealthChange"
                        ],
                         "probability": 0.12,
                         "id": "ChemVomit"
                     },
                     },
                     {
                     {
                         "Messages": [
                         "Messages": [
                             "generic-reagent-effect-burning-insides"
                             "miasma-smell"
                         ],
                         ],
                         "Type": 1,
                         "Type": 1,
                         "VisualType": 4,
                         "VisualType": 2,
                         "conditions": null,
                         "conditions": [
                         "probability": 0.33,
                            {
                                "Min": 0.25,
                                "Max": 21474836,
                                "Reagent": "Miasma",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 0.1,
                         "id": "PopupMessage"
                         "id": "PopupMessage"
                     }
                     },
                ]
            }
        }
    },
    "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": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": -4,
                                 "Blunt": -4,
                                "Blunt": 2,
                                 "Slash": -3,
                                 "Slash": 1,
                                 "Piercing": -3
                                 "Piercing": 1
                             },
                             },
                             "groups": null
                             "groups": null
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": true,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Type": "Plant",
                                 "Type": "Rat",
                                 "ShouldHave": true,
                                 "ShouldHave": true,
                                 "id": "OrganType"
                                 "id": "OrganType"
                            },
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Miasma",
                                "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
Line 7,803: Line 7,838:
         }
         }
     },
     },
     "B52": {
     "JuiceBanana": {
         "id": "B52",
         "id": "JuiceBanana",
         "name": "b-52",
         "name": "banana juice",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Coffee, irish cream, and cognac. You will get bombed.",
         "desc": "The raw essence of a banana. HONK.",
         "physicalDesc": "bubbly",
         "physicalDesc": "crisp",
         "color": "#664300FF",
         "color": "#FFE777FF",
         "recipes": [
         "recipes": [],
            "B52"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 7,820: Line 7,853:
                         "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 7,835: Line 7,860:
         }
         }
     },
     },
     "DryRamen": {
     "Frostoil": {
         "id": "DryRamen",
         "id": "Frostoil",
         "name": "dry ramen",
         "name": "frostoil",
         "group": "Drinks",
         "group": "Foods",
         "desc": "Dry noodles and salt.",
         "desc": "Leaves the tongue numb in its passage.",
         "physicalDesc": "wormy",
         "physicalDesc": "cold",
         "color": "#664300FF",
         "color": "#87CEEBFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": null
            "Food": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "NutritionFactor": 1,
                        "id": "SatiateHunger"
                    }
                ]
            }
        }
     },
     },
     "Rewriter": {
     "IcedGreenTea": {
         "id": "Rewriter",
         "id": "IcedGreenTea",
         "name": "rewriter",
         "name": "iced green tea",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "The secret of the sanctuary of the Librarian...",
         "desc": "cold green tea.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "aromatic",
         "color": "#485000FF",
         "color": "#CE4200FF",
         "recipes": [
         "recipes": [
             "Rewriter"
             "IcedGreenTea"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 7,881: Line 7,894:
         }
         }
     },
     },
     "RedMead": {
     "Kelotane": {
         "id": "RedMead",
         "id": "Kelotane",
         "name": "red mead",
         "name": "kelotane",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "The true Viking's drink! Even though it has a strange red color.",
         "desc": "Treats burn damage. Overdosing greatly reduces the body's ability to retain water.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#C73C00FF",
         "color": "#BF3D19FF",
         "recipes": [
         "recipes": [
             "RedMead"
             "Kelotane"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "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,
                         "HydrationFactor": 2,
                        "id": "HealthChange"
                    },
                    {
                        "conditions": [
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                         "HydrationFactor": -10,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Messages": [
                         "Group": null,
                            "generic-reagent-effect-nauseous",
                         "Amount": 0.05,
                            "generic-reagent-effect-thirsty",
                         "conditions": null,
                            "generic-reagent-effect-parched"
                         "probability": 1,
                        ],
                         "id": "AdjustReagent"
                         "Type": 1,
                         "VisualType": 0,
                         "conditions": [
                            {
                                "Min": 25,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 0.1,
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 7,913: Line 7,959:
         }
         }
     },
     },
     "Tea": {
     "NTCahors": {
         "id": "Tea",
         "id": "NTCahors",
         "name": "tea",
         "name": "NeoTheology Cahors Wine",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A drink made by boiling leaves of the tea tree, Camellia sinensis.",
         "desc": "Fortified dessert wine made from cabernet sauvignon, saperavi and other grapes.",
         "physicalDesc": "aromatic",
         "physicalDesc": "strong-smelling",
         "color": "#8A5A3AFF",
         "color": "#7E4043FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 7,932: Line 7,978:
                     },
                     },
                     {
                     {
                         "Reagent": "Theobromine",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.05,
Line 7,943: Line 7,989:
         }
         }
     },
     },
     "Flour": {
     "DrGibb": {
         "id": "Flour",
         "id": "DrGibb",
         "name": "flour",
         "name": "Dr. Gibb",
         "group": "Foods",
         "group": "Drinks",
         "desc": "Used for baking.",
         "desc": "A delicious blend of 42 different flavours.",
         "physicalDesc": "powdery",
         "physicalDesc": "fizzy",
         "color": "#FFFFFFFF",
         "color": "#102000FF",
         "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"
                     }
                ]
            }
        }
    },
    "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": [
                     {
                     {
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": -0.2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Nutriment",
                        "Group": null,
                        "Amount": 0.1,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 8,011: Line 8,063:
         }
         }
     },
     },
     "Martini": {
     "DriestMartini": {
         "id": "Martini",
         "id": "DriestMartini",
         "name": "classic martini",
         "name": "driest martini",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Vermouth with Gin. Not quite how 007 enjoyed it, but still delicious.",
         "desc": "Only for the experienced. You think you see sand floating in the glass.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#664300FF",
         "color": "#2E6671FF",
         "recipes": [
         "recipes": [
             "Martini"
             "DriestMartini"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 8,043: Line 8,095:
         }
         }
     },
     },
     "Absinthe": {
     "Phosphorus": {
         "id": "Absinthe",
         "id": "Phosphorus",
         "name": "absinthe",
         "name": "phosphorus",
         "group": "Drinks",
         "group": "Elements",
         "desc": "A anise-flavoured spirit derived from botanicals.",
         "desc": "A reactive metal used in pyrotechnics and weapons.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "powdery",
         "color": "#33EE00FF",
         "color": "#EDE4E4FF",
        "recipes": [],
        "metabolisms": null
    },
    "Blood": {
        "id": "Blood",
        "name": "blood",
        "group": "Biological",
        "desc": "I hope this is ketchup.",
        "physicalDesc": "ferrous",
        "color": "#800000FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 8,058: Line 8,120:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "HydrationFactor": 1.5,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     },
                     }
                ]
            }
        }
    },
    "SpaceMountainWind": {
        "id": "SpaceMountainWind",
        "name": "Space Mountain Wind",
        "group": "Drinks",
        "desc": "Blows right through you like a space wind.",
        "physicalDesc": "fizzy",
        "color": "#102000FF",
        "recipes": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.3,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 8,073: Line 8,149:
         }
         }
     },
     },
     "Copper": {
     "EnergyDrink": {
         "id": "Copper",
         "id": "EnergyDrink",
         "name": "copper",
         "name": "Energy Drink",
         "group": "Elements",
         "group": "Drinks",
         "desc": "A soft, malleable, and ductile metal with very high thermal and electrical conductivity.",
         "desc": "A dose of energy! Nanotrasen is not responsible if you grow avian appendages.",
        "physicalDesc": "metallic",
         "physicalDesc": "fizzy",
        "color": "#B05B3CFF",
         "color": "#FFFFBFFF",
        "recipes": [],
        "metabolisms": null
    },
    "Blackpepper": {
        "id": "Blackpepper",
        "name": "black pepper",
        "group": "Foods",
        "desc": "Often used to flavor food or make people sneeze.",
        "physicalDesc": "grainy",
        "color": "#000000FF",
        "recipes": [],
        "metabolisms": null
    },
    "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": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Narcotic": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                         "conditions": null,
                            "types": {
                                "Poison": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 60,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Key": "ForcedSleep",
                         "Reagent": "Theobromine",
                        "Component": "ForcedSleeping",
                         "Group": null,
                        "Time": 2,
                         "Amount": 0.05,
                         "Refresh": false,
                         "conditions": null,
                         "Type": 0,
                         "conditions": [
                            {
                                "Min": 8,
                                "Max": 21474836,
                                "Reagent": "Nocturine",
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 8,146: Line 8,179:
         }
         }
     },
     },
     "ScrewdriverCocktail": {
     "RootBeer": {
         "id": "ScrewdriverCocktail",
         "id": "RootBeer",
         "name": "screwdriver",
         "name": "root beer",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Vodka, mixed with plain ol' orange juice. The result is surprisingly delicious.",
         "desc": "A very sweet, carbonated drink reminiscent of sarsparilla. Goes well with ice cream.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "fizzy",
         "color": "#A68310FF",
         "color": "#381C07FF",
         "recipes": [
         "recipes": [],
            "ScrewdriverCocktail"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 8,165: Line 8,196:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 8,178: Line 8,201:
         }
         }
     },
     },
     "Silicon": {
     "Grenadine": {
         "id": "Silicon",
         "id": "Grenadine",
         "name": "silicon",
         "name": "grenadine",
         "group": "Elements",
         "group": "Drinks",
         "desc": "A hard and brittle crystalline solid with a blue-grey color.",
         "desc": "Not cherry flavored!",
         "physicalDesc": "crystalline",
         "physicalDesc": "dark-red",
         "color": "#364266FF",
         "color": "#EA1D26FF",
         "recipes": [],
         "recipes": [],
        "metabolisms": null
    },
    "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": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 8,205: Line 8,216:
                         "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 8,220: Line 8,223:
         }
         }
     },
     },
     "Epinephrine": {
     "VentCrud": {
         "id": "Epinephrine",
         "id": "VentCrud",
         "name": "epinephrine",
         "name": "vent crud",
         "group": "Medicine",
         "group": "Unknown",
         "desc": "Effective at bringing people back from a critical state. Reduces some stun times. Easy to overdose on.",
         "desc": "A jet black substance found in poorly maintained ventilation systems.",
         "physicalDesc": "odorless",
         "physicalDesc": "sticky",
         "color": "#D2FFFAFF",
         "color": "#000000FF",
         "recipes": [
         "recipes": [],
            "Epinephrine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 8,237: Line 8,238:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                "Asphyxiation": -3,
                                 "Poison": 2
                                 "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,
                        "id": "HealthChange"
                    },
                    {
                        "damage": {
                            "types": {
                                "Asphyxiation": 1,
                                "Poison": 1
                             },
                             },
                             "groups": null
                             "groups": null
Line 8,272: Line 8,244:
                         "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"
                     },
                     }
                ]
            }
        }
    },
    "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": [
                     {
                     {
                        "Reagent": "Lexorin",
                        "Group": null,
                        "Amount": -2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                        "HydrationFactor": 3,
                     },
                         "id": "SatiateThirst"
                     }
                ]
            }
        }
    },
    "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": [
                     {
                     {
                         "Reagent": "Epinephrine",
                         "damage": {
                         "Group": null,
                            "types": {
                         "Amount": -1,
                                "Poison": 2
                            },
                            "groups": null
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 1,
                                 "Type": "Human",
                                "Max": 21474836,
                                 "ShouldHave": true,
                                 "Reagent": "Lexorin",
                                 "id": "OrganType"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "HealthChange"
                     },
                     },
                     {
                     {
                         "Reagent": "Histamine",
                         "Reagent": "Protein",
                         "Group": null,
                         "Group": null,
                         "Amount": 4,
                         "Amount": 0.5,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 1,
                                 "Type": "Animal",
                                "Max": 21474836,
                                 "ShouldHave": true,
                                 "Reagent": "Lexorin",
                                 "id": "OrganType"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 0.1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "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": [
                     {
                     {
                        "Key": "Stun",
                        "Component": "",
                        "Time": 0.75,
                        "Refresh": true,
                        "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "NutritionFactor": 3,
                    },
                         "id": "SatiateHunger"
                    {
                        "Key": "KnockedDown",
                        "Component": "",
                        "Time": 0.75,
                        "Refresh": true,
                        "Type": 1,
                        "conditions": null,
                        "probability": 1,
                         "id": "GenericStatusEffect"
                     }
                     }
                 ]
                 ]
Line 8,345: Line 8,347:
         }
         }
     },
     },
     "Sigynate": {
     "CafeLatte": {
         "id": "Sigynate",
         "id": "CafeLatte",
         "name": "sigynate",
         "name": "cafe latte",
         "group": "Medicine",
         "group": "Drinks",
         "desc": "A thick pink syrup useful for neutralizing acids and soothing trauma caused by acids. Tastes sweet!",
         "desc": "A nice, strong and tasty beverage while you are reading.",
         "physicalDesc": "thick",
         "physicalDesc": "creamy",
         "color": "#E0A5B9FF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [
             "Sigynate"
             "CafeLatte"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "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,
                         "id": "HealthChange"
                        "HydrationFactor": 3,
                     },
                         "id": "SatiateThirst"
                     }
                ]
            }
        }
    },
    "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": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Heat": 2
                                 "Asphyxiation": -5
                             },
                             },
                             "groups": null
                             "groups": null
Line 8,383: Line 8,396:
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 16,
                                 "mobstate": 2,
                                "Max": 21474836,
                                 "id": "MobStateCondition"
                                "Reagent": null,
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
Line 8,393: Line 8,404:
                     },
                     },
                     {
                     {
                         "Amplitude": 10,
                         "Scaled": false,
                         "Frequency": 4,
                         "Amount": -0.25,
                        "Time": 2,
                         "conditions": null,
                        "Refresh": true,
                         "conditions": [
                            {
                                "Min": 20,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "Jitter"
                         "id": "ModifyBleedAmount"
                    },
                     }
                    {
                 ]
                        "Messages": [
             }
                            "generic-reagent-effect-nauseous"
         }
                        ],
                        "Type": 1,
                        "VisualType": 2,
                        "conditions": [
                            {
                                "Min": 20,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 0.2,
                        "id": "PopupMessage"
                    },
                    {
                        "ThirstAmount": -40,
                        "HungerAmount": -40,
                        "conditions": [
                            {
                                "Min": 30,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 0.02,
                        "id": "ChemVomit"
                     }
                 ]
             }
         }
     },
     },
     "ManlyDorf": {
     "HeartbreakerToxin": {
         "id": "ManlyDorf",
         "id": "HeartbreakerToxin",
         "name": "manly dorf",
         "name": "heartbreaker toxin",
         "group": "Drinks",
         "group": "Toxins",
         "desc": "Beer and Ale, brought together in a delicious mix. Intended for stout dwarves only.",
         "desc": "A hallucinogenic compound that is illegal under space law. A synthetic drug derived from Mindbreaker toxin, it blocks some neurological signals to the respiratory system which causes choking.",
         "physicalDesc": "fizzy and creamy",
         "physicalDesc": "strong-smelling",
         "color": "#664300FF",
         "color": "#5F959CFF",
         "recipes": [
         "recipes": [
             "ManlyDorf"
             "HeartbreakerToxin"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Asphyxiation": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                        "id": "HealthChange"
                         "id": "SatiateThirst"
                    }
                ]
            }
        }
    },
    "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": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.05,
                         "Amount": 0.15,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 8,475: Line 8,477:
         }
         }
     },
     },
     "WhiskeySoda": {
     "ManlyDorf": {
         "id": "WhiskeySoda",
         "id": "ManlyDorf",
         "name": "whiskey soda",
         "name": "manly dorf",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "For the more refined griffon.",
         "desc": "Beer and Ale, brought together in a delicious mix. Intended for stout dwarves only.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "fizzy and creamy",
         "color": "#533600FF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [
             "WhiskeySoda"
             "ManlyDorf"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 8,498: Line 8,500:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.15,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 8,507: Line 8,509:
         }
         }
     },
     },
     "Dexalin": {
     "Tequila": {
         "id": "Dexalin",
         "id": "Tequila",
         "name": "dexalin",
         "name": "tequila",
         "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": "A strong and mildly flavoured, mexican produced spirit.",
         "physicalDesc": "opaque",
         "physicalDesc": "strong-smelling",
         "color": "#0041A8FF",
         "color": "#D7D1D155",
         "recipes": [
         "recipes": [],
            "Dexalin"
        ],
         "metabolisms": {
         "metabolisms": {
             "Medicine": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                         "conditions": null,
                            "types": {
                         "probability": 1,
                                "Asphyxiation": -1,
                         "HydrationFactor": 2,
                                "Bloodloss": -0.5
                         "id": "SatiateThirst"
                            },
                            "groups": null
                        },
                         "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                         "probability": 1,
                         "id": "HealthChange"
                     },
                     },
                     {
                     {
                         "damage": {
                         "Reagent": "Ethanol",
                            "types": {
                        "Group": null,
                                "Asphyxiation": 3,
                         "Amount": 0.2,
                                "Cold": 1
                         "conditions": null,
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 20,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 8,560: Line 8,539:
         }
         }
     },
     },
     "HippiesDelight": {
     "ChangelingSting": {
         "id": "HippiesDelight",
         "id": "ChangelingSting",
         "name": "hippies delight",
         "name": "changeling sting",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "You just don't get it maaaan.",
         "desc": "You take a tiny sip and feel a burning sensation...",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "fizzy",
         "color": "#6EAA0CFF",
         "color": "#2E6671FF",
         "recipes": [
         "recipes": [],
            "HippiesDelight"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 8,579: Line 8,556:
                         "HydrationFactor": 2,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 8,592: Line 8,561:
         }
         }
     },
     },
     "Iodine": {
     "Tea": {
         "id": "Iodine",
         "id": "Tea",
         "name": "iodine",
         "name": "tea",
         "group": "Elements",
         "group": "Drinks",
         "desc": "Commonly added to table salt as a nutrient. On its own it tastes far less pleasing.",
         "desc": "A drink made by boiling leaves of the tea tree, Camellia sinensis.",
        "physicalDesc": "dark brown",
         "physicalDesc": "aromatic",
        "color": "#BC8A00FF",
         "color": "#8A5A3AFF",
        "recipes": [],
        "metabolisms": null
    },
    "Egg": {
        "id": "Egg",
        "name": "egg",
        "group": "Foods",
        "desc": "Used for baking.",
         "physicalDesc": "mucus-like",
         "color": "#FFFFFFFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "Reagent": "Protein",
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                         "Reagent": "Theobromine",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.5,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 8,626: Line 8,591:
         }
         }
     },
     },
     "Tricordrazine": {
     "JuicePineapple": {
         "id": "Tricordrazine",
         "id": "JuicePineapple",
         "name": "tricordrazine",
         "name": "pineapple 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": "The delicious juice of a pineapple.",
         "physicalDesc": "opaque",
         "physicalDesc": "tropical",
         "color": "#00E5FFFF",
         "color": "#FFFF00FF",
         "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"
                     }
                 ]
                 ]
             }
             }
         }
         }
     },
     },
     "Carbon": {
     "TonicWater": {
         "id": "Carbon",
         "id": "TonicWater",
         "name": "carbon",
         "name": "tonic water",
         "group": "Elements",
         "group": "Drinks",
         "desc": "A black, crystalline solid.",
         "desc": "It tastes strange but at least the quinine keeps the Space Malaria at bay.",
         "physicalDesc": "crystalline",
         "physicalDesc": "fizzy",
         "color": "#22282BFF",
         "color": "#0064C8FF",
         "recipes": [],
         "recipes": [],
        "metabolisms": null
    },
    "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"
        ],
        "metabolisms": null
    },
    "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": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 8,707: Line 8,628:
                         "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"
                     }
                 ]
             }
         }
         }
     },
     },
     "Singulo": {
     "Booger": {
         "id": "Singulo",
         "id": "Booger",
         "name": "singulo",
         "name": "booger",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A blue-space beverage!",
         "desc": "Ewww...",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#3B0C0CFF",
         "color": "#8CFF8CFF",
         "recipes": [],
         "recipes": [
            "Booger"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 8,752: Line 8,667:
         }
         }
     },
     },
     "AcidSpit": {
     "Oil": {
         "id": "AcidSpit",
         "id": "Oil",
         "name": "acidspit",
         "name": "oil",
        "group": "Foods",
        "desc": "Used by chefs to cook.",
        "physicalDesc": "oily",
        "color": "#B67823FF",
        "recipes": [
            "Oil"
        ],
        "metabolisms": null
    },
    "Ash": {
        "id": "Ash",
        "name": "ash",
        "group": "Unknown",
        "desc": "A light grey powdery residue",
        "physicalDesc": "powdery",
        "color": "#FFFFFFFF",
        "recipes": [],
        "metabolisms": null
    },
    "DemonsBlood": {
        "id": "DemonsBlood",
        "name": "demons blood",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "A drink for the daring, can be deadly if incorrectly prepared!",
         "desc": "AHHHH!!!!",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#365000FF",
         "color": "#A70000FF",
         "recipes": [
         "recipes": [
             "AcidSpit"
             "DemonsBlood"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 8,784: Line 8,721:
         }
         }
     },
     },
     "Sugar": {
     "Diethylamine": {
         "id": "Sugar",
         "id": "Diethylamine",
         "name": "sugar",
         "name": "diethylamine",
         "group": "Foods",
         "group": "Botanical",
         "desc": "Tasty spacey sugar!",
         "desc": "A very potent fertilizer.",
         "physicalDesc": "sweet",
         "physicalDesc": "strong-smelling",
         "color": "#FFFFFFFF",
         "color": "#A1000BFF",
         "recipes": [],
         "recipes": [
            "Diethylamine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": [
                         "damage": {
                             {
                             "types": {
                                 "Min": 0.1,
                                 "Caustic": 1
                                "Max": 21474836,
                            },
                                "Reagent": "Nutriment",
                            "groups": null
                                "id": "ReagentThreshold"
                        },
                            }
                        "scaleByQuantity": false,
                        ],
                        "ignoreResistances": true,
                        "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "NutritionFactor": 1,
                         "id": "HealthChange"
                         "id": "SatiateHunger"
                     }
                     }
                 ]
                 ]
Line 8,813: Line 8,752:
         }
         }
     },
     },
     "WhiskeyCola": {
     "ExperimentalStimulants": {
         "id": "WhiskeyCola",
         "id": "ExperimentalStimulants",
         "name": "whiskey cola",
         "name": "experimental stimulants",
         "group": "Drinks",
         "group": "Narcotics",
         "desc": "Whiskey, mixed with cola. Surprisingly refreshing.",
         "desc": "A prototype version of the Stimulant chemical mixture. Usage grants virtual immunity to stun weaponry, rapid tissue regeneration, extreme running speed by reducing lactic acid buildup, and a general feeling of euphoria. Side effects may include extreme levels of anticoagulation, tunnel vision, extreme toxin buildup in the bloodstream, and rapid liver death. Do not give to animals.",
         "physicalDesc": "bubbly",
         "physicalDesc": "exhilarating",
         "color": "#3E1B00FF",
         "color": "#AE0101FF",
         "recipes": [
         "recipes": [],
            "WhiskeyCola"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Narcotic": {
                 "rate": 0.5,
                 "rate": 0.25,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                         "StatusLifetime": 2,
                         "probability": 1,
                         "conditions": [
                        "HydrationFactor": 2,
                            {
                        "id": "SatiateThirst"
                                "Min": 10,
                    },
                                "Max": 21474836,
                    {
                                "Reagent": null,
                        "Reagent": "Ethanol",
                                "id": "ReagentThreshold"
                        "Group": null,
                            }
                        "Amount": 0.15,
                         ],
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "WalkSpeedModifier": 1.8,
                    }
                        "SprintSpeedModifier": 1.8,
                ]
                        "id": "MovespeedModifier"
            }
                    },
        }
    },
    "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": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "conditions": null,
                        "StatusLifetime": 2,
                         "conditions": [
                            {
                                "Min": 0,
                                "Max": 10,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "WalkSpeedModifier": 0.7,
                         "id": "SatiateThirst"
                        "SprintSpeedModifier": 0.7,
                         "id": "MovespeedModifier"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "ElectrocuteTime": 2,
                         "Group": null,
                         "ElectrocuteDamageScale": 5,
                         "Amount": 0.2,
                         "Refresh": true,
                         "conditions": null,
                         "conditions": [
                        "probability": 1,
                            {
                        "id": "AdjustReagent"
                                "Min": 0,
                    }
                                "Max": 10,
                ]
                                "Reagent": null,
            }
                                "id": "ReagentThreshold"
        }
                            }
    },
                        ],
    "IcedTea": {
                        "probability": 0.1,
        "id": "IcedTea",
                        "id": "Electrocute"
        "name": "iced tea",
                    },
        "group": "Drinks",
        "desc": "No relation to a certain rap artist/actor.",
        "physicalDesc": "aromatic",
        "color": "#104038FF",
        "recipes": [
            "IcedTea"
        ],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "conditions": null,
                        "Amplitude": 10,
                        "Frequency": 4,
                        "Time": 2,
                        "Refresh": true,
                         "conditions": [
                            {
                                "Min": 0,
                                "Max": 10,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "Jitter"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Theobromine",
                         "Key": "Stutter",
                         "Group": null,
                        "Component": "StutteringAccent",
                         "Amount": 0.05,
                        "Time": 2,
                         "conditions": null,
                         "Refresh": true,
                         "Type": 0,
                         "conditions": [
                            {
                                "Min": 0,
                                "Max": 10,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "AdjustReagent"
                         "id": "GenericStatusEffect"
                     }
                     },
                ]
            }
        }
    },
    "BuzzochloricBees": {
        "id": "BuzzochloricBees",
        "name": "Buzzochloric Bees",
        "group": "Toxins",
        "desc": "Liquid bees. Oh god it's LIQUID BEES NO-",
        "physicalDesc": "buzzy",
        "color": "#FFD35DFF",
        "recipes": [
            "BuzzochloricBees"
        ],
        "metabolisms": {
            "Poison": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "Messages": [
                         "damage": {
                             "buzzochloricbees-effect-oh-god-bees",
                             "types": {
                            "buzzochloricbees-effect-its-the-bees",
                                "Poison": 1
                             "buzzochloricbees-effect-why-am-i-covered-in-bees",
                             },
                             "buzzochloricbees-effect-one-with-the-bees",
                             "groups": null
                            "buzzochloricbees-effect-squeaky-clean"
                         },
                         ],
                         "scaleByQuantity": false,
                         "Type": 1,
                         "ignoreResistances": true,
                         "VisualType": 3,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 0,
                                 "Min": 10,
                                 "Max": 0,
                                 "Max": 21474836,
                                 "Reagent": "Histamine",
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                            },
                            {
                                "Tag": "Bee",
                                "Invert": true,
                                "id": "HasTag"
                             }
                             }
                         ],
                         ],
                         "probability": 0.1,
                         "probability": 1,
                         "id": "PopupMessage"
                         "id": "HealthChange"
                     },
                     },
                     {
                     {
                         "Messages": [
                         "damage": {
                             "buzzochloricbees-effect-histamine-bee-allergy",
                             "types": {
                            "buzzochloricbees-effect-histamine-swells",
                                "Poison": 8
                             "buzzochloricbees-effect-histamine-numb-to-the-bees",
                             },
                             "buzzochloricbees-effect-histamine-cannot-be-one-with-the-bees",
                             "groups": null
                            "buzzochloricbees-effect-squeaky-clean"
                         },
                         ],
                         "scaleByQuantity": false,
                         "Type": 1,
                         "ignoreResistances": true,
                         "VisualType": 2,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 0.01,
                                 "Min": 60,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": "Histamine",
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                            },
                            {
                                "Tag": "Bee",
                                "Invert": true,
                                "id": "HasTag"
                             }
                             }
                         ],
                         ],
                         "probability": 0.05,
                         "probability": 1,
                         "id": "PopupMessage"
                         "id": "HealthChange"
                     },
                     },
                     {
                     {
                         "Messages": [
                         "Key": "Stun",
                            "buzzochloricbees-effect-licoxide-electrifying",
                        "Component": "",
                            "buzzochloricbees-effect-licoxide-shocked-by-bee-facts",
                        "Time": 6,
                            "buzzochloricbees-effect-licoxide-buzzed",
                        "Refresh": true,
                            "buzzochloricbees-effect-licoxide-buzzes"
                        ],
                         "Type": 1,
                         "Type": 1,
                        "VisualType": 2,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                "Tag": "Bee",
                                 "Min": 10,
                                "Invert": true,
                                "id": "HasTag"
                            },
                            {
                                 "Min": 0.01,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": "Licoxide",
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 0.05,
                         "probability": 1,
                         "id": "PopupMessage"
                         "id": "GenericStatusEffect"
                     },
                     },
                     {
                     {
                         "Messages": [
                         "Key": "KnockedDown",
                            "buzzochloricbees-effect-fiber-hairy",
                        "Component": "",
                            "buzzochloricbees-effect-fiber-soft"
                        "Time": 6,
                         ],
                         "Refresh": true,
                         "Type": 1,
                         "Type": 1,
                        "VisualType": 0,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                "Tag": "Bee",
                                 "Min": 10,
                                "Invert": true,
                                "id": "HasTag"
                            },
                            {
                                 "Min": 0.01,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": "Fiber",
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 0.05,
                         "probability": 1,
                         "id": "PopupMessage"
                         "id": "GenericStatusEffect"
                     },
                     },
                     {
                     {
                         "damage": {
                         "Key": "ForcedSleep",
                            "types": {
                        "Component": "ForcedSleeping",
                                "Poison": 2,
                        "Time": 2,
                                "Piercing": 2
                         "Refresh": false,
                            },
                         "Type": 1,
                            "groups": null
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Tag": "Bee",
                                 "Min": 10,
                                 "Invert": true,
                                "Max": 21474836,
                                 "id": "HasTag"
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "GenericStatusEffect"
                     }
                     }
                 ]
                 ]
             }
             },
        }
             "Medicine": {
    },
    "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,
                 "rate": 0.25,
                 "effects": [
                 "effects": [
                     {
                     {
                         "StatusLifetime": 2,
                         "TimerReset": 600,
                         "conditions": [
                         "conditions": null,
                            {
                                "Min": 10,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                        "WalkSpeedModifier": 1.8,
                         "id": "ResetNarcolepsy"
                        "SprintSpeedModifier": 1.8,
                         "id": "MovespeedModifier"
                     },
                     },
                     {
                     {
                         "StatusLifetime": 2,
                         "conditions": null,
                         "conditions": [
                         "probability": 1,
                            {
                        "NutritionFactor": 1,
                                "Min": 0,
                        "id": "SatiateHunger"
                                "Max": 10,
                    },
                                "Reagent": null,
                    {
                                "id": "ReagentThreshold"
                         "conditions": null,
                            }
                         ],
                         "probability": 1,
                         "probability": 1,
                         "WalkSpeedModifier": 0.7,
                         "HydrationFactor": 1,
                        "SprintSpeedModifier": 0.7,
                         "id": "SatiateThirst"
                         "id": "MovespeedModifier"
                     },
                     },
                     {
                     {
                         "ElectrocuteTime": 2,
                         "damage": {
                         "ElectrocuteDamageScale": 5,
                            "types": null,
                         "Refresh": true,
                            "groups": {
                                "Brute": -4,
                                "Burn": -4
                            }
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 0,
                                 "Min": 10,
                                 "Max": 10,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 0.1,
                         "probability": 1,
                         "id": "Electrocute"
                         "id": "HealthChange"
                     },
                     },
                     {
                     {
                         "Amplitude": 10,
                         "Reagent": "Lexorin",
                        "Frequency": 4,
                         "Group": null,
                         "Time": 2,
                         "Amount": -3,
                         "Refresh": true,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 0,
                                 "Min": 1,
                                 "Max": 10,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": "Lexorin",
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "Jitter"
                         "id": "AdjustReagent"
                     },
                     },
                     {
                     {
                         "Key": "Stutter",
                         "Reagent": "ChloralHydrate",
                         "Component": "StutteringAccent",
                         "Group": null,
                        "Time": 2,
                         "Amount": -3,
                        "Refresh": true,
                         "Type": 0,
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 0,
                                 "Min": 1,
                                 "Max": 10,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": "ChloralHydrate",
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "GenericStatusEffect"
                         "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": [],
        "metabolisms": {
            "Drink": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 4,
                        "id": "SatiateThirst"
                    }
                ]
            }
        }
    },
    "Amatoxin": {
        "id": "Amatoxin",
        "name": "amatoxin",
        "group": "Toxins",
        "desc": "A potent toxin found in some mushrooms.",
        "physicalDesc": "nondescript",
        "color": "#D6CE7BFF",
        "recipes": [],
        "metabolisms": {
            "Poison": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 1
                                 "Poison": 6
                             },
                             },
                             "groups": null
                             "groups": null
Line 9,146: Line 9,054:
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": null,
                            {
                                "Min": 10,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     },
                     }
                    {
                ]
                        "damage": {
            }
                            "types": {
        }
                                "Poison": 8
    },
                            },
    "BloodyMary": {
                            "groups": null
        "id": "BloodyMary",
                        },
        "name": "bloody mary",
                        "scaleByQuantity": false,
        "group": "Drinks",
                        "ignoreResistances": true,
        "desc": "A strange yet pleasurable mixture made of vodka, tomato, and lime juice.",
                        "conditions": [
        "physicalDesc": "strong-smelling",
                            {
        "color": "#660000FF",
                                "Min": 60,
        "recipes": [
                                "Max": 21474836,
            "BloodyMary"
                                "Reagent": null,
        ],
                                "id": "ReagentThreshold"
        "metabolisms": {
                            }
            "Drink": {
                        ],
                "rate": 0.5,
                        "probability": 1,
                "effects": [
                        "id": "HealthChange"
                    },
                     {
                     {
                        "Key": "Stun",
                         "conditions": null,
                        "Component": "",
                        "Time": 6,
                        "Refresh": true,
                        "Type": 1,
                         "conditions": [
                            {
                                "Min": 10,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "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,
                        "Type": 1,
                        "conditions": [
                            {
                                "Min": 10,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 1,
                        "id": "GenericStatusEffect"
                     }
                     }
                 ]
                 ]
             },
             }
             "Medicine": {
        }
                 "rate": 0.25,
    },
    "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": {
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "TimerReset": 600,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "ResetNarcolepsy"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "NutritionFactor": 1,
                         "id": "AdjustReagent"
                        "id": "SatiateHunger"
                    }
                    },
                ]
                    {
            }
                        "conditions": null,
        }
                        "probability": 1,
    },
                        "HydrationFactor": 1,
    "Sulfur": {
                        "id": "SatiateThirst"
        "id": "Sulfur",
                    },
        "name": "sulfur",
        "group": "Elements",
        "desc": "A yellow, crystalline solid.",
        "physicalDesc": "powdery",
        "color": "#FFF385FF",
        "recipes": [],
        "metabolisms": null
    },
    "HorseradishSauce": {
        "id": "HorseradishSauce",
        "name": "horseradish sauce",
        "group": "Foods",
        "desc": "Smelly horseradish sauce.",
        "physicalDesc": "overpowering",
        "color": "#808080FF",
        "recipes": [],
        "metabolisms": null
    },
    "Enzyme": {
        "id": "Enzyme",
        "name": "universal enzyme",
        "group": "Foods",
        "desc": "Used in cooking various dishes.",
        "physicalDesc": "chalky",
        "color": "#009900FF",
        "recipes": [],
        "metabolisms": null
    },
    "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": [
                     {
                     {
                        "damage": {
                         "conditions": null,
                            "types": null,
                            "groups": {
                                "Brute": -4,
                                "Burn": -4
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "Min": 10,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "HydrationFactor": 3,
                    },
                         "id": "SatiateThirst"
                    {
                     }
                        "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"
                     }
                 ]
             }
             }
         }
         }
     },
     },
     "BbqSauce": {
     "Gold": {
         "id": "BbqSauce",
         "id": "Gold",
         "name": "BBQ sauce",
         "name": "gold",
        "group": "Elements",
        "desc": "Gold is a dense, soft, shiny metal and the most malleable and ductile metal known.",
        "physicalDesc": "metallic",
        "color": "#F7C430FF",
        "recipes": [],
        "metabolisms": null
    },
    "Protein": {
        "id": "Protein",
        "name": "protein",
         "group": "Foods",
         "group": "Foods",
         "desc": "Hand wipes not included.",
         "desc": "Found in certain meals, good for bodily health.",
         "physicalDesc": "gloopy",
         "physicalDesc": "clumpy",
         "color": "#8B0000FF",
         "color": "#FFFFE5FF",
         "recipes": [
         "recipes": [
             "CookingBbqSauce"
             "ProteinCooking"
        ],
        "metabolisms": {
            "Food": {
                "rate": 0.5,
                "effects": [
                    {
                        "damage": {
                            "types": null,
                            "groups": {
                                "Brute": -0.4
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                        "conditions": null,
                        "probability": 0.5,
                        "id": "HealthChange"
                    },
                    {
                        "Scaled": false,
                        "Amount": 1,
                        "conditions": null,
                        "probability": 1,
                        "id": "ModifyBloodLevel"
                    },
                    {
                        "conditions": null,
                        "probability": 1,
                        "NutritionFactor": 3,
                        "id": "SatiateHunger"
                    }
                ]
            }
        }
    },
    "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": null
    },
    "Ethanol": {
        "id": "Ethanol",
        "name": "ethanol",
        "group": "Drinks",
        "desc": "A simple alcohol, makes you drunk if consumed, flammable.",
        "physicalDesc": "strong-smelling",
        "color": "#B05B3CFF",
        "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                    {
                        "Scaled": false,
                        "Amount": -1.5,
                        "conditions": null,
                        "probability": 1,
                        "id": "ModifyBleedAmount"
                    },
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 1
                                 "Bloodloss": 3
                             },
                             },
                             "groups": null
                             "groups": null
Line 9,341: Line 9,264:
                         "conditions": [
                         "conditions": [
                             {
                             {
                                 "Min": 5,
                                 "Min": 15,
                                 "Max": 21474836,
                                 "Max": 21474836,
                                 "Reagent": null,
                                 "Reagent": null,
                                 "id": "ReagentThreshold"
                                 "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Dwarf",
                                "ShouldHave": false,
                                "id": "OrganType"
                             }
                             }
                         ],
                         ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    }
                ]
            }
        }
    },
    "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": {
                "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"
                    }
                ]
            }
        }
    },
    "Plasma": {
        "id": "Plasma",
        "name": "plasma",
        "group": "Unknown",
        "desc": "Funky, space-magic pixie dust. You probably shouldn't eat this, but we both know you will anyways.",
        "physicalDesc": "gaseous",
        "color": "#7E009EFF",
        "recipes": [],
        "metabolisms": {
            "Poison": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Poison": 0.2
                                 "Poison": 3
                             },
                             },
                             "groups": null
                             "groups": null
Line 9,364: Line 9,330:
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": null,
                            {
                        "probability": 1,
                                "Min": 5,
                        "id": "HealthChange"
                                "Max": 21474836,
                    },
                                "Reagent": null,
                    {
                                "id": "ReagentThreshold"
                        "Reagent": "Inaprovaline",
                            },
                        "Group": null,
                            {
                        "Amount": -2,
                                "Type": "Dwarf",
                        "conditions": null,
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "AdjustReagent"
                     },
                     }
                ]
            },
            "Gas": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": null,
                             "types": {
                            "groups": {
                                 "Poison": 1
                                 "Brute": -1
                             },
                             }
                            "groups": null
                         },
                         },
                         "scaleByQuantity": false,
                         "scaleByQuantity": true,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": null,
                            {
                                "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": [
                            {
                                "Min": 3,
                                "Max": 21474836,
                                "Reagent": "Ethanol",
                                "id": "ReagentThreshold"
                            },
                            {
                                "Type": "Dwarf",
                                "ShouldHave": false,
                                "id": "OrganType"
                            }
                        ],
                        "probability": 0.04,
                        "id": "ChemVomit"
                     }
                     }
                 ]
                 ]
            },
             }
            "Alcohol": {
                "rate": 0.5,
                "effects": [
                    {
                        "BoozePower": 20,
                        "SlurSpeech": true,
                        "conditions": null,
                        "probability": 1,
                        "id": "Drunk"
                    }
                ]
             }
         }
         }
     },
     },
     "BraveBull": {
     "Mojito": {
         "id": "BraveBull",
         "id": "Mojito",
         "name": "brave bull",
         "name": "mojito",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "It's just as effective as Dutch-Courage!",
         "desc": "If it's good enough for Spesscuba, it's good enough for you.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#664300FF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [
             "BraveBull"
             "Mojito"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 9,463: Line 9,387:
                         "Reagent": "Ethanol",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": 0.2,
                         "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 9,472: Line 9,396:
         }
         }
     },
     },
     "Soysauce": {
     "Acetone": {
         "id": "Soysauce",
         "id": "Acetone",
         "name": "soy sauce",
         "name": "acetone",
         "group": "Foods",
         "group": "Unknown",
         "desc": "A salty soy-based flavoring.",
         "desc": "A slick, slightly carcinogenic liquid. Has a multitude of mundane uses in everyday life.",
         "physicalDesc": "salty",
        "physicalDesc": "acidic",
         "color": "#8B4513FF",
        "color": "#AF14B7FF",
        "recipes": [
            "Acetone"
        ],
        "metabolisms": null
    },
    "IcedTea": {
        "id": "IcedTea",
        "name": "iced tea",
        "group": "Drinks",
        "desc": "No relation to a certain rap artist/actor.",
         "physicalDesc": "aromatic",
         "color": "#104038FF",
         "recipes": [
         "recipes": [
             "CookingSoysauce"
             "IcedTea"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Food": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 9,489: Line 9,425:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "NutritionFactor": 0.5,
                         "HydrationFactor": 2,
                         "id": "SatiateHunger"
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                        "Reagent": "Theobromine",
                        "Group": null,
                        "Amount": 0.05,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": -0.5,
                         "id": "AdjustReagent"
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
Line 9,502: Line 9,440:
         }
         }
     },
     },
     "JuiceBanana": {
     "MelonLiquor": {
         "id": "JuiceBanana",
         "id": "MelonLiquor",
         "name": "banana juice",
         "name": "melon liquor",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "The raw essence of a banana. HONK.",
         "desc": "A relatively sweet and fruity 46 proof liquor.",
         "physicalDesc": "crisp",
         "physicalDesc": "strong-smelling",
         "color": "#FFE777FF",
         "color": "#138808FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 9,517: Line 9,455:
                         "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,524: Line 9,470:
         }
         }
     },
     },
     "Gold": {
     "Bilk": {
         "id": "Gold",
         "id": "Bilk",
         "name": "gold",
         "name": "bilk",
         "group": "Elements",
         "group": "Drinks",
         "desc": "Gold is a dense, soft, shiny metal and the most malleable and ductile metal known.",
         "desc": "This appears to be beer mixed with milk. Disgusting.",
        "physicalDesc": "metallic",
         "physicalDesc": "bilky",
        "color": "#F7C430FF",
         "color": "#895C4CFF",
        "recipes": [],
        "metabolisms": null
    },
    "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": [
         "recipes": [
             "ChlorineTrifluoride"
             "Bilk"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Heat": 1
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "HydrationFactor": 3,
                    },
                         "id": "SatiateThirst"
                    {
                        "Multiplier": 0.2,
                        "conditions": null,
                        "probability": 1,
                        "id": "FlammableReaction"
                    },
                    {
                        "Amount": 6000,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustTemperature"
                     }
                     }
                 ]
                 ]
Line 9,577: Line 9,494:
         }
         }
     },
     },
     "Margarita": {
     "Blackpepper": {
         "id": "Margarita",
         "id": "Blackpepper",
         "name": "margarita",
         "name": "black pepper",
        "group": "Foods",
        "desc": "Often used to flavor food or make people sneeze.",
        "physicalDesc": "grainy",
        "color": "#000000FF",
        "recipes": [],
        "metabolisms": null
    },
    "SoyLatte": {
        "id": "SoyLatte",
        "name": "soy latte",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "On the rocks with salt on the rim. Arriba~!",
         "desc": "A coffee drink made with espresso and steamed soy milk.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "strong-smelling",
         "color": "#8CFF8CFF",
         "color": "#664300FF",
         "recipes": [
         "recipes": [
             "Margarita"
             "SoyLatte"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
Line 9,594: Line 9,521:
                         "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 9,609: Line 9,528:
         }
         }
     },
     },
     "PoisonWine": {
     "Epinephrine": {
         "id": "PoisonWine",
         "id": "Epinephrine",
         "name": "poison wine",
         "name": "epinephrine",
         "group": "Drinks",
         "group": "Medicine",
         "desc": "Is this even wine? Toxic! Hallucinogenic! Probably consumed in boatloads by your superiors!",
         "desc": "Effective at bringing people back from a critical state. Reduces some stun times. Easy to overdose on.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "odorless",
         "color": "#000000FF",
         "color": "#D2FFFAFF",
         "recipes": [],
         "recipes": [
            "Epinephrine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "conditions": null,
                        "damage": {
                            "types": {
                                "Asphyxiation": -3,
                                "Poison": -0.5
                            },
                            "groups": {
                                "Brute": -0.5,
                                "Burn": -0.5
                            }
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": [
                            {
                                "mobstate": 2,
                                "id": "MobStateCondition"
                            },
                            {
                                "Min": 0,
                                "Max": 20,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                     },
                     },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                    }
                ]
            },
            "Poison": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                "Asphyxiation": 1,
                                 "Poison": 1
                                 "Poison": 1
                             },
                             },
Line 9,649: Line 9,580:
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "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": "HealthChange"
                         "id": "AdjustReagent"
                     }
                     },
                ]
                    {
            }
                        "Reagent": "Epinephrine",
        }
                        "Group": null,
    },
                        "Amount": -1,
    "NuclearCola": {
                        "conditions": [
        "id": "NuclearCola",
                            {
        "name": "nuclear cola",
                                "Min": 1,
        "group": "Drinks",
                                "Max": 21474836,
        "desc": "Cola, cola never changes.",
                                "Reagent": "Lexorin",
        "physicalDesc": "fizzy",
                                "id": "ReagentThreshold"
        "color": "#100800FF",
                            }
        "recipes": [
                        ],
            "NuclearCola"
                        "probability": 1,
        ],
                        "id": "AdjustReagent"
        "metabolisms": {
                    },
            "Drink": {
                    {
                "rate": 0.5,
                        "Reagent": "Histamine",
                "effects": [
                        "Group": null,
                        "Amount": 4,
                        "conditions": [
                            {
                                "Min": 1,
                                "Max": 21474836,
                                "Reagent": "Lexorin",
                                "id": "ReagentThreshold"
                            }
                        ],
                        "probability": 0.1,
                        "id": "AdjustReagent"
                    },
                     {
                     {
                        "Key": "Stun",
                        "Component": "",
                        "Time": 0.75,
                        "Refresh": true,
                        "Type": 1,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 6,
                         "id": "GenericStatusEffect"
                         "id": "SatiateThirst"
                     },
                     }
                ]
            },
            "Poison": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "damage": {
                         "Key": "KnockedDown",
                            "types": {
                        "Component": "",
                                "Poison": 1
                        "Time": 0.75,
                            },
                         "Refresh": true,
                            "groups": null
                         "Type": 1,
                        },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "GenericStatusEffect"
                     }
                     }
                 ]
                 ]
Line 9,699: Line 9,653:
         }
         }
     },
     },
     "MilkSpoiled": {
     "GroundBee": {
         "id": "MilkSpoiled",
         "id": "GroundBee",
         "name": "spoiled milk",
         "name": "Ground Bee",
        "group": "Unknown",
        "desc": "Bee grounds. Gross.",
        "physicalDesc": "bee guts",
        "color": "#86530EFF",
        "recipes": [],
        "metabolisms": null
    },
    "JuiceTomato": {
        "id": "JuiceTomato",
        "name": "tomato juice",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "This milk has gone rancid.",
         "desc": "Tomatoes made into juice. What a waste of good tomatoes, huh?",
         "physicalDesc": "putrid",
         "physicalDesc": "saucey",
         "color": "#FAFFBAFF",
         "color": "#731008FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 9,714: Line 9,678:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": -2,
                         "HydrationFactor": 3,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                     }
                     }
Line 9,721: Line 9,685:
         }
         }
     },
     },
     "CoffeeLiqueur": {
     "Carbon": {
         "id": "CoffeeLiqueur",
         "id": "Carbon",
         "name": "coffee liqueur",
         "name": "carbon",
         "group": "Drinks",
         "group": "Elements",
         "desc": "Liquor flavoured with cold brewed coffee and spices.",
         "desc": "A black, crystalline solid.",
         "physicalDesc": "cloudy",
         "physicalDesc": "crystalline",
         "color": "#664300FF",
         "color": "#22282BFF",
         "recipes": [],
         "recipes": [],
        "metabolisms": null
    },
    "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": {
         "metabolisms": {
             "Drink": {
             "Medicine": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Cold": -4
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 2,
                         "id": "HealthChange"
                         "id": "SatiateThirst"
                    },
                    {
                        "Amount": 100000,
                        "conditions": [
                            {
                                "Min": 0,
                                "Max": 293.15,
                                "id": "Temperature"
                            }
                        ],
                        "probability": 1,
                        "id": "AdjustTemperature"
                    },
                    {
                        "Amount": -10000,
                        "conditions": [
                            {
                                "Min": 293.15,
                                "Max": 3.4028235e+38,
                                "id": "Temperature"
                            }
                        ],
                        "probability": 1,
                         "id": "AdjustTemperature"
                     },
                     },
                     {
                     {
                         "Reagent": "Ethanol",
                         "Messages": [
                         "Group": null,
                            "leporazine-effect-temperature-adjusting"
                         "Amount": 0.05,
                        ],
                         "Type": 1,
                         "VisualType": 2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 0.2,
                         "id": "AdjustReagent"
                         "id": "PopupMessage"
                     }
                     }
                 ]
                 ]
Line 9,751: Line 9,760:
         }
         }
     },
     },
     "Sake": {
     "Wine": {
         "id": "Sake",
         "id": "Wine",
         "name": "sake",
         "name": "wine",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "Alcoholic beverage made by fermenting rice that has been polished.",
         "desc": "An premium alchoholic beverage made from distilled grape juice.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "translucent",
         "color": "#DDDDDDFF",
         "color": "#7E4043FF",
         "recipes": [],
         "recipes": [
            "BloodToWine"
        ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Drink": {
Line 9,781: Line 9,792:
         }
         }
     },
     },
     "Cream": {
     "Rum": {
         "id": "Cream",
         "id": "Rum",
         "name": "cream",
         "name": "rum",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "The fatty, still liquid part of milk. Why don't you mix this with sum scotch, eh?",
         "desc": "Distilled alcoholic drink made from sugarcane byproducts.",
         "physicalDesc": "creamy",
         "physicalDesc": "strong-smelling",
         "color": "#DFD7AFFF",
         "color": "#664300FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 9,796: Line 9,807:
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "HydrationFactor": 1,
                         "HydrationFactor": 2,
                         "id": "SatiateThirst"
                         "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.2,
                        "conditions": null,
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 9,803: Line 9,822:
         }
         }
     },
     },
     "Plasma": {
     "Patron": {
         "id": "Plasma",
         "id": "Patron",
         "name": "plasma",
         "name": "patron",
         "group": "Unknown",
         "group": "Drinks",
         "desc": "Funky, space-magic pixie dust. You probably shouldn't eat this, but we both know you will anyways.",
         "desc": "Tequila with silver in it, a favorite of alcoholic women in the club scene.",
         "physicalDesc": "gaseous",
         "physicalDesc": "metallic",
         "color": "#7E009EFF",
         "color": "#585840FF",
         "recipes": [],
         "recipes": [
            "Patron"
        ],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 3
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                         "id": "SatiateThirst"
                     },
                     },
                     {
                     {
                         "Reagent": "Inaprovaline",
                         "Reagent": "Ethanol",
                         "Group": null,
                         "Group": null,
                         "Amount": -2,
                         "Amount": 0.2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
Line 9,837: Line 9,851:
                     }
                     }
                 ]
                 ]
             },
             }
             "Gas": {
        }
    },
    "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": [],
        "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"
                ]
                    },
            }
        }
    },
    "Licoxide": {
        "id": "Licoxide",
        "name": "Licoxide",
        "group": "Toxins",
        "desc": "It looks... electrifying.",
        "physicalDesc": "electric",
        "color": "#FDD023FF",
        "recipes": [],
        "metabolisms": {
            "Poison": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "ElectrocuteTime": 2,
                         "Reagent": "Ethanol",
                         "ElectrocuteDamageScale": 5,
                         "Group": null,
                         "Refresh": true,
                         "Amount": 0.2,
                         "conditions": null,
                         "conditions": null,
                         "probability": 0.5,
                         "probability": 1,
                         "id": "Electrocute"
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 9,882: Line 9,884:
         }
         }
     },
     },
     "ShamblersJuice": {
     "GrapeSoda": {
         "id": "ShamblersJuice",
         "id": "GrapeSoda",
         "name": "Shambler's Juice",
         "name": "grape soda",
         "group": "Drinks",
         "group": "Drinks",
         "desc": "~Shake me up some of that Shambler's Juice!~",
         "desc": "It's Graaaaaape!",
         "physicalDesc": "fizzy",
         "physicalDesc": "fizzy",
         "color": "#66538FFF",
         "color": "#AE94A6FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
Line 9,904: Line 9,906:
         }
         }
     },
     },
     "Toxin": {
     "BlueCuracao": {
         "id": "Toxin",
         "id": "BlueCuracao",
         "name": "toxin",
         "name": "blue curacao",
         "group": "Toxins",
         "group": "Drinks",
         "desc": "A toxic chemical.",
         "desc": "Exotically blue, fruity drink, distilled from oranges.",
         "physicalDesc": "opaque",
         "physicalDesc": "strong-smelling",
         "color": "#CF3600FF",
         "color": "#0000CDFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Poison": 4
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                        "HydrationFactor": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.1,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 9,933: Line 9,936:
         }
         }
     },
     },
     "UncookedAnimalProteins": {
     "JuiceLime": {
         "id": "UncookedAnimalProteins",
         "id": "JuiceLime",
         "name": "uncooked animal proteins",
         "name": "lime juice",
         "group": "Unknown",
         "group": "Drinks",
         "desc": "This is very risky for the stomachs of softer lifeforms to digest.",
         "desc": "The sweet-sour juice of limes.",
         "physicalDesc": "clumpy",
         "physicalDesc": "citric",
         "color": "#FFFFE5FF",
         "color": "#99BB43FF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Poison": {
             "Drink": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                         "damage": {
                        "conditions": null,
                             "types": {
                        "probability": 1,
                                 "Poison": 2
                        "HydrationFactor": 3,
                             },
                        "id": "SatiateThirst"
                             "groups": null
                    }
                         },
                ]
                         "scaleByQuantity": false,
            }
        }
    },
    "Siderlac": {
        "id": "Siderlac",
        "name": "siderlac",
        "group": "Medicine",
        "desc": "A powerful anti-caustic medicine derived from plants.",
        "physicalDesc": "milky",
        "color": "#F4DAB8FF",
        "recipes": [
            "Siderlac"
        ],
        "metabolisms": {
            "Medicine": {
                "rate": 0.5,
                "effects": [
                    {
                         "damage": {
                             "types": {
                                 "Caustic": -5
                             },
                             "groups": null
                         },
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": null,
                            {
                                "Type": "Human",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                    },
                    {
                        "Reagent": "Protein",
                        "Group": null,
                        "Amount": 0.5,
                        "conditions": [
                            {
                                "Type": "Animal",
                                "ShouldHave": true,
                                "id": "OrganType"
                            }
                        ],
                        "probability": 1,
                        "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 9,982: Line 9,989:
         }
         }
     },
     },
     "WhiteRussian": {
     "Thermite": {
         "id": "WhiteRussian",
         "id": "Thermite",
         "name": "white russian",
         "name": "thermite",
         "group": "Drinks",
         "group": "Pyrotechnic",
         "desc": "That's just, like, your opinion, man...",
         "desc": "A mixture that becomes extremely hot when ignited, and which can burn straight through walls when applied and ignited. It'll slowly inflict burn damage to anybody dumb enough to ingest it, but can't be ignited inside inside said dumb person.",
         "physicalDesc": "strong-smelling",
         "physicalDesc": "grainy",
         "color": "#A68340FF",
         "color": "#757245FF",
         "recipes": [
         "recipes": [
             "WhiteRussian"
             "Thermite"
         ],
         ],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
                     {
                     {
                        "damage": {
                            "types": {
                                "Heat": 2
                            },
                            "groups": null
                        },
                        "scaleByQuantity": false,
                        "ignoreResistances": true,
                         "conditions": null,
                         "conditions": null,
                         "probability": 1,
                         "probability": 1,
                        "HydrationFactor": 2,
                         "id": "HealthChange"
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.15,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 10,014: Line 10,020:
         }
         }
     },
     },
     "Sulfur": {
     "DevilsKiss": {
         "id": "Sulfur",
         "id": "DevilsKiss",
         "name": "sulfur",
         "name": "devils kiss",
         "group": "Elements",
         "group": "Drinks",
         "desc": "A yellow, crystalline solid.",
         "desc": "Creepy time!",
        "physicalDesc": "powdery",
         "physicalDesc": "strong-smelling",
        "color": "#FFF385FF",
         "color": "#A68310FF",
        "recipes": [],
        "metabolisms": null
    },
    "Pax": {
        "id": "Pax",
        "name": "pax",
        "group": "Unknown",
        "desc": "A psychiatric drug which prevents the patient from directly harming anyone.",
         "physicalDesc": "soothing",
         "color": "#AAAAAAFF",
         "recipes": [
         "recipes": [
             "Pax"
             "DevilsKiss"
         ],
         ],
         "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": 2,
                        "id": "SatiateThirst"
                    },
                    {
                        "Reagent": "Ethanol",
                        "Group": null,
                        "Amount": 0.05,
                        "conditions": null,
                        "probability": 1,
                         "id": "AdjustReagent"
                     }
                     }
                 ]
                 ]
Line 10,052: Line 10,052:
         }
         }
     },
     },
     "MindbreakerToxin": {
     "Cornoil": {
         "id": "MindbreakerToxin",
         "id": "Cornoil",
         "name": "mindbreaker toxin",
         "name": "corn oil",
         "group": "Toxins",
         "group": "Foods",
         "desc": "A potent hallucinogenic compound that is illegal under space law. Formerly known as LSD.",
         "desc": "Corn oil, A delicious oil used in cooking. Made from corn.",
         "physicalDesc": "opaque",
         "physicalDesc": "oily",
         "color": "#77B58EFF",
         "color": "#FFFF00FF",
         "recipes": [
         "recipes": [],
            "MindbreakerToxin"
        ],
         "metabolisms": null
         "metabolisms": null
     },
     },
     "Milk": {
     "WeldingFuel": {
         "id": "Milk",
         "id": "WeldingFuel",
         "name": "milk",
         "name": "welding fuel",
         "group": "Drinks",
         "group": "Pyrotechnic",
         "desc": "An opaque white liquid produced by the mammary glands of mammals.",
         "desc": "Used by welders to weld.",
         "physicalDesc": "opaque",
         "physicalDesc": "oily",
         "color": "#DFDFDFFF",
         "color": "#A76B1CFF",
         "recipes": [],
         "recipes": [],
         "metabolisms": {
         "metabolisms": {
             "Drink": {
             "Poison": {
                "rate": 0.5,
                "effects": [
                    {
                        "conditions": null,
                        "probability": 1,
                        "HydrationFactor": 4,
                        "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": {
                 "rate": 0.5,
                 "rate": 0.5,
                 "effects": [
                 "effects": [
Line 10,103: Line 10,077:
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Heat": -1.5,
                                 "Poison": 1
                                "Shock": -1.5,
                                "Cold": -1.5
                             },
                             },
                             "groups": null
                             "groups": null
Line 10,115: Line 10,087:
                         "id": "HealthChange"
                         "id": "HealthChange"
                     },
                     },
                    {
                        "Multiplier": 0.4,
                        "conditions": null,
                        "probability": 1,
                        "id": "FlammableReaction"
                    }
                ]
            }
        }
    },
    "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": {
                "rate": 0.5,
                "effects": [
                     {
                     {
                         "damage": {
                         "damage": {
                             "types": {
                             "types": {
                                 "Asphyxiation": 1,
                                 "Heat": 1
                                "Cold": 2
                             },
                             },
                             "groups": null
                             "groups": null
Line 10,125: Line 10,120:
                         "scaleByQuantity": false,
                         "scaleByQuantity": false,
                         "ignoreResistances": true,
                         "ignoreResistances": true,
                         "conditions": [
                         "conditions": null,
                            {
                                "Min": 10,
                                "Max": 21474836,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "HealthChange"
                         "id": "HealthChange"
                     },
                     },
                     {
                     {
                         "Amplitude": 10,
                         "Multiplier": 0.2,
                         "Frequency": 4,
                         "conditions": null,
                         "Time": 2,
                         "probability": 1,
                         "Refresh": true,
                         "id": "FlammableReaction"
                        "conditions": [
                    },
                            {
                    {
                                "Min": 10,
                        "Amount": 6000,
                                "Max": 21474836,
                        "conditions": null,
                                "Reagent": null,
                                "id": "ReagentThreshold"
                            }
                        ],
                         "probability": 1,
                         "probability": 1,
                         "id": "Jitter"
                         "id": "AdjustTemperature"
                     }
                     }
                 ]
                 ]
Line 10,156: Line 10,140:
         }
         }
     },
     },
     "MuteToxin": {
     "Sodium": {
         "id": "MuteToxin",
         "id": "Sodium",
         "name": "mute toxin",
         "name": "sodium",
         "group": "Narcotics",
         "group": "Elements",
         "desc": "Makes you unable to talk while metabolizing.",
         "desc": "A silvery-white alkali metal. Highly reactive in its pure form.",
         "physicalDesc": "syrupy",
         "physicalDesc": "metallic",
         "color": "#000000FF",
         "color": "#C6C8CCFF",
         "recipes": [
         "recipes": [],
            "MuteToxin"
        "metabolisms": null
         ],
    },
    "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": {
         "metabolisms": {
             "Narcotic": {
             "Drink": {
                 "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,
                         "id": "GenericStatusEffect"
                        "HydrationFactor": 4,
                         "id": "SatiateThirst"
                     }
                     }
                 ]
                 ]
             }
             }
         }
         }
    },
    "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
     }
     }
}
}

Revision as of 03:29, 16 May 2023

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"
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"
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"
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
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"
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"
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"
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"
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"
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
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"
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"
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"
Ketchup
id"Ketchup"
name"ketchup"
group"Foods"
desc"Made from pureed tomatoes and flavored with spices."
physicalDesc"tangy"
color"#FF0000FF"
recipes
"CookingKetchup"
metabolismsnull
Saxoite
id"Saxoite"
name"Saxoite"
group"Unknown"
desc"Smells like jazz."
physicalDesc"ground brass"
color"#B8A603FF"
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"
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
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"
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"
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"
Napalm
id"Napalm"
name"napalm"
group"Pyrotechnic"
desc"It's just a little flammable."
physicalDesc"soapy"
color"#FA00AFFF"
recipes
"Napalm"
metabolisms
Poison
rate0.5
effects
damage
types
Heat1
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Multiplier0.4
conditionsnull
probability1
id"FlammableReaction"
Phlogiston
id"Phlogiston"
name"phlogiston"
group"Pyrotechnic"
desc"Catches you on fire and makes you ignite."
physicalDesc"burning"
color"#D4872AFF"
recipes
"Phlogiston"
metabolisms
Poison
rate0.5
effects
damage
types
Heat3
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
Multiplier0.1
conditionsnull
probability1
id"FlammableReaction"
Amount6000
conditionsnull
probability1
id"AdjustTemperature"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
JuiceBerry
id"JuiceBerry"
name"berry juice"
group"Drinks"
desc"A delicious blend of several different kinds of berries."
physicalDesc"sweet"
color"#660099FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor3
id"SatiateThirst"
JuiceBerryPoison
id"JuiceBerryPoison"
name"poison berry juice"
group"Unknown"
desc"A surprisingly tasty juice blended from various kinds of very deadly and toxic berries."
physicalDesc"sickly"
color"#6600CCFF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor3
id"SatiateThirst"
Poison
rate0.5
effects
damage
types
Poison1
groupsnull
scaleByQuantityfalse
ignoreResistancestrue
conditionsnull
probability1
id"HealthChange"
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"
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"
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"
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"
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"
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
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"
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"
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"
IcedBeer
id"IcedBeer"
name"iced beer"
group"Drinks"
desc"A beer which is so cold the air around it freezes."
physicalDesc"bubbly"
color"#664300FF"
recipes
"IcedBeer"
"IcedBeerAlt"
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor2
id"SatiateThirst"
Reagent"Ethanol"
Groupnull
Amount0.05
conditionsnull
probability1
id"AdjustReagent"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
BbqSauce
id"BbqSauce"
name"BBQ sauce"
group"Foods"
desc"Hand wipes not included."
physicalDesc"gloopy"
color"#8B0000FF"
recipes
"CookingBbqSauce"
metabolismsnull
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
Ketchunaise
id"Ketchunaise"
name"ketchunaise"
group"Foods"
desc"So-called Russian dressing, popular among Space Americans."
physicalDesc"saucey"
color"#FBA399FF"
recipes
"CookingKetchunaise"
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"
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"
Aluminium
id"Aluminium"
name"aluminium"
group"Elements"
desc"A silver, soft, non-magnetic, and ductile metal."
physicalDesc"metallic"
color"#848789FF"
recipes
Empty array
metabolismsnull
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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
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"
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"
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"
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"
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"
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"
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"
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"
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
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"
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"
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"
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"
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"
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"
Hotsauce
id"Hotsauce"
name"hotsauce"
group"Foods"
desc"Burns so good."
physicalDesc"spicy"
color"#FF0000FF"
recipes
"CookingHotsauce"
metabolismsnull
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"
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"
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"
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"
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
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"
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"
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"
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"
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"
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"
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"
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"
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
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
Fluorine
id"Fluorine"
name"fluorine"
group"Elements"
desc"A highly toxic pale yellow gas. Extremely reactive."
physicalDesc"gaseous"
color"#808080FF"
recipes
Empty array
metabolismsnull
DryRamen
id"DryRamen"
name"dry ramen"
group"Drinks"
desc"Dry noodles and salt."
physicalDesc"wormy"
color"#664300FF"
recipes
Empty array
metabolisms
Food
rate0.5
effects
conditionsnull
probability1
NutritionFactor1
id"SatiateHunger"
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"
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"
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"
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"
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"
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"
Hydrogen
id"Hydrogen"
name"hydrogen"
group"Elements"
desc"A light, flammable gas."
physicalDesc"gaseous"
color"#808080FF"
recipes
Empty array
metabolismsnull
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"
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"
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"
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"
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"
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"
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"
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"
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
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"
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"
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"
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"
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"
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"
Nicotine
id"Nicotine"
name"Nicotine"
group"Narcotics"
desc"Dangerous and highly addictive."
physicalDesc"strong-smelling"
color"#C0C0C0FF"
recipes
Empty array
metabolismsnull
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"
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"
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"
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"
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"
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"
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"
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
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"
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"
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"
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"
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"
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"
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"
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"
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"
Mayo
id"Mayo"
name"mayonnaise"
group"Foods"
desc"Creamy sauce, made from oil, egg, and some (edible) acid."
physicalDesc"thick"
color"#F9F5E5FF"
recipes
"CookingMayoVinegar"
"CookingMayoLemon"
metabolismsnull
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"
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"
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"
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"
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
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"
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
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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
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"
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
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"
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"
Ice
id"Ice"
name"ice"
group"Unknown"
desc"Frozen water."
physicalDesc"frosty"
color"#BED8E6FF"
recipes
Empty array
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"
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"
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"
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"
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"
Frostoil
id"Frostoil"
name"frostoil"
group"Foods"
desc"Leaves the tongue numb in its passage."
physicalDesc"cold"
color"#87CEEBFF"
recipes
Empty array
metabolismsnull
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"
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"
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"
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"
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"
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"
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"
Phosphorus
id"Phosphorus"
name"phosphorus"
group"Elements"
desc"A reactive metal used in pyrotechnics and weapons."
physicalDesc"powdery"
color"#EDE4E4FF"
recipes
Empty array
metabolismsnull
Blood
id"Blood"
name"blood"
group"Biological"
desc"I hope this is ketchup."
physicalDesc"ferrous"
color"#800000FF"
recipes
Empty array
metabolisms
Drink
rate0.5
effects
conditionsnull
probability1
HydrationFactor1.5
id"SatiateThirst"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
Oil
id"Oil"
name"oil"
group"Foods"
desc"Used by chefs to cook."
physicalDesc"oily"
color"#B67823FF"
recipes
"Oil"
metabolismsnull
Ash
id"Ash"
name"ash"
group"Unknown"
desc"A light grey powdery residue"
physicalDesc"powdery"
color"#FFFFFFFF"
recipes
Empty array
metabolismsnull
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"
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"
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"
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"
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"
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"
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"
Sulfur
id"Sulfur"
name"sulfur"
group"Elements"
desc"A yellow, crystalline solid."
physicalDesc"powdery"
color"#FFF385FF"
recipes
Empty array
metabolismsnull
HorseradishSauce
id"HorseradishSauce"
name"horseradish sauce"
group"Foods"
desc"Smelly horseradish sauce."
physicalDesc"overpowering"
color"#808080FF"
recipes
Empty array
metabolismsnull
Enzyme
id"Enzyme"
name"universal enzyme"
group"Foods"
desc"Used in cooking various dishes."
physicalDesc"chalky"
color"#009900FF"
recipes
Empty array
metabolismsnull
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"
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
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"
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"
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"
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"
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"
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
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"
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"
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"
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
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"
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"
GroundBee
id"GroundBee"
name"Ground Bee"
group"Unknown"
desc"Bee grounds. Gross."
physicalDesc"bee guts"
color"#86530EFF"
recipes
Empty array
metabolismsnull
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"
Carbon
id"Carbon"
name"carbon"
group"Elements"
desc"A black, crystalline solid."
physicalDesc"crystalline"
color"#22282BFF"
recipes
Empty array
metabolismsnull
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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
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"
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"
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
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"
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