[
    {
        "type" : "ITEM_CATEGORY",
        "id" : "chems",
        "name" : "chemical stuff",
        "sort_rank" : 5
    },
    {
        "id": "water",
        "type": "COMESTIBLE",
        "symbol": "~",
        "color": "light_cyan",
        "name": "water",
        "name_plural": "water",
        "description": "Water, the stuff of life, the best thirst-quencher available.",
        "price": 0,
        "weight": 250,
        "volume": 1,
        "bashing": 0,
        "cutting": 0,
        "to_hit": 0,
        "comestible_type": "DRINK",
        "tool": "null",
        "container": "bottle_plastic",
        "quench": 50,
        "nutrition": 0,
        "spoils_in": 0,
        "addiction_potential": 0,
        "addiction_type" : "none",
        "charges": 1,
        "healthy": 0,
        "fun": 0,
        "stim": 0,
        "flags" : ["EATEN_COLD"],
        "phase": "liquid"
    },
    {
        "type" : "COMESTIBLE",
        "id" : "water_clean",
        "name" : "clean water",
        "name_plural" : "clean water",
        "weight" : 250,
        "color" : "light_cyan",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bottle_plastic",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 50,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 0,
        "description" : "Fresh, clean water.  Truly the best thing to quench your thirst.",
        "price" : 50,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_COLD"],
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "water_mineral",
        "name" : "mineral water",
        "name_plural" : "mineral water",
        "weight" : 250,
        "color" : "light_cyan",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bottle_glass",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 60,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 0,
        "description" : "Fancy mineral water, so fancy it makes you feel fancy just holding it.",
        "price" : 50,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_COLD"],
        "fun" : 1
    },
    {
        "type" : "COMESTIBLE",
        "id" : "sewage",
        "name" : "sewage sample",
        "weight" : 280,
        "color" : "green",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "use_action" : "SEWAGE",
        "stim" : 0,
        "container" : "bottle_plastic",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 5,
        "healthy" : -20,
        "addiction_potential" : 0,
        "nutrition" : 0,
        "description" : "A sample of sewage from a treatment plant.  Gross.",
        "price" : 0,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "category" : "chems",
        "fun" : -20
    },
    {
        "type" : "COMESTIBLE",
        "id" : "salt_water",
        "name" : "salt water",
        "name_plural" : "salt water",
        "weight" : 260,
        "color" : "light_cyan",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bottle_plastic",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : -30,
        "healthy" : -1,
        "addiction_potential" : 0,
        "nutrition" : 0,
        "description" : "Water with salt added.  Not good for drinking.",
        "price" : 0,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "category" : "chems",
        "fun" : -1
    },
    {
        "type" : "COMESTIBLE",
        "id" : "oj",
        "name" : "orange juice",
        "weight" : 263,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 120,
        "stim" : 0,
        "container" : "bottle_plastic",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 35,
        "healthy" : 2,
        "addiction_potential" : 0,
        "nutrition" : 4,
        "description" : "Freshly-squeezed from real oranges!  Tasty and nutritious.",
        "price" : 90,
        "material" : "fruit",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_COLD"],
        "fun" : 3
    },
    {
        "type" : "COMESTIBLE",
        "id" : "apple_cider",
        "name" : "apple cider",
        "weight" : 263,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 144,
        "stim" : 0,
        "container" : "bottle_plastic",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 35,
        "healthy" : 3,
        "addiction_potential" : 0,
        "nutrition" : 4,
        "description" : "Pressed from fresh apples.  Tasty and nutritious.",
        "price" : 85,
        "material" : "fruit",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_COLD"],
        "fun" : 2
    },
    {
        "type" : "COMESTIBLE",
        "id" : "lemonade",
        "name" : "lemonade",
        "weight" : 263,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bottle_plastic",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 35,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 4,
        "description" : "Lemon juice mixed with water and sugar to dull the sourness.  Delicious and refreshing.",
        "price" : 80,
        "material" : "fruit",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_COLD"],
        "fun" : 3
    },
    {
        "type" : "COMESTIBLE",
        "id" : "cranberry_juice",
        "name" : "cranberry juice",
        "weight" : 263,
        "color" : "magenta",
        "addiction_type" : "none",
        "spoils_in" : 480,
        "stim" : 0,
        "container" : "bottle_plastic",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 37,
        "healthy" : 2,
        "addiction_potential" : 0,
        "nutrition" : 3,
        "description" : "Made from real Massachusetts cranberries.  Delicious and nutritious.",
        "price" : 80,
        "material" : "fruit",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_COLD"],
        "fun" : 3
    },
    {
        "type" : "COMESTIBLE",
        "id" : "sports_drink",
        "name" : "sports drink",
        "weight" : 260,
        "color" : "light_red",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bottle_plastic",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 60,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 2,
        "description" : "Consisting of a special blend of electrolytes and simple sugars, this beverage tastes like bottled sweat but rehydrates the body faster than water.",
        "price" : 55,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_COLD"],
        "fun" : -1
    },
    {
        "type" : "COMESTIBLE",
        "id" : "energy_drink",
        "name" : "energy drink",
        "weight" : 262,
        "color" : "magenta",
        "addiction_type" : "caffeine",
        "spoils_in" : 0,
        "use_action" : "CAFF",
        "stim" : 8,
        "container" : "can_drink",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 15,
        "healthy" : -1,
        "addiction_potential" : 2,
        "nutrition" : 1,
        "description" : "Popular among those who need to stay up late working.",
        "price" : 170,
        "material" : "junk",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_COLD"],
        "fun" : 5
    },
    {
        "type" : "COMESTIBLE",
        "id" : "energy_drink_atomic",
        "name" : "atomic energy drink",
        "weight" : 267,
        "color" : "light_green",
        "addiction_type" : "caffeine",
        "spoils_in" : 0,
        "use_action" : "ATOMIC_CAFF",
        "stim" : 27,
        "container" : "can_drink",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 45,
        "healthy" : -6,
        "addiction_potential" : 9,
        "nutrition" : 2,
        "description" : "According to the label, this loathsome-tasting beverage is called ATOMIC POWER THIRST.  Alongside the lengthy health warning, it promises to make the consumer UNCOMFORTABLY ENERGETIC using ELECTROLYTES and THE POWER OF THE ATOM.",
        "price" : 1500, "//" : "Check whether Rivtech-Expensive applies to their energy drinks",
        "material" : "junk",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_COLD"],
        "fun" : -1
    },
    {
        "type" : "COMESTIBLE",
        "id" : "cola",
        "name" : "dark cola",
        "weight" : 260,
        "color" : "brown",
        "addiction_type" : "caffeine",
        "spoils_in" : 0,
        "use_action" : "CAFF",
        "stim" : 6,
        "container" : "can_drink",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 18,
        "healthy" : -1,
        "addiction_potential" : 2,
        "nutrition" : 3,
        "description" : "Things go better with cola.  Sugar water with caffeine added.",
        "price" : 95,
        "material" : "junk",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_COLD"],
        "fun" : 5
    },
    {
        "type" : "COMESTIBLE",
        "id" : "creamsoda",
        "name" : "cream soda",
        "weight" : 260,
        "color" : "light_gray",
        "addiction_type" : "caffeine",
        "spoils_in" : 0,
        "use_action" : "CAFF",
        "stim" : 4,
        "container" : "can_drink",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 18,
        "healthy" : -1,
        "addiction_potential" : 2,
        "nutrition" : 3,
        "description" : "A caffeinated, carbonated drink, flavored with vanilla.",
        "price" : 95,
        "material" : "junk",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_COLD"],
        "fun" : 5
    },
    {
        "type" : "COMESTIBLE",
        "id" : "lemonlime",
        "name" : "lemon-lime soda",
        "weight" : 260,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 2,
        "container" : "can_drink",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 18,
        "healthy" : -1,
        "addiction_potential" : 0,
        "nutrition" : 3,
        "description" : "Unlike cola this is caffeine free, however it is still carbonated and has plenty of sugar.  Not to mention a lemon-lime taste.",
        "price" : 95,
        "material" : "junk",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_COLD"],
        "fun" : 5
    },
    {
        "type" : "COMESTIBLE",
        "id" : "orangesoda",
        "name" : "orange soda",
        "weight" : 260,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 2,
        "container" : "can_drink",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 18,
        "healthy" : -1,
        "addiction_potential" : 0,
        "nutrition" : 3,
        "description" : "Unlike cola this is caffeine free, however it is still carbonated, sweet, and tastes vaguely orange-like.",
        "price" : 95,
        "material" : "junk",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_COLD"],
        "fun" : 5
    },
    {
        "type" : "COMESTIBLE",
        "id" : "colamdew",
        "name" : "energy cola",
        "weight" : 260,
        "color" : "light_green",
        "addiction_type" : "caffeine",
        "spoils_in" : 0,
        "use_action" : "CAFF",
        "stim" : 8,
        "container" : "can_drink",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 14,
        "healthy" : -2,
        "addiction_potential" : 2,
        "nutrition" : 3,
        "description" : "It tastes and looks like windshield wiper fluid, but it's loaded to the brim with sugar and caffeine.",
        "price" : 100,
        "material" : "junk",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_COLD"],
        "fun" : 5
    },
    {
        "type" : "COMESTIBLE",
        "id" : "rootbeer",
        "name" : "root beer",
        "weight" : 260,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 1,
        "container" : "can_drink",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 18,
        "healthy" : -1,
        "addiction_potential" : 0,
        "nutrition" : 3,
        "description" : "Like cola, but without caffeine.  Still not that healthy.",
        "price" : 95,
        "material" : "junk",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_COLD"],
        "fun" : 3
    },
    {
        "type" : "COMESTIBLE",
        "id" : "spezi",
        "name" : "spezi",
        "weight" : 260,
        "color" : "brown",
        "addiction_type" : "caffeine",
        "spoils_in" : 0,
        "stim" : 4,
        "container" : "can_drink",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 18,
        "healthy" : -1,
        "addiction_potential" : 2,
        "nutrition" : 3,
        "description" : "Originating in Germany almost a century ago, this mix of cola and orange soda tastes great.",
        "price" : 100,
        "material" : "junk",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_COLD"],
        "fun" : 6
    },
    {
        "type" : "COMESTIBLE",
        "id" : "crispycran",
        "name" : "crispy cranberry",
        "name_plural" : "crispy cranberries",
        "weight" : 260,
        "color" : "pink",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 1,
        "container" : "can_drink",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 27,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 3,
        "description" : "Mixing cranberry juice and lemon-lime soda works out quite well.",
        "price" : 110,
        "material" : "junk",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_COLD"],
        "fun" : 6
    },
    {
        "type" : "COMESTIBLE",
        "id" : "purple_drink",
        "name" : "grape drink",
        "weight" : 260,
        "color" : "magenta",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 2,
        "container" : "can_drink",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 18,
        "healthy" : -1,
        "addiction_potential" : 0,
        "nutrition" : 4,
        "description" : "A mass-produced grape flavored beverage of artificial origin.  Good for when you want something that tastes like fruit, but still don't care about your health.",
        "price" : 85,
        "material" : "junk",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_COLD"],
        "fun" : 3
    },
    {
        "type" : "COMESTIBLE",
        "id" : "milk",
        "name" : "milk",
        "weight" : 258,
        "color" : "white",
        "addiction_type" : "none",
        "spoils_in" : 8,
        "stim" : 0,
        "container" : "jug_plastic",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 25,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 8,
        "description" : "Baby cow food, appropriated for adult humans.  Spoils rapidly.",
        "price" : 38, "//" : "A 12-charge gallon currently goes for around US$4.",
        "material" : "milk",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_COLD"],
        "fun" : 1
    },
    {
        "type" : "COMESTIBLE",
        "id" : "con_milk",
        "name" : "condensed milk",
        "weight" : 258,
        "color" : "white",
        "addiction_type" : "none",
        "spoils_in" : 24,
        "stim" : 0,
        "container" : "can_food",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 20,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 11,
        "description" : "Baby cow food, appropriated for adult humans.  Having been canned, this milk should last for a very long time.",
        "price" : 700,
        "material" : ["milk", "junk"],
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 3
    },
    {
        "type" : "COMESTIBLE",
        "id" : "V8",
        "name" : "V8",
        "weight" : 258,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 240,
        "stim" : 0,
        "container" : "can_drink",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 6,
        "healthy" : 2,
        "addiction_potential" : 0,
        "nutrition" : 68,
        "description" : "Contains up to eight vegetables!  Nutritious and tasty.",
        "price" : 120,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_COLD"],
        "fun" : 1
    },
    {
        "type" : "COMESTIBLE",
        "id" : "broth",
        "name" : "broth",
        "weight" : 256,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 160,
        "stim" : 0,
        "container" : "can_food",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 30,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 30,
        "description" : "Vegetable stock.  Tasty and fairly nutritious.",
        "price" : 350,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 1
    },
    {
        "type" : "COMESTIBLE",
        "id" : "broth_bone",
        "name" : "bone broth",
        "weight" : 254,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 160,
        "stim" : 0,
        "container" : "can_food",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 30,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 20,
        "description" : "A tasty and nutritious broth made from bones.",
        "price" : 350,
        "material" : "bone",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 10
    },
    {
        "type" : "COMESTIBLE",
        "id" : "soup_veggy",
        "name" : "vegetable soup",
        "weight" : 288,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 120,
        "stim" : 0,
        "container" : "can_food",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 30,
        "healthy" : 2,
        "addiction_potential" : 0,
        "nutrition" : 90,
        "description" : "A nutritious and delicious hearty vegetable soup.",
        "price" : 600,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT", "USE_EAT_VERB"],
        "fun" : 2
    },
    {
        "type" : "COMESTIBLE",
        "id" : "soup_meat",
        "name" : "meat soup",
        "weight" : 289,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 120,
        "stim" : 0,
        "container" : "can_food",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 30,
        "healthy" : 2,
        "addiction_potential" : 0,
        "nutrition" : 160,
        "description" : "A nutritious and delicious hearty meat soup.",
        "price" : 600,
        "material" : "flesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT", "USE_EAT_VERB"],
        "fun" : 2
    },
    {
        "type" : "COMESTIBLE",
        "id" : "soup_fish",
        "name" : "fish soup",
        "weight" : 289,
        "color" : "light_gray",
        "addiction_type" : "none",
        "spoils_in" : 120,
        "stim" : 0,
        "container" : "can_food",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 30,
        "healthy" : 2,
        "addiction_potential" : 0,
        "nutrition" : 150,
        "description" : "A nutritious and delicious hearty fish soup.",
        "price" : 600,
        "material" : "flesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT", "USE_EAT_VERB"],
        "fun" : 2
    },
    {
        "type" : "COMESTIBLE",
        "id" : "curry_veggy",
        "name" : "curry",
        "name_plural" : "curries",
        "weight" : 288,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 120,
        "stim" : 0,
        "container" : "can_food",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 25,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 80,
        "description" : "Spicy, and filled with bits of peppers.  It's pretty good.",
        "price" : 750,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT", "USE_EAT_VERB"],
        "fun" : 10
    },
    {
        "type" : "COMESTIBLE",
        "id" : "curry_meat",
        "name" : "curry with meat",
        "name_plural" : "curries with meat",
        "weight" : 289,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 120,
        "stim" : 0,
        "container" : "can_food",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 25,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 90,
        "description" : "Spicy, and filled with bits of peppers and meat!  It's pretty good.",
        "price" : 750,
        "material" : "flesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT", "USE_EAT_VERB"],
        "fun" : 15
    },
    {
        "type" : "COMESTIBLE",
        "id" : "soup_woods",
        "name" : "woods soup",
        "weight" : 288,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 120,
        "stim" : 0,
        "container" : "can_food",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 30,
        "healthy" : 3,
        "addiction_potential" : 0,
        "nutrition" : 140,
        "description" : "A nutritious and delicious soup, made of gifts of nature.",
        "price" : 500,
        "material" : ["flesh", "veggy"],
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT", "USE_EAT_VERB"],
        "fun" : 3
    },
    {
        "type" : "COMESTIBLE",
        "id" : "soup_human",
        "name" : "sap soup",
        "weight" : 289,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 120,
        "stim" : 0,
        "container" : "can_food",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 30,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 160,
        "description" : "A soup made from someone who is a far better meal than person.",
        "price" : 6000, "//" : "Cannibal cuisine isn't generally traded.",
        "material" : "hflesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT", "USE_EAT_VERB"],
        "fun" : 2
    },
    {
        "type" : "COMESTIBLE",
        "id" : "soup_chicken",
        "name" : "chicken noodle soup",
        "weight" : 288,
        "color" : "light_gray",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "can_food",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 60,
        "healthy" : 8,
        "addiction_potential" : 0,
        "nutrition" : 125,
        "description" : "Chicken chunks and noodles swimming in a salty broth.  Rumored to help cure colds.",
        "price" : 580,
        "material" : ["flesh", "wheat"],
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT", "USE_EAT_VERB"],
        "fun" : 8
    },
    {
        "type" : "COMESTIBLE",
        "id" : "soup_mushroom",
        "name" : "mushroom soup",
        "weight" : 288,
        "color" : "light_gray",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "can_food",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 60,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 80,
        "description" : "A mushy, gray semi-liquid soup made from mushrooms.  It tastes good on its own, but it's also useful in cooking.",
        "price" : 450,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT", "USE_EAT_VERB"],
        "fun" : 5
    },
    {
        "type" : "COMESTIBLE",
        "id" : "soup_tomato",
        "name" : "tomato soup",
        "weight" : 288,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 160,
        "stim" : 0,
        "container" : "can_food",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 15,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 10,
        "description" : "It smells of tomatoes.  Not very filling, but it goes well with grilled cheese.",
        "price" : 400,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT", "USE_EAT_VERB"],
        "fun" : 2
    },
    {
        "type" : "COMESTIBLE",
        "id" : "soup_dumplings",
        "name" : "chicken and dumplings",
        "name_plural" : "chicken and dumplings",
        "weight" : 288,
        "color" : "light_gray",
        "addiction_type" : "none",
        "spoils_in" : 160,
        "stim" : 0,
        "container" : "can_food",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 40,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 90,
        "description" : "A soup with chicken chunks and balls of dough.  Not bad.",
        "price" : 500,
        "material" : ["flesh", "wheat"],
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT", "USE_EAT_VERB"],
        "fun" : 10
    },
    {
        "type" : "COMESTIBLE",
        "id" : "wine_riesling",
        "name" : "riesling",
        "weight" : 50,
        "color" : "white",
        "addiction_type" : "alcohol",
        "spoils_in" : 0,
        "use_action" : "ALCOHOL",
        "stim" : -12,
        "container" : "bottle_glass",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 4,
        "healthy" : 0,
        "addiction_potential" : 5,
        "nutrition" : 4,
        "description" : "Sparkling white wine, made from the world's noblest grape.",
        "price" : 1100, "//" : "Booze uses nonstandard charge counts: 15 shots of wine to the 750mL bottle. Priced at 1100 translates to $33 per, because it's still priced per 250 mL charge.",
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 5,
        "bashing" : 0,
        "flags" : ["EATEN_COLD"],
        "fun" : 15
    },
    {
        "type" : "COMESTIBLE",
        "id" : "wine_chardonnay",
        "name" : "chardonnay",
        "weight" : 50,
        "color" : "white",
        "addiction_type" : "alcohol",
        "spoils_in" : 0,
        "use_action" : "ALCOHOL",
        "stim" : -12,
        "container" : "bottle_glass",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 4,
        "healthy" : 0,
        "addiction_potential" : 5,
        "nutrition" : 4,
        "description" : "America's most popular wine, and for good reason.",
        "price" : 1200, "//" : "The PLCB can get you some for around $10 per 750mL, but I imagine you want to pay for better ~fermentation~.",
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 5,
        "bashing" : 0,
        "flags" : ["EATEN_COLD"],
        "fun" : 15
    },
    {
        "type" : "COMESTIBLE",
        "id" : "wine_cabernet",
        "name" : "cabernet sauvignon",
        "weight" : 50,
        "color" : "red",
        "addiction_type" : "alcohol",
        "spoils_in" : 0,
        "use_action" : "ALCOHOL",
        "stim" : -12,
        "container" : "bottle_glass",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 4,
        "healthy" : 0,
        "addiction_potential" : 5,
        "nutrition" : 4,
        "description" : "The heavily disputed king of red wines.  Pairs well with red meats and pasta.",
        "price" : 1650,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 5,
        "bashing" : 0,
        "fun" : 15
    },
    {
        "type" : "COMESTIBLE",
        "id" : "wine_noir",
        "name" : "pinot noir",
        "weight" : 50,
        "color" : "red",
        "addiction_type" : "alcohol",
        "spoils_in" : 0,
        "use_action" : "ALCOHOL",
        "stim" : -12,
        "container" : "bottle_glass",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 4,
        "healthy" : 0,
        "addiction_potential" : 5,
        "nutrition" : 4,
        "description" : "Prized by collectors and adored by critics, it is one of the rarer and more elegant wines.",
        "price" : 2600,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 5,
        "bashing" : 0,
        "flags" : ["EATEN_COLD"],
        "fun" : 16
    },
    {
        "type" : "COMESTIBLE",
        "id" : "whiskey",
        "name" : "whiskey",
        "name_plural" : "whiskey",
        "weight" : 33,
        "color" : "brown",
        "addiction_type" : "alcohol",
        "spoils_in" : 0,
        "use_action" : "ALCOHOL",
        "stim" : -12,
        "container" : "bottle_glass",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : -12,
        "healthy" : -2,
        "addiction_potential" : 5,
        "nutrition" : 4,
        "description" : "Made from, by, and for real Southern colonels!",
        "price" : 2100, "//" : "Given the comment, presuming we're taking bourbon here.",
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 7,
        "bashing" : 0,
        "fun" : 15
    },
    {
        "type" : "COMESTIBLE",
        "id" : "brew_whiskey",
        "name" : "whiskey wort",
        "description" : "Unfermented whiskey.  The base of a fine drink.  Not the traditional preparation, but you don't have the time.",
        "weight" : 33,
        "color" : "brown",
        "addiction_type" : "none",
        "container" : "bottle_glass",
        "symbol" : "~",
        "nutrition" : 2,
        "quench" : 4,
        "fun" : -15,
        "healthy" : 0,
        "stim" : 0,
        "addiction_potential" : 0,
        "price" : 0,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "charges" : 7,
        "spoils_in" : 0,
        "to_hit" : 0,
        "cutting" : 0,
        "bashing" : 0,
        "phase" : "liquid",
        "comestible_type" : "DRINK",
        "flags" : ["BREW"],
        "brew_time" : 28800
    },
    {
        "type" : "COMESTIBLE",
        "id" : "vodka",
        "name" : "vodka",
        "name_plural" : "vodka",
        "weight" : 33,
        "color" : "light_cyan",
        "addiction_type" : "alcohol",
        "spoils_in" : 0,
        "use_action" : "ALCOHOL",
        "stim" : -12,
        "container" : "bottle_glass",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : -10,
        "healthy" : -2,
        "addiction_potential" : 5,
        "nutrition" : 2,
        "description" : "In Soviet Russia, vodka drinks you!",
        "price" : 1900,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 7,
        "bashing" : 0,
        "flags" : ["EATEN_COLD"],
        "fun" : 15
    },
    {
        "type" : "COMESTIBLE",
        "id" : "brew_vodka",
        "name" : "vodka wort",
        "description" : "Unfermented vodka.  A clean, pure spirit.",
        "weight" : 33,
        "color" : "light_cyan",
        "addiction_type" : "none",
        "container" : "bottle_glass",
        "symbol" : "~",
        "nutrition" : 2,
        "quench" : 4,
        "fun" : -15,
        "healthy" : 0,
        "stim" : 0,
        "addiction_potential" : 0,
        "price" : 0,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "charges" : 7,
        "spoils_in" : 0,
        "to_hit" : 0,
        "cutting" : 0,
        "bashing" : 0,
        "phase" : "liquid",
        "comestible_type" : "DRINK",
        "flags" : ["BREW"],
        "brew_time" : 14400
    },
    {
        "type" : "COMESTIBLE",
        "id" : "gin",
        "name" : "gin",
        "weight" : 33,
        "color" : "light_cyan",
        "addiction_type" : "alcohol",
        "spoils_in" : 0,
        "use_action" : "ALCOHOL",
        "stim" : -12,
        "container" : "bottle_glass",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : -10,
        "healthy" : -2,
        "addiction_potential" : 5,
        "nutrition" : 2,
        "description" : "Smells faintly of elderberries, but mostly booze.",
        "price" : 1900,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 7,
        "bashing" : 0,
        "flags" : ["EATEN_COLD"],
        "fun" : 15
    },
    {
        "type" : "COMESTIBLE",
        "id" : "rum",
        "name" : "rum",
        "weight" : 33,
        "color" : "light_cyan",
        "addiction_type" : "alcohol",
        "spoils_in" : 0,
        "use_action" : "ALCOHOL",
        "stim" : -10,
        "container" : "bottle_glass",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : -12,
        "healthy" : -2,
        "addiction_potential" : 5,
        "nutrition" : 2,
        "description" : "Drinking this might make you feel like a pirate.  Or not.",
        "price" : 2300,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 7,
        "bashing" : 0,
        "fun" : 15
    },
    {
        "type" : "COMESTIBLE",
        "id" : "brew_rum",
        "name" : "rum wort",
        "description" : "Unfermented rum.  Sugar caramel or molasses brewed into sweet water.  Basically a saccharine soup.",
        "weight" : 33,
        "color" : "light_cyan",
        "addiction_type" : "none",
        "container" : "bottle_glass",
        "symbol" : "~",
        "nutrition" : 2,
        "quench" : 4,
        "fun" : -15,
        "healthy" : 0,
        "stim" : 0,
        "addiction_potential" : 0,
        "price" : 0,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "charges" : 7,
        "spoils_in" : 0,
        "to_hit" : 0,
        "cutting" : 0,
        "bashing" : 0,
        "phase" : "liquid",
        "comestible_type" : "DRINK",
        "flags" : ["BREW"],
        "brew_time" : 28800
    },
    {
        "type" : "COMESTIBLE",
        "id" : "tequila",
        "name" : "tequila",
        "weight" : 38,
        "color" : "yellow",
        "addiction_type" : "alcohol",
        "spoils_in" : 0,
        "use_action" : "ALCOHOL",
        "stim" : -12,
        "container" : "bottle_glass",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : -12,
        "healthy" : -2,
        "addiction_potential" : 6,
        "nutrition" : 2,
        "description" : "Don't eat the worm!  Wait, there's no worm in this bottle.",
        "price" : 2600,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 7,
        "bashing" : 0,
        "fun" : 18
    },
    {
        "type" : "COMESTIBLE",
        "id" : "triple_sec",
        "name" : "triple sec",
        "weight" : 33,
        "color" : "light_cyan",
        "addiction_type" : "alcohol",
        "spoils_in" : 0,
        "use_action" : "ALCOHOL",
        "stim" : -10,
        "container" : "bottle_glass",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : -8,
        "healthy" : -2,
        "addiction_potential" : 4,
        "nutrition" : 2,
        "description" : "An orange flavored liquor used in many mixed drinks.",
        "price" : 950,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 7,
        "bashing" : 0,
        "fun" : 10
    },
    {
        "type" : "COMESTIBLE",
        "id" : "bum_wine",
        "name" : "cheap wine",
        "weight" : 46,
        "color" : "red",
        "addiction_type" : "alcohol",
        "spoils_in" : 0,
        "use_action" : "ALCOHOL",
        "stim" : -2,
        "container" : "jug_plastic",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 6,
        "healthy" : -4,
        "addiction_potential" : 7,
        "nutrition" : 2,
        "description" : "Really cheap fortified wine.",
        "price" : 158,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 7,
        "bashing" : 0,
        "flags" : ["EATEN_COLD"],
        "fun" : 10
    },
    {
        "type" : "COMESTIBLE",
        "id" : "brew_bum_wine",
        "name" : "cheap wine must",
        "description" : "Unfermented grape wine.  A hearty mix of pressed grapes, with some added brandy to fortify it.",
        "weight" : 46,
        "color" : "red",
        "addiction_type" : "none",
        "container" : "jug_plastic",
        "symbol" : "~",
        "nutrition" : 2,
        "quench" : 6,
        "fun" : -15,
        "healthy" : 0,
        "stim" : 0,
        "addiction_potential" : 0,
        "price" : 0,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "charges" : 7,
        "spoils_in" : 0,
        "to_hit" : 0,
        "cutting" : 0,
        "bashing" : 0,
        "phase" : "liquid",
        "comestible_type" : "DRINK",
        "flags" : ["BREW"],
        "brew_time" : 43200
    },
    {
        "type" : "COMESTIBLE",
        "id" : "fruit_wine",
        "name" : "fruit wine",
        "weight" : 46,
        "color" : "light_red",
        "addiction_type" : "alcohol",
        "spoils_in" : 0,
        "use_action" : "ALCOHOL_WEAK",
        "stim" : -4,
        "container" : "bottle_glass",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 10,
        "healthy" : -2,
        "addiction_potential" : 3,
        "nutrition" : 2,
        "description" : "Cheap booze made from fermented fruit juice.  Tastes just like it sounds.",
        "price" : 550,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 7,
        "bashing" : 0,
        "flags" : ["EATEN_COLD"],
        "fun" : 2
    },
    {
        "type" : "COMESTIBLE",
        "id" : "brew_fruit_wine",
        "name" : "fruit wine must",
        "description" : "Unfermented fruit wine.  A sweet, boiled juice made from berries or fruit.",
        "weight" : 46,
        "color" : "light_red",
        "addiction_type" : "none",
        "container" : "bottle_glass",
        "symbol" : "~",
        "nutrition" : 2,
        "quench" : 6,
        "fun" : -10,
        "healthy" : 0,
        "stim" : 0,
        "addiction_potential" : 0,
        "price" : 0,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "charges" : 7,
        "spoils_in" : 0,
        "to_hit" : 0,
        "cutting" : 0,
        "bashing" : 0,
        "phase" : "liquid",
        "comestible_type" : "DRINK",
        "flags" : ["BREW"],
        "brew_time" : 64800
    },
    {
        "type" : "COMESTIBLE",
        "id" : "brandy",
        "name" : "brandy",
        "name_plural" : "brandy",
        "weight" : 46,
        "color" : "light_red",
        "addiction_type" : "alcohol",
        "spoils_in" : 0,
        "use_action" : "ALCOHOL",
        "stim" : -12,
        "container" : "bottle_glass",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : -5,
        "healthy" : -2,
        "addiction_potential" : 5,
        "nutrition" : 2,
        "description" : "Wine that has been distilled to a higher proof.  Great as an after-dinner drink, but packs a punch.",
        "price" : 1300,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 7,
        "bashing" : 0,
        "fun" : 12
    },
    {
        "type" : "COMESTIBLE",
        "id" : "irish_coffee",
        "name" : "Irish coffee",
        "weight" : 231,
        "color" : "brown",
        "addiction_type" : "alcohol",
        "spoils_in" : 0,
        "use_action" : "ALCOHOL",
        "stim" : 12,
        "container" : "bottle_glass",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 20,
        "healthy" : -2,
        "addiction_potential" : 5,
        "nutrition" : 2,
        "description" : "Sweetened coffee and whiskey.  Start your day the closeted alcoholic way!",
        "price" : 500,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 20
    },
    {
        "type" : "COMESTIBLE",
        "id" : "long_island",
        "name" : "long island iced tea",
        "weight" : 42,
        "color" : "brown",
        "addiction_type" : "alcohol",
        "spoils_in" : 0,
        "use_action" : "ALCOHOL",
        "stim" : -10,
        "container" : "bottle_glass",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : -10,
        "healthy" : -2,
        "addiction_potential" : 5,
        "nutrition" : 2,
        "description" : "A blend of incredibly strong-flavored liquors that somehow tastes like none of them.",
        "price" : 600,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1, "//" : "Includes cola, so presumed to be a 250mL cocktail like the others.",
        "bashing" : 0,
        "flags" : ["EATEN_COLD"],
        "fun" : 20
    },
    {
        "type" : "COMESTIBLE",
        "id" : "drink_screwdriver",
        "name" : "screwdriver cocktail",
        "weight" : 250,
        "color" : "yellow",
        "addiction_type" : "alcohol",
        "spoils_in" : 0,
        "use_action" : "ALCOHOL",
        "stim" : -12,
        "container" : "bottle_glass",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 25,
        "healthy" : 1,
        "addiction_potential" : 4,
        "nutrition" : 6,
        "description" : "The surreptitious drunkard mechanic's drink of choice.",
        "price" : 600,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_COLD"],
        "fun" : 20
    },
    {
        "type" : "COMESTIBLE",
        "id" : "drink_wild_apple",
        "name" : "wild apple",
        "weight" : 248,
        "color" : "brown",
        "addiction_type" : "alcohol",
        "spoils_in" : 0,
        "use_action" : "ALCOHOL",
        "stim" : -12,
        "container" : "bottle_glass",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 25,
        "healthy" : 1,
        "addiction_potential" : 4,
        "nutrition" : 6,
        "description" : "Like apple cider, only with vodka.",
        "price" : 500,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_COLD"],
        "fun" : 20
    },
    {
        "type" : "COMESTIBLE",
        "id" : "drink_rumcola",
        "name" : "rum & cola",
        "name_plural" : "rums & colas",
        "weight" : 250,
        "color" : "brown",
        "addiction_type" : "alcohol",
        "spoils_in" : 0,
        "use_action" : "ALCOHOL",
        "stim" : -4,
        "container" : "bottle_glass",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 25,
        "healthy" : -2,
        "addiction_potential" : 4,
        "nutrition" : 5,
        "description" : "Suitable for tropical retreats and Canadian artists alike.",
        "price" : 600,
        "material" : "junk",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_COLD"],
        "fun" : 20
    },
    {
        "type" : "COMESTIBLE",
        "id" : "beer",
        "name" : "beer",
        "weight" : 249,
        "color" : "brown",
        "addiction_type" : "alcohol",
        "spoils_in" : 0,
        "use_action" : "ALCOHOL_WEAK",
        "stim" : -4,
        "container" : "can_drink",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 18,
        "healthy" : 0,
        "addiction_potential" : 2,
        "nutrition" : 4,
        "description" : "Best served cold, in a glass, and with a lime - but you're not that lucky.",
        "price" : 110,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_COLD"],
        "fun" : 10
    },
    {
        "type" : "COMESTIBLE",
        "id" : "mead",
        "name" : "spiced mead",
        "weight" : 46,
        "color" : "yellow",
        "addiction_type" : "alcohol",
        "spoils_in" : 0,
        "use_action" : "ALCOHOL",
        "stim" : -4,
        "container" : "bottle_glass",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 14,
        "healthy" : 0,
        "addiction_potential" : 2,
        "nutrition" : 4,
        "description" : "Well-aged honey wine, spiced with a hint of hops.  Goes down bittersweet.",
        "price" : 1100,
        "material" : "honey",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 7,
        "bashing" : 0,
        "flags" : ["EATEN_COLD"],
        "fun" : 14
    },
    {
        "type" : "COMESTIBLE",
        "id" : "brew_mead",
        "name" : "spiced mead must",
        "description" : "Unfermented spiced mead.  A golden, sweet mixture of honey, water, and hops for some added flavor.",
        "weight" : 38,
        "color" : "yellow",
        "addiction_type" : "none",
        "container" : "bottle_glass",
        "symbol" : "~",
        "nutrition" : 4,
        "quench" : 6,
        "fun" : -15,
        "healthy" : 0,
        "stim" : 0,
        "addiction_potential" : 0,
        "price" : 0,
        "material" : "honey",
        "tool" : "null",
        "volume" : 1,
        "charges" : 7,
        "spoils_in" : 0,
        "to_hit" : 0,
        "cutting" : 0,
        "bashing" : 0,
        "phase" : "liquid",
        "comestible_type" : "DRINK",
        "flags" : ["BREW"],
        "brew_time" : 288000
    },
    {
        "type" : "COMESTIBLE",
        "id" : "dandelion_wine",
        "name" : "dandelion wine",
        "weight" : 46,
        "color" : "yellow",
        "addiction_type" : "alcohol",
        "spoils_in" : 0,
        "use_action" : "ALCOHOL_WEAK",
        "stim" : -2,
        "container" : "bottle_glass",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 10,
        "healthy" : 0,
        "addiction_potential" : 1,
        "nutrition" : 2,
        "description" : "A light and delicious wine made from dandelion flowers.  Slightly effervescent, it is smooth and crisp.",
        "price" : 1400, "//" : "Nope, homebrew is not more expensive than pinot noir, sorry.",
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 7,
        "bashing" : 0,
        "flags" : ["EATEN_COLD"],
        "fun" : 16
    },
    {
        "type" : "COMESTIBLE",
        "id" : "brew_dandelion_wine",
        "name" : "dandelion wine must",
        "description" : "Unfermented dandelion wine.  A sticky mixture of water, sugar, yeast, and dandelion petals.",
        "weight" : 38,
        "color" : "yellow",
        "addiction_type" : "none",
        "container" : "bottle_glass",
        "symbol" : "~",
        "nutrition" : 4,
        "quench" : 6,
        "fun" : -15,
        "healthy" : 0,
        "stim" : 0,
        "addiction_potential" : 0,
        "price" : 0,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "charges" : 7,
        "spoils_in" : 0,
        "to_hit" : 0,
        "cutting" : 0,
        "bashing" : 0,
        "phase" : "liquid",
        "comestible_type" : "DRINK",
        "flags" : ["BREW"],
        "brew_time" : 88000
    },
    {
        "type" : "COMESTIBLE",
        "id" : "pine_wine",
        "name" : "pine wine",
        "weight" : 49,
        "color" : "ltgreen",
        "addiction_type" : "alcohol",
        "spoils_in" : 0,
        "use_action" : "ALCOHOL",
        "stim" : -2,
        "container" : "bottle_glass",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 2,
        "healthy" : 1,
        "addiction_potential" : 1,
        "nutrition" : 2,
        "description" : "A potent wine flavored with pine resin.  Bold and pungent, its biting taste and strong aroma takes some getting used to.",
        "price" : 1000,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 7,
        "bashing" : 0,
        "flags" : ["EATEN_COLD"],
        "fun" : 12
    },
    {
        "type" : "COMESTIBLE",
        "id" : "brew_pine_wine",
        "name" : "pine wine must",
        "description" : "Unfermented pine wine.  A sticky mixture of water, sugar, yeast, and pine resins.",
        "weight" : 38,
        "color" : "green",
        "addiction_type" : "none",
        "container" : "bottle_glass",
        "symbol" : "~",
        "nutrition" : 4,
        "quench" : 6,
        "fun" : -20,
        "healthy" : 0,
        "stim" : 0,
        "addiction_potential" : 0,
        "price" : 0,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "charges" : 7,
        "spoils_in" : 0,
        "to_hit" : 0,
        "cutting" : 0,
        "bashing" : 0,
        "phase" : "liquid",
        "comestible_type" : "DRINK",
        "flags" : ["BREW"],
        "brew_time" : 98000
    },
    {
        "type" : "COMESTIBLE",
        "id" : "hb_beer",
        "name" : "homebrew beer",
        "weight" : 249,
        "color" : "brown",
        "addiction_type" : "alcohol",
        "spoils_in" : 0,
        "use_action" : "ALCOHOL_WEAK",
        "stim" : -4,
        "container" : "jug_plastic",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 18,
        "healthy" : 0,
        "addiction_potential" : 2,
        "nutrition" : 4,
        "description" : "Not the finest drink you've had, but hey, it's alcohol by the gallon.",
        "price" : 500,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_COLD"],
        "fun" : 8
    },
    {
        "type" : "COMESTIBLE",
        "id" : "brew_hb_beer",
        "name" : "beer wort",
        "description" : "Unfermented homebrew beer.  A boiled and chilled mash of malted barley, spiced with some fine hops.",
        "weight" : 249,
        "color" : "brown",
        "addiction_type" : "none",
        "container" : "jug_plastic",
        "symbol" : "~",
        "nutrition" : 4,
        "quench" : 4,
        "fun" : -20,
        "healthy" : 0,
        "stim" : 0,
        "addiction_potential" : 0,
        "price" : 0,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "charges" : 1,
        "spoils_in" : 0,
        "to_hit" : 0,
        "cutting" : 0,
        "bashing" : 0,
        "phase" : "liquid",
        "comestible_type" : "DRINK",
        "flags" : ["BREW"],
        "brew_time" : 21600
    },
    {
        "type" : "COMESTIBLE",
        "id" : "moonshine",
        "name" : "moonshine",
        "weight" : 35,
        "color" : "brown",
        "addiction_type" : "alcohol",
        "spoils_in" : 0,
        "use_action" : "ALCOHOL_STRONG",
        "stim" : -18,
        "container" : "jug_plastic",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : -16,
        "healthy" : -6,
        "addiction_potential" : 7,
        "nutrition" : 2,
        "description" : "Only the strongest, purest, good ol' fashioned hooch.  Guaranteed to make you forget about the whole cataclysm thing, or you get your vision back.",
        "price" : 850,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 7,
        "bashing" : 0,
        "flags" : ["EATEN_COLD"],
        "fun" : 12
    },
    {
        "type" : "COMESTIBLE",
        "id" : "brew_moonshine",
        "name" : "moonshine mash",
        "name_plural" : "moonshine mashes",
        "description" : "Unfermented moonshine.  Just some water, sugar and cornmeal, like good ol' aunt's recipe.  You better believe it tastes sour.",
        "weight" : 35,
        "color" : "brown",
        "addiction_type" : "none",
        "container" : "jug_plastic",
        "symbol" : "~",
        "nutrition" : 2,
        "quench" : -20,
        "fun" : -35,
        "healthy" : 0,
        "stim" : 0,
        "addiction_potential" : 0,
        "price" : 0,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "charges" : 7,
        "spoils_in" : 0,
        "to_hit" : 0,
        "cutting" : 0,
        "bashing" : 0,
        "phase" : "liquid",
        "comestible_type" : "DRINK",
        "flags" : ["BREW"],
        "brew_time" : 14400
    },
    {
        "type" : "COMESTIBLE",
        "id" : "european_pilsner",
        "name" : "European pilsner",
        "weight" : 249,
        "color" : "brown",
        "addiction_type" : "alcohol",
        "spoils_in" : 0,
        "use_action" : "ALCOHOL_WEAK",
        "stim" : -4,
        "container" : "can_drink",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 18,
        "healthy" : -1,
        "addiction_potential" : 2,
        "nutrition" : 4,
        "description" : "A pilsner imported from Europe.  Best served cold, in a glass - but you're not that lucky.",
        "price" : 260,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_COLD"],
        "fun" : 10
    },
    {
        "type" : "COMESTIBLE",
        "id" : "pale_ale",
        "name" : "American pale ale",
        "weight" : 249,
        "color" : "brown",
        "addiction_type" : "alcohol",
        "spoils_in" : 0,
        "use_action" : "ALCOHOL_WEAK",
        "stim" : -4,
        "container" : "can_drink",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 18,
        "healthy" : -1,
        "addiction_potential" : 2,
        "nutrition" : 4,
        "description" : "A tasty craft beer.  Best served cold, in a glass - but you're not that lucky.",
        "price" : 150,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_COLD"],
        "fun" : 14
    },
    {
        "type" : "COMESTIBLE",
        "id" : "india_pale_ale",
        "name" : "India pale ale",
        "weight" : 249,
        "color" : "brown",
        "addiction_type" : "alcohol",
        "spoils_in" : 0,
        "use_action" : "ALCOHOL_WEAK",
        "stim" : -4,
        "container" : "can_drink",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 18,
        "healthy" : -1,
        "addiction_potential" : 2,
        "nutrition" : 4,
        "description" : "A very flavorful microbrewed beer.  Best served cold, in a glass - but you're not that lucky.",
        "price" : 150,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_COLD"],
        "fun" : 14
    },
    {
        "type" : "COMESTIBLE",
        "id" : "stout",
        "name" : "stout",
        "weight" : 249,
        "color" : "brown",
        "addiction_type" : "alcohol",
        "spoils_in" : 0,
        "use_action" : "ALCOHOL_WEAK",
        "stim" : -4,
        "container" : "bottle_glass",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 18,
        "healthy" : -1,
        "addiction_potential" : 2,
        "nutrition" : 4,
        "description" : "A tasty craft beer, as dark in color as the days ahead.",
        "price" : 160,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 14
    },
    {
        "type" : "COMESTIBLE",
        "id" : "belgian_ale",
        "name" : "Belgian ale",
        "weight" : 249,
        "color" : "brown",
        "addiction_type" : "alcohol",
        "spoils_in" : 0,
        "use_action" : "ALCOHOL_WEAK",
        "stim" : -4,
        "container" : "bottle_glass",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 16,
        "healthy" : -1,
        "addiction_potential" : 2,
        "nutrition" : 8, "//" : "The description should read 'filling' rather than 'nutritious', but string freeze and all that.",
        "description" : "A flavorful and nutritious ale brewed by monks in Belgium.  Best served in a goblet.",
        "price" : 130,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_COLD"],
        "fun" : 14
    },
    {
        "type" : "COMESTIBLE",
        "id" : "imperial_stout",
        "name" : "imperial stout",
        "weight" : 249,
        "color" : "brown",
        "addiction_type" : "alcohol",
        "spoils_in" : 0,
        "use_action" : "ALCOHOL",
        "stim" : -8,
        "container" : "bottle_glass",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 8,
        "healthy" : -1,
        "addiction_potential" : 4,
        "nutrition" : 6,
        "description" : "A very flavorful beer that has been aged in bourbon barrels.  It is as black as midnight on a moonless night and has the viscosity of oil.  While very tasty, it also has an alcohol content on the level with wine.",
        "price" : 450,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 18
    },
    {
        "type" : "COMESTIBLE",
        "id" : "soap",
        "name" : "soap bar",
        "weight" : 90,
        "color" : "white",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "use_action" : "BLECH",
        "stim" : 0,
        "container" : "null",
        "to_hit" : -3,
        "comestible_type" : "FOOD",
        "symbol" : "*",
        "quench" : -96,
        "healthy" : -10,
        "addiction_potential" : 0,
        "nutrition" : 0,
        "description" : "A cleansing agent made into bars.",
        "price" : 300,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 25,
        "bashing" : 1,
        "category" : "chems",
        "fun" : -30
    },
    {
        "type" : "COMESTIBLE",
        "id" : "bleach",
        "name" : "bleach",
        "name_plural" : "bleach",
        "weight" : 138,
        "color" : "white",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "use_action" : "BLECH",
        "stim" : 0,
        "container" : "jug_plastic",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : -96,
        "healthy" : -20,
        "addiction_potential" : 0,
        "nutrition" : 0,
        "description" : "This is sodium hypochlorite, a common household cleaning agent.  It is highly unsafe to drink.",
        "price" : 67, "//" : "$0.67 per charge for a $10 15-charge gallon of bleach.",
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 2,
        "bashing" : 0,
        "category" : "chems",
        "fun" : -30
    },
    {
        "type" : "COMESTIBLE",
        "id" : "ammonia",
        "name" : "ammonia",
        "name_plural" : "ammonia",
        "weight" : 124,
        "color" : "white",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "use_action" : "BLECH",
        "stim" : 0,
        "container" : "jug_plastic",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : -96,
        "healthy" : -20,
        "addiction_potential" : 0,
        "nutrition" : 0,
        "description" : "This is ammonium hydroxide, a common household cleaning agent.  It is highly unsafe to drink.",
        "price" : 67,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 2,
        "bashing" : 0,
        "category" : "chems",
        "fun" : -30
    },
    {
        "type" : "COMESTIBLE",
        "id" : "fertilizer_liquid",
        "name" : "liquid fertilizer",
        "name_plural" : "liquid fertilizer",
        "weight" : 67,
        "color" : "yellow",
        "flags" : ["FERTILIZER"],
        "addiction_type" : "none",
        "spoils_in" : 0,
        "use_action" : "PLANTBLECH",
        "stim" : 0,
        "container" : "jug_plastic",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : -10,
        "healthy" : -2,
        "addiction_potential" : 0,
        "nutrition" : 30,
        "description" : "A nutrient rich elixir for plants.",
        "price" : 1000,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 4,
        "bashing" : 0,
        "category" : "chems",
        "fun" : -30
    },{
        "type" : "COMESTIBLE",
        "id" : "fertilizer_commercial",
        "name" : "commercial fertilizer",
        "name_plural" : "commercial fertilizer",
        "weight" : 350,
        "color" : "yellow",
        "flags" : ["FERTILIZER"],
        "addiction_type" : "none",
        "spoils_in" : 0,
        "use_action" : "PLANTBLECH",
        "stim" : 0,
        "container" : "bag_canvas",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "~",
        "quench" : -10,
        "healthy" : -2,
        "addiction_potential" : 0,
        "nutrition" : 5,
        "description" : "Nutrient rich granules for plants.",
        "price" : 1000, "//" : "This comes out as one charge in the bag, and the price is accurate-KA101",
        "material" : "powder",
        "tool" : "null",
        "volume" : 8,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 60,
        "bashing" : 0,
        "category" : "chems",
        "fun" : 0
    },{
        "type" : "COMESTIBLE",
        "id" : "water_acid",
        "name" : "acid water",
        "name_plural" : "acid water",
        "weight" : 260,
        "color" : "light_green",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "use_action" : "BLECH",
        "stim" : 0,
        "container" : "jug_plastic",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : -96,
        "healthy" : -2,
        "addiction_potential" : 0,
        "nutrition" : 0,
        "description" : "Water collected during an acid rainstorm.  Don't drink it.  Boiling it concentrates the acid.",
        "price" : 0,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "category" : "chems",
        "fun" : -30
    },
    {
        "type" : "COMESTIBLE",
        "id" : "water_acid_weak",
        "name" : "weak acid water",
        "name_plural" : "weak acid water",
        "weight" : 255,
        "color" : "light_green",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "use_action" : "BLECH",
        "stim" : 0,
        "container" : "jug_plastic",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : -28,
        "healthy" : -1,
        "addiction_potential" : 0,
        "nutrition" : 0,
        "description" : "A mixture of rain and acid rain.  Don't drink it.  Boiling it concentrates the acid.",
        "price" : 0,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "category" : "chems",
        "fun" : -15
    },
    {
        "type" : "COMESTIBLE",
        "id" : "acid",
        "name" : "concentrated acid",
        "name_plural" : "concentrated acid",
        "weight" : 250,
        "color" : "green",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "use_action" : "BLECH",
        "stim" : 0,
        "container" : "jug_plastic",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : -96,
        "healthy" : -2,
        "addiction_potential" : 0,
        "nutrition" : 0,
        "description" : "Concentrated acid.  Don't drink it.",
        "price" : 2000,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "category" : "chems",
        "fun" : -30
    },
    {
        "type" : "COMESTIBLE",
        "id" : "mutagen",
        "category" : "mutagen",
        "name" : "mutagen",
        "weight" : 250,
        "color" : "light_green",
        "addiction_type" : "mutagen",
        "spoils_in" : 0,
        "use_action" : "MUTAGEN",
        "flags" : ["MUTAGEN_STRONG"],
        "stim" : 0,
        "container" : "flask_glass",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 0,
        "healthy" : -2,
        "addiction_potential" : 6,
        "nutrition" : 0,
        "description" : "A rare substance of uncertain origins.  Causes you to mutate.",
        "price" : 100000, "//" : "Not commercially traded, in case there was any question.",
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "mutagen_plant",
        "category" : "mutagen",
        "name" : "plant mutagen",
        "weight" : 250,
        "color" : "light_green",
        "addiction_type" : "mutagen",
        "spoils_in" : 0,
        "use_action" : "MUTAGEN",
        "flags" : ["MUTAGEN_PLANT"],
        "stim" : 0,
        "container" : "flask_glass",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 0,
        "healthy" : -2,
        "addiction_potential" : 2,
        "nutrition" : 0,
        "description" : "A rare substance of uncertain origins.  Causes you to mutate.",
        "price" : 100000,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "mutagen_insect",
        "category" : "mutagen",
        "name" : "insect mutagen",
        "weight" : 250,
        "color" : "light_green",
        "addiction_type" : "mutagen",
        "spoils_in" : 0,
        "use_action" : "MUTAGEN",
        "flags" : ["MUTAGEN_INSECT"],
        "stim" : 0,
        "container" : "flask_glass",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 0,
        "healthy" : -2,
        "addiction_potential" : 1,
        "nutrition" : 0,
        "description" : "A rare substance of uncertain origins.  Causes you to mutate.",
        "price" : 100000,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "mutagen_spider",
        "category" : "mutagen",
        "name" : "spider mutagen",
        "weight" : 250,
        "color" : "light_green",
        "addiction_type" : "mutagen",
        "spoils_in" : 0,
        "use_action" : "MUTAGEN",
        "flags" : ["MUTAGEN_SPIDER"],
        "stim" : 0,
        "container" : "flask_glass",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 0,
        "healthy" : -2,
        "addiction_potential" : 2,
        "nutrition" : 0,
        "description" : "A rare substance of uncertain origins.  Causes you to mutate.",
        "price" : 100000,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "mutagen_slime",
        "category" : "mutagen",
        "name" : "slime mutagen",
        "weight" : 250,
        "color" : "light_green",
        "addiction_type" : "mutagen",
        "spoils_in" : 0,
        "use_action" : "MUTAGEN",
        "flags" : ["MUTAGEN_SLIME"],
        "stim" : 0,
        "container" : "flask_glass",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 0,
        "healthy" : -2,
        "addiction_potential" : 2,
        "nutrition" : 0,
        "description" : "A rare substance of uncertain origins.  Causes you to mutate.",
        "price" : 100000,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "mutagen_fish",
        "category" : "mutagen",
        "name" : "fish mutagen",
        "weight" : 250,
        "color" : "light_green",
        "addiction_type" : "mutagen",
        "spoils_in" : 0,
        "use_action" : "MUTAGEN",
        "flags" : ["MUTAGEN_FISH"],
        "stim" : 0,
        "container" : "flask_glass",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 0,
        "healthy" : -2,
        "addiction_potential" : 2,
        "nutrition" : 0,
        "description" : "A rare substance of uncertain origins.  Causes you to mutate.",
        "price" : 100000,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "mutagen_rat",
        "category" : "mutagen",
        "name" : "rat mutagen",
        "weight" : 250,
        "color" : "light_green",
        "addiction_type" : "mutagen",
        "spoils_in" : 0,
        "use_action" : "MUTAGEN",
        "flags" : ["MUTAGEN_RAT"],
        "stim" : 0,
        "container" : "flask_glass",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 0,
        "healthy" : -2,
        "addiction_potential" : 2,
        "nutrition" : 0,
        "description" : "A rare substance of uncertain origins.  Causes you to mutate.",
        "price" : 100000,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "mutagen_beast",
        "category" : "mutagen",
        "name" : "beast mutagen",
        "weight" : 250,
        "color" : "light_green",
        "addiction_type" : "mutagen",
        "spoils_in" : 0,
        "use_action" : "MUTAGEN",
        "flags" : ["MUTAGEN_BEAST"],
        "stim" : 0,
        "container" : "flask_glass",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 0,
        "healthy" : -2,
        "addiction_potential" : 2,
        "nutrition" : 0,
        "description" : "A rare substance of uncertain origins.  Causes you to mutate.",
        "price" : 100000,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "mutagen_ursine",
        "category" : "mutagen",
        "name" : "ursine mutagen",
        "weight" : 250,
        "color" : "light_green",
        "addiction_type" : "mutagen",
        "spoils_in" : 0,
        "use_action" : "MUTAGEN",
        "flags" : ["MUTAGEN_URSINE"],
        "stim" : 0,
        "container" : "flask_glass",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 0,
        "healthy" : -2,
        "addiction_potential" : 2,
        "nutrition" : 0,
        "description" : "A rare substance of uncertain origins.  Causes you to mutate.",
        "price" : 100000,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "mutagen_feline",
        "category" : "mutagen",
        "name" : "feline mutagen",
        "weight" : 250,
        "color" : "light_green",
        "addiction_type" : "mutagen",
        "spoils_in" : 0,
        "use_action" : "MUTAGEN",
        "flags" : ["MUTAGEN_FELINE"],
        "stim" : 0,
        "container" : "flask_glass",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 0,
        "healthy" : -2,
        "addiction_potential" : 2,
        "nutrition" : 0,
        "description" : "A rare substance of uncertain origins.  Causes you to mutate.",
        "price" : 100000,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "mutagen_lupine",
        "category" : "mutagen",
        "name" : "lupine mutagen",
        "weight" : 250,
        "color" : "light_green",
        "addiction_type" : "mutagen",
        "spoils_in" : 0,
        "use_action" : "MUTAGEN",
        "flags" : ["MUTAGEN_LUPINE"],
        "stim" : 0,
        "container" : "flask_glass",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 0,
        "healthy" : -2,
        "addiction_potential" : 2,
        "nutrition" : 0,
        "description" : "A rare substance of uncertain origins.  Causes you to mutate.",
        "price" : 100000,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "mutagen_cattle",
        "category" : "mutagen",
        "name" : "cattle mutagen",
        "weight" : 250,
        "color" : "light_green",
        "addiction_type" : "mutagen",
        "spoils_in" : 0,
        "use_action" : "MUTAGEN",
        "flags" : ["MUTAGEN_CATTLE"],
        "stim" : 0,
        "container" : "flask_glass",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 0,
        "healthy" : -2,
        "addiction_potential" : 2,
        "nutrition" : 0,
        "description" : "A rare substance of uncertain origins.  Causes you to mutate.",
        "price" : 100000,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "mutagen_cephalopod",
        "category" : "mutagen",
        "name" : "cephalopod mutagen",
        "weight" : 250,
        "color" : "light_green",
        "addiction_type" : "mutagen",
        "spoils_in" : 0,
        "use_action" : "MUTAGEN",
        "flags" : ["MUTAGEN_CEPHALOPOD"],
        "stim" : 0,
        "container" : "flask_glass",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 0,
        "healthy" : -2,
        "addiction_potential" : 2,
        "nutrition" : 0,
        "description" : "A rare substance of uncertain origins.  Causes you to mutate.",
        "price" : 100000,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "mutagen_bird",
        "category" : "mutagen",
        "name" : "bird mutagen",
        "weight" : 250,
        "color" : "light_green",
        "addiction_type" : "mutagen",
        "spoils_in" : 0,
        "use_action" : "MUTAGEN",
        "flags" : ["MUTAGEN_BIRD"],
        "stim" : 0,
        "container" : "flask_glass",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 0,
        "healthy" : -2,
        "addiction_potential" : 2,
        "nutrition" : 0,
        "description" : "A rare substance of uncertain origins.  Causes you to mutate.",
        "price" : 100000,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "mutagen_lizard",
        "category" : "mutagen",
        "name" : "lizard mutagen",
        "weight" : 250,
        "color" : "light_green",
        "addiction_type" : "mutagen",
        "spoils_in" : 0,
        "use_action" : "MUTAGEN",
        "flags" : ["MUTAGEN_LIZARD"],
        "stim" : 0,
        "container" : "flask_glass",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 0,
        "healthy" : -2,
        "addiction_potential" : 2,
        "nutrition" : 0,
        "description" : "A rare substance of uncertain origins.  Causes you to mutate.",
        "price" : 100000,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "mutagen_troglobite",
        "category" : "mutagen",
        "name" : "troglobite mutagen",
        "weight" : 250,
        "color" : "light_green",
        "addiction_type" : "mutagen",
        "spoils_in" : 0,
        "use_action" : "MUTAGEN",
        "flags" : ["MUTAGEN_TROGLOBITE"],
        "stim" : 0,
        "container" : "flask_glass",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 0,
        "healthy" : -2,
        "addiction_potential" : 2,
        "nutrition" : 0,
        "description" : "A rare substance of uncertain origins.  Causes you to mutate.",
        "price" : 100000,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "mutagen_medical",
        "category" : "mutagen",
        "name" : "medical mutagen",
        "weight" : 250,
        "color" : "light_green",
        "addiction_type" : "mutagen",
        "spoils_in" : 0,
        "use_action" : "MUTAGEN",
        "flags" : ["MUTAGEN_MEDICAL"],
        "stim" : 0,
        "container" : "flask_glass",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 0,
        "healthy" : -2,
        "addiction_potential" : 2,
        "nutrition" : 0,
        "description" : "A rare substance of uncertain origins.  Causes you to mutate.",
        "price" : 150000, "//" : "*May* have been considered for commercial trading.",
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "purifier",
        "category" : "mutagen",
        "name" : "purifier",
        "weight" : 250,
        "color" : "pink",
        "addiction_type" : "mutagen",
        "spoils_in" : 0,
        "use_action" : "PURIFIER",
        "stim" : 0,
        "container" : "flask_glass",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 0,
        "healthy" : 5,
        "addiction_potential" : 8,
        "nutrition" : 0,
        "description" : "A rare stem-cell treatment that causes mutations and other genetic defects to fade away.",
        "price" : 600000, "//" : "*May* have been commercially traded, what with stem-cell treatments and all.",
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "mutagen_chimera",
        "category" : "mutagen",
        "name" : "chimera mutagen",
        "weight" : 250,
        "color" : "light_green",
        "addiction_type" : "mutagen",
        "spoils_in" : 0,
        "use_action" : "MUTAGEN",
        "flags" : ["MUTAGEN_CHIMERA"],
        "stim" : 0,
        "container" : "flask_glass",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 0,
        "healthy" : -2,
        "addiction_potential" : 2,
        "nutrition" : 0,
        "description" : "An extremely rare mutagen cocktail.",
        "price" : 200000,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "mutagen_alpha",
        "category" : "mutagen",
        "name" : "alpha mutagen",
        "weight" : 250,
        "color" : "light_green",
        "addiction_type" : "mutagen",
        "spoils_in" : 0,
        "use_action" : "MUTAGEN",
        "flags" : ["MUTAGEN_ALPHA"],
        "stim" : 0,
        "container" : "flask_glass",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 0,
        "healthy" : -2,
        "addiction_potential" : 2,
        "nutrition" : 0,
        "description" : "An extremely rare mutagen cocktail.",
        "price" : 500000, "//" : "*May* have gotten a dose smuggled out.",
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "mutagen_elfa",
        "category" : "mutagen",
        "name" : "elf-a mutagen",
        "weight" : 250,
        "color" : "light_green",
        "addiction_type" : "mutagen",
        "spoils_in" : 0,
        "use_action" : "MUTAGEN",
        "flags" : ["MUTAGEN_ELFA"],
        "stim" : 0,
        "container" : "flask_glass",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 0,
        "healthy" : -2,
        "addiction_potential" : 2,
        "nutrition" : 0,
        "description" : "An extremely rare mutagen cocktail.",
        "price" : 200000,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "mutagen_raptor",
        "category" : "mutagen",
        "name" : "raptor mutagen",
        "weight" : 250,
        "color" : "light_green",
        "addiction_type" : "mutagen",
        "spoils_in" : 0,
        "use_action" : "MUTAGEN",
        "flags" : ["MUTAGEN_RAPTOR"],
        "stim" : 0,
        "container" : "flask_glass",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 0,
        "healthy" : -2,
        "addiction_potential" : 2,
        "nutrition" : 0,
        "description" : "An extremely rare mutagen cocktail.",
        "price" : 200000,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "iv_mutagen",
        "category" : "mutagen",
        "name" : "mutagenic serum",
        "weight" : 250,
        "color" : "green",
        "addiction_type" : "mutagen",
        "spoils_in" : 0,
        "use_action" : "MUT_IV",
        "flags" : "MUTAGEN_STRONG",
        "stim" : -10,
        "container" : "flask_glass",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "!",
        "quench" : 0,
        "healthy" : -10,
        "addiction_potential" : 12,
        "nutrition" : 0,
        "description" : "A super-concentrated mutagen.  You need a syringe to inject it...  if you really want to?",
        "price" : 200000,
        "material" : "null",
        "tool" : "syringe",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "iv_mutagen_plant",
        "category" : "mutagen",
        "name" : "plant serum",
        "weight" : 250,
        "color" : "yellow",
        "addiction_type" : "mutagen",
        "spoils_in" : 0,
        "use_action" : "MUT_IV",
        "flags" : "MUTAGEN_PLANT",
        "stim" : -5,
        "container" : "flask_glass",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "!",
        "quench" : 0,
        "healthy" : -6,
        "addiction_potential" : 6,
        "nutrition" : 0,
        "description" : "A super-concentrated mutagen strongly resembling tree sap.  You need a syringe to inject it...  if you really want to?",
        "price" : 200000,
        "material" : "null",
        "tool" : "syringe",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "iv_mutagen_insect",
        "category" : "mutagen",
        "name" : "insect serum",
        "weight" : 250,
        "color" : "green",
        "addiction_type" : "mutagen",
        "spoils_in" : 0,
        "use_action" : "MUT_IV",
        "flags" : "MUTAGEN_INSECT",
        "stim" : -5,
        "container" : "flask_glass",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "!",
        "quench" : 0,
        "healthy" : -6,
        "addiction_potential" : 6,
        "nutrition" : 0,
        "description" : "A super-concentrated mutagen.  You need a syringe to inject it...  if you really want to?",
        "price" : 200000,
        "material" : "null",
        "tool" : "syringe",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "iv_mutagen_spider",
        "category" : "mutagen",
        "name" : "spider serum",
        "weight" : 250,
        "color" : "dark_gray",
        "addiction_type" : "mutagen",
        "spoils_in" : 0,
        "use_action" : "MUT_IV",
        "flags" : "MUTAGEN_SPIDER",
        "stim" : -5,
        "container" : "flask_glass",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "!",
        "quench" : 0,
        "healthy" : -6,
        "addiction_potential" : 6,
        "nutrition" : 0,
        "description" : "A super-concentrated mutagen.  You need a syringe to inject it...  if you really want to?",
        "price" : 200000,
        "material" : "null",
        "tool" : "syringe",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "iv_mutagen_slime",
        "category" : "mutagen",
        "name" : "slime serum",
        "weight" : 250,
        "color" : "green",
        "addiction_type" : "mutagen",
        "spoils_in" : 0,
        "use_action" : "MUT_IV",
        "flags" : "MUTAGEN_SLIME",
        "stim" : -5,
        "container" : "flask_glass",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "!",
        "quench" : 0,
        "healthy" : -6,
        "addiction_potential" : 6,
        "nutrition" : 0,
        "description" : "A super-concentrated mutagen that looks very much like the goo or whatever-it-is in the zombies' eyes.  You need a syringe to inject it...  if you really want to?",
        "price" : 200000,
        "material" : "null",
        "tool" : "syringe",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "iv_mutagen_fish",
        "category" : "mutagen",
        "name" : "fish serum",
        "weight" : 250,
        "color" : "cyan",
        "addiction_type" : "mutagen",
        "spoils_in" : 0,
        "use_action" : "MUT_IV",
        "flags" : "MUTAGEN_FISH",
        "stim" : -5,
        "container" : "flask_glass",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "!",
        "quench" : 0,
        "healthy" : -6,
        "addiction_potential" : 6,
        "nutrition" : 0,
        "description" : "A super-concentrated mutagen.  You need a syringe to inject it...  if you really want to?",
        "price" : 200000,
        "material" : "null",
        "tool" : "syringe",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "iv_mutagen_rat",
        "category" : "mutagen",
        "name" : "rat serum",
        "weight" : 250,
        "color" : "brown",
        "addiction_type" : "mutagen",
        "spoils_in" : 0,
        "use_action" : "MUT_IV",
        "flags" : "MUTAGEN_RAT",
        "stim" : -5,
        "container" : "flask_glass",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "!",
        "quench" : 0,
        "healthy" : -6,
        "addiction_potential" : 6,
        "nutrition" : 0,
        "description" : "A super-concentrated mutagen.  You need a syringe to inject it...  if you really want to?",
        "price" : 200000,
        "material" : "null",
        "tool" : "syringe",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "iv_mutagen_beast",
        "category" : "mutagen",
        "name" : "beast serum",
        "weight" : 250,
        "color" : "red",
        "addiction_type" : "mutagen",
        "spoils_in" : 0,
        "use_action" : "MUT_IV",
        "flags" : "MUTAGEN_BEAST",
        "stim" : -5,
        "container" : "flask_glass",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "!",
        "quench" : 0,
        "healthy" : -6,
        "addiction_potential" : 6,
        "nutrition" : 0,
        "description" : "A super-concentrated mutagen strongly resembling blood.  You need a syringe to inject it...  if you really want to?",
        "price" : 200000,
        "material" : "null",
        "tool" : "syringe",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "iv_mutagen_ursine",
        "category" : "mutagen",
        "name" : "ursine serum",
        "weight" : 250,
        "color" : "red",
        "addiction_type" : "mutagen",
        "spoils_in" : 0,
        "use_action" : "MUT_IV",
        "flags" : "MUTAGEN_URSINE",
        "stim" : -5,
        "container" : "flask_glass",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "!",
        "quench" : 0,
        "healthy" : -6,
        "addiction_potential" : 6,
        "nutrition" : 0,
        "description" : "A super-concentrated mutagen strongly resembling blood.  You need a syringe to inject it...  if you really want to?",
        "price" : 200000,
        "material" : "null",
        "tool" : "syringe",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "iv_mutagen_feline",
        "category" : "mutagen",
        "name" : "feline serum",
        "weight" : 250,
        "color" : "red",
        "addiction_type" : "mutagen",
        "spoils_in" : 0,
        "use_action" : "MUT_IV",
        "flags" : "MUTAGEN_FELINE",
        "stim" : -5,
        "container" : "flask_glass",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "!",
        "quench" : 0,
        "healthy" : -6,
        "addiction_potential" : 6,
        "nutrition" : 0,
        "description" : "A super-concentrated mutagen strongly resembling blood.  You need a syringe to inject it...  if you really want to?",
        "price" : 200000,
        "material" : "null",
        "tool" : "syringe",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "iv_mutagen_lupine",
        "category" : "mutagen",
        "name" : "lupine serum",
        "weight" : 250,
        "color" : "red",
        "addiction_type" : "mutagen",
        "spoils_in" : 0,
        "use_action" : "MUT_IV",
        "flags" : "MUTAGEN_LUPINE",
        "stim" : -5,
        "container" : "flask_glass",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "!",
        "quench" : 0,
        "healthy" : -6,
        "addiction_potential" : 6,
        "nutrition" : 0,
        "description" : "A super-concentrated mutagen strongly resembling blood.  You need a syringe to inject it...  if you really want to?",
        "price" : 200000,
        "material" : "null",
        "tool" : "syringe",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "iv_mutagen_cattle",
        "category" : "mutagen",
        "name" : "cattle serum",
        "weight" : 250,
        "color" : "green",
        "addiction_type" : "mutagen",
        "spoils_in" : 0,
        "use_action" : "MUT_IV",
        "flags" : "MUTAGEN_CATTLE",
        "stim" : -5,
        "container" : "flask_glass",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "!",
        "quench" : 0,
        "healthy" : -6,
        "addiction_potential" : 6,
        "nutrition" : 0,
        "description" : "A super-concentrated mutagen the color of grass.  You need a syringe to inject it...  if you really want to?",
        "price" : 200000,
        "material" : "null",
        "tool" : "syringe",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "iv_mutagen_cephalopod",
        "category" : "mutagen",
        "name" : "cephalopod serum",
        "weight" : 250,
        "color" : "light_green",
        "addiction_type" : "mutagen",
        "spoils_in" : 0,
        "use_action" : "MUT_IV",
        "flags" : "MUTAGEN_CEPHALOPOD",
        "stim" : -5,
        "container" : "flask_glass",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "!",
        "quench" : 0,
        "healthy" : -6,
        "addiction_potential" : 6,
        "nutrition" : 0,
        "description" : "A (rather bright) green super-concentrated mutagen.  You need a syringe to inject it...  if you really want to?",
        "price" : 200000,
        "material" : "null",
        "tool" : "syringe",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "iv_mutagen_bird",
        "category" : "mutagen",
        "name" : "bird serum",
        "weight" : 250,
        "color" : "cyan",
        "addiction_type" : "mutagen",
        "spoils_in" : 0,
        "use_action" : "MUT_IV",
        "flags" : "MUTAGEN_BIRD",
        "stim" : -5,
        "container" : "flask_glass",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "!",
        "quench" : 0,
        "healthy" : -6,
        "addiction_potential" : 6,
        "nutrition" : 0,
        "description" : "A super-concentrated mutagen the color of the pre-cataclysmic skies.  You need a syringe to inject it...  if you really want to?",
        "price" : 200000,
        "material" : "null",
        "tool" : "syringe",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "iv_mutagen_lizard",
        "category" : "mutagen",
        "name" : "lizard serum",
        "weight" : 250,
        "color" : "light_green",
        "addiction_type" : "mutagen",
        "spoils_in" : 0,
        "use_action" : "MUT_IV",
        "flags" : "MUTAGEN_LIZARD",
        "stim" : -5,
        "container" : "flask_glass",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "!",
        "quench" : 0,
        "healthy" : -6,
        "addiction_potential" : 6,
        "nutrition" : 0,
        "description" : "A super-concentrated mutagen.  You need a syringe to inject it...  if you really want to?",
        "price" : 200000,
        "material" : "null",
        "tool" : "syringe",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "iv_mutagen_troglobite",
        "category" : "mutagen",
        "name" : "troglobite serum",
        "weight" : 250,
        "color" : "light_gray",
        "addiction_type" : "mutagen",
        "spoils_in" : 0,
        "use_action" : "MUT_IV",
        "flags" : "MUTAGEN_TROGLOBITE",
        "stim" : -5,
        "container" : "flask_glass",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "!",
        "quench" : 0,
        "healthy" : -6,
        "addiction_potential" : 6,
        "nutrition" : 0,
        "description" : "A super-concentrated mutagen.  You need a syringe to inject it...  if you really want to?",
        "price" : 200000,
        "material" : "null",
        "tool" : "syringe",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "iv_mutagen_alpha",
        "category" : "mutagen",
        "name" : "alpha serum",
        "weight" : 250,
        "color" : "light_green",
        "addiction_type" : "mutagen",
        "spoils_in" : 0,
        "use_action" : "MUT_IV",
        "flags" : "MUTAGEN_ALPHA",
        "stim" : -5,
        "container" : "flask_glass",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "!",
        "quench" : 0,
        "healthy" : -4,
        "addiction_potential" : 6,
        "nutrition" : 0,
        "description" : "A super-concentrated mutagen.  You need a syringe to inject it.",
        "price" : 1000000, "//" : "One of the things MasterCard can't buy.",
        "material" : "null",
        "tool" : "syringe",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "iv_mutagen_medical",
        "category" : "mutagen",
        "name" : "medical serum",
        "weight" : 250,
        "color" : "light_green",
        "addiction_type" : "mutagen",
        "spoils_in" : 0,
        "use_action" : "MUT_IV",
        "flags" : "MUTAGEN_MEDICAL",
        "stim" : -5,
        "container" : "flask_glass",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "!",
        "quench" : 0,
        "healthy" : -4,
        "addiction_potential" : 6,
        "nutrition" : 0,
        "description" : "A super-concentrated substance.  Judging by the amount, it should be delivered via injection.  You'd need a syringe.",
        "price" : 300000,
        "material" : "null",
        "tool" : "syringe",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "iv_mutagen_chimera",
        "category" : "mutagen",
        "name" : "chimera serum",
        "weight" : 250,
        "color" : "red",
        "addiction_type" : "mutagen",
        "spoils_in" : 0,
        "use_action" : "MUT_IV",
        "flags" : "MUTAGEN_CHIMERA",
        "stim" : -10,
        "container" : "flask_glass",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "!",
        "quench" : 0,
        "healthy" : -15,
        "addiction_potential" : 4,
        "nutrition" : 0,
        "description" : "A super-concentrated blood-red mutagen.  You need a syringe to inject it...  if you really want to?",
        "price" : 400000,
        "material" : "null",
        "tool" : "syringe",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "iv_mutagen_elfa",
        "category" : "mutagen",
        "name" : "elf-a serum",
        "weight" : 250,
        "color" : "light_green",
        "addiction_type" : "mutagen",
        "spoils_in" : 0,
        "use_action" : "MUT_IV",
        "flags" : "MUTAGEN_ELFA",
        "stim" : -5,
        "container" : "flask_glass",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "!",
        "quench" : 0,
        "healthy" : -6,
        "addiction_potential" : 6,
        "nutrition" : 0,
        "description" : "A super-concentrated mutagen that reminds you of the forests.  You need a syringe to inject it...  if you really want to?",
        "price" : 400000,
        "material" : "null",
        "tool" : "syringe",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "iv_mutagen_raptor",
        "category" : "mutagen",
        "name" : "raptor serum",
        "weight" : 250,
        "color" : "green",
        "addiction_type" : "mutagen",
        "spoils_in" : 0,
        "use_action" : "MUT_IV",
        "flags" : "MUTAGEN_RAPTOR",
        "stim" : -5,
        "container" : "flask_glass",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "!",
        "quench" : 0,
        "healthy" : -6,
        "addiction_potential" : 6,
        "nutrition" : 0,
        "description" : "A super-concentrated mutagen.  You need a syringe to inject it...  if you really want to?",
        "price" : 400000,
        "material" : "null",
        "tool" : "syringe",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "iv_purifier",
        "name" : "purifier serum",
        "category" : "mutagen",
        "weight" : 250,
        "color" : "magenta",
        "addiction_type" : "mutagen",
        "spoils_in" : 0,
        "use_action" : "PURIFY_IV",
        "stim" : -10,
        "container" : "flask_glass",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "!",
        "quench" : 0,
        "healthy" : -10,
        "addiction_potential" : 8,
        "nutrition" : 0,
        "description" : "A super-concentrated stem cell treatment.  You need a syringe to inject it.",
        "price" : 900000, "//" : "*May* have been commercially traded, but not in this preparation.",
        "material" : "null",
        "tool" : "syringe",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "tea",
        "name" : "tea",
        "weight" : 250,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bottle_plastic",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 40,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 3,
        "description" : "Tea, the beverage of gentlemen everywhere.",
        "price" : 90,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 6
    },
    {
        "type" : "COMESTIBLE",
        "id" : "kompot",
        "name" : "kompot",
        "weight" : 21,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 180,
        "stim" : 0,
        "container" : "jar_3l_glass",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 50,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 5,
        "description" : "Clear juice obtained by cooking fruit in a large volume of water",
        "price" : 62,
        "material" : "fruit",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 12,
        "bashing" : 0,
        "flags" : ["EATEN_COLD"],
        "fun" : 8
    },
    {
        "type" : "COMESTIBLE",
        "id" : "coffee",
        "name" : "coffee",
        "weight" : 254,
        "color" : "brown",
        "addiction_type" : "caffeine",
        "spoils_in" : 0,
        "use_action" : "CAFF",
        "stim" : 12,
        "container" : "bottle_plastic",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 40,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 3,
        "description" : "Coffee.  The morning ritual of the pre-apocalyptic world.",
        "price" : 100,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 6
    },
    {
        "type" : "COMESTIBLE",
        "id" : "atomic_coffee",
        "name" : "atomic coffee",
        "weight" : 257,
        "color" : "brown",
        "addiction_type" : "caffeine",
        "spoils_in" : 0,
        "use_action" : "ATOMIC_CAFF",
        "stim" : 25,
        "container" : "bottle_plastic",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 40,
        "healthy" : -5,
        "addiction_potential" : 8,
        "nutrition" : 4,
        "description" : "This serving of coffee has been created using an atomic coffee pot's FULL NUCLEAR brewing cycle.  Every possible microgram of caffeine and flavor has been carefully extracted for your enjoyment, using the power of the atom.",
        "price" : 300,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 10
    },
    {
        "type" : "COMESTIBLE",
        "id" : "choc_drink",
        "name" : "chocolate drink",
        "weight" : 264,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 2,
        "container" : "can_drink",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 36,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 4,
        "description" : "A chocolate flavored beverage made of artificial flavoring and milk byproducts.  Shelf stable and vaguely appetizing even when lukewarm.",
        "price" : 100,
        "material" : "junk",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_COLD"],
        "fun" : 7
    },
    {
        "type" : "COMESTIBLE",
        "id" : "blood",
        "name" : "blood",
        "name_plural" : "blood",
        "weight" : 265,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "flask_glass",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 5,
        "healthy" : -8,
        "addiction_potential" : 0,
        "nutrition" : 5,
        "description" : "Blood, possibly that of a human.  Disgusting!",
        "price" : 0,
        "material" : "hflesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : -50
    },
    {
        "type" : "COMESTIBLE",
        "id" : "bone",
        "category" : "spare_parts",
        "name" : "bone",
        "weight" : 225,
        "color" : "white",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "use_action" : "RAW_BONE",
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : -1,
        "addiction_potential" : 0,
        "nutrition" : 4,
        "description" : "A bone from some creature or other.  Could be eaten or used to make some stuff, like needles.",
        "price" : 0,
        "material" : "bone",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "plant_sac",
        "name" : "fluid sac",
        "weight" : 278,
        "color" : "light_green",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 18,
        "healthy" : -1,
        "addiction_potential" : 0,
        "nutrition" : 4,
        "description" : "A fluid bladder from a plant based lifeform.  Not very nutritious, but fine to eat anyway.",
        "price" : 0,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "meat",
        "name" : "chunk of meat",
        "name_plural" : "chunks of meat",
        "weight" : 238,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 24,
        "use_action" : "RAW_MEAT",
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : -1,
        "addiction_potential" : 0,
        "nutrition" : 20,
        "description" : "Freshly butchered meat.  You could eat it raw, but cooking it is better.",
        "price" : 500,
        "material" : "flesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : -10
    },
    {
        "type" : "COMESTIBLE",
        "id" : "fish",
        "name" : "fillet of fish",
        "name_plural" : "fillets of fish",
        "weight" : 150,
        "color" : "pink",
        "addiction_type" : "none",
        "spoils_in" : 24,
        "use_action" : "RAW_FISH",
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 15,
        "description" : "Freshly caught fish.  Makes a passable meal raw.",
        "price" : 500,
        "material" : "flesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "fat",
        "name" : "chunk of fat",
        "name_plural" : "chunks of fat",
        "weight" : 212,
        "color" : "pink",
        "addiction_type" : "none",
        "spoils_in" : 168,
        "use_action" : "RAW_FAT",
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -10,
        "healthy" : -3,
        "addiction_potential" : 0,
        "nutrition" : 10,
        "description" : "Freshly butchered fat.  You could eat it raw, but it is better used as an ingredient in other foods or projects.",
        "price" : 0,
        "material" : "flesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "stack_size" : 1,
        "bashing" : 0,
        "fun" : -20
    },
    {
        "type" : "COMESTIBLE",
        "id" : "tallow",
        "name" : "tallow",
        "weight" : 128,
        "color" : "white",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -10,
        "healthy" : -2,
        "addiction_potential" : 0,
        "nutrition" : 18,
        "description" : "A smooth white block of cleaned and rendered animal fat.  It will remain edible for a very long time, and can be used as an ingredient in many foods and projects.",
        "price" : 500, "//" : "*May* have been commercially traded.",
        "material" : "junk",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "stack_size" : 2,
        "bashing" : 0,
        "fun" : -18
    },
    {
        "type" : "COMESTIBLE",
        "id" : "lard",
        "name" : "lard",
        "weight" : 128,
        "color" : "white",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -10,
        "healthy" : -2,
        "addiction_potential" : 0,
        "nutrition" : 18,
        "description" : "A smooth white block of dry-rendered animal fat.  It will remain edible for a very long time, and can be used as an ingredient in many foods and projects.",
        "price" : 500,
        "material" : "junk",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "stack_size" : 2,
        "bashing" : 0,
        "fun" : -18
    },
    {
        "type" : "COMESTIBLE",
        "id" : "fish_cooked",
        "name" : "cooked fish",
        "name_plural" : "cooked fish",
        "weight" : 126,
        "color" : "white",
        "addiction_type" : "none",
        "spoils_in" : 24,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 26,
        "description" : "Freshly cooked fish.  Very nutritious.",
        "price" : 500,
        "material" : "flesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 1
    },
    {
        "type" : "COMESTIBLE",
        "id" : "fish_smoked",
        "name" : "smoked fish",
        "name_plural" : "smoked fish",
        "weight" : 84,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 22,
        "description" : "Tasty fish that has been heavily smoked for long term preservation.",
        "price" : 1000,
        "material" : "flesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 6, "//" : "Condenses 6 fillets.",
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 6
    },
    {
        "type" : "COMESTIBLE",
        "id" : "dry_fish",
        "name" : "dehydrated fish",
        "name_plural" : "dehydrated fish",
        "weight" : 32,
        "color" : "light_gray",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -3,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 14,
        "description" : "Dehydrated fish flakes.  With proper storage, this dried food will remain edible for an incredibly long time.",
        "price" : 500,
        "material" : "flesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 2,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "salted_fish",
        "name" : "salted fish",
        "name_plural" : "salted fish",
        "weight" : 44,
        "color" : "light_gray",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -5,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 18,
        "description" : "Salty dried fish that never goes bad, but will make you thirsty.",
        "price" : 1000,
        "material" : "flesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 4, "//" : "Two fillets of fish needed here.",
        "bashing" : 0,
        "fun" : 4
    },
    {
        "type" : "COMESTIBLE",
        "id" : "rehydrated_fish",
        "name" : "rehydrated fish",
        "name_plural" : "rehydrated fish",
        "weight" : 92,
        "color" : "white",
        "addiction_type" : "none",
        "spoils_in" : 24,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 16,
        "description" : "Reconstituted fish flakes, which are much more enjoyable to eat now that they have been rehydrated.",
        "price" : 500,
        "material" : "flesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 2,
        "bashing" : 0,
        "fun" : 2
    },
    {
        "type" : "COMESTIBLE",
        "id" : "fish_pickled",
        "name" : "pickled fish",
        "name_plural" : "pickled fish",
        "weight" : 174,
        "color" : "white",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "jar_glass",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -1,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 40,
        "description" : "This is a serving of crisply brined and canned fish.  Tasty and nutritious.",
        "price" : 250, "//" : "Two charges per jar.",
        "material" : "flesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 2,
        "bashing" : 0,
        "fun" : 7
    },
    {
        "type" : "COMESTIBLE",
        "id" : "fish_canned",
        "name" : "canned fish",
        "name_plural" : "canned fish",
        "weight" : 176,
        "color" : "light_gray",
        "addiction_type" : "none",
        "spoils_in" : 40,
        "stim" : 0,
        "container" : "jar_glass",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 32,
        "description" : "Low-sodium preserved fish.  It was boiled and canned.  Contains all of the nutrition, but little of the savor of cooked fish.  ",
        "price" : 250,
        "material" : "flesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 2
    },
    {
        "type" : "COMESTIBLE",
        "id" : "fish_vac",
        "name" : "salted fish slices",
        "name_plural" : "salted fish slices",
        "weight" : 84,
        "color" : "white",
        "addiction_type" : "none",
        "spoils_in" : 48,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -5,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 22,
        "description" : "Fish fillets cured in brine and vacuum-packed.  Salty but tasty in a pinch.  ",
        "price" : 1000,
        "material" : "flesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 2,
        "bashing" : 0,
        "fun" : 3
    },
    {
        "type" : "COMESTIBLE",
        "id" : "fish_fried",
        "name" : "batter fried fish",
        "name_plural" : "batter fried fish",
        "weight" : 64,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 24,
        "stim" : 0,
        "container" : "box_small",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 28,
        "description" : "A delicious golden brown serving of crispy fried fish.",
        "price" : 500,
        "material" : "flesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 6, "//" : "3 fillets.",
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 10
    },
    {
        "type" : "COMESTIBLE",
        "id" : "fish_sandwich",
        "name" : "fish sandwich",
        "name_plural" : "fish sandwiches",
        "weight" : 222,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 24,
        "stim" : 0,
        "container" : "wrapper",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 26,
        "description" : "A delicious fish sandwich.",
        "price" : 800,
        "material" : "flesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 4, "//" : "Four portions seems like a lot, but given the amount of ingredients needed, it's a good perk.",
        "bashing" : 0,
        "fun" : 14
    },
    {
        "type" : "COMESTIBLE",
        "id" : "lutefisk",
        "name" : "lutefisk",
        "weight" : 94,
        "color" : "light_gray",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -2,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 48,
        "description" : "Lutefisk is preserved fish that has been dried in a lye solution.  Vile and soap-like yet highly nutritious, it is reminiscent of the afterbirth of a dog or the world's largest chunk of phlegm.",
        "price" : 200,
        "material" : "flesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 4, "//" : "4 filets.",
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : -15
    },
    {
        "type" : "COMESTIBLE",
        "id" : "fchicken",
        "name" : "deep fried chicken",
        "weight" : 238,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 24,
        "stim" : 0,
        "container" : "box_small",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : -1,
        "addiction_potential" : 0,
        "nutrition" : 15,
        "description" : "A handful of deep fried chicken.  So bad it's good.",
        "price" : 550,
        "material" : ["flesh", "junk"],
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 4,
        "bashing" : 0,
        "fun" : 12
    },
    {
        "type" : "COMESTIBLE",
        "id" : "lunchmeat",
        "name" : "lunch meat",
        "weight" : 12,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 60,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : -1,
        "addiction_potential" : 0,
        "nutrition" : 12,
        "description" : "Delicious lunch meat.  Can be eaten cold.",
        "price" : 3, "//" : "*Looking for ~$6 per pound here.",
        "material" : "flesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "bologna",
        "name" : "bologna",
        "weight" : 22, "//" : "Rebalanced: the recipe looks to easily make two pounds.",
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 560,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : -1,
        "addiction_potential" : 0,
        "nutrition" : 8,
        "description" : "A type of lunch meat that comes pre-sliced.  Its first name isn't Oscar.  Can be eaten cold.",
        "price" : 1000,
        "material" : "flesh",
        "tool" : "null",
        "volume" : 4,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 40, "//" : "320 nutrition, net loss from 400 as cooked meat, but lasts much longer.",
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "hfleshbologna",
        "name" : "brat bologna",
        "weight" : 22,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 560,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : -1,
        "addiction_potential" : 0,
        "nutrition" : 8,
        "description" : "A type of lunch meat made out of human flesh that comes pre-sliced.  Its first name may have been Oscar.  Can be eaten cold.",
        "price" : 2000,
        "material" : "hflesh",
        "tool" : "null",
        "volume" : 4,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 40,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "veggy",
        "name" : "plant marrow",
        "weight" : 238,
        "color" : "green",
        "addiction_type" : "none",
        "spoils_in" : 80,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 20,
        "description" : "A nutrient rich chunk of plant matter, could be eaten raw or cooked.",
        "price" : 600,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "human_flesh",
        "name" : "human flesh",
        "name_plural" : "human fleshes",
        "weight" : 238,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 24,
        "use_action" : "RAW_MEAT",
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : -1,
        "addiction_potential" : 0,
        "nutrition" : 20,
        "description" : "Freshly butchered from a human body.",
        "price" : 5000, "//" : "Not commercially traded.",
        "material" : "hflesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "veggy_wild",
        "name" : "wild vegetables",
        "name_plural" : "wild vegetables",
        "weight" : 238,
        "color" : "green",
        "addiction_type" : "none",
        "spoils_in" : 80,
        "use_action" : "RAW_WILDVEG",
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 20,
        "description" : "An assortment of edible-looking wild plants.  Most are quite bitter-tasting.",
        "price" : 60,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : -10
    },
    {
        "type" : "COMESTIBLE",
        "id" : "raw_dandelion",
        "name" : "handful of dandelions",
        "name_plural" : "handfuls of dandelions",
        "weight" : 96,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "use_action" : "RAW_WILDVEG",
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 4,
        "description" : "A collection of freshly picked yellow dandelions.  In their current raw state they are quite bitter.",
        "price" : 60,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "stack_size" : 4,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 2,
        "bashing" : 0,
        "fun" : -12
    },
    {
        "type" : "COMESTIBLE",
        "id" : "dandelion_cooked",
        "name" : "cooked dandelion greens",
        "name_plural" : "cooked dandelion greens",
        "weight" : 220,
        "color" : "green",
        "addiction_type" : "none",
        "spoils_in" : 48,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 2,
        "addiction_potential" : 0,
        "nutrition" : 20,
        "description" : "Cooked leaves from wild dandelions.  Tasty and nutritious.",
        "price" : 200,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "stack_size" : 2,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 1
    },
    {
        "type" : "COMESTIBLE",
        "id" : "dandelion_fried",
        "name" : "fried dandelions",
        "name_plural" : "fried dandelions",
        "weight" : 268,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 72,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 18,
        "description" : "Wild dandelion flowers that have been battered and deep fried.  Very tasty and nutritious.",
        "price" : 250,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 4,
        "stack_size" : 2,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 5
    },
    {
        "type" : "COMESTIBLE",
        "id" : "dandelion_tea",
        "name" : "dandelion tea",
        "name_plural" : "dandelion tea",
        "weight" : 252,
        "color" : "yellow",
        "addiction_type" : "caffeine",
        "use_action" : "CAFF",
        "spoils_in" : 0,
        "stim" : 3,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 48,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 1,
        "description" : "A healthy beverage made from dandelion roots steeped in boiling water.",
        "price" : 50,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 2
    },
    {
        "type" : "COMESTIBLE",
        "id" : "meat_tainted",
        "category": "other",
        "name" : "tainted meat",
        "weight" : 238,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 4,
        "use_action" : "POISON",
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 20,
        "description" : "Meat that's obviously unhealthy.  You could eat it, but it will poison you.",
        "price" : 0,
        "material" : "flesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : -10
    },
    {
        "type" : "COMESTIBLE",
        "id" : "slime_scrap",
        "category": "other",
        "name" : "blob glob",
        "weight" : 238,
        "color" : "dkgray",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "use_action" : "POISON",
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 20,
        "description" : "A little hunk of glop that fell off a blob monster.  It doesn't seem hostile, but it does wiggle occasionally.",
        "price" : 0,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : -10
    },
    {
        "type" : "COMESTIBLE",
        "id" : "veggy_tainted",
        "category": "other",
        "name" : "tainted veggy",
        "name_plural" : "tainted veggies",
        "weight" : 238,
        "color" : "green",
        "addiction_type" : "none",
        "spoils_in" : 10,
        "use_action" : "POISON",
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 20,
        "description" : "Vegetable that looks poisonous.  You could eat it, but it will poison you.",
        "price" : 0,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "meat_cooked",
        "name" : "cooked meat",
        "weight" : 238,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 24,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 50,
        "description" : "Freshly cooked meat.  Very nutritious.",
        "price" : 750,
        "material" : "flesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "meat_smoked",
        "name" : "smoked meat",
        "weight" : 162,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -1,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 42,
        "description" : "Tasty meat that has been heavily smoked for long term preservation.",
        "price" : 3000,
        "material" : "flesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 3, "//" : "3 chunks of meat.",
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 5
    },
    {
        "type" : "COMESTIBLE",
        "id" : "sausage",
        "name" : "sausage",
        "weight" : 220,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -2,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 64,
        "description" : "A hefty sausage that has been cured for long term storage.",
        "price" : 1600,
        "material" : "flesh",
        "tool" : "null",
        "volume" : 2,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 3, "//" : "3 meats here.",
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 10
    },
    {
        "type" : "COMESTIBLE",
        "id" : "hotdogs_frozen",
        "name" : "uncooked hot dogs",
        "name_plural" : "uncooked hot dogs",
        "weight" : 80,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 280,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : -2,
        "addiction_potential" : 0,
        "nutrition" : 4,
        "description" : "A heavily processed sausage, commonplace at baseball games before the cataclysm.  It would taste much better prepared.",
        "price" : 800,
        "material" : ["flesh", "junk"],
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 4,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : -12
    },
    {
        "type" : "COMESTIBLE",
        "id" : "hotdogs_cooked",
        "name" : "cooked hot dogs",
        "name_plural" : "cooked hot dogs",
        "weight" : 80,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 24,
        "stim" : 0,
        "container" : "wrapper",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : -1,
        "addiction_potential" : 0,
        "nutrition" : 25,
        "description" : "Surprisingly, not made from dog.  Cooked, this hot dog now tastes much better, but will spoil.",
        "price" : 800,
        "material" : ["flesh", "junk"],
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 4,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 12
    },
    {
        "type" : "COMESTIBLE",
        "id" : "chilidogs",
        "name" : "chili dogs",
        "name_plural" : "chili dogs",
        "weight" : 80,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 24,
        "stim" : 0,
        "container" : "wrapper",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : -1,
        "addiction_potential" : 0,
        "nutrition" : 50,
        "description" : "A hot dog, served with chili con carne as a topping.  Yum!",
        "price" : 900,
        "material" : ["flesh", "junk"],
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 4,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 15
    },
    {
        "type" : "COMESTIBLE",
        "id" : "chilidogs_human",
        "name" : "cheater chili dogs",
        "name_plural" : "cheater chili dogs",
        "weight" : 80,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 24,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : -1,
        "addiction_potential" : 0,
        "nutrition" : 50,
        "description" : "A hot dog, served with chili con humano as a topping.  Delightful.",
        "price" : 8000,
        "material" : ["hflesh", "junk"],
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 4,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 15
    },
    {
        "type" : "COMESTIBLE",
        "id" : "corndogs_frozen",
        "name" : "uncooked corn dogs",
        "name_plural" : "uncooked corn dogs",
        "weight" : 90,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 280,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : -6,
        "addiction_potential" : 0,
        "nutrition" : 4,
        "description" : "A heavily processed sausage, dipped in batter and deep fried.  It would taste much better prepared.",
        "price" : 900,
        "material" : ["flesh", "junk"],
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 4,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : -18
    },
    {
        "type" : "COMESTIBLE",
        "id" : "corndogs_cooked",
        "name" : "cooked corn dog",
        "weight" : 90,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 24,
        "stim" : 0,
        "container" : "wrapper",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : -2,
        "addiction_potential" : 0,
        "nutrition" : 20,
        "description" : "A heavily processed sausage, dipped in batter and deep fried.  Cooked, this corn dog now tastes much better, but will spoil.",
        "price" : 900,
        "material" : ["flesh", "junk"],
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 18
    },
    {
        "type" : "COMESTIBLE",
        "id" : "human_cooked",
        "name" : "cooked creep",
        "weight" : 238,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 24,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : -1,
        "addiction_potential" : 0,
        "nutrition" : 50,
        "description" : "A freshly cooked slice of some unpleasant person.  Tastes great.",
        "price" : 7500, "//" : "Cannibal recipes are expensive pending buyer-side price modifiers.",
        "material" : "hflesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 8
    },
    {
        "type" : "COMESTIBLE",
        "id" : "human_smoked",
        "name" : "smoked sucker",
        "weight" : 162,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -1,
        "healthy" : -1,
        "addiction_potential" : 0,
        "nutrition" : 42,
        "description" : "A heavily smoked portion of human flesh.  Lasts for a very long time and tastes pretty good, if you like that sort of thing.",
        "price" : 10000,
        "material" : "hflesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 3,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 5
    },
    {
        "type" : "COMESTIBLE",
        "id" : "mannwurst",
        "name" : "Mannwurst",
        "weight" : 220,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -2,
        "healthy" : -1,
        "addiction_potential" : 0,
        "nutrition" : 64,
        "description" : "A hefty long pork sausage that has been cured for long term storage.  Very tasty, if you're in the market for human flesh.",
        "price" : 16000, "//" : "Cannibal recipes are expensive pending buyer-side price modifiers.",
        "material" : "hflesh",
        "tool" : "null",
        "volume" : 2,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 3,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 10
    },
    {
        "type" : "COMESTIBLE",
        "id" : "currywurst",
        "name" : "currywurst",
        "weight" : 220,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "wrapper",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -5,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 75,
        "description" : "Sausage covered in a curry ketchup sauce.  Fairly spicy and impressive at the same time!",
        "price" : 900,
        "material" : "flesh",
        "tool" : "null",
        "volume" : 2,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 3,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 20
    },
    {
        "type" : "COMESTIBLE",
        "id" : "h_currywurst",
        "name" : "cheapskate currywurst",
        "weight" : 220,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "wrapper",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -5,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 75,
        "description" : "Mannwurst covered in a curry ketchup sauce.  Fairly spicy and impressive at the same time!",
        "price" : 16000,
        "material" : "hflesh",
        "tool" : "null",
        "volume" : 2,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 3,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 24
    },
    {
        "type" : "COMESTIBLE",
        "id" : "mannwurstgravy",
        "name" : "Mannwurst gravy",
        "name_plural" : "Mannwurst gravies",
        "weight" : 300,
        "color" : "light_gray",
        "addiction_type" : "none",
        "spoils_in" : 48, "//" : "Semi-arbitrary spoilage of 48 hours set: pretty confident sausage gravy goes bad.",
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 12,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 75,
        "description" : "Biscuits, Mannwurst, and delicious mushroom soup all crammed together into a wonderfully greasy and tasteful mush.",
        "price" : 9000,
        "material" : ["hflesh", "wheat"],
        "tool" : "null",
        "volume" : 3,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 18
    },
    {
        "type" : "COMESTIBLE",
        "id" : "sausagegravy",
        "name" : "sausage gravy",
        "name_plural" : "sausage gravies",
        "weight" : 300,
        "color" : "light_gray",
        "addiction_type" : "none",
        "spoils_in" : 48, "//" : "Semi-arbitrary spoilage of 48 hours set: pretty confident sausage gravy goes bad.",
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 12,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 75,
        "description" : "Biscuits, sausage, and delicious mushroom soup all crammed together into a wonderfully greasy and tasteful mush.",
        "price" : 1000,
        "material" : ["flesh", "wheat"],
        "tool" : "null",
        "volume" : 3,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 18
    },
    {
        "type" : "COMESTIBLE",
        "id" : "veggy_cooked",
        "name" : "cooked plant marrow",
        "weight" : 240,
        "color" : "green",
        "addiction_type" : "none",
        "spoils_in" : 50,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 40,
        "description" : "A freshly cooked chunk of plant matter, tasty and nutritious.",
        "price" : 700,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "veggy_wild_cooked",
        "name" : "cooked wild vegetables",
        "name_plural" : "cooked wild vegetables",
        "weight" : 240,
        "color" : "green",
        "addiction_type" : "none",
        "spoils_in" : 50,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 40,
        "description" : "Cooked wild edible plants.  An interesting mix of flavors.",
        "price" : 700,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "apple",
        "name" : "apple",
        "weight" : 150,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 160,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 3,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 16,
        "description" : "An apple a day keeps the doctor away.",
        "price" : 900,
        "material" : "fruit",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 3
    },
    {
        "type" : "COMESTIBLE",
        "id" : "banana",
        "name" : "banana",
        "weight" : 225,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 120,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 4,
        "addiction_potential" : 0,
        "nutrition" : 12,
        "description" : "A long, curved yellow fruit in a peel.  Some people like using them in desserts.  Those people are probably dead.",
        "price" : 120,
        "material" : "fruit",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 1,
        "fun" : 5
    },
    {
        "type" : "COMESTIBLE",
        "id" : "orange",
        "name" : "orange",
        "weight" : 170,
        "color" : "light_red",
        "addiction_type" : "none",
        "spoils_in" : 96,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 8,
        "healthy" : 2,
        "addiction_potential" : 0,
        "nutrition" : 14,
        "description" : "Sweet citrus fruit.  Also comes in juice form.",
        "price" : 180,
        "material" : "fruit",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 3
    },
    {
        "type" : "COMESTIBLE",
        "id" : "lemon",
        "name" : "lemon",
        "weight" : 98,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 180,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 5,
        "healthy" : 2,
        "addiction_potential" : 0,
        "nutrition" : 5,
        "description" : "Very sour citrus.  Can be eaten if you really want.",
        "price" : 120,
        "material" : "fruit",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : -4
    },
    {
        "type" : "COMESTIBLE",
        "id" : "irradiated_apple",
        "name" : "irradiated apple",
        "weight" : 150,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 3,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 16,
        "description" : "Mmm, irradiated.  Will remain edible nearly forever.  Sterilized using radiation, so it's safe to eat.",
        "price" : 100,
        "material" : "fruit",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 3
    },
    {
        "type" : "COMESTIBLE",
        "id" : "irradiated_banana",
        "name" : "irradiated banana",
        "weight" : 225,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 4,
        "addiction_potential" : 0,
        "nutrition" : 12,
        "description" : "An irradiated banana will remain edible nearly forever.  Sterilized using radiation, so it's safe to eat.",
        "price" : 190,
        "material" : "fruit",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 1,
        "fun" : 5
    },
    {
        "type" : "COMESTIBLE",
        "id" : "irradiated_orange",
        "name" : "irradiated orange",
        "weight" : 170,
        "color" : "light_red",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 8,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 14,
        "description" : "An irradiated orange will remain edible nearly forever.  Sterilized using radiation, so it's safe to eat.",
        "price" : 190,
        "material" : "fruit",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 3
    },
    {
        "type" : "COMESTIBLE",
        "id" : "irradiated_lemon",
        "name" : "irradiated lemon",
        "weight" : 98,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 5,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 5,
        "description" : "An irradiated lemon will remain edible nearly forever.  Sterilized using radiation, so it's safe to eat.",
        "price" : 160,
        "material" : "fruit",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : -4
    },
    {
        "type" : "COMESTIBLE",
        "id" : "fruit_leather",
        "name" : "fruit leather",
        "weight" : 120,
        "color" : "pink",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 18,
        "description" : "Dried strips of sugary fruit paste.",
        "price" : 160,
        "material" : "fruit",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 3,
        "bashing" : 0,
        "fun" : 3
    },
    {
        "type" : "COMESTIBLE",
        "id" : "chips",
        "name" : "potato chips",
        "name_plural" : "potato chips",
        "weight" : 85,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -2,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 8,
        "description" : "Betcha can't eat just one.",
        "price" : 180,
        "material" : "junk",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 3,
        "bashing" : 0,
        "fun" : 6
    },
    {
        "type" : "COMESTIBLE",
        "id" : "cereal",
        "name" : "sugary cereal",
        "weight" : 42,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 4,
        "container" : "box_small",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -4,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 10,
        "description" : "A box of sugary breakfast cereal with marshmallows.  It takes you back to your childhood.",
        "price" : 400,
        "material" : "junk",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 12,
        "bashing" : 0,
        "fun" : 10
    },
    {
        "type" : "COMESTIBLE",
        "id" : "cereal2",
        "name" : "wheat cereal",
        "weight" : 42,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 4,
        "container" : "box_small",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -4,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 12,
        "description" : "A box of whole-grain wheat cereal.  It's surprisingly good, and allegedly good for your heart.",
        "price" : 300,
        "material" : "wheat",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 12,
        "bashing" : 0,
        "fun" : 8
    },
    {
        "type" : "COMESTIBLE",
        "id" : "cereal3",
        "name" : "corn cereal",
        "weight" : 85,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 4,
        "container" : "box_small",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -4,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 10,
        "description" : "A box of cornflakes.  They're not that good, but it beats nothing.",
        "price" : 300,
        "material" : "junk",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 12,
        "bashing" : 0,
        "fun" : 6
    },
    {
        "type" : "COMESTIBLE",
        "id" : "toastem",
        "name" : "toast-em",
        "weight" : 28,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "box_small",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -8,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 10,
        "description" : "Dry toaster pastries usually coated with solid frosting and what luck!  These are strawberry flavored!",
        "price" : 400,
        "material" : ["wheat", "junk"],
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 8,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 25
    },
    {
        "type" : "COMESTIBLE",
        "id" : "toastem2",
        "name" : "toast-em",
        "weight" : 28,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "box_small",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -8,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 10,
        "description" : "Dry toaster pastries, usually coated with solid frosting, these are blueberry flavored!",
        "price" : 400,
        "material" : ["wheat", "junk"],
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 8,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 18
    },
    {
        "type" : "COMESTIBLE",
        "id" : "toastem3",
        "name" : "toast-em",
        "weight" : 28,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "box_small",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -8,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 10,
        "description" : "Dry toaster pastries, usually coated with solid frosting.  Sadly, these are not.",
        "price" : 400,
        "material" : ["wheat", "junk"],
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 8,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 10
    },
    {
        "type" : "COMESTIBLE",
        "id" : "toasterpastryfrozen",
        "name" : "toaster pastry (uncooked)",
        "name_plural" : "toaster pastries (uncooked)",
        "weight" : 28,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 60, "//" : "Semi-arbitrary spoilage of 60 hours, as the cooked product.",
        "stim" : 0,
        "container" : "box_small",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 2,
        "description" : "A delicious fruit-filled pastry that you can cook in your toaster.  It even comes with frosting!  Cook it to make it tasty.",
        "price" : 400,
        "material" : ["wheat", "junk"],
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 4,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : -10
    },
    {
        "type" : "COMESTIBLE",
        "id" : "toasterpastry",
        "name" : "toaster pastry",
        "name_plural" : "toaster pastries",
        "weight" : 28,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 60,
        "stim" : 0,
        "container" : "box_small",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 4,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 15,
        "description" : "A delicious fruit-filled pastry that you've cooked.  It even comes with frosting!",
        "price" : 400,
        "material" : ["wheat", "junk"],
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 2,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 30
    },
    {
        "type" : "COMESTIBLE",
        "id" : "chips2",
        "name" : "potato chips",
        "name_plural" : "potato chips",
        "weight" : 85,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -2,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 8,
        "description" : "A bag of cheap, own-brand chips.",
        "price" : 135,
        "material" : "junk",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 3,
        "bashing" : 0,
        "fun" : 3
    },
    {
        "type" : "COMESTIBLE",
        "id" : "chips3",
        "name" : "potato chips",
        "name_plural" : "potato chips",
        "weight" : 85,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -2,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 8,
        "description" : "Oh man, you love these chips!  Score!",
        "price" : 180, "//" : "Favorite flavor varies.",
        "material" : "junk",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 3,
        "bashing" : 0,
        "fun" : 12
    },
    {
        "type" : "COMESTIBLE",
        "id" : "nachos",
        "name" : "nachos",
        "name_plural" : "nachos",
        "weight" : 85,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -10,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 4,
        "description" : "Salted corn chips, could really use some cheese, maybe some beef.",
        "price" : 170,
        "material" : "junk",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 3,
        "bashing" : 0,
        "fun" : 8
    },
    {
        "type" : "COMESTIBLE",
        "id" : "nachosc",
        "name" : "nachos with cheese",
        "name_plural" : "nachos with cheese",
        "weight" : 100,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 24,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -10,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 12,
        "description" : "Salted corn chips, now with cheese.  Could stand to have some meat.",
        "price" : 250,
        "material" : ["junk", "milk"],
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 3,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 16
    },
    {
        "type" : "COMESTIBLE",
        "id" : "nachosm",
        "name" : "nachos with meat",
        "name_plural" : "nachos with meat",
        "weight" : 100,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 24,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -10,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 12,
        "description" : "Salted corn chips, now with meat.  Could probably use some cheese, though.",
        "price" : 250,
        "material" : ["junk", "flesh"],
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 3,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 16
    },
    {
        "type" : "COMESTIBLE",
        "id" : "nachoshf",
        "name" : "niño nachos",
        "name_plural" : "niño nachos",
        "weight" : 100,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 24,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -10,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 12,
        "description" : "Salted corn chips, with human flesh.  Some cheese might make it even better",
        "price" : 250,
        "material" : ["junk", "hflesh"],
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 3,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 16
    },
    {
        "type" : "COMESTIBLE",
        "id" : "nachosmc",
        "name" : "nachos with meat and cheese",
        "name_plural" : "nachos with meat and cheese",
        "weight" : 180,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 20,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -10,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 24,
        "description" : "Salted corn chips with ground meat and smothered in cheese.  Delicious.",
        "price" : 300,
        "material" : ["flesh", "milk"],
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 3,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 20
    },
    {
        "type" : "COMESTIBLE",
        "id" : "nachoshc",
        "name" : "niño nachos with cheese",
        "name_plural" : "niño nachos with cheese",
        "weight" : 180,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 20,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -10,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 24,
        "description" : "Salted corn chips with human flesh and smothered in cheese.  Delicious.",
        "price" : 300,
        "material" : ["hflesh", "milk"],
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 3,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 20
    },
    {
        "type" : "COMESTIBLE",
        "id" : "kernels",
        "name" : "popcorn kernels",
        "name_plural" : "popcorn kernels",
        "weight" : 85,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 2,
        "description" : "Dried kernels from a particular type of corn.  Practically inedible raw, they can be cooked to make a tasty snack.",
        "price" : 100,
        "material" : "junk",
        "tool" : "null",
        "volume" : 1,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "cutting" : 0,
        "fun" : -6
    },
    {
        "type" : "COMESTIBLE",
        "id" : "popcorn",
        "name" : "popcorn",
        "name_plural" : "popcorn",
        "weight" : 85,
        "color" : "white",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -1,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 10,
        "description" : "Plain and unseasoned popcorn.  Not as tasty as other kinds, but healthier as a result.",
        "price": 115,
        "material" : "junk",
        "tool" : "null",
        "volume" : 1,
        "phase" : "solid",
        "charges" : 3,
        "bashing" : 0,
        "cutting" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 4
    },
    {
        "type" : "COMESTIBLE",
        "id" : "popcorn2",
        "name" : "salted popcorn",
        "name_plural" : "salted popcorn",
        "weight" : 85,
        "color" : "white",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -3,
        "healthy" : -1,
        "addiction_potential" : 0,
        "nutrition" : 10,
        "description" : "Popcorn with salt added for extra flavor.",
        "price": 115,
        "material" : "junk",
        "tool" : "null",
        "volume" : 1,
        "phase" : "solid",
        "charges" : 3,
        "bashing" : 0,
        "cutting" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 8
    },
    {
        "type" : "COMESTIBLE",
        "id" : "popcorn3",
        "name" : "buttered popcorn",
        "name_plural" : "buttered popcorn",
        "weight" : 85,
        "color" : "white",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -1,
        "healthy" : -1,
        "addiction_potential" : 0,
        "nutrition" : 10,
        "description" : "Popcorn with a light covering of butter for extra flavor.",
        "price": 115,
        "material" : "junk",
        "tool" : "null",
        "volume" : 1,
        "phase" : "solid",
        "charges" : 3,
        "bashing" : 0,
        "cutting" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 10
    },
    {
        "type" : "COMESTIBLE",
        "id" : "pretzels",
        "name" : "pretzels",
        "name_plural" : "pretzels",
        "weight" : 185,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -4,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 9,
        "description" : "A salty treat of a snack.",
        "price" : 185,
        "material" : ["wheat", "junk"],
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 3,
        "bashing" : 0,
        "fun" : 4
    },
    {
        "type" : "COMESTIBLE",
        "id" : "chocpretzels",
        "name" : "chocolate covered pretzels",
        "name_plural" : "chocolate covered pretzels",
        "weight" : 185,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -2,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 9,
        "description" : "A salty treat of a snack, covered in chocolate.",
        "price" : 200,
        "material" : ["wheat", "junk"],
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 3,
        "bashing" : 0,
        "fun" : 6
    },
    {
        "type" : "COMESTIBLE",
        "id" : "chocolate",
        "name" : "chocolate bar",
        "weight" : 16,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 1,
        "container" : "wrapper",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 8,
        "description" : "Chocolate isn't very healthy, but it does make a delicious treat.",
        "price" : 130,
        "material" : "junk",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 10
    },
    {
        "type" : "COMESTIBLE",
        "id" : "marshmallow",
        "name" : "marshmallows",
        "name_plural" : "marshmallows",
        "weight" : 4,
        "color" : "white",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 2,
        "description" : "A handful of squishy, fluffy, puffy, delicious marshmallows.",
        "price" : 250,
        "material" : "junk",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 8,
        "bashing" : 0,
        "fun" : 10
    },
    {
        "type" : "COMESTIBLE",
        "id" : "smores",
        "name" : "s'mores",
        "name_plural" : "s'mores",
        "weight" : 24,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 8,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 2,
        "description" : "A pair of graham crackers with some chocolate and a marshmallow between them.",
        "price" : 400,
        "material" : ["wheat", "junk"],
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 4,
        "bashing" : 0,
        "fun" : 30
    },
    {
        "type" : "COMESTIBLE",
        "id" : "meat_aspic",
        "name" : "aspic",
        "weight" : 80,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 20,
        "description" : "A dish in which meat is set into a gelatin made from a meat or vegetable stock.  This food will never spoil.",
        "price" : 1500,
        "material" : "flesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "jerky",
        "name" : "meat jerky",
        "name_plural" : "meat jerky",
        "weight" : 40,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -5,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 12,
        "description" : "Salty dried meat that never goes bad, but will make you thirsty.",
        "price" : 320,
        "material" : "flesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 3,
        "bashing" : 0,
        "fun" : 4
    },
    {
        "type" : "COMESTIBLE",
        "id" : "cracklins",
        "name" : "cracklins",
        "name_plural" : "cracklins",
        "weight" : 40,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 168,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -2,
        "healthy" : -1,
        "addiction_potential" : 0,
        "nutrition" : 8,
        "description" : "Also known as pork rinds or chicharrones, these are bits of edible fat and skin that have been fried until they are crispy and delicious.",
        "price" : 170,
        "material" : "flesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 2,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 4
    },
    {
        "type" : "COMESTIBLE",
        "id" : "pemmican",
        "name" : "pemmican",
        "weight" : 113,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -5,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 74,
        "description" : "A concentrated mixture of fat and protein used as a nutritious high-energy food.  Composed of meat, tallow, and edible plants, it provides excellent nutrition in an easy to carry form.",
        "price" : 600,
        "material" : ["flesh", "veggy"],
        "tool" : "null",
        "volume" : 2,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 4, "//" : "About 4 meats, depending on which gets used.",
        "bashing" : 0,
        "fun" : 6
    },
    {
        "type" : "COMESTIBLE",
        "id" : "granola",
        "name" : "granola",
        "weight" : 86,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -3,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 62,
        "description" : "A tasty and nutritious mixture of oats, honey, and other ingredients that has been baked until crisp.",
        "price" : 350,
        "material" : "wheat",
        "tool" : "null",
        "volume" : 2,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 4,
        "bashing" : 0,
        "fun" : 5
    },
    {
        "type" : "COMESTIBLE",
        "id" : "porkstick",
        "name" : "pork stick",
        "weight" : 56,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -2,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 16,
        "description" : "Salty dried pork.  Tastes good, but it will make you thirsty.",
        "price" : 220,
        "material" : "flesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 4,
        "bashing" : 0,
        "fun" : 4
    },
    {
        "type" : "COMESTIBLE",
        "id" : "jerky_human",
        "name" : "jerk jerky",
        "name_plural" : "jerk jerky",
        "weight" : 56,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -5,
        "healthy" : -1,
        "addiction_potential" : 0,
        "nutrition" : 12,
        "description" : "Salty dried human flesh that never goes bad, but will make you thirsty.",
        "price" : 220,
        "material" : "hflesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 4,
        "bashing" : 0,
        "fun" : 4
    },
    {
        "type" : "COMESTIBLE",
        "id" : "sandwich_t",
        "name" : "meat sandwich",
        "name_plural" : "meat sandwiches",
        "weight" : 186,
        "color" : "light_gray",
        "addiction_type" : "none",
        "spoils_in" : 36,
        "stim" : 0,
        "container" : "wrapper",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 90,
        "description" : "Bread and meat, that's it.",
        "price" : 900,
        "material" : "flesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 5
    },
    {
        "type" : "COMESTIBLE",
        "id" : "sandwich_human",
        "name" : "slob sandwich",
        "name_plural" : "slob sandwiches",
        "weight" : 186,
        "color" : "light_gray",
        "addiction_type" : "none",
        "spoils_in" : 36,
        "stim" : 0,
        "container" : "wrapper",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 90,
        "description" : "Bread and human flesh, surprise!",
        "price" : 6000,
        "material" : "hflesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 5
    },
    {
        "type" : "COMESTIBLE",
        "id" : "sandwich_pb",
        "name" : "peanut butter sandwich",
        "name_plural" : "peanut butter sandwiches",
        "weight" : 186,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 36,
        "stim" : 0,
        "container" : "wrapper",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -10,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 30,
        "description" : "Some peanut butter smothered between two pieces of bread.  Not very filling and will stick to the roof of your mouth like glue.",
        "price" : 250,
        "material" : "wheat",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 3
    },
    {
        "type" : "COMESTIBLE",
        "id" : "sandwich_pbj",
        "name" : "PB&J sandwich",
        "name_plural" : "PB&J sandwiches",
        "weight" : 186,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 36,
        "stim" : 0,
        "container" : "wrapper",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 8,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 45,
        "description" : "A delicious peanut butter and jelly sandwich.  It reminds you of the times your mother would make you lunch.",
        "price" : 175,
        "material" : ["fruit", "wheat"],
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 6
    },
    {
        "type" : "COMESTIBLE",
        "id" : "sandwich_pbh",
        "name" : "PB&H sandwich",
        "name_plural" : "PB&H sandwiches",
        "weight" : 186,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 36,
        "stim" : 0,
        "container" : "wrapper",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 8,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 45,
        "description" : "Some damned fool put honey on this peanut butter sandwich, who in their right mind- oh wait this is pretty good.",
        "price" : 175,
        "material" : ["wheat", "honey"],
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 6
    },
    {
        "type" : "COMESTIBLE",
        "id" : "candy",
        "name" : "peanut butter candy",
        "name_plural" : "peanut butter candies",
        "weight" : 46,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 1,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -1,
        "healthy" : -1,
        "addiction_potential" : 0,
        "nutrition" : 2,
        "description" : "A big bag of peanut butter cups...  your favorite!",
        "price" : 180,
        "material" : "junk",
        "tool" : "null",
        "volume" : 0,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 3,
        "bashing" : 0,
        "fun" : 4
    },
    {
        "type" : "COMESTIBLE",
        "id" : "candy2",
        "name" : "chocolate candy",
        "name_plural" : "chocolate candies",
        "weight" : 46,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 2,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : -1,
        "addiction_potential" : 0,
        "nutrition" : 2,
        "description" : "A big bag of colorful chocolate filled candies.",
        "price" : 180,
        "material" : "junk",
        "tool" : "null",
        "volume" : 0,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 3,
        "bashing" : 0,
        "fun" : 3
    },
    {
        "type" : "COMESTIBLE",
        "id" : "candy3",
        "name" : "chewy candy",
        "name_plural" : "chewy candies",
        "weight" : 46,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 2,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : -1,
        "addiction_potential" : 0,
        "nutrition" : 2,
        "description" : "A big bag of colorful fruit-flavored chewy candy.",
        "price" : 180,
        "material" : "junk",
        "tool" : "null",
        "volume" : 0,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 3,
        "bashing" : 0,
        "fun" : 3
    },
    {
        "type" : "COMESTIBLE",
        "id" : "powder_candy",
        "name" : "powder candy sticks",
        "name_plural" : "powder candy sticks",
        "weight" : 46,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 2,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -6,
        "healthy" : -1,
        "addiction_potential" : 0,
        "nutrition" : 5,
        "description" : "Thin paper tubes of sweet & sour candy powder.  Who thinks of this stuff?",
        "price" : 120,
        "material" : "junk",
        "tool" : "null",
        "volume" : 0,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 5,
        "bashing" : 0,
        "fun" : 6
    },
    {
        "type" : "COMESTIBLE",
        "id" : "chilly-p",
        "name" : "chili powder",
        "name_plural" : "chili powder",
        "weight" : 46,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 2,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -25,
        "healthy" : -1,
        "addiction_potential" : 0,
        "nutrition" : 4,
        "description" : "Chilly P, Yo!  Not very good on its own, but it might help if you use it properly, or in meth.",
        "price" : 40,
        "material" : "powder",
        "tool" : "null",
        "volume" : 0,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : -5
    },
    {
        "type" : "COMESTIBLE",
        "id" : "curry_powder",
        "name" : "curry powder",
        "name_plural" : "curry powder",
        "weight" : 46,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 2,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -25,
        "healthy" : -1,
        "addiction_potential" : 0,
        "nutrition" : 4,
        "description" : "A blend of spices meant to be used in some South Asian dishes.  Could be eaten raw, but why would you do that?",
        "price" : 40,
        "material" : "powder",
        "tool" : "null",
        "volume" : 0,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : -5
    },
    {
        "type" : "COMESTIBLE",
        "id" : "mushroom",
        "name" : "mushroom",
        "weight" : 159,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 14,
        "description" : "Mushrooms are tasty, but be careful.  Some can poison you, while others are hallucinogenic.",
        "price" : 140,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "mushroom_poison",
        "name" : "mushroom",
        "weight" : 159,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "use_action" : "POISON",
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : -5,
        "addiction_potential" : 0,
        "nutrition" : 14,
        "description" : "Mushrooms are tasty, but be careful.  Some can poison you, while others are hallucinogenic.",
        "price" : 140,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT", "HIDDEN_POISON"],
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "mushroom_magic",
        "name" : "mushroom",
        "weight" : 159,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "use_action" : "FUN_HALLU",
        "stim" : -4,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 14,
        "description" : "Mushrooms are tasty, but be careful.  Some can poison you, while others are hallucinogenic.",
        "price" : 140,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT", "HIDDEN_HALLU"],
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "mushroom_morel",
        "name" : "morel mushroom",
        "weight" : 121,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "use_action" : "POISON",
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : -1,
        "addiction_potential" : 0,
        "nutrition" : 12,
        "description" : "Prized by chefs and woodsmen alike, morel mushrooms are delicious but must be cooked before they are safe to eat.",
        "price" : 2000,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 1
    },
    {
        "type" : "COMESTIBLE",
        "id" : "morel_cooked",
        "name" : "cooked morel mushroom",
        "weight" : 121,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 24,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 18,
        "description" : "A tasty cooked morel mushroom.",
        "price" : 1500,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 4
    },
    {
        "type" : "COMESTIBLE",
        "id" : "morel_fried",
        "name" : "fried morel mushroom",
        "weight" : 121,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 36,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 16,
        "description" : "A delicious serving of fried morsels of morel mushroom.",
        "price" : 1500,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 2,
        "bashing" : 0,
        "fun" : 12,
        "flags" : ["EATEN_HOT"]
    },
    {
        "type" : "COMESTIBLE",
        "id" : "dry_mushroom",
        "name" : "dried mushroom",
        "weight" : 15,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -1,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 8,
        "description" : "Dried mushrooms are a tasty and healthy addition to many meals.",
        "price" : 180,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 0,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 4,
        "bashing" : 0,
        "fun" : 1
    },
    {
        "type" : "COMESTIBLE",
        "id" : "blueberries",
        "name" : "blueberry",
        "name_plural" : "blueberries",
        "weight" : 200,
        "color" : "blue",
        "addiction_type" : "none",
        "spoils_in" : 60,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 2,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 16,
        "description" : "They're blue, but that doesn't mean they're sad.",
        "price" : 400,
        "material" : "fruit",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type": "COMESTIBLE",
        "id": "irradiated_blueberries",
        "name": "irradiated blueberry",
        "name_plural": "irradiated blueberries",
        "weight": 200,
        "color": "blue",
        "addiction_type": "none",
        "spoils_in": 0,
        "stim": 0,
        "container": "bag_plastic",
        "to_hit": 0,
        "comestible_type": "FOOD",
        "symbol": "%",
        "quench": 2,
        "healthy": 1,
        "addiction_potential": 0,
        "nutrition": 16,
        "description": "An irradiated blueberry will remain edible nearly forever.  Sterilized using radiation, so it's safe to eat.",
        "price": 410,
        "material": "fruit",
        "tool": "null",
        "volume": 1,
        "cutting": 0,
        "phase": "solid",
        "charges": 1,
        "bashing": 0,
        "fun": 0
    },
    {   "type" : "AMMO",
        "id" : "seed_blueberries",
        "category": "other",
        "price" : 120,
        "name" : "blueberry seed",
        "name_plural" : "blueberry seeds",
        "symbol" : ".",
        "color" : "brown",
        "description" : "Some blueberry seeds.",
        "material" : "fruit",
        "volume" : 1,
        "weight" : 1,
        "bashing" : 0,
        "cutting" : 0,
        "to_hit" : 0,
        "ammo_type" : "NULL",
        "damage" : 0,
        "pierce" : 0,
        "range" : 0,
        "dispersion" : 0,
        "recoil" : 0,
        "count" : 4,
        "stack_size" : 100,
        "flags": ["SEED"]
    },
    {
        "type" : "COMESTIBLE",
        "id" : "strawberries",
        "name" : "strawberry",
        "name_plural" : "strawberries",
        "weight" : 200,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 60,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 3,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 18,
        "description" : "Tasty, juicy berry.  Often found growing wild in fields.",
        "price" : 400,
        "material" : "fruit",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type": "COMESTIBLE",
        "id": "irradiated_strawberries",
        "name": "irradiated strawberry",
        "name_plural": "irradiated strawberries",
        "weight": 200,
        "color": "red",
        "addiction_type": "none",
        "spoils_in": 0,
        "stim": 0,
        "container": "bag_plastic",
        "to_hit": 0,
        "comestible_type": "FOOD",
        "symbol": "%",
        "quench": 3,
        "healthy": 1,
        "addiction_potential": 0,
        "nutrition": 18,
        "description": "An irradiated strawberry will remain edible nearly forever.  Sterilized using radiation, so it's safe to eat.",
        "price": 410,
        "material": "fruit",
        "tool": "null",
        "volume": 1,
        "cutting": 0,
        "phase": "solid",
        "charges": 1,
        "bashing": 0,
        "fun": 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "juice_pulp",
        "name" : "juice pulp",
        "weight" : 100,
        "color" : "light_red",
        "addiction_type" : "none",
        "spoils_in" : 60,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 1,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 10,
        "description" : "Left-over from juicing the fruit. Not very tasty, but contains a lot of healthy fiber.",
        "price" : 50,
        "material" : "fruit",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 2,
        "bashing" : 0,
        "fun" : 0
    },
    {   "type" : "AMMO",
        "id" : "seed_strawberries",
        "category": "other",
        "price" : 120,
        "name" : "strawberry seed",
        "name_plural" : "strawberry seeds",
        "symbol" : ".",
        "color" : "brown",
        "description" : "Some strawberry seeds.",
        "material" : "fruit",
        "volume" : 1,
        "weight" : 1,
        "bashing" : 0,
        "cutting" : 0,
        "to_hit" : 0,
        "ammo_type" : "NULL",
        "damage" : 0,
        "pierce" : 0,
        "range" : 0,
        "dispersion" : 0,
        "recoil" : 0,
        "count" : 4,
        "stack_size" : 100,
        "flags": ["SEED"]
    },
    {
        "type" : "COMESTIBLE",
        "id" : "wheat",
        "name" : "wheat",
        "name_plural" : "wheat",
        "weight" : 132,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : ",",
        "quench" : -10,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 20,
        "description" : "Raw wheat, not very tasty.",
        "price" : 120,
        "material" : "wheat",
        "tool" : "null",
        "volume" : 4,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 4,
        "bashing" : 0,
        "fun" : -10
    },
    {   "type" : "AMMO",
        "id" : "seed_wheat",
        "category": "other",
        "price" : 50,
        "name" : "wheat seed",
        "name_plural" : "wheat seeds",
        "symbol" : ".",
        "color" : "brown",
        "description" : "Some wheat seeds.",
        "material" : "wheat",
        "volume" : 1,
        "weight" : 5,
        "bashing" : 0,
        "cutting" : 0,
        "to_hit" : 0,
        "ammo_type" : "NULL",
        "damage" : 0,
        "pierce" : 0,
        "range" : 0,
        "dispersion" : 0,
        "recoil" : 0,
        "count" : 4,
        "stack_size" : 40,
        "flags": ["SEED"]
    },
    {
        "type" : "COMESTIBLE",
        "id" : "buckwheat",
        "name" : "buckwheat",
        "name_plural" : "buckwheat",
        "weight" : 144,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : ",",
        "quench" : -8,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 22,
        "description" : "Seeds from a wild buckwheat plant.  Not particularly good to eat in their raw state, they are commonly cooked or ground into flour.",
        "price" : 90,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 2,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 2,
        "bashing" : 0,
        "fun" : -10
    },
    {
        "type" : "COMESTIBLE",
        "id" : "buckwheat_cooked",
        "name" : "cooked buckwheat",
        "name_plural" : "cooked buckwheat",
        "weight" : 260,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 480,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 2,
        "addiction_potential" : 0,
        "nutrition" : 50,
        "description" : "A serving of cooked buckwheat groats.  Healthy and nutritious but bland.",
        "price" : 120,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "pine_nuts",
        "name" : "pine nuts",
        "name_plural" : "pine nuts",
        "weight" : 28,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -1,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 5,
        "description" : "Tasty crunchy nuts from a pinecone.",
        "price" : 90,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 2,
        "bashing" : 0,
        "fun" : 2
    },
    {
        "type" : "COMESTIBLE",
        "id" : "hops",
        "name" : "hops flower",
        "name_plural" : "hops flowers",
        "weight" : 92,
        "color" : "light_green",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : ",",
        "quench" : -20,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 10,
        "description" : "A cluster of small cone-like flowers, indispensable for brewing beer.",
        "price" : 20,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 4,
        "bashing" : 0,
        "fun" : -15
    },
    {   "type" : "AMMO",
        "id" : "seed_hops",
        "category": "other",
        "price" : 160,
        "name" : "hop rhizome",
        "name_plural" : "hop rhizomes",
        "symbol" : ".",
        "color" : "brown",
        "description" : "Roots of a hop plant, for growing your own.",
        "material" : "veggy",
        "volume" : 1,
        "weight" : 152,
        "bashing" : 0,
        "cutting" : 0,
        "to_hit" : 0,
        "ammo_type" : "NULL",
        "damage" : 0,
        "pierce" : 0,
        "range" : 0,
        "dispersion" : 0,
        "recoil" : 0,
        "count" : 2,
        "stack_size" : 8,
        "flags": ["SEED"]
    },
    {
        "type" : "COMESTIBLE",
        "id" : "barley",
        "name" : "barley",
        "weight" : 132,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : ",",
        "quench" : -10,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 10,
        "description" : "Grainy cereal used for malting.  A staple of brewing everywhere.  It can also be ground into flour.",
        "price" : 20,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 4,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 4,
        "bashing" : 0,
        "fun" : -15
    },
    {   "type" : "AMMO",
        "id" : "seed_barley",
        "category": "other",
        "price" : 160,
        "name" : "barley seed",
        "name_plural" : "barley seeds",
        "symbol" : ".",
        "color" : "brown",
        "description" : "Some barley seeds.",
        "material" : "veggy",
        "volume" : 1,
        "weight" : 5,
        "bashing" : 0,
        "cutting" : 0,
        "to_hit" : 0,
        "ammo_type" : "NULL",
        "damage" : 0,
        "pierce" : 0,
        "range" : 0,
        "dispersion" : 0,
        "recoil" : 0,
        "count" : 2,
        "stack_size" : 40,
        "flags": ["SEED"]
    },
    {
        "type" : "COMESTIBLE",
        "id" : "sugar_beet",
        "name" : "sugar beet",
        "weight" : 310,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 2280,
        "stim" : 1,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 5,
        "description" : "This fleshy root is ripe and flowing with sugars; just takes some processing to extract them.",
        "price" : 50,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 4,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 4,
        "bashing" : 0,
        "fun" : -10
    },
    {   "type" : "AMMO",
        "id" : "seed_sugar_beet",
        "category": "other",
        "price" : 120,
        "name" : "sugar beet seed",
        "name_plural" : "sugar beet seeds",
        "symbol" : ".",
        "color" : "brown",
        "description" : "Some sugar beet seeds.",
        "material" : "veggy",
        "volume" : 0,
        "weight" : 5,
        "bashing" : 0,
        "cutting" : 0,
        "to_hit" : 0,
        "ammo_type" : "NULL",
        "damage" : 0,
        "pierce" : 0,
        "range" : 0,
        "dispersion" : 0,
        "recoil" : 0,
        "count" : 4,
        "stack_size" : 40,
        "flags": ["SEED"]
    },
    {
        "type" : "COMESTIBLE",
        "id" : "lettuce",
        "name" : "lettuce",
        "weight" : 224,
        "color" : "light_green",
        "addiction_type" : "none",
        "spoils_in" : 240,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 2,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 13,
        "description" : "A crisp head of iceberg lettuce.",
        "price" : 100,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 3,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 4,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "tomato",
        "name" : "tomato",
        "name_plural" : "tomatoes",
        "weight" : 183,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 90,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 3,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 18,
        "description" : "Juicy red tomato.  It gained popularity in Italy after being brought back from the New World.",
        "price" : 90,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 0
    },
    {   "type" : "AMMO",
        "id" : "seed_tomato",
        "category": "other",
        "price" : 50,
        "name" : "tomato seed",
        "name_plural" : "tomato seeds",
        "symbol" : ".",
        "color" : "brown",
        "description" : "Some tomato seeds.",
        "material" : "veggy",
        "volume" : 1,
        "weight" : 1,
        "bashing" : 0,
        "cutting" : 0,
        "to_hit" : 0,
        "ammo_type" : "NULL",
        "damage" : 0,
        "pierce" : 0,
        "range" : 0,
        "dispersion" : 0,
        "recoil" : 0,
        "count" : 4,
        "stack_size" : 100,
        "flags": ["SEED"]
    },
    {   "type" : "AMMO",
        "id" : "seed_cotton_boll",
        "category": "other",
        "price" : 50,
        "name" : "cotton seed",
        "name_plural" : "cotton seeds",
        "symbol" : ".",
        "color" : "brown",
        "description" : "Some cotton seeds.  Can be processed to produce an edible oil.",
        "material" : "veggy",
        "volume" : 1,
        "weight" : 5,
        "bashing" : 0,
        "cutting" : 0,
        "to_hit" : 0,
        "ammo_type" : "NULL",
        "damage" : 0,
        "pierce" : 0,
        "range" : 0,
        "dispersion" : 0,
        "recoil" : 0,
        "count" : 8,
        "stack_size" : 40,
        "flags": ["SEED"]
    },
    {
        "type" : "COMESTIBLE",
        "id" : "cotton_boll",
        "name" : "cotton boll",
        "name_plural" : "cotton bolls",
        "category" : "other",
        "weight" : 540,
        "color" : "light_green",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -6,
        "healthy" : -2,
        "addiction_potential" : 0,
        "nutrition" : 1,
        "description" : "A tough protective capsule bulging with densely packed fibers and seeds, this cotton boll can be processed into usable material with the right tools.",
        "price" : 100,
        "material" : ["veggy", "cotton"],
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 4,
        "bashing" : 0,
        "fun" : -10
    },
    {
        "type" : "COMESTIBLE",
        "id" : "cotton_ball",
        "name" : "cotton balls",
        "name_plural" : "cotton balls",
        "category" : "spare_parts",
        "weight" : 180,
        "color" : "white",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "use_action" : "BANDAGE",
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "*",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 0,
        "description" : "Fluffy balls of clean white cotton.  Can serve as makeshift bandages in an emergency.",
        "price" : 500,
        "material" : "cotton",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 2,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "broccoli",
        "name" : "broccoli",
        "name_plural" : "broccoli",
        "weight" : 170,
        "color" : "green",
        "addiction_type" : "none",
        "spoils_in" : 160,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 2,
        "addiction_potential" : 0,
        "nutrition" : 30,
        "description" : "It's a bit tough, but quite delicious.",
        "price" : 400,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "zucchini",
        "name" : "zucchini",
        "weight" : 180,
        "color" : "light_green",
        "addiction_type" : "none",
        "spoils_in" : 120,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 20,
        "description" : "A tasty summer squash.",
        "price" : 300,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "onion",
        "name" : "onion",
        "weight" : 114,
        "color" : "white",
        "addiction_type" : "none",
        "spoils_in" : 720,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 5,
        "description" : "An aromatic onion used in cooking.  Cutting these up can make your eyes sting!",
        "price" : 50,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : -1,
        "fun_comment" : "Raw onions probably aren't all that tasty to most people."
    },
    {
        "type" : "COMESTIBLE",
        "id" : "carrot",
        "name" : "carrot",
        "name_plural" : "carrots",
        "weight" : 80,
        "color" : "light_red",
        "addiction_type" : "none",
        "spoils_in" : 120,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 5,
        "description" : "A healthy root vegetable.  Rich in vitamin A!",
        "price" : 200,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 6,
        "bashing" : 0,
        "fun" : -1
    },
    {
        "type" : "COMESTIBLE",
        "id" : "corn",
        "name" : "corn",
        "name_plural" : "corn",
        "weight" : 283,
        "color" : "light_green",
        "addiction_type" : "none",
        "spoils_in" : 120,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 20,
        "description" : "Delicious golden kernels.",
        "price" : 170, "//" : "Thinking this is a single ear here.",
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "irradiated_lettuce",
        "name" : "irradiated lettuce",
        "weight" : 224,
        "color" : "light_green",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 2,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 13,
        "description" : "An irradiated head of lettuce will remain edible nearly forever.  Sterilized using radiation, so it's safe to eat.",
        "price" : 180,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 3,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 4,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "irradiated_tomato",
        "name" : "irradiated tomato",
        "name_plural" : "irradiated tomatoes",
        "weight" : 183,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 3,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 18,
        "description" : "An irradiated tomato will remain edible nearly forever.  Sterilized using radiation, so it's safe to eat.",
        "price" : 120,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "irradiated_broccoli",
        "name" : "irradiated broccoli",
        "name_plural" : "irradiated broccoli",
        "weight" : 170,
        "color" : "green",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 2,
        "addiction_potential" : 0,
        "nutrition" : 30,
        "description" : "An irradiated cluster of broccoli will remain edible nearly forever.  Sterilized using radiation, so it's safe to eat.",
        "price" : 420,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "irradiated_zucchini",
        "name" : "irradiated zucchini",
        "weight" : 180,
        "color" : "light_green",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 20,
        "description" : "An irradiated zucchini will remain edible nearly forever.  Sterilized using radiation, so it's safe to eat.",
        "price" : 320,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "irradiated_onion",
        "name" : "irradiated onion",
        "weight" : 114,
        "color" : "white",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 5,
        "description" : "An irradiated onion will remain edible nearly forever.  Sterilized using radiation, so it's safe to eat.",
        "price" : 100,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : -1,
        "fun_comment" : "Raw onions probably aren't all that tasty to most people."
    },
    {
        "type" : "COMESTIBLE",
        "id" : "irradiated_carrot",
        "name" : "irradiated carrot",
        "weight" : 80,
        "color" : "light_red",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 5,
        "description" : "An irradiated bundle of carrots will remain edible nearly forever.  Sterilized using radiation, so it's safe to eat.",
        "price" : 280,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 6,
        "bashing" : 0,
        "fun" : -1
    },
    {
        "type" : "COMESTIBLE",
        "id" : "irradiated_corn",
        "name" : "irradiated corn",
        "name_plural" : "irradiated corn",
        "weight" : 283,
        "color" : "light_green",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 20,
        "description" : "An irradiated ear of corn will remain edible nearly forever.  Sterilized using radiation, so it's safe to eat.",
        "price" : 210,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "frozen_dinner",
        "name" : "uncooked TV dinner",
        "weight" : 453,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 60,
        "stim" : 0,
        "container" : "box_small",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -2,
        "healthy" : -2,
        "addiction_potential" : 0,
        "nutrition" : 50,
        "description" : "Now with ONE POUND of meat and ONE POUND of carbs!  Not as appetizing or nutritious as it would be if heated up.",
        "price" : 320,
        "material" : ["flesh", "junk"],
        "tool" : "null",
        "volume" : 5,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : -3
    },
    {
        "type" : "COMESTIBLE",
        "id" : "cooked_dinner",
        "name" : "cooked TV dinner",
        "weight" : 450,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 12,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -2,
        "healthy" : -1,
        "addiction_potential" : 0,
        "nutrition" : 72,
        "description" : "Now with ONE POUND of meat and ONE POUND of carbs!  Nice and heated up.  It's tastier and more filling, but will also spoil quickly.",
        "price" : 90,
        "material" : ["flesh", "junk"],
        "tool" : "null",
        "volume" : 5,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 5
    },
    {
        "type" : "COMESTIBLE",
        "id" : "frozen_burrito",
        "name" : "uncooked burrito",
        "weight" : 142,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 280,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -12,
        "healthy" : -2,
        "addiction_potential" : 0,
        "nutrition" : 15,
        "description" : "A small, microwaveable steak & cheese burrito, like those found at gas stations.  Not as appetizing or nutritious as it would be if heated up.",
        "price" : 200,
        "material" : ["flesh", "junk"],
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : -3
    },
    {
        "type" : "COMESTIBLE",
        "id" : "cooked_burrito",
        "name" : "cooked burrito",
        "weight" : 142,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 60,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -12,
        "healthy" : -1,
        "addiction_potential" : 0,
        "nutrition" : 50,
        "description" : "A small, microwaveable steak & cheese burrito, like those found at gas stations.  It's tastier and more filling, but will also spoil quickly.",
        "price" : 90,
        "material" : ["flesh", "junk"],
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 5
    },
    {
        "type" : "COMESTIBLE",
        "id" : "spaghetti_raw",
        "name" : "raw spaghetti",
        "name_plural" : "raw spaghetti",
        "weight" : 453,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "box_small",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 10,
        "description" : "It could be eaten raw if you're desperate, but is much better cooked.",
        "price" : 120,
        "material" : "wheat",
        "tool" : "null",
        "volume" : 3,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : -8
    },
    {
        "type" : "COMESTIBLE",
        "id" : "lasagne_raw",
        "name" : "raw lasagne",
        "weight" : 460,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "box_small",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 12,
        "description" : "It could be eaten raw if you're desperate, but is much better cooked.",
        "price" : 120,
        "material" : "wheat",
        "tool" : "null",
        "volume" : 6,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : -8
    },
    {
        "type" : "COMESTIBLE",
        "id" : "spaghetti_cooked",
        "name" : "boiled noodles",
        "name_plural" : "boiled noodles",
        "weight" : 681,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 20,
        "stim" : 0,
        "container" : "box_small",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 25,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 60,
        "description" : "Fresh wet noodles.  Fairly bland, but fills you up.",
        "price" : 20,
        "material" : "wheat",
        "tool" : "null",
        "volume" : 6,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "lasagne_cooked",
        "name" : "boiled lasagne",
        "weight" : 700,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 20,
        "stim" : 0,
        "container" : "box_small",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 30,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 65,
        "description" : "Fresh wet lasagne.  Fairly bland, but fills you up.",
        "price" : 20,
        "material" : "wheat",
        "tool" : "null",
        "volume" : 8,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "macaroni_raw",
        "name" : "raw macaroni",
        "name_plural" : "raw macaroni",
        "weight" : 480,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "box_small",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 10,
        "description" : "It could be eaten raw if you're desperate, but is much better cooked.",
        "price" : 150,
        "material" : "wheat",
        "tool" : "null",
        "volume" : 3,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : -6
    },
    {
        "type" : "COMESTIBLE",
        "id" : "macaroni_cooked",
        "name" : "mac & cheese",
        "name_plural" : "mac & cheese",
        "weight" : 323,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 10,
        "stim" : 0,
        "container" : "box_small",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 25,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 50,
        "description" : "When the cheese starts flowing, Kraft gets your noodle going.",
        "price" : 380,
        "material" : ["wheat", "milk"],
        "tool" : "null",
        "volume" : 4,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 2,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 5
    },
    {
        "type" : "COMESTIBLE",
        "id" : "macaroni_helper",
        "name" : "hamburger helper",
        "weight" : 380,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 10,
        "stim" : 0,
        "container" : "box_small",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 25,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 60,
        "description" : "Some mac and cheese with ground meat added, enhancing the flavor and the nutritional value.",
        "price" : 490,
        "material" : ["wheat", "flesh"],
        "tool" : "null",
        "volume" : 4,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 2,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 10
    },
    {
        "type" : "COMESTIBLE",
        "id" : "hobo_helper",
        "name" : "hobo helper",
        "weight" : 380,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 10,
        "stim" : 0,
        "container" : "box_small",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 25,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 60,
        "description" : "Some mac and cheese with ground human flesh added.  So good it's like murder.",
        "price" : 800, "//" : "Cannibal cuisine, not available in stores!",
        "material" : ["wheat", "hflesh"],
        "tool" : "null",
        "volume" : 4,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 2,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 10
    },
    {
        "type" : "COMESTIBLE",
        "id" : "ravioli",
        "name" : "ravioli",
        "weight" : 452,
        "color" : "light_red",
        "addiction_type" : "none",
        "spoils_in" : 48,
        "stim" : 0,
        "container" : "can_food",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 48,
        "description" : "Meat encased in little dough satchels.  Tastes fine raw.",
        "price" : 250,
        "material" : ["flesh", "wheat"],
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "yoghurt",
        "name" : "yoghurt",
        "weight" : 200,
        "color" : "magenta",
        "addiction_type" : "none",
        "spoils_in" : 20,
        "stim" : 0,
        "container" : "cup_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 15,
        "description" : "Delicious fermented dairy.  It tastes of vanilla.",
        "price" : 190,
        "material" : "milk",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 15
    },
    {
        "type" : "COMESTIBLE",
        "id" : "pudding",
        "name" : "pudding",
        "weight" : 200,
        "color" : "light_gray",
        "addiction_type" : "none",
        "spoils_in" : 180,
        "stim" : 0,
        "container" : "cup_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 10,
        "description" : "Sugary, fermented dairy.  A wonderful treat.",
        "price" : 210,
        "material" : "milk",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 20
    },
    {
        "type" : "COMESTIBLE",
        "id" : "sauce_red",
        "name" : "red sauce",
        "weight" : 259,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 72,
        "stim" : 0,
        "container" : "can_food",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 20,
        "description" : "Tomato sauce, yum yum.",
        "price" : 320, "//" : "Small cans--needs upsized after the string freeze.",
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 1
    },
    {
        "type" : "COMESTIBLE",
        "id" : "chili",
        "name" : "chili con carne",
        "name_plural" : "chilis con carne",
        "weight" : 300,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 24,
        "stim" : 0,
        "container" : "can_food",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 95,
        "description" : "A spicy stew containing chili peppers, meat, tomatoes and beans.",
        "price" : 290,
        "material" : ["flesh", "veggy"],
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 10
    },
    {
        "type" : "COMESTIBLE",
        "id" : "chili_human",
        "name" : "chili con humano",
        "name_plural" : "chilis con humano",
        "weight" : 300,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 24,
        "stim" : 0,
        "container" : "can_food",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 95,
        "description" : "A spicy stew containing chili peppers, human flesh, tomatoes and beans.",
        "price" : 2500,
        "material" : ["hflesh", "veggy"],
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 10
    },
    {
        "type" : "COMESTIBLE",
        "id" : "sauce_pesto",
        "name" : "pesto",
        "weight" : 258,
        "color" : "light_green",
        "addiction_type" : "none",
        "spoils_in" : 144,
        "stim" : 0,
        "container" : "jar_glass",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 18,
        "description" : "Olive oil, basil, garlic, pine nuts.  Simple and delicious.",
        "price" : 230,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 4
    },
    {
        "type" : "COMESTIBLE",
        "id" : "can_beans",
        "name" : "beans",
        "name_plural" : "beans",
        "weight" : 467,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 48,
        "stim" : 0,
        "container" : "can_food",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -1,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 40,
        "description" : "Canned beans.  A staple among canned goods, these are reputedly good for one's coronary health.",
        "price" : 150,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "pork_beans",
        "name" : "pork and beans",
        "name_plural" : "pork and beans",
        "weight" : 467,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 36,
        "stim" : 0,
        "container" : "can_food",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -8,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 50,
        "description" : "Greasy Prospector improved pork and beans with hickory smoked pig fat chunks.",
        "price" : 200,
        "material" : ["flesh", "veggy"],
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 5
    },
    {
        "type" : "COMESTIBLE",
        "id" : "can_corn",
        "name" : "corn",
        "name_plural" : "corn",
        "weight" : 470,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 48,
        "stim" : 0,
        "container" : "can_food",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 5,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 30,
        "description" : "Canned corn in water.  Eat up!",
        "price" : 200,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "can_spam",
        "name" : "SPAM",
        "weight" : 340,
        "color" : "pink",
        "addiction_type" : "none",
        "spoils_in" : 24,
        "stim" : 0,
        "container" : "can_food",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -3,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 48,
        "description" : "A canned pork product that is unnaturally pink, oddly rubbery, and not very tasty, this SPAM remains quite filling.  Completely unappetizing, but quite filling.",
        "price" : 400,
        "material" : "flesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : -8
    },
    {
        "type" : "COMESTIBLE",
        "id" : "can_pineapple",
        "name" : "canned pineapple",
        "weight" : 474,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 24,
        "stim" : 0,
        "container" : "can_food",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 5,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 26,
        "description" : "Canned pineapple rings in water.  Quite tasty.",
        "price" : 400,
        "material" : "fruit",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 7
    },
    {
        "type" : "COMESTIBLE",
        "id" : "can_coconut",
        "name" : "coconut milk",
        "weight" : 238,
        "color" : "white",
        "addiction_type" : "none",
        "spoils_in" : 24,
        "stim" : 0,
        "container" : "can_food",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 5,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 30,
        "description" : "A dense, sweet creamy sauce, often used in curries.",
        "price" : 350,
        "material" : "fruit",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 1
    },
    {
        "type" : "COMESTIBLE",
        "id" : "can_sardine",
        "name" : "canned sardine",
        "weight" : 131,
        "color" : "light_gray",
        "addiction_type" : "none",
        "spoils_in" : 24,
        "stim" : 0,
        "container" : "can_food",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -8,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 22,
        "description" : "Salty little fish.  They'll make you thirsty.",
        "price" : 200,
        "material" : "flesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 1
    },
    {
        "type" : "COMESTIBLE",
        "id" : "can_tuna",
        "name" : "canned tuna fish",
        "name_plural" : "canned tuna fish",
        "weight" : 454,
        "color" : "light_gray",
        "addiction_type" : "none",
        "spoils_in" : 24,
        "stim" : 0,
        "container" : "can_food",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 24,
        "description" : "Now with 95 percent fewer dolphins!",
        "price" : 200,
        "material" : "flesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 2
    },
    {
        "type" : "COMESTIBLE",
        "id" : "can_salmon",
        "name" : "canned salmon",
        "weight" : 454,
        "color" : "pink",
        "addiction_type" : "none",
        "spoils_in" : 24,
        "stim" : 0,
        "container" : "can_food",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 44,
        "description" : "Bright pink fish-paste in a can!",
        "price" : 500,
        "material" : "flesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 1
    },
    {
        "type" : "COMESTIBLE",
        "id" : "can_chicken",
        "name" : "canned chicken",
        "weight" : 460,
        "color" : "pink",
        "addiction_type" : "none",
        "spoils_in" : 24,
        "stim" : 0,
        "container" : "can_food",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 46,
        "description" : "Bright white chicken-paste.",
        "price" : 400,
        "material" : "flesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 1
    },
    {
        "type" : "COMESTIBLE",
        "id" : "can_herring",
        "name" : "pickled herring",
        "weight" : 454,
        "color" : "white",
        "addiction_type" : "none",
        "spoils_in" : 96,
        "stim" : 0,
        "container" : "can_food", "//" : "Small cans--needs properly Jarred after the string freeze.",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 38,
        "description" : "Fish fillets pickled in some sort of tangy white sauce.",
        "price" : 310,
        "material" : "flesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 3
    },
    {
        "type" : "COMESTIBLE",
        "id" : "can_clams",
        "name" : "canned clam",
        "name_plural" : "canned clams",
        "weight" : 454,
        "color" : "light_gray",
        "addiction_type" : "none",
        "spoils_in" : 24,
        "stim" : 0,
        "container" : "can_food",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 1,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 24,
        "description" : "Chopped quahog clams in water.",
        "price" : 500,
        "material" : "flesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 2
    },
    {
        "type" : "COMESTIBLE",
        "id" : "can_chowder",
        "name" : "clam chowder",
        "weight" : 454,
        "color" : "white",
        "addiction_type" : "none",
        "spoils_in" : 24,
        "stim" : 0,
        "container" : "can_food",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 4,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 84,
        "description" : "Delicious, lumpy, white soup made of clams and potatoes.  A taste of the lost glory of New England.",
        "price" : 400,
        "material" : "flesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 11
    },
    {
        "type" : "COMESTIBLE",
        "id" : "honeycomb",
        "name" : "honey comb",
        "weight" : 340,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "use_action" : "HONEYCOMB",
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 2,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 20,
        "description" : "A large chunk of wax filled with honey.  Very tasty.",
        "price" : 3500,
        "material" : "honey",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 9
    },
    {
        "type" : "COMESTIBLE",
        "id" : "wax",
        "name" : "wax",
        "name_plural" : "waxes",
        "weight" : 97,
        "color" : "white",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -4,
        "healthy" : -1,
        "addiction_potential" : 0,
        "nutrition" : 4,
        "description" : "A large chunk of beeswax.  Not very tasty or nourishing, but okay in an emergency.",
        "price" : 1500,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : -5
    },
    {
        "type" : "COMESTIBLE",
        "id" : "royal_jelly",
        "name" : "royal jelly",
        "name_plural" : "royal jellies",
        "category" : "drugs",
        "weight" : 110,
        "color" : "white",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "use_action" : "ROYAL_JELLY",
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 10,
        "addiction_potential" : 0,
        "nutrition" : 10,
        "description" : "A translucent hexagonal chunk of wax, filled with dense, milky jelly.  Delicious, and rich with the most beneficial substances the hive can produce, it is useful for curing all sorts of afflictions.",
        "price" : 20000, "//" : "Didn't precisely exist pre-cataclysm, so tough to price.",
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 7
    },
    {
        "type" : "COMESTIBLE",
        "id" : "royal_beef",
        "name" : "royal beef",
        "weight" : 110,
        "color" : "white",
        "addiction_type" : "none",
        "spoils_in" : 80,
        "use_action" : "ROYAL_JELLY",
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 10,
        "addiction_potential" : 0,
        "nutrition" : 80,
        "description" : "A chunk of meat with a coat of royal jelly over it.  It's a lot like a honey-baked ham.",
        "price" : 21000,
        "material" : "flesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 7
    },
    {
        "type" : "COMESTIBLE",
        "id" : "fetus",
        "category": "other",
        "name" : "misshapen fetus",
        "name_plural" : "misshapen fetuses",
        "weight" : 760,
        "color" : "pink",
        "addiction_type" : "none",
        "spoils_in" : 48,
        "use_action" : "MUTAGEN",
        "flags" : ["MUTAGEN_WEAK"],
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : -12,
        "addiction_potential" : 0,
        "nutrition" : 18,
        "description" : "A deformed human fetus.  Eating this would be the most vile thing you can think of, and might just cause you to mutate.",
        "price" : 0,
        "material" : "hflesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : -60
    },
    {
        "type" : "COMESTIBLE",
        "id" : "arm",
        "category": "other",
        "name" : "mutated arm",
        "weight" : 3767,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 48,
        "use_action" : "MUTAGEN",
        "flags" : ["MUTAGEN_WEAK"],
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : -8,
        "addiction_potential" : 0,
        "nutrition" : 32,
        "description" : "A misshapen human arm, eating this would be incredibly disgusting and probably cause you to mutate.",
        "price" : 0,
        "material" : "hflesh",
        "tool" : "null",
        "volume" : 8,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : -20
    },
    {
        "type" : "COMESTIBLE",
        "id" : "leg",
        "category": "other",
        "name" : "mutated leg",
        "weight" : 11071,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 48,
        "use_action" : "MUTAGEN",
        "flags" : ["MUTAGEN_WEAK"],
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : -8,
        "addiction_potential" : 0,
        "nutrition" : 46,
        "description" : "A malformed human leg, this would be gross to eat, and probably cause mutations.",
        "price" : 0,
        "material" : "hflesh",
        "tool" : "null",
        "volume" : 20,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : -20
    },
    {
        "type" : "COMESTIBLE",
        "id" : "ant_egg",
        "name" : "ant egg",
        "weight" : 220,
        "color" : "white",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 10,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 200,
        "description" : "A large white ant egg, the size of a softball.  Extremely nutritious, but incredibly gross.",
        "price" : 80,
        "material" : "egg",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : -10
    },
{
        "type" : "COMESTIBLE",
        "id" : "spider_egg",
        "name" : "spider egg",
        "weight" : 220,
        "color" : "white",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 10,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 20,
        "description" : "A fist sized egg from from a giant spider.  Incredibly gross.",
        "price" : 80,
        "material" : "egg",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : -20
    },
    {
        "type" : "COMESTIBLE",
        "id" : "marloss_berry",
        "name" : "marloss berry",
        "name_plural" : "marloss berries",
        "weight" : 177,
        "color" : "pink",
        "addiction_type" : "marloss_r",
        "spoils_in" : 0,
        "use_action" : "MARLOSS",
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 20,
        "healthy" : -10,
        "addiction_potential" : 5,
        "nutrition" : 40,
        "description" : "This looks like a blueberry the size of your fist, but pinkish in color.  It has a strong but delicious aroma, but is clearly either mutated or of alien origin.",
        "price" : 0,
        "material" : "fruit",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "stack_size" : 4,
        "bashing" : 0,
        "fun" : 30
    },
    {
        "type" : "COMESTIBLE",
        "id" : "marloss_seed",
        "name" : "marloss seed",
        "name_plural" : "marloss seeds",
        "weight" : 177,
        "color" : "cyan",
        "addiction_type" : "marloss_b",
        "spoils_in" : 0,
        "use_action" : "MARLOSS_SEED",
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : ".",
        "quench" : 5,
        "healthy" : -10,
        "addiction_potential" : 5,
        "nutrition" : 20,
        "description" : "This looks like a sunflower seed the size of your palm.  It has a strong but delicious aroma, but is clearly either mutated or of alien origin.",
        "price" : 0,
        "material" : "fruit",
        "tool" : "null",
        "volume" : 0,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "stack_size" : 10,
        "bashing" : 0,
        "fun" : 30,
        "flags": ["SEED"]
    },
    {
        "type" : "COMESTIBLE",
        "id" : "marloss_gel",
        "name" : "marloss gelatin",
        "name_plural" : "marloss gelatin",
        "weight" : 177,
        "color" : "yellow",
        "addiction_type" : "marloss_y",
        "spoils_in" : 0,
        "use_action" : "MARLOSS_GEL",
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "~",
        "quench" : 5,
        "healthy" : -10,
        "addiction_potential" : 5,
        "nutrition" : 20,
        "description" : "This looks like a handful of lemon-colored liquid which has taken a set, much like pre-cataclysm jello.  It has a strong but delicious aroma, but is clearly either mutated or of alien origin.",
        "price" : 0,
        "material" : "fruit",
        "tool" : "null",
        "volume" : 0,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "stack_size" : 10,
        "bashing" : 0,
        "fun" : 30
    },
    {
        "type" : "COMESTIBLE",
        "id" : "mycus_fruit",
        "name" : "mycus fruit",
        "name_plural" : "mycus fruits",
        "weight" : 354,
        "color" : "light_gray",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "use_action" : "MYCUS",
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 80,
        "healthy" : 5,
        "addiction_potential" : 0,
        "nutrition" : 80,
        "description" : "Humans might call this a Grey Delicious apple: large, grey, and smells even better than the Marloss.  If they didn't reject it for its alien origins.  But we know better.",
        "price" : 0,
        "material" : "fruit",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "stack_size" : 4,
        "bashing" : 0,
        "fun" : 30
    },
    {
        "type" : "COMESTIBLE",
        "id" : "flour",
        "name" : "flour",
        "name_plural" : "flour",
        "weight" : 45,
        "color" : "white",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "box_small",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -1,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 1,
        "description" : "This enriched white flour is useful for baking.",
        "price" : 450,
        "material" : "wheat",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 10,
        "bashing" : 0,
        "fun" : -5
    },
    {
        "type" : "COMESTIBLE",
        "id" : "cornmeal",
        "name" : "cornmeal",
        "weight" : 37,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "box_small",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -1,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 2,
        "description" : "This yellow cornmeal is useful for baking.",
        "price" : 450,
        "material" : "powder",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 12,
        "bashing" : 0,
        "fun" : -5
    },
    {
        "type" : "COMESTIBLE",
        "id" : "oatmeal",
        "name" : "oatmeal",
        "weight" : 28,
        "color" : "light_gray",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "box_small",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 3,
        "description" : "Dry flakes of flattened grain.  Tasty and nutritious when cooked, it also doubles as food for horses while dry.",
        "price" : 7500,
        "material" : "wheat",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 16,
        "bashing" : 0,
        "fun" : -2
    },
    {
        "type" : "COMESTIBLE",
        "id" : "dry_beans",
        "name" : "dried beans",
        "name_plural" : "dried beans",
        "weight" : 56,
        "color" : "light_gray",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -4,
        "healthy" : -1,
        "addiction_potential" : 0,
        "nutrition" : 1,
        "description" : "Dehydrated great northern beans.  Tasty and nutritious when cooked, virtually inedible when dry.",
        "price" : 300,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 8,
        "bashing" : 0,
        "fun" : -6
    },
    {
        "type" : "COMESTIBLE",
        "id" : "beans_cooked",
        "name" : "cooked beans",
        "name_plural" : "cooked beans",
        "weight" : 292,
        "color" : "light_gray",
        "addiction_type" : "none",
        "spoils_in" : 240,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 1,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 50,
        "description" : "A hearty serving of cooked great northern beans.",
        "price" : 100,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 1
    },
    {
        "type" : "COMESTIBLE",
        "id" : "deluxe_beans",
        "name" : "baked beans",
        "name_plural" : "baked beans",
        "weight" : 508,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 360,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 88,
        "description" : "Slow-cooked beans with meat.  Tasty and very filling.",
        "price" : 700,
        "material" : ["veggy", "flesh"],
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 2, "//" : "One beans + one protein/veg = 2 servings",
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 8
    },
    {
        "type" : "COMESTIBLE",
        "id" : "deluxe_veggy_beans",
        "name" : "vegetarian baked beans",
        "name_plural" : "vegetarian baked beans",
        "weight" : 508,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 360,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 78,
        "description" : "Slow-cooked beans with vegetables.  Tasty and very filling.",
        "price" : 700,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 2, "//" : "One beans + one protein/veg = 2 servings",
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 8
    },
    {
        "type" : "COMESTIBLE",
        "id" : "dry_rice",
        "name" : "dried rice",
        "name_plural" : "dried rice",
        "weight" : 56,
        "color" : "white",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -6,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 2,
        "description" : "Dehydrated long-grain rice.  Tasty and nutritious when cooked, virtually inedible when dry.",
        "price" : 500,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 16,
        "bashing" : 0,
        "fun" : -5
    },
    {
        "type" : "COMESTIBLE",
        "id" : "rice_cooked",
        "name" : "cooked rice",
        "name_plural" : "cooked rice",
        "weight" : 220,
        "color" : "light_gray",
        "addiction_type" : "none",
        "spoils_in" : 240,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 36,
        "description" : "A hearty serving of cooked long-grain white rice.",
        "price" : 100,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 2
    },
    {
        "type" : "COMESTIBLE",
        "id" : "deluxe_rice",
        "name" : "meat fried rice",
        "name_plural" : "meat fried rice",
        "weight" : 442,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 360,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 82,
        "description" : "Delicious fried rice with meat.  Tasty and very filling.",
        "price" : 700,
        "material" : ["veggy", "flesh"],
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 2, "//" : "One rice + one protein/veg = 2 servings",
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 9
    },
    {
        "type" : "COMESTIBLE",
        "id" : "deluxe_veggy_rice",
        "name" : "fried rice",
        "name_plural" : "fried rice",
        "weight" : 442,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 360,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 72,
        "description" : "Delicious fried rice with vegetables.  Tasty and very filling.",
        "price" : 700,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 2,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 9
    },
    {
        "type" : "COMESTIBLE",
        "id" : "beansnrice",
        "name" : "beans and rice",
        "name_plural" : "beans and rice",
        "weight" : 508,
        "color" : "light_gray",
        "addiction_type" : "none",
        "spoils_in" : 240,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 2,
        "addiction_potential" : 0,
        "nutrition" : 52,
        "description" : "A serving of beans and rice that has been cooked together.  Delicious and healthy!",
        "price" : 500,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 2,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 4
    },
    {
        "type" : "COMESTIBLE",
        "id" : "deluxe_beansnrice",
        "name" : "deluxe beans and rice",
        "name_plural" : "deluxe beans and rice",
        "weight" : 512,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 360,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 108,
        "description" : "Slow-cooked beans and rice with meat and seasonings.  Tasty and very filling.",
        "price" : 750,
        "material" : ["veggy", "flesh"],
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 2,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 11
    },
    {
        "type" : "COMESTIBLE",
        "id" : "deluxe_veggy_beansnrice",
        "name" : "deluxe vegetarian beans and rice",
        "name_plural" : "deluxe vegetarian beans and rice",
        "weight" : 508,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 360,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 2,
        "addiction_potential" : 0,
        "nutrition" : 98,
        "description" : "Slow-cooked beans and rice with vegetables and seasonings.  Tasty and very filling.",
        "price" : 750,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 2,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 11
    },
    {
        "type" : "COMESTIBLE",
        "id" : "oatmeal_cooked",
        "name" : "cooked oatmeal",
        "weight" : 246,
        "color" : "light_gray",
        "addiction_type" : "none",
        "spoils_in" : 240,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 48,
        "description" : "A filling and nutritious New England classic that has sustained pioneers and captains of industry alike.",
        "price" : 500,
        "material" : "wheat",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 2
    },
    {
        "type" : "COMESTIBLE",
        "id" : "oatmeal_deluxe",
        "name" : "deluxe cooked oatmeal",
        "weight" : 296,
        "color" : "light_gray",
        "addiction_type" : "none",
        "spoils_in" : 240,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 2,
        "addiction_potential" : 0,
        "nutrition" : 64,
        "description" : "A filling and nutritious New England classic that has been improved with the addition of extra wholesome ingredients.",
        "price" : 550,
        "material" : "wheat",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 6
    },
    {
        "type" : "COMESTIBLE",
        "id" : "sugar",
        "name" : "sugar",
        "name_plural" : "sugar",
        "weight" : 56,
        "color" : "white",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 4,
        "container" : "box_small",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : -3,
        "addiction_potential" : 0,
        "nutrition" : 3,
        "description" : "Sweet, sweet sugar.  Bad for your teeth and surprisingly not very tasty on its own.",
        "price" : 550,
        "material" : "powder",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 8,
        "bashing" : 0,
        "fun" : 1
    },
    {
        "type" : "COMESTIBLE",
        "id" : "salt",
        "name" : "salt",
        "name_plural" : "salt",
        "weight" : 56,
        "color" : "white",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bottle_plastic_small",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -20,
        "healthy" : -3,
        "addiction_potential" : 0,
        "nutrition" : 0,
        "description" : "Yuck!  You surely wouldn't want to eat this.  It's good for preserving meat and cooking, though.",
        "price" : 400,
        "material" : "powder",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 8,
        "bashing" : 0,
        "fun" : -12
    },
    {
        "type" : "COMESTIBLE",
        "id" : "yeast",
        "name" : "yeast",
        "weight" : 11,
        "color" : "white",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 1,
        "description" : "A powder-like mix of cultured yeast, good for baking and brewing alike.",
        "price" : 150,
        "material" : "powder",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 25,
        "bashing" : 0,
        "fun" : -10
    },
    {
        "type" : "COMESTIBLE",
        "id" : "meal_bone",
        "name" : "bone meal",
        "weight" : 112,
        "color" : "white",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 0,
        "description" : "This bone meal is useful for fertilizing plants.",
        "price" : 25,
        "material" : "powder",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 4,
        "bashing" : 0,
        "fun" : -10
    },
    {
        "type" : "COMESTIBLE",
        "id" : "meal_chitin_piece",
        "name" : "chitin powder",
        "name_plural" : "chitin powder",
        "weight" : 112,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -5,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 2,
        "description" : "This chitin powder is useful for fertilizing plants.",
        "price" : 25,
        "material" : "powder",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 4,
        "bashing" : 0,
        "fun" : -10
    },
    {
        "type" : "COMESTIBLE",
        "id" : "seasoning_italian",
        "name" : "Italian seasoning",
        "name_plural" : "Italian seasoning",
        "weight" : 1,
        "color" : "green",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bottle_plastic_small",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -1,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 0,
        "description" : "A fragrant mix of dried oregano, basil, thyme and other spices.",
        "price" : 290,
        "material" : "powder",
        "tool" : "null",
        "volume" : 0,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 100,
        "bashing" : 0,
        "fun" : -1
    },
    {
        "type" : "COMESTIBLE",
        "id" : "wild_herbs",
        "name" : "wild herbs",
        "name_plural" : "wild herbs",
        "weight" : 7,
        "color" : "green",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -1,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 1,
        "description" : "A tasty collection of wild herbs including violet, sassafras, mint, clover, purslane, and burdock.",
        "price" : 190,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 0,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 20,
        "stack_size" : 100,
        "bashing" : 0,
        "fun" : -1
    },
    {
        "type" : "COMESTIBLE",
        "id" : "herbal_tea",
        "name" : "herbal tea",
        "name_plural" : "herbal tea",
        "weight" : 256,
        "color" : "green",
        "addiction_type" : "caffeine",
        "use_action" : "CAFF",
        "spoils_in" : 0,
        "stim" : 1,
        "container" : "bottle_plastic",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 44,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 3,
        "description" : "A healthy beverage made from herbs steeped in boiling water.",
        "price" : 100,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 4
    },
    {
        "type" : "COMESTIBLE",
        "id" : "pine_tea",
        "name" : "pine needle tea",
        "name_plural" : "pine needle tea",
        "weight" : 268,
        "color" : "ltgreen",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 44,
        "healthy" : 3,
        "addiction_potential" : 0,
        "nutrition" : 0,
        "description" : "A fragrant and healthy beverage made from pine needles steeped in boiling water.",
        "price" : 0,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 1
    },
    {
        "type" : "COMESTIBLE",
        "id" : "acorns",
        "name" : "handful of acorns",
        "name_plural" : "handfuls of acorns",
        "weight" : 212,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -5,
        "healthy" : -1,
        "addiction_potential" : 0,
        "nutrition" : 6,
        "description" : "A handful of acorns, still in their shells.  Squirrels like them, but they're not very good for you to eat in this state.",
        "price" : 0,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 2,
        "bashing" : 0,
        "fun" : -20
    },
    {
        "type" : "COMESTIBLE",
        "id" : "acorns_cooked",
        "name" : "cooked acorn meal",
        "name_plural" : "cooked acorn meal",
        "weight" : 212,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 42,
        "description" : "A serving of acorns that have been hulled, chopped, and boiled in water before being thoroughly toasted until dry.  Filling and nutritious.",
        "price" : 90,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "charges" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "seasoning_salt",
        "name" : "seasoned salt",
        "name_plural" : "seasoned salt",
        "weight" : 1,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bottle_plastic_small",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -5,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 0,
        "description" : "Salt mixed with a fragrant blend of secret herbs and spices.",
        "price" : 250,
        "material" : "powder",
        "tool" : "null",
        "volume" : 0,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 100,
        "bashing" : 0,
        "fun" : -5
    },
    {
        "type" : "COMESTIBLE",
        "id" : "pepper",
        "name" : "black pepper",
        "name_plural" : "black pepper",
        "weight" : 1,
        "color" : "dark_gray",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bottle_plastic_small",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -5,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 0,
        "description" : "Ground black spice berries with a pungent aroma.",
        "price" : 250,
        "material" : "powder",
        "tool" : "null",
        "volume" : 0,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 100,
        "bashing" : 0,
        "fun" : -5
    },
    {
        "type" : "COMESTIBLE",
        "id" : "powder_eggs",
        "name" : "powdered egg",
        "name_plural" : "powdered eggs",
        "weight" : 1,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bottle_plastic_small",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -2,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 3,
        "description" : "Whole fresh eggs, dehydrated into an easy to store powder.",
        "price" : 1120,
        "material" : "powder",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 100,
        "bashing" : 0,
        "fun" : -4
    },
    {
        "type" : "COMESTIBLE",
        "id" : "scrambled_eggs",
        "name" : "scrambled eggs",
        "name_plural" : "scrambled eggs",
        "weight" : 246,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 240,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 76,
        "description" : "Fluffy and delicious scrambled eggs.",
        "price" : 400,
        "material" : "egg",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 6
    },
    {
        "type" : "COMESTIBLE",
        "id" : "deluxe_eggs",
        "name" : "deluxe scrambled eggs",
        "name_plural" : "deluxe scrambled eggs",
        "weight" : 316,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 240,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 98,
        "description" : "Fluffy and delicious scrambled eggs made more delicious with the addition of other tasty ingredients.",
        "price" : 700,
        "material" : ["egg", "flesh"],
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 12
    },
    {
        "type" : "COMESTIBLE",
        "id" : "boiled_egg",
        "name" : "boiled egg",
        "name_plural" : "boiled eggs",
        "weight" : 80,
        "color" : "white",
        "addiction_type" : "none",
        "spoils_in" : 1680,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "o",
        "quench" : -1,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 38,
        "description" : "A hard boiled egg, still in its shell.  Portable and nutritious!",
        "price" : 95,
        "material" : "egg",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 2
    },
    {
        "type" : "COMESTIBLE",
        "id" : "bacon",
        "name" : "bacon",
        "weight" : 120,
        "color" : "pink",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -4,
        "healthy" : -1,
        "addiction_potential" : 0,
        "nutrition" : 62,
        "description" : "A thick slab of salty cured bacon.  Shelf stable, precooked and ready-to-eat, it tastes better when reheated.",
        "price" : 1900,
        "material" : "flesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 4,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 8
    },
    {
        "type" : "COMESTIBLE",
        "id" : "potato_raw",
        "name" : "raw potato",
        "name_plural" : "raw potatoes",
        "weight" : 210,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 240,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : -2,
        "addiction_potential" : 0,
        "nutrition" : 8,
        "description" : "Mildly toxic and not very tasty raw.  When cooked, it is delicious.",
        "price" : 90,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : -3
    },
    {
        "type" : "COMESTIBLE",
        "id" : "potato_irradiated",
        "name" : "irradiated potato",
        "name_plural" : "irradiated potatoes",
        "weight" : 210,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : -2,
        "addiction_potential" : 0,
        "nutrition" : 8,
        "description" : "An irradiated potato will remain edible nearly forever.  Sterilized using radiation, so it's safe to eat.",
        "price" : 100,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : -3
    },
    {
        "type" : "COMESTIBLE",
        "id" : "potato_baked",
        "name" : "baked potato",
        "name_plural" : "baked potatoes",
        "weight" : 210,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 48,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 20,
        "description" : "A delicious baked potato.  Got any sour cream?",
        "price" : 150,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 3
    },
    {
        "type" : "COMESTIBLE",
        "id" : "bread",
        "name" : "bread",
        "weight" : 56,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 240,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 20,
        "description" : "Healthy and filling.",
        "price" : 190,
        "material" : "wheat",
        "tool" : "null",
        "volume" : 3,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 8,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 1
    },
    {
        "type" : "COMESTIBLE",
        "id" : "cornbread",
        "name" : "cornbread",
        "weight" : 64,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 720,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 18,
        "description" : "Healthy and filling cornbread.",
        "price" : 150,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 4,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 2
    },
    {
        "type" : "COMESTIBLE",
        "id" : "brownie_weed",
        "name" : "special brownie",
        "weight" : 56,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 420,
        "use_action" : "WEED_BROWNIE",
        "stim" : 0,
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 10,
        "description" : "This is definitely not how grandma used to bake them.",
        "price" : 5000,
        "material" : "wheat",
        "tool" : "null",
        "volume" : 3,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 8,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 15
    },
    {
        "type" : "COMESTIBLE",
        "id" : "johnnycake",
        "name" : "johnnycake",
        "weight" : 46,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 480,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 20,
        "description" : "A tasty and nutritious fried bread treat.",
        "price" : 550,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 6,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 4
    },
    {
        "type" : "COMESTIBLE",
        "id" : "pancakes",
        "name" : "pancake",
        "name_plural" : "pancakes",
        "weight" : 246,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 240,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 88,
        "description" : "Fluffy and delicious pancakes with real maple syrup.",
        "price" : 550,
        "material" : "wheat",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 10
    },
    {
        "type" : "COMESTIBLE",
        "id" : "fruit_pancakes",
        "name" : "fruit pancake",
        "name_plural" : "fruit pancakes",
        "weight" : 354,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 240,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 2,
        "addiction_potential" : 0,
        "nutrition" : 100,
        "description" : "Fluffy and delicious pancakes with real maple syrup, made sweeter and healthier with the addition of wholesome fruit.",
        "price" : 650,
        "material" : ["wheat", "fruit"],
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 12
    },
    {
        "type" : "COMESTIBLE",
        "id" : "choc_pancakes",
        "name" : "chocolate pancake",
        "name_plural" : "chocolate pancakes",
        "weight" : 354,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 240,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 100,
        "description" : "Fluffy and delicious pancakes with real maple syrup, with delicious chocolate baked right in.",
        "price" : 700,
        "material" : ["wheat", "junk"],
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 24
    },
    {
        "type" : "COMESTIBLE",
        "id" : "waffles",
        "name" : "waffle",
        "weight" : 246,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 240,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 75,
        "description" : "Hey it's waffle time, it's waffle time.  Won't you have some waffles of mine?",
        "price" : 550,
        "material" : "wheat",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 2,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 10
    },
    {
        "type" : "COMESTIBLE",
        "id" : "fruit_waffles",
        "name" : "fruit waffle",
        "weight" : 354,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 240,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 90,
        "description" : "Crunchy and delicious waffles with real maple syrup, made sweeter and healthier with the addition of wholesome fruit.",
        "price" : 600,
        "material" : ["wheat", "fruit"],
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 2,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 12
    },
    {
        "type" : "COMESTIBLE",
        "id" : "choc_waffles",
        "name" : "chocolate waffle",
        "weight" : 354,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 240,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 80,
        "description" : "Crunchy and delicious waffles with real maple syrup, with delicious chocolate baked right in.",
        "price" : 650,
        "material" : ["wheat", "junk"],
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 2,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 24
    },
    {
        "type" : "COMESTIBLE",
        "id" : "crackers",
        "name" : "cracker",
        "weight" : 56,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "box_small",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -4,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 8,
        "description" : "Dry and salty, these crackers will leave you quite thirsty.",
        "price" : 110,
        "material" : "wheat",
        "tool" : "null",
        "volume" : 3,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 8,
        "bashing" : 0,
        "fun" : 2
    },
    {
        "type" : "COMESTIBLE",
        "id" : "grahmcrackers",
        "name" : "graham cracker",
        "weight" : 56,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 2,
        "container" : "box_small",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -4,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 8,
        "description" : "Dry and sugary, these crackers will leave you thirsty, but go good with some chocolate and marshmallows.",
        "price" : 110,
        "material" : ["wheat", "junk"],
        "tool" : "null",
        "volume" : 3,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 8,
        "bashing" : 0,
        "fun" : 2
    },
    {
        "type" : "COMESTIBLE",
        "id" : "cookies",
        "name" : "cookie",
        "weight" : 38,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "box_small",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -1,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 12,
        "description" : "Sweet and delicious cookies, just like grandma used to bake.",
        "price" : 195,
        "material" : ["wheat", "junk"],
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 4,
        "stack_size" : 20,
        "bashing" : 0,
        "fun" : 7
    },
    {
        "type" : "COMESTIBLE",
        "id" : "syrup",
        "name" : "maple syrup",
        "name_plural" : "maple syrup",
        "weight" : 28,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bottle_glass",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 1,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 3,
        "description" : "Sweet and delicious, real Vermont maple syrup.",
        "price" : 1900,
        "material" : "junk",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 7,
        "bashing" : 0,
        "fun" : 6
    },
    {
        "type" : "COMESTIBLE",
        "id" : "beet_syrup",
        "name" : "sugar beet syrup",
        "name_plural" : "sugar beet syrup",
        "weight" : 28,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bottle_glass",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 3,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 5,
        "description" : "A thick syrup produced from shredded sugar beets.  Useful in cooking as a sweetener.",
        "price" : 1500,
        "material" : "junk",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 7,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "hardtack",
        "name" : "hardtack",
        "weight" : 28,
        "color" : "white",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -2,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 18,
        "description" : "A dry and virtually tasteless bread product capable of remaining edible without spoilage for vast lengths of time.",
        "price" : 500,
        "material" : "wheat",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 8,
        "stack_size" : 20,
        "bashing" : 0,
        "fun" : -1
    },
    {
        "type" : "COMESTIBLE",
        "id" : "biscuit",
        "name" : "biscuit",
        "weight" : 136,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 180,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 28,
        "description" : "Delicious and filling, this home made biscuit is good, and good for you!",
        "price" : 230,
        "material" : "wheat",
        "tool" : "null",
        "volume" : 4,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 8,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 2
    },
    {
        "type" : "COMESTIBLE",
        "id" : "pie",
        "name" : "fruit pie",
        "weight" : 252,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 72,
        "stim" : 2,
        "container" : "box_small",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 5,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 16,
        "description" : "A delicious baked pie with a sweet fruit filling.",
        "price" : 1250,
        "material" : ["wheat", "fruit"],
        "tool" : "null",
        "volume" : 5,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 6,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 3
    },
    {
        "type" : "COMESTIBLE",
        "id" : "pie_meat",
        "name" : "meat pie",
        "weight" : 260,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 80,
        "stim" : 0,
        "container" : "box_small",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 5,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 16,
        "description" : "A delicious baked pie with a delicious meat filling.",
        "price" : 1350,
        "material" : ["wheat", "flesh"],
        "tool" : "null",
        "volume" : 5,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 6,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 3
    },
    {
        "type" : "COMESTIBLE",
        "id" : "pie_human",
        "name" : "prick pie",
        "weight" : 260,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 80,
        "stim" : 0,
        "container" : "box_small",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 5,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 16,
        "description" : "A meat pie with a little soldier, or maybe scientist, who knows.  God, that's good!",
        "price" : 1950,
        "material" : ["wheat", "hflesh"],
        "tool" : "null",
        "volume" : 5,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 6,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 3
    },
    {
        "type" : "COMESTIBLE",
        "id" : "pizza_veggy",
        "name" : "vegetable pizza",
        "weight" : 175,
        "color" : "light_green",
        "addiction_type" : "none",
        "spoils_in" : 48,
        "stim" : 0,
        "container" : "box_small",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 40,
        "description" : "A vegetarian pizza, with delicious tomato sauce and a fluffy crust.  Its smell brings back great memories.",
        "price" : 990,
        "material" : ["wheat", "veggy"],
        "tool" : "null",
        "volume" : 8,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 4,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 10
    },
    {
        "type" : "COMESTIBLE",
        "id" : "pizza_meat",
        "name" : "meat pizza",
        "weight" : 175,
        "color" : "light_red",
        "addiction_type" : "none",
        "spoils_in" : 48,
        "stim" : 0,
        "container" : "box_small",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 50,
        "description" : "A meat pizza, for all the carnivores out there.  Chock full of minced meat and heavily seasoned.",
        "price" : 1090,
        "material" : ["wheat", "flesh"],
        "tool" : "null",
        "volume" : 8,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 4,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 10
    },
    {
        "type" : "COMESTIBLE",
        "id" : "pizza_human",
        "name" : "poser pizza",
        "weight" : 175,
        "color" : "light_red",
        "addiction_type" : "none",
        "spoils_in" : 48,
        "stim" : 0,
        "container" : "box_small",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 50,
        "description" : "A meat pizza, for all the cannibals out there.  Chock full of minced human flesh and heavily seasoned.",
        "price" : 2800,
        "material" : ["wheat", "hflesh"],
        "tool" : "null",
        "volume" : 8,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 4,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 10
    },
    {
        "type" : "COMESTIBLE",
        "id" : "mre_beef",
        "name" : "irradiated beef course",
        "weight" : 125,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 80,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 160,
        "description" : "The irradiated beef main course from an MRE.  Sterilized using radiation, so it's safe to eat.  Exposed to the atmosphere, it has started to go bad.",
        "price" : 1250,
        "material" : "flesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : -1
    },
    {
        "type" : "COMESTIBLE",
        "id" : "mre_veggy",
        "name" : "irradiated vegetarian course",
        "weight" : 125,
        "color" : "green",
        "addiction_type" : "none",
        "spoils_in" : 80,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 130,
        "description" : "The irradiated vegetarian main course from an MRE.  Sterilized using radiation, so it's safe to eat.  Exposed to the atmosphere, it has started to go bad.",
        "price" : 1250,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : -1
    },
    {
        "type" : "COMESTIBLE",
        "id" : "mre_chicken",
        "name" : "irradiated chicken course",
        "weight" : 125,
        "color" : "green",
        "addiction_type" : "none",
        "spoils_in" : 80,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 140,
        "description" : "The irradiated chicken main course from an MRE.  Sterilized using radiation, so it's safe to eat.  Exposed to the atmosphere, it has started to go bad.",
        "price" : 1250,
        "material" : "flesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : -1
    },
    {
        "type" : "COMESTIBLE",
        "id" : "mre_hotdogs",
        "name" : "irradiated hot dog course",
        "weight" : 125,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 80,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 160,
        "description" : "Nicknamed the 'Four Fingers of Death' by troops, this is probably the most disgusting thing you've ever eaten.  Sterilized using radiation, so it's safe to eat.  Exposed to the atmosphere, it has started to go bad.",
        "price" : 500,
        "material" : ["flesh", "junk"],
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : -25
    },
    {
        "type" : "COMESTIBLE",
        "id" : "mre_ravioli",
        "name" : "irradiated ravioli course",
        "weight" : 125,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 80,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 40,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 125,
        "description" : "The main course from a ravioli MRE, the sauce really helps with the taste.  Sterilized using radiation, so it's safe to eat.  Exposed to the atmosphere, it has started to go bad.",
        "price" : 1300,
        "material" : ["flesh", "wheat"],
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 5
    },
    {
        "type" : "COMESTIBLE",
        "id" : "tea_raw",
        "name" : "tea leaf",
        "name_plural" : "tea leaves",
        "weight" : 14,
        "color" : "green",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 2,
        "description" : "Dried leaves of a tropical plant.  You can boil them into tea, or you can just eat them raw.  They aren't too filling though.",
        "price" : 1030,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 20,
        "bashing" : 0,
        "fun" : -1
    },
    {
        "type" : "COMESTIBLE",
        "id" : "coffee_raw",
        "name" : "coffee powder",
        "name_plural" : "coffee powder",
        "weight" : 14,
        "color" : "brown",
        "addiction_type" : "caffeine",
        "spoils_in" : 0,
        "use_action" : "CAFF",
        "stim" : 8,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 0,
        "description" : "Ground coffee beans.  You can boil it into a mediocre stimulant, or swallow it raw for a lesser stimulative boost.",
        "price" : 900,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 20,
        "bashing" : 0,
        "fun" : -5
    },
    {
        "type" : "COMESTIBLE",
        "id" : "milk_powder",
        "name" : "powdered milk",
        "weight" : 162,
        "color" : "white",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -1,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 1,
        "description" : "Dehydrated milk powder.  Mix with water to make drinkable milk.",
        "price" : 1100,
        "material" : "milk",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 10,
        "bashing" : 0,
        "fun" : -5
    },
    {
        "type" : "COMESTIBLE",
        "id" : "coffee_syrup",
        "name" : "coffee syrup",
        "name_plural" : "coffee syrup",
        "weight" : 48,
        "color" : "brown",
        "addiction_type" : "caffeine",
        "spoils_in" : 0,
        "use_action" : "CAFF",
        "stim" : 8,
        "container" : "bottle_plastic",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "%",
        "quench" : 1,
        "healthy" : -1,
        "addiction_potential" : 1,
        "nutrition" : 3,
        "description" : "A thick syrup made of water and sugar strained through coffee grounds.  Can be used to flavor many foods and beverages.",
        "price" : 1300,
        "material" : "junk",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 5,
        "bashing" : 0,
        "fun" : 6
    },
    {
        "type" : "COMESTIBLE",
        "id" : "jihelucake",
        "name" : "cake",
        "weight" : 420,
        "color" : "white",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 25,
        "description" : "Delicious sponge cake with buttercream icing, it says happy birthday on it.",
        "price" : 0,
        "material" : ["wheat", "junk"],
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 20
    },
    {
        "type" : "COMESTIBLE",
        "id" : "cake2",
        "name" : "cake",
        "weight" : 420,
        "color" : "white",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 4,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 25,
        "description" : "Delicious chocolate cake.  It has all the icing.  All of it.",
        "price" : 0,
        "material" : ["wheat", "junk"],
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 20
    },
    {
        "type" : "COMESTIBLE",
        "id" : "cake3",
        "name" : "cake",
        "weight" : 420,
        "color" : "white",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 8,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -5,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 20,
        "description" : "A cake coated in the thickest icing you've ever seen.  Someone has written guff in quotation marks on it...",
        "price" : 0,
        "material" : ["wheat", "junk"],
        "tool" : "null",
        "volume" : 3,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 30
    },
    {
        "type" : "COMESTIBLE",
        "id" : "meat_canned",
        "name" : "canned meat",
        "weight" : 202,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 40,
        "stim" : 0,
        "container" : "jar_glass",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 50,
        "description" : "Low-sodium preserved meat.  It was boiled and canned.  Contains all of the nutrition, but little of the savor of cooked meat.  ",
        "price" : 250,
        "material" : "flesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 2
    },
    {
        "type" : "COMESTIBLE",
        "id" : "veggy_canned",
        "name" : "canned veggy",
        "name_plural" : "canned veggies",
        "weight" : 202,
        "color" : "green",
        "addiction_type" : "none",
        "spoils_in" : 60,
        "stim" : 0,
        "container" : "jar_glass",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 40,
        "description" : "This mushy pile of vegetable matter was boiled and canned in an earlier life.  Better eat it before it oozes through your fingers.",
        "price" : 250,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "apple_canned",
        "name" : "canned fruit",
        "weight" : 214,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 180,
        "stim" : 0,
        "container" : "jar_glass",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 3,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 16,
        "description" : "Sealed glass jar containing preserved fruit.  Bland, mushy and losing color.",
        "price" : 220,
        "material" : "fruit",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 1
    },
    {
        "type" : "COMESTIBLE",
        "id" : "human_canned",
        "name" : "soylent slice",
        "name_plural" : "soylent slices",
        "weight" : 202,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 40,
        "stim" : 0,
        "container" : "jar_glass",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : -1,
        "addiction_potential" : 0,
        "nutrition" : 50,
        "description" : "Low-sodium preserved human meat.  It was boiled and canned.  Contains all of the nutrition, but little of the savor of cooked meat.  ",
        "price" : 0,
        "material" : "hflesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 2
    },
    {
        "type" : "COMESTIBLE",
        "id" : "meat_vac",
        "name" : "salted meat slice",
        "weight" : 120,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 48,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -5,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 25,
        "description" : "Meat slices cured in brine and vacuum-packed.  Salty but tasty in a pinch.  ",
        "price" : 500,
        "material" : "flesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 2,
        "bashing" : 0,
        "fun" : 2
    },
    {
        "type" : "COMESTIBLE",
        "id" : "hflesh_vac",
        "name" : "salted simpleton slices",
        "weight" : 120,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 48,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -5,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 25,
        "description" : "Human flesh slices cured in brine and vacuum-packed.  Salty but tasty in a pinch.  ",
        "price" : 500,
        "material" : "hflesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 2,
        "bashing" : 0,
        "fun" : 2
    },
    {
        "type" : "COMESTIBLE",
        "id" : "veggy_vac",
        "name" : "salted veggy chunk",
        "weight" : 121,
        "color" : "green",
        "addiction_type" : "none",
        "spoils_in" : 72,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -5,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 20,
        "description" : "Vegetable chunks pickled in a salt bath.  Goes well with burgers, if only you can find one.",
        "price" : 500,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 2,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "apple_vac",
        "name" : "fruit slice",
        "weight" : 53,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 180,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 3,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 16,
        "description" : "Fruit slices soaked in a sugar syrup, to preserve freshness and appearance.",
        "price" : 450,
        "material" : "fruit",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 4,
        "bashing" : 0,
        "fun" : 3
    },
    {
        "type" : "COMESTIBLE",
        "id" : "spaghetti_bolognese",
        "name" : "spaghetti bolognese",
        "name_plural" : "spaghetti bolognese",
        "weight" : 350,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 48,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 2,
        "addiction_potential" : 0,
        "nutrition" : 100,
        "description" : "Spaghetti covered with a thick meat sauce.  Yum!  ",
        "price" : 1000,
        "material" : ["wheat", "flesh"],
        "tool" : "null",
        "volume" : 7,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 2,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 15
    },
    {
        "type" : "COMESTIBLE",
        "id" : "spaghetti_human",
        "name" : "scoundrel spaghetti",
        "name_plural" : "scoundrel spaghetti",
        "weight" : 350,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 48,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 100,
        "description" : "Spaghetti covered with a thick human flesh sauce.  Tastes great if you enjoy that kind of thing.  ",
        "price" : 0,
        "material" : ["wheat", "hflesh"],
        "tool" : "null",
        "volume" : 7,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 2,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 15
    },
    {
        "type" : "COMESTIBLE",
        "id" : "spaghetti_pesto",
        "name" : "spaghetti al pesto",
        "name_plural" : "spaghetti al pesto",
        "weight" : 350,
        "color" : "green",
        "addiction_type" : "none",
        "spoils_in" : 48,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 2,
        "addiction_potential" : 0,
        "nutrition" : 50,
        "description" : "Spaghetti, with a generous helping of pesto on top.  Yum!  ",
        "price" : 1000,
        "material" : ["wheat", "veggy"],
        "tool" : "null",
        "volume" : 7,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 2,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 15
    },
    {
        "type" : "COMESTIBLE",
        "id" : "lasagne",
        "name" : "lasagne",
        "weight" : 350,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 64,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 10,
        "healthy" : 2,
        "addiction_potential" : 0,
        "nutrition" : 75,
        "description" : "A very old type of pasta made with several layers of lasagne sheets alternated with sauces and meats.",
        "price" : 1000,
        "material" : ["flesh", "wheat"],
        "tool" : "null",
        "volume" : 12,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 4,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 30
    },
    {
        "type" : "COMESTIBLE",
        "id" : "luigilasagne",
        "name" : "Luigi lasagne",
        "weight" : 350,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 64,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 10,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 75,
        "description" : "A very old type of pasta made with several layers of lasagne sheets alternated with sauces and meats.  Made better with human flesh.",
        "price" : 0,
        "material" : ["hflesh", "wheat"],
        "tool" : "null",
        "volume" : 12,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 4,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 30
    },
    {
        "type" : "COMESTIBLE",
        "id" : "bandages",
        "name" : "bandage",
        "weight" : 70,
        "color" : "white",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "use_action" : "BANDAGE",
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "!",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 0,
        "description" : "Simple cloth bandages.  Used for healing small amounts of damage.",
        "price" : 600,
        "material" : "cotton",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 3,
        "stack_size": 9,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "1st_aid",
        "name" : "first aid kit",
        "weight" : 240,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "use_action" : "FIRSTAID",
        "flags" : "PKILL_1",
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "!",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 0,
        "description" : "A full medical kit, with bandages, local anesthetics, and rapid healing agents.  Used for healing large amounts of damage.",
        "price" : 3000,
        "material" : "plastic",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 2,
        "stack_size" : 6,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "vitamins",
        "name" : "vitamin",
        "weight" : 1,
        "color" : "magenta",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "use_action" : "VITAMINS",
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "!",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 0,
        "description" : "Essential dietary nutrients conveniently packaged in pill form.  Take frequently to help regulate your body's health and immune functions.",
        "price" : 500,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 20,
        "stack_size" : 100,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "vaccine_shot",
        "name" : "flu shot",
        "weight" : 10,
        "color" : "magenta",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "use_action" : "VACCINE",
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "!",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 0,
        "description" : "Pharmaceutical flu shot designed for mass vaccinations, still in the packaging.  Purported to provide some kind of immunity.",
        "price" : 5000, "//" : "Yeah, kinda guessing at these ones.",
        "material" : "plastic",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "stack_size" : 40,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "adrenaline_injector",
        "name" : "adrenaline injector",
        "weight" : 10,
        "color" : "pink",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "use_action" : "ADRENALINE_INJECTOR",
        "stim" : 0,
        "container" : "null",
        "to_hit" : -2,
        "comestible_type" : "MED",
        "symbol" : "!",
        "quench" : 0,
        "healthy": 0,
        "addiction_potential" : 0,
        "nutrition" : 0,
        "description" : "A syringe filled with a shot of adrenaline.  It serves as a powerful stimulant when you inject yourself with it.  Asthmatics can use it in an emergency to clear their asthma.",
        "price" : 3400,
        "material" : "plastic",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 6,
        "phase" : "solid",
        "charges" : 1,
        "stack_size" : 10,
        "bashing" : -4,
        "fun" : 0,
        "flags" : "SPEAR"
    },
    {
        "type" : "COMESTIBLE",
        "id" : "aspirin",
        "name" : "aspirin",
        "weight" : 1,
        "color" : "white",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "use_action" : {
            "type" : "consume_drug",
            "activation_message" : "You take some aspirin.",
            "diseases" : { "pkill1" : 120 }
        },
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "!",
        "quench" : 0,
        "healthy" : -1,
        "addiction_potential" : 0,
        "nutrition" : 0,
        "description" : "Acetylsalicylic acid, a mild anti-inflammatory.  Take to relieve pain and swelling.",
        "price" : 500,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 20,
        "stack_size" : 200,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "caffeine",
        "name" : "caffeine pill",
        "weight" : 1,
        "color" : "cyan",
        "addiction_type" : "caffeine",
        "spoils_in" : 0,
        "use_action" : "CAFF",
        "stim" : 12,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "!",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 3,
        "nutrition" : 0,
        "description" : "No-doz brand caffeine pills, maximum strength.  Useful in pulling an all-nighter, one pill is about equivalent to a strong cup of coffee.",
        "price" : 1000,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 10,
        "stack_size" : 200,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "pills_sleep",
        "name" : "Ambien",
        "weight" : 1,
        "color" : "light_red",
        "addiction_type" : "sleeping pill",
        "spoils_in" : 0,
        "use_action" : "SLEEP",
        "stim" : -8,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "!",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 40,
        "nutrition" : 0,
        "description" : "A habit-forming tranquilizer with a variety of psychoactive side effects.  Used in the treatment of insomnia. Its generic name is Zolpidem Tartrate.",
        "price" : 3000,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 10,
        "stack_size" : 200,
        "bashing" : 0,
        "fun" : 5
    },
    {
        "type" : "COMESTIBLE",
        "id" : "iodine",
        "name" : "iodine tablet",
        "weight" : 1,
        "color" : "white",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "use_action" : "IODINE",
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "!",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 0,
        "description" : "Potassium iodide tablets.  They might help mitigate some of the detrimental effects caused by irradiation.",
        "price" : 1000,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 10,
        "stack_size" : 200,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "dayquil",
        "name" : "non-drowsy cough syrup",
        "weight" : 48,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "use_action" : "FLUMED",
        "stim" : 0,
        "container" : "bottle_plastic",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "~",
        "quench" : 0,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 0,
        "description" : "Daytime cold and flu medication.  Non-drowsy formula.  Will suppress coughing, aching, headaches and runny noses, but you'll still need lots of fluids and rest.",
        "price" : 800,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 5,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "nyquil",
        "name" : "cough syrup",
        "weight" : 48,
        "color" : "blue",
        "addiction_type" : "sleeping pill",
        "spoils_in" : 0,
        "use_action" : "FLUSLEEP",
        "stim" : -7,
        "container" : "bottle_plastic",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "~",
        "quench" : 0,
        "healthy" : 1,
        "addiction_potential" : 20,
        "nutrition" : 0,
        "description" : "Nighttime cold and flu medication.  Useful when trying to sleep with a head full of virions.  Will cause drowsiness.",
        "price" : 800,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 5,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "codeine",
        "name" : "codeine",
        "weight" : 1,
        "color" : "cyan",
        "addiction_type" : "opiate",
        "spoils_in" : 0,
        "use_action" : {
            "type" : "consume_drug",
            "activation_message" : "You take some codeine.",
            "diseases" : { "pkill2" : 180 }
        },
        "stim" : -2,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "!",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 10,
        "nutrition" : 0,
        "description" : "A mild opiate used in the suppression of pain, cough, and other ailments.  While relatively weak for a narcotic, it is still addictive, with a potential for overdose.",
        "price" : 1200,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 10,
        "stack_size" : 200,
        "bashing" : 0,
        "fun" : 10
    },
    {
        "type" : "COMESTIBLE",
        "id" : "oxycodone",
        "name" : "oxycodone",
        "weight" : 1,
        "color" : "light_green",
        "addiction_type" : "opiate",
        "spoils_in" : 0,
        "use_action" : {
            "type" : "consume_drug",
            "activation_message" : "You take some oxycodone.",
            "diseases" : { "pkill3" : 20, "pkill2" : 200 }
        },
        "stim" : -4,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "!",
        "quench" : 0,
        "healthy" : -1,
        "addiction_potential" : 16,
        "nutrition" : 0,
        "description" : "A strong semi-synthetic narcotic used in the treatment of intense pain.  Highly addictive.",
        "price" : 55000,"//" : "Fairly controlled substance as they go.",
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 10,
        "stack_size" : 200,
        "bashing" : 0,
        "fun" : 18
    },
    {
        "type" : "COMESTIBLE",
        "id" : "tramadol",
        "name" : "tramadol",
        "weight" : 1,
        "color" : "yellow",
        "addiction_type" : "opiate",
        "spoils_in" : 0,
        "use_action" : {
            "type" : "consume_drug",
            "activation_message" : "You take some tramadol.",
            "diseases" : { "pkill_l" : 4500 }
        },
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "!",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 6,
        "nutrition" : 0,
        "description" : "A painkiller used to manage moderate pain.  The effects last for several hours, but are relatively subdued for an opioid.",
        "price" : 24500,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 10,
        "stack_size" : 200,
        "bashing" : 0,
        "fun" : 6
    },
    {
        "type" : "COMESTIBLE",
        "id" : "xanax",
        "name" : "Xanax",
        "name_plural" : "Xanax",
        "weight" : 1,
        "color" : "cyan",
        "addiction_type" : "sleeping pill",
        "spoils_in" : 0,
        "use_action" : "XANAX",
        "stim" : -4,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "!",
        "quench" : 0,
        "healthy" : -2,
        "addiction_potential" : 40,
        "nutrition" : 0,
        "description" : "Anti-anxiety agent with a powerful sedative effect.  May cause dissociation and loss of memory.  It is dangerously addictive, and withdrawal from regular use should be gradual. Its generic name is Alprazolam.",
        "price" : 6000, "//" : "Yeah, kinda guessing at these ones, but generic is cheaper.",
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 10,
        "stack_size" : 200,
        "bashing" : 0,
        "fun" : 20
    },
    {
        "type" : "COMESTIBLE",
        "id" : "adderall",
        "name" : "Adderall",
        "weight" : 1,
        "color" : "light_red",
        "addiction_type" : "amphetamine",
        "spoils_in" : 0,
        "stim" : 24,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "!",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 10,
        "nutrition" : 0,
        "description" : "Medical grade amphetamine salts mixed with Dextroamphetamine salts, commonly prescribed to treat hyperactive attention deficits.  It suppresses the appetite, and is quite addictive.",
        "price" : 14500,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 10,
        "stack_size" : 200,
        "bashing" : 0,
        "fun" : 10
    },
    {
        "type" : "COMESTIBLE",
        "id" : "thorazine",
        "name" : "Thorazine",
        "weight" : 1,
        "color" : "light_red",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "use_action" : "THORAZINE",
        "stim" : -30,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "!",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 0,
        "description" : "Anti-psychotic medication.  Used to stabilize brain chemistry, it can arrest hallucinations and other symptoms of psychosis.  Carries a sedative effect. Its generic name is Chlorpromazine.",
        "price" : 5000,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 10,
        "stack_size" : 200,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "prozac",
        "name" : "Prozac",
        "weight" : 1,
        "color" : "light_green",
        "addiction_type" : "amphetamine",
        "spoils_in" : 0,
        "use_action" : "PROZAC",
        "stim" : -5,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "!",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 5,
        "nutrition" : 0,
        "description" : "A common and popular antidepressant.  It will elevate mood, and can profoundly affect the action of other drugs.  It is only rarely habit-forming, though adverse reactions are not uncommon. Its generic name is Fluoxetine.",
        "price" : 9000, "//" : "Don't have a cite for this one.",
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 15,
        "stack_size" : 200,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "cig",
        "name" : "cigarette",
        "weight" : 1,
        "color" : "dark_gray",
        "addiction_type" : "nicotine",
        "spoils_in" : 0,
        "use_action" : "SMOKING",
        "stim" : 1,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "!",
        "quench" : 0,
        "healthy" : -2,
        "addiction_potential" : 50,
        "nutrition" : 0,
        "description" : "A mixture of dried tobacco leaf, pesticides, and chemical additives, rolled into a filtered paper tube.  Stimulates mental acuity and reduces appetite.  Highly addictive and hazardous to health.",
        "price" : 800,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 20,
        "stack_size" : 60,
        "bashing" : 0,
        "fun" : 5
    },
    {
        "type" : "COMESTIBLE",
        "id" : "handrolled_cig",
        "name" : "hand-rolled cigarette",
        "weight" : 1,
        "color" : "dark_gray",
        "addiction_type" : "nicotine",
        "spoils_in" : 0,
        "use_action" : "SMOKING",
        "stim" : 1,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "!",
        "quench" : 0,
        "healthy" : -2,
        "addiction_potential" : 50,
        "nutrition" : 0,
        "description" : "A roll-your-own made from tobacco and rolling paper.  Stimulates mental acuity and reduces appetite.  Despite being hand crafted, it's still highly addictive and hazardous to health.",
        "price" : 90, "//" : "Tougher to market a handrolled, could be anything in there.",
        "material" : "null",
        "tool" : "null",
        "volume" : 0,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "stack_size" : 60,
        "bashing" : 0,
        "fun" : 5
    },
    {
        "type" : "COMESTIBLE",
        "id" : "tobacco",
        "name" : "rolling tobacco",
        "weight" : 0,
        "color" : "brown",
        "addiction_type" : "nicotine",
        "spoils_in" : 0,
        "stim" : 1,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "!",
        "quench" : 0,
        "healthy" : -2,
        "addiction_potential" : 50,
        "nutrition" : 0,
        "description" : "Loose, fine-cut tobacco leaves.  Popular in Europe and among hipsters.  Highly addictive and hazardous to health.\nCan either be rolled into a cigarette with some rolling papers or smoked through a pipe.",
        "price" : 1100,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 20,
        "stack_size" : 60,
        "bashing" : 0,
        "fun" : 5
    },
    {
        "type" : "GENERIC",
        "id" : "cig_lit",
        "name" : "cigarette",
        "weight" : 0,
        "volume" : 0,
        "color" : "white",
        "symbol" : "!",
        "to_hit" : -2,
        "cutting" : -1,
        "bashing" : -1,
        "description" : "Smoke swirls from the lit end of this cigarette, filling the air with the thrilling smell of burning chemicals.",
        "price" : 0,
        "material" : "null",
        "phase" : "solid",
        "category": "drugs",
        "flags" : ["LITCIG", "TOBACCO", "LIGHT_1"]
    },
    {
        "type" : "COMESTIBLE",
        "id" : "cig_butt",
        "name" : "cigarette butt",
        "weight" : 0,
        "color" : "dark_gray",
        "addiction_type" : "nicotine",
        "spoils_in" : 0,
        "stim" : 1,
        "container" : "null",
        "to_hit" : -2,
        "comestible_type" : "MED",
        "symbol" : "!",
        "quench" : 0,
        "healthy" : -3,
        "addiction_potential" : 50,
        "nutrition" : 0,
        "description" : "What was once a wonderfully addictive tube of dried tobacco leaf is now just a smelly piece of trash.  What a tragedy!\nThe leftover tobacco in a few of these could probably be used to roll another cigarette.  If you're willing to go that far...",
        "price" : 0,
        "material" : "null",
        "tool" : "null",
        "volume" : 0,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "stack_size" : 1000,
        "bashing" : 0,
        "fun" : 2,
        "category": "other"
    },
    {
        "type" : "COMESTIBLE",
        "id" : "weed",
        "name" : "cannabis",
        "name_plural" : "cannabis",
        "weight" : 1,
        "color" : "green",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : -10,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "!",
        "quench" : -5,
        "healthy" : 0,
        "addiction_potential" : 5,
        "nutrition" : 0,
        "description" : "The dried flower buds and leaves harvested from a psychoactive variety of hemp plant.  Used to reduce nausea, stimulate appetite and elevate mood.  It can be habit-forming, and adverse reactions are possible.",
        "price" : 2500,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 5,
        "stack_size" : 100,
        "bashing" : 0,
        "fun" : 15
    },
    {
        "type" : "COMESTIBLE",
        "id" : "seed_weed",
        "category": "other",
        "name" : "hemp seed",
        "weight" : 1,
        "color" : "green",
        "flags": ["SEED"],
        "addiction_type" : "none",
        "spoils_in" : 0,
        "use_action" : "SEED",
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : ".",
        "quench" : 0,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 2,
        "description" : "Seeds of the cannabis plant.  Filled with vitamins, they can be roasted or eaten raw.",
        "price" : 100,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "stack_size" : 100,
        "bashing" : 0,
        "fun" : 1
    },
    {
        "type" : "COMESTIBLE",
        "id" : "coke",
        "name" : "cocaine",
        "weight" : 1,
        "color" : "white",
        "addiction_type" : "cocaine",
        "spoils_in" : 0,
        "use_action" : "COKE",
        "stim" : 20,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "!",
        "quench" : 0,
        "healthy" : -2,
        "addiction_potential" : 50,
        "nutrition" : 0,
        "description" : "Crystalline extract of the coca leaf, or at least, a white powder with some of that in it.  A topical analgesic, it is more commonly used for its stimulatory properties.  Highly addictive.",
        "price" : 10000,
        "material" : "powder",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 8,
        "stack_size" : 100,
        "bashing" : 0,
        "fun" : 25
    },
    {
        "type" : "COMESTIBLE",
        "id" : "meth",
        "name" : "low-grade methamphetamine",
        "weight" : 1,
        "color" : "light_cyan",
        "addiction_type" : "amphetamine",
        "spoils_in" : 0,
        "use_action" : "METH",
        "stim" : 20,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "!",
        "quench" : -2,
        "healthy" : -7,
        "addiction_potential" : 50,
        "nutrition" : 0,
        "description" : "A profoundly addictive and powerful stimulant.  While extremely effective at enhancing alertness, it is hazardous to health and the risk of an adverse reaction is great.",
        "price" : 15000,
        "material" : "powder",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 6,
        "stack_size" : 100,
        "bashing" : 0,
        "fun" : 30
    },
    {
        "type" : "COMESTIBLE",
        "id" : "heroin",
        "name" : "heroin",
        "weight" : 1,
        "color" : "light_gray",
        "addiction_type" : "opiate",
        "spoils_in" : 0,
        "use_action" : {
            "type" : "consume_drug",
            "activation_message" : "You shoot up.",
            "tools_needed" : { "syringe" : 1 },
            "diseases" : { "pkill3" : 80, "pkill2" : 200 }
        },
        "stim" : -10,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "!",
        "quench" : 0,
        "healthy" : -5,
        "addiction_potential" : 75,
        "nutrition" : 0,
        "description" : "An extremely strong opioid narcotic derived from morphine.  Incredibly addictive, the risk of overdose is extreme, and the drug is contraindicated for nearly all medical purposes.",
        "price" : 14000,
        "material" : "powder",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 4,
        "stack_size" : 100,
        "bashing" : 0,
        "fun" : 50
    },
    {
        "type" : "COMESTIBLE",
        "id" : "morphine",
        "name" : "morphine",
        "weight" : 1,
        "color" : "light_gray",
        "addiction_type" : "opiate",
        "spoils_in" : 0,
        "use_action" : {
            "type" : "consume_drug",
            "activation_message" : "You shoot up.",
            "tools_needed" : { "syringe" : 1 },
            "diseases" : { "pkill3" : 20, "pkill2" : 200 }
        },
        "stim" : -5,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "!",
        "quench" : 0,
        "healthy" : -3,
        "addiction_potential" : 25,
        "nutrition" : 0,
        "description" : "A very strong semi-synthetic narcotic used to treat intense pain in hospital settings. This injectable drug is very addictive.",
        "price" : 4000,
        "material" : "powder",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 4,
        "stack_size" : 100,
        "bashing" : 0,
        "fun" : 25
    },
    {
        "type" : "COMESTIBLE",
        "id" : "cigar",
        "name" : "cigar",
        "weight" : 3,
        "color" : "brown",
        "addiction_type" : "nicotine",
        "spoils_in" : 0,
        "use_action" : "SMOKING",
        "stim" : 1,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "!",
        "quench" : 0,
        "healthy" : -1,
        "addiction_potential" : 50,
        "nutrition" : 0,
        "description" : "Rolled, cured tobacco leaf, addictive and hazardous to health.\nA gentleman's vice, cigars set the civil man apart from the savage.",
        "price" : 1000,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 5,
        "bashing" : 0,
        "fun" : 15
    },
    {
        "type" : "GENERIC",
        "id" : "cigar_lit",
        "name" : "cigar",
        "weight" : 0,
        "volume" : 0,
        "color" : "brown",
        "symbol" : "!",
        "to_hit" : -2,
        "cutting" : -1,
        "bashing" : -1,
        "description" : "The smoke billowing from this cigar has a sweet, musty odor.",
        "price" : 0,
        "material" : "null",
        "phase" : "solid",
        "category": "drugs",
        "flags" : ["LITCIG", "TOBACCO", "LIGHT_1"]
    },
    {
        "type" : "GENERIC",
        "id" : "cigar_butt",
        "name" : "cigar butt",
        "weight" : 0,
        "volume" : 0,
        "color" : "dkgray",
        "symbol" : "!",
        "to_hit" : -2,
        "cutting" : -1,
        "bashing" : -1,
        "description" : "A true gentleman always finishes his cigars.",
        "price" : 0,
        "material" : "null",
        "phase" : "solid",
        "category": "other"
    },
    {
        "type" : "COMESTIBLE",
        "id" : "joint",
        "name" : "joint",
        "weight" : 1,
        "color" : "green",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "use_action" : "SMOKING",
        "stim" : -10,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "!",
        "quench" : -5,
        "healthy" : 0,
        "addiction_potential" : 5,
        "nutrition" : 0,
        "description" : "Marijuana, cannabis, pot.  Whatever you want to call it, it's rolled up in a piece of paper and ready for smokin'.",
        "price" : 500,
        "material" : "null",
        "tool" : "null",
        "volume" : 0,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "stack_size" : 100,
        "bashing" : 0,
        "fun" : 15
    },
    {
        "type" : "GENERIC",
        "id" : "joint_lit",
        "name" : "joint",
        "weight" : 0,
        "volume" : 0,
        "color" : "ltgreen",
        "symbol" : "!",
        "to_hit" : -2,
        "cutting" : -1,
        "bashing" : -1,
        "description" : "The smell of skunk permeates the air as a thin trail of smoke floats off of this joint.",
        "price" : 0,
        "material" : "null",
        "phase" : "solid",
        "category": "drugs",
        "flags" : ["LITCIG", "LIGHT_1"]
    },
    {
        "type" : "COMESTIBLE",
        "id" : "joint_roach",
        "name" : "joint roach",
        "name_plural": "joint roaches",
        "weight" : 0,
        "color" : "green",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : -10,
        "container" : "null",
        "to_hit" : -2,
        "comestible_type" : "MED",
        "symbol" : "!",
        "quench" : -6,
        "healthy" : 0,
        "addiction_potential" : 6,
        "nutrition" : 0,
        "description" : "The smoked-down butt of a joint, a reminder of some good times.  Pretty much trash now.  Bummer, man.\nA few of these could probably be used to roll another joint.",
        "price" : 0,
        "material" : "null",
        "tool" : "null",
        "volume" : 0,
        "cutting" : -1,
        "phase" : "solid",
        "charges" : 1,
        "stack_size" : 1000,
        "bashing" : -1,
        "fun" : 12,
        "category": "other"
    },
    {
        "type" : "COMESTIBLE",
        "id" : "antibiotics",
        "name" : "antibiotic",
        "weight" : 1,
        "color" : "white",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "use_action" : "ANTIBIOTIC",
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "!",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 0,
        "description" : "Antibacterial medication designed to prevent or stop the spread of infection.",
        "price" : 9000,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 15,
        "stack_size" : 200,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "fungicide",
        "category" : "chems",
        "name" : "fungicide",
        "name_plural" : "fungicide",
        "weight" : 1, "//" : "Typically sold in larger quantities, but that's handed in the charge count.",
        "color" : "pink",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "use_action" : "FUNGICIDE",
        "stim" : -7,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "!",
        "quench" : 0,
        "healthy" : -7,
        "addiction_potential" : 0,
        "nutrition" : 0,
        "description" : "Agricultural grade chemical anti-fungal powder designed to destroy infections in plants.",
        "price" : 1100,
        "material" : "powder",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 400, "//" : "Previously 10 doses to a gram, so about 400 to the pound.",
        "stack_size" : 400,
        "bashing" : 0,
        "fun" : -15
    },
    {
        "type" : "COMESTIBLE",
        "id" : "antifungal",
        "category" : "drugs",
        "name" : "antifungal drug",
        "weight" : 1,
        "color" : "white",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "use_action" : "ANTIFUNGAL",
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "!",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 0,
        "description" : "Powerful chemical tablets designed to eliminate fungal infections in living creatures.",
        "price" : 1000,
        "material" : "powder",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 5,
        "stack_size" : 100,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "antiparasitic",
        "category" : "drugs",
        "name" : "antiparasitic drug",
        "weight" : 1,
        "color" : "white",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "use_action" : "ANTIPARASITIC",
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "!",
        "quench" : 0,
        "healthy" : -5,
        "addiction_potential" : 0,
        "nutrition" : 0,
        "description" : "Broad spectrum chemical tablets designed to eliminate parasitic infestations in living creatures.  Though designed for use on pets and livestock, it will likely work on humans as well.",
        "price" : 3200,
        "material" : "powder",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 5,
        "stack_size" : 100,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "poppy_sleep",
        "name" : "poppy sleep",
        "weight" : 1,
        "color" : "magenta",
        "addiction_type" : "opiate",
        "spoils_in" : 0,
        "use_action" : "SLEEP",
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "!",
        "quench" : 0,
        "healthy" : -2,
        "addiction_potential" : 0,
        "nutrition" : 0,
        "description" : "A potent sleep aid extracted from mutated poppy seeds.  Effective, but as an opiate, it may be addictive.",
        "price" : 2000,
        "material" : "powder",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 10,
        "stack_size" : 100,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "poppy_pain",
        "name" : "poppy painkiller",
        "weight" : 1,
        "color" : "pink",
        "addiction_type" : "opiate",
        "spoils_in" : 0,
        "use_action" : {
            "type" : "consume_drug",
            "activation_message" : "You take some poppy painkiller.",
            "diseases" : { "pkill2" : 180 }
        },
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "!",
        "quench" : 0,
        "healthy" : -2,
        "addiction_potential" : 10,
        "nutrition" : 0,
        "description" : "Potent opioid palliative produced by the refining of the mutated poppy.  Notably devoid of euphoric or sedative effects, as an opiate it may still be addictive.",
        "price" : 3000,
        "material" : "powder",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 10,
        "stack_size" : 100,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "crack",
        "name" : "crack",
        "name_plural" : "crack",
        "weight" : 1,
        "color" : "white",
        "addiction_type" : "crack",
        "spoils_in" : 0,
        "use_action" : {
            "type" : "consume_drug",
            "activation_message" : "You smoke your crack rocks.  Mother would be proud.",
            "diseases" : { "high": 15 },
            "stat_adjustments": {"hunger" : -10},
            "fields_produced" : {"fd_cracksmoke" : 2},
            "charges_needed" : { "fire" : 1 },
            "tools_needed" : { "apparatus" : -1 }
        },
        "stim" : 40,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "!",
        "quench" : 0,
        "healthy" : -2,
        "addiction_potential" : 80,
        "nutrition" : 0,
        "description" : "Deprotonated cocaine crystals, incredibly addictive and deleterious to brain chemistry.",
        "price" : 72000,
        "material" : "powder",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 4,
        "stack_size" : 100,
        "bashing" : 0,
        "fun" : 50
    },
    {
        "type" : "COMESTIBLE",
        "id" : "disinfectant",
        "name" : "disinfectant",
        "weight" : 135,
        "color" : "light_cyan",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "use_action" : "DISINFECTANT",
        "stim" : 0,
        "container" : "bottle_plastic",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "~",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 0,
        "description" : "A powerful disinfectant commonly used for contaminated wounds.",
        "price" : 1500,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 2,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "id": "mayonnaise",
        "type": "COMESTIBLE",
        "symbol": "~",
        "color": "white",
        "name": "mayonnaise",
        "name_plural": "mayonnaise",
        "description": "Good old mayo, tastes great on sandwiches.",
        "price": 600,
        "material" : ["junk", "egg"],
        "weight": 84,
        "volume": 1,
        "bashing": 0,
        "cutting": 0,
        "to_hit": 0,
        "comestible_type": "DRINK",
        "tool": "null",
        "container": "bottle_plastic",
        "quench": 15,
        "nutrition": 15,
        "spoils_in": 160,
        "addiction_potential": 0,
        "addiction_type" : "none",
        "charges": 5,
        "healthy": 0,
        "fun": -5,
        "stim": 0,
        "phase": "liquid"
    },
    {
        "id": "ketchup",
        "type": "COMESTIBLE",
        "symbol": "~",
        "color": "red",
        "name": "ketchup",
        "description": "Good old ketchup, tastes great on hot dogs.",
        "price": 6000,
        "material" : ["veggy", "junk"],
        "weight": 51,
        "volume": 1,
        "bashing": 0,
        "cutting": 0,
        "to_hit": 0,
        "comestible_type": "DRINK",
        "tool": "null",
        "container": "bottle_plastic",
        "quench": 1,
        "nutrition": 2,
        "spoils_in": 600,
        "addiction_potential": 0,
        "addiction_type" : "none",
        "charges": 5,
        "healthy": 0,
        "fun": 0,
        "stim": 0,
        "phase": "liquid"
    },
    {
        "id": "mustard",
        "type": "COMESTIBLE",
        "symbol": "~",
        "color": "yellow",
        "name": "mustard",
        "name_plural": "mustard",
        "description": "Good old mustard, tastes great on hamburgers.",
        "price": 500,
        "material" : "junk",
        "weight": 53,
        "volume": 1,
        "bashing": 0,
        "cutting": 0,
        "to_hit": 0,
        "comestible_type": "DRINK",
        "tool": "null",
        "container": "bottle_plastic",
        "quench": 10,
        "nutrition": 10,
        "spoils_in": 0,
        "addiction_potential": 0,
        "addiction_type" : "none",
        "charges": 5,
        "healthy": 0,
        "fun": 0,
        "stim": 0,
        "phase": "liquid"
    },
    {
        "id": "honey_bottled",
        "type": "COMESTIBLE",
        "symbol": "~",
        "color": "yellow",
        "name": "honey",
        "name_plural": "honey",
        "description": "Honey, that stuff bees make. This one is \"forest honey\", a liquid form of honey. This honey won't spoil and is good for your digestion.",
        "price": 800,
        "material" : ["junk", "honey"],
        "weight": 63,
        "volume": 1,
        "bashing": 0,
        "cutting": 0,
        "to_hit": 0,
        "comestible_type": "DRINK",
        "tool": "null",
        "container": "bottle_plastic",
        "quench": 2,
        "nutrition": 7,
        "spoils_in": 0,
        "addiction_potential": 0,
        "addiction_type" : "none",
        "charges" : 5,
        "healthy" : 1,
        "fun": 0,
        "stim": 0,
        "phase": "liquid"
    },
    {
        "id": "honey_glassed",
        "type": "COMESTIBLE",
        "symbol": "~",
        "color": "yellow",
        "name": "honey",
        "name_plural": "honey",
        "description": "Honey, that stuff the bees make. This variant is \"candied honey\", a variant of very thick consistence. This honey won't spoil and is good for your digestion.",
        "price": 800,
        "material" : ["junk", "honey"],
        "weight": 253,
        "volume": 1,
        "bashing": 0,
        "cutting": 0,
        "to_hit": 0,
        "comestible_type": "FOOD",
        "tool": "null",
        "container": "jar_glass",
        "quench": 1,
        "nutrition": 8,
        "spoils_in": 0,
        "addiction_potential": 0,
        "addiction_type" : "none",
        "charges": 5,
        "healthy" : 1,
        "fun": 2,
        "stim": 0,
        "phase": "solid"
    },
    {
        "id": "peanutbutter",
        "type": "COMESTIBLE",
        "symbol": "~",
        "color": "brown",
        "name": "peanut butter",
        "description": "A brown goo that tastes very little like its namesake.  It's not bad, but it'll stick to the roof of your mouth.",
        "price": 310, "//" : "Two charges per jar.",
        "material" : "null",
        "weight": 50,
        "volume": 1,
        "bashing": 0,
        "cutting": 0,
        "to_hit": 0,
        "comestible_type": "DRINK",
        "tool": "null",
        "container": "jar_glass",
        "quench": -2,
        "nutrition": 5,
        "spoils_in": 0,
        "addiction_potential": 0,
        "addiction_type" : "none",
        "charges": 5,
        "healthy": 0,
        "fun": 0,
        "stim": 0,
        "phase": "liquid",
        "flags" : ["USE_EAT_VERB"]
    },
    {
        "type" : "COMESTIBLE",
        "id" : "pickle",
        "name" : "pickle",
        "weight" : 163,
        "color" : "green",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 5,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 25,
        "description" : "A pickled cucumber.  Rather sour, but tastes good and basically lasts forever.",
        "price" : 250,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 5
    },
    {
        "type" : "COMESTIBLE",
        "id" : "paper",
        "name" : "paper",
        "category" : "spare_parts",
        "weight" : 3,
        "color" : "white",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "`",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 1,
        "description" : "A piece of paper.  Can be used for fires.",
        "price" : 0,
        "material" : "paper",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 50,
        "bashing" : 0,
        "fun" : -20
    },
    {
        "type" : "COMESTIBLE",
        "id" : "fried_spam",
        "name" : "fried SPAM",
        "weight" : 160,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 24,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -6,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 28,
        "description" : "Having been fried, this SPAM is actually pretty tasty.",
        "price" : 500,
        "material" : "flesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 2,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 8
  },
  {
        "type" : "COMESTIBLE",
        "id" : "drink_strawberry_surprise",
        "name" : "strawberry surprise",
        "weight" : 36,
        "color" : "pink",
        "addiction_type" : "alcohol",
        "spoils_in" : 0,
        "use_action" : "ALCOHOL",
        "stim" : -14,
        "container" : "bottle_glass",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 15,
        "healthy" : 3,
        "addiction_potential" : 6,
        "nutrition" : 8,
        "description" : "Strawberries left to ferment with a few other choice ingredients offer up a surprisingly palatable mixture; you barely even have to force yourself to drink it after the first few gulps.",
        "price" : 1600,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 6,
        "bashing" : 0,
        "flags" : ["EATEN_COLD"],
        "fun" : 8
    },
    {
        "type" : "COMESTIBLE",
        "id" : "drink_boozeberry",
        "name" : "boozeberry",
        "name_plural" : "boozeberries",
        "weight" : 36,
        "color" : "cyan",
        "addiction_type" : "alcohol",
        "spoils_in" : 0,
        "use_action" : "ALCOHOL",
        "stim" : -14,
        "container" : "bottle_glass",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 15,
        "healthy" : 1,
        "addiction_potential" : 18,
        "nutrition" : 30,
        "description" : "This fermented blueberry mixture is surprisingly hearty, though the soup-like consistency is slightly unsettling no matter how much you drink.",
        "price" : 1400,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 6,
        "bashing" : 0,
        "flags" : ["EATEN_COLD"],
        "fun" : -12
    },
    {
        "type" : "COMESTIBLE",
        "id" : "cola_meth",
        "name" : "methacola",
        "weight" : 61,
        "color" : "brown",
        "addiction_type" : "amphetamine",
        "spoils_in" : 0,
        "use_action" : "CAFF",
        "stim" : 20,
        "container" : "bottle_glass",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 15,
        "healthy" : -8,
        "addiction_potential" : 60,
        "nutrition" : 0,
        "description" : "A potent cocktail of amphetamines, caffeine and corn syrup, this stuff puts a spring in your step, a fire in your eye, and a bad case of tachycardia tremors in your somersaulting heart.",
        "price" : 9000,
        "material" : "glass",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 4,
        "bashing" : 0,
        "flags" : ["EATEN_COLD"],
        "fun" : 30
    },
    {
        "type" : "COMESTIBLE",
        "id" : "taint_tornado",
        "name" : "tainted tornado",
        "weight" : 100,
        "color" : "red",
        "addiction_type" : "alcohol",
        "spoils_in" : 0,
        "use_action" : "MUTAGEN",
        "flags" : ["MUTAGEN_WEAK"],
        "stim" : -60,
        "container" : "bottle_glass",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : -20,
        "healthy" : -8,
        "addiction_potential" : 5,
        "nutrition" : 10,
        "description" : "A frothing slurry of alcohol-soaked zombie flesh and rotten blood, it smells almost as bad as it looks.  The mixture has sterilized, in theory, but that doesn't make it safe to drink.",
        "price" : 6500,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 2,
        "bashing" : 0,
        "fun" : -40
    },
    {
        "type" : "COMESTIBLE",
        "id" : "strawberries_cooked",
        "name" : "cooked strawberry",
        "name_plural" : "cooked strawberries",
        "weight" : 200,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 90,
        "stim" : 0,
        "container" : "jar_3l_glass",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 18,
        "description" : "It's like strawberry jam, only without sugar.",
        "price" : 50, "//" : "Cheap for three liters of spread!",
        "material" : "fruit",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 2,
        "flags" : ["USE_EAT_VERB", "EATEN_COLD"]
    },
    {
        "type" : "COMESTIBLE",
        "id" : "blueberries_cooked",
        "name" : "cooked blueberry",
        "name_plural" : "cooked blueberries",
        "weight" : 200,
        "color" : "blue",
        "addiction_type" : "none",
        "spoils_in" : 90,
        "stim" : 0,
        "container" : "jar_3l_glass",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 18,
        "description" : "It's like blueberry jam, only without sugar.",
        "price" : 50,
        "material" : "fruit",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 2,
        "flags" : ["USE_EAT_VERB", "EATEN_COLD"]
    },
    {
        "type" : "COMESTIBLE",
        "id" : "jam_strawberries",
        "name" : "strawberry jam",
        "weight" : 250,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 240,
        "stim" : 0,
        "container" : "jar_3l_glass",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 10,
        "description" : "Fresh strawberries, cooked with sugar to make them last longer.",
        "price" : 80,
        "material" : "fruit",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 2,
        "bashing" : 0,
        "fun" : 10,
        "flags" : ["USE_EAT_VERB"]
    },
    {
        "type" : "COMESTIBLE",
        "id" : "jam_blueberries",
        "name" : "blueberry jam",
        "weight" : 250,
        "color" : "blue",
        "addiction_type" : "none",
        "spoils_in" : 240,
        "stim" : 0,
        "container" : "jar_3l_glass",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 10,
        "description" : "Fresh blueberries, cooked with sugar to make them last longer.",
        "price" : 80,
        "material" : "fruit",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 2,
        "bashing" : 0,
        "fun" : 10,
        "flags" : ["USE_EAT_VERB"]
    },
    {
        "type" : "COMESTIBLE",
        "id" : "cheeseburger",
        "name" : "cheeseburger",
        "weight" : 340,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 36,
        "stim" : 1,
        "container" : "wrapper",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 140,
        "description" : "A sandwich of minced meat and cheese with condiments.  The apex of pre-cataclysm culinary achievement.",
        "price" : 1000,
        "material" : "flesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 20
    },
    {
        "type" : "COMESTIBLE",
        "id" : "cheeseburgerhuman",
        "name" : "chump cheeseburger",
        "weight" : 340,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 36,
        "stim" : 1,
        "container" : "wrapper",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 140,
        "description" : "A sandwich of minced human flesh and cheese with condiments.  The apex of post-cataclysm cannibalistic culinary achievement.",
        "price" : 0,
        "material" : "hflesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 20
    },
    {
        "type" : "COMESTIBLE",
        "id" : "hamburger",
        "name" : "hamburger",
        "weight" : 300,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 36,
        "stim" : 1,
        "container" : "wrapper",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 120,
        "description" : "A sandwich of minced meat with condiments.",
        "price" : 900,
        "material" : "flesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 16
    },
    {
        "type" : "COMESTIBLE",
        "id" : "bobburger",
        "name" : "bobburger",
        "weight" : 300,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 36,
        "stim" : 1,
        "container" : "wrapper",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 120,
        "description" : "This hamburger contains more than the FDA allowable 4% human flesh content.",
        "price" : 0,
        "material" : "hflesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 16
    },
    {
        "type" : "COMESTIBLE",
        "id" : "sloppyjoe",
        "name" : "sloppy joe",
        "weight" : 300,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 36,
        "stim" : 1,
        "container" : "wrapper",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 125,
        "description" : "A sandwich, consisting of ground beef, onions, and tomato sauce served on a hamburger bun.",
        "price" : 900,
        "material" : ["flesh", "veggy"],
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 16
    },
    {
        "type" : "COMESTIBLE",
        "id" : "manwich",
        "name" : "manwich",
        "name_plural" : "manwiches",
        "weight" : 300,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 36,
        "stim" : 1,
        "container" : "wrapper",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 125,
        "description" : "A sandwich is a sandwich, but this is made with people!",
        "price" : 0,
        "material" : "hflesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 16
    },
    {
        "type" : "COMESTIBLE",
        "id" : "taco",
        "name" : "taco",
        "weight" : 85,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 24,
        "stim" : 0,
        "container" : "wrapper",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -10,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 4,
        "description" : "A traditional Mexican dish composed of a corn or wheat tortilla folded or rolled around a meat filling.",
        "price" : 210,
        "material" : "flesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 3,
        "bashing" : 0,
        "fun" : 8
    },
    {
        "type" : "COMESTIBLE",
        "id" : "tiotaco",
        "name" : "tio taco",
        "weight" : 85,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 24,
        "stim" : 0,
        "container" : "wrapper",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -10,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 4,
        "description" : "A taco made with ground human flesh instead of ground beef.  For some reason you can hear a bell dinging in the distance.",
        "price" : 0,
        "material" : "hflesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 3,
        "bashing" : 0,
        "fun" : 8
    },
    {
        "type" : "COMESTIBLE",
        "id" : "blt",
        "name" : "blt",
        "weight" : 250,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 60,
        "stim" : 1,
        "container" : "wrapper",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 2,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 133,
        "description" : "A bacon, lettuce, and tomato sandwich on toasted bread.",
        "price" : 400,
        "material" : "flesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 20
    },
    {
        "type" : "COMESTIBLE",
        "id" : "cheese",
        "name" : "cheese",
        "name_plural" : "cheese",
        "weight" : 120,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 672,
        "stim" : 1,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 30,
        "description" : "A block of yellow processed cheese.",
        "price" : 900,
        "material" : "milk",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 4,
        "bashing" : 0,
        "fun" : 7
    },
    {
        "type" : "COMESTIBLE",
        "id" : "can_cheese",
        "name" : "cheese spread",
        "weight" : 160,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 96,
        "stim" : 1,
        "container" : "can_food",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 20,
        "description" : "A can of processed cheese spread.",
        "price" : 650,
        "material" : ["milk", "junk"],
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 3,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 6
    },
    {
        "type" : "COMESTIBLE",
        "id" : "lsd",
        "name" : "pink tablet",
        "weight" : 1,
        "color" : "pink",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "use_action" : {
            "type" : "consume_drug",
            "activation_message" : "You eat the pink tablet.",
            "diseases" : { "hallu" : 3600 }
        },
        "stim" : 20,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "!",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 0,
        "description" : "Tiny pink candies shaped like hearts, already dosed with some sort of drug.  Really only useful for entertainment.  Will cause hallucinations.",
        "price" : 10000,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 5,
        "stack_size" : 100,
        "bashing" : 0,
        "fun" : 25
    },
    {
        "type" : "COMESTIBLE",
        "id" : "gum",
        "name" : "chewing gum",
        "category": "food",
        "weight" : 3,
        "color" : "pink",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "use_action" : "CHEW",
        "stim" : 1,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "*",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 0,
        "description" : "Bright pink chewing gum.  Sugary, sweet, and bad for your teeth.",
        "price" : 100,
        "material" : "junk",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 10,
        "stack_size" : 100,
        "bashing" : 0,
        "fun" : 2
    },
    {
        "type" : "COMESTIBLE",
        "id" : "nic_gum",
        "name" : "nicotine gum",
        "weight" : 4,
        "color" : "yellow",
        "addiction_type" : "nicotine",
        "spoils_in" : 0,
        "use_action" : "CHEW",
        "stim" : 2,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "*",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 0,
        "description" : "Mint flavored nicotine chewing gum.  For smokers who desire to quit.",
        "price" : 1000,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 10,
        "stack_size" : 100,
        "bashing" : 0,
        "fun" : 1
    },
    {
        "type" : "COMESTIBLE",
        "id" : "chaw",
        "name" : "chewing tobacco",
        "weight" : 4,
        "color" : "green",
        "addiction_type" : "nicotine",
        "spoils_in" : 0,
        "use_action" : "CHEW",
        "stim" : 2,
        "container" : "wrapper",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "*",
        "quench" : 1,
        "healthy" : -1,
        "addiction_potential" : 40,
        "nutrition" : 0,
        "description" : "Mint flavored chewing tobacco.  While still absolutely terrible for your health, it was once a favorite amongst baseball players, cowboys, and other macho types.",
        "price" : 2000,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 20,
        "stack_size" : 60,
        "bashing" : 0,
        "fun" : 4
    },
    {
        "type" : "COMESTIBLE",
        "id" : "caff_gum",
        "name" : "caffeinated chewing gum",
        "category": "food",
        "weight" : 3,
        "color" : "white",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "use_action" : "CHEW",
        "stim" : 10,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "*",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 0,
        "description" : "Chewing gum with added caffeine.  Sugary and bad for your teeth, but it's a nice pick-me-up.",
        "price" : 140,
        "material" : "junk",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 10,
        "stack_size" : 100,
        "bashing" : 0,
        "fun" : 1
    },
    {
        "type" : "COMESTIBLE",
        "id" : "vinegar",
        "name" : "vinegar",
        "weight" : 127,
        "color" : "white",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "jug_plastic",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 4,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 0,
        "description" : "Shockingly tart white vinegar.",
        "price" : 500,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 2,
        "bashing" : 0,
        "fun" : -4
    },
    {
        "type" : "COMESTIBLE",
        "id" : "brew_vinegar",
        "name" : "unfermented vinegar",
        "description" : "Mixture of water, alcohol and fruit juice that will eventually become vinegar.",
        "weight" : 127,
        "color" : "yellow",
        "addiction_type" : "none",
        "container" : "jug_plastic",
        "symbol" : "~",
        "nutrition" : 4,
        "quench" : 6,
        "fun" : -15,
        "healthy" : 0,
        "stim" : 0,
        "addiction_potential" : 0,
        "price" : 0,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "charges" : 2,
        "spoils_in" : 0,
        "to_hit" : 0,
        "cutting" : 0,
        "bashing" : 0,
        "phase" : "liquid",
        "comestible_type" : "DRINK",
        "flags" : ["BREW"],
        "brew_time" : 168000
    },
    {
        "type" : "COMESTIBLE",
        "id" : "cooking_oil",
        "name" : "cooking oil",
        "name_plural" : "cooking oil",
        "weight" : 117,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "jug_plastic",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : -1,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 1,
        "description" : "Thin yellow vegetable oil used for cooking.",
        "price" : 40,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 2,
        "bashing" : 0,
        "fun" : -4
    },
    {
        "type" : "COMESTIBLE",
        "id" : "veggy_pickled",
        "name" : "pickled veggy",
        "name_plural" : "pickled veggies",
        "weight" : 226,
        "color" : "light_green",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "jar_glass",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 20,
        "description" : "This is a serving of crisply brined and canned vegetable matter.  Tasty and nutritious.",
        "price" : 250,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 2,
        "bashing" : 0,
        "fun" : 7
    },
    {
        "type" : "COMESTIBLE",
        "id" : "meat_pickled",
        "name" : "pickled meat",
        "weight" : 226,
        "color" : "pink",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "jar_glass",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 50,
        "description" : "This is a serving of crisply brined and canned meat.  Tasty and nutritious.",
        "price" : 250,
        "material" : "flesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 2,
        "bashing" : 0,
        "fun" : 6
    },
    {
        "type" : "COMESTIBLE",
        "id" : "human_pickled",
        "name" : "pickled punk",
        "weight" : 226,
        "color" : "pink",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "jar_glass",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : -1,
        "addiction_potential" : 0,
        "nutrition" : 50,
        "description" : "This is a serving of crisply brined and canned human flesh.  Tasty and nutritious if you're into that sort of thing.",
        "price" : 0,
        "material" : "hflesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 2,
        "bashing" : 0,
        "fun" : 6
    },
    {
        "type" : "COMESTIBLE",
        "id" : "pur_tablets",
        "name" : "water purification tablet",
        "category" : "chems",
        "weight" : 1,
        "color" : "white",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "use_action" : "WATER_PURIFIER",
        "stim" : 0,
        "container" : "bottle_plastic_small",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "!",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 0,
        "description" : "Intended for the clarification and disinfection of unsafe drinking water, these halazone-based purification tablets remove dangerous contaminants using powerful chemicals.  The label says to use one tablet per unit of water.",
        "price" : 900,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 15,
        "stack_size" : 100,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "quikclot",
        "name" : "hemostatic powder",
        "name_plural" : "hemostatic powder",
        "weight" : 5,
        "color" : "light_gray",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "use_action" : "BANDAGE",
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "!",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 0,
        "description" : "A powdered antihemorrhagic compound that reacts with blood to immediately form a gel-like substance that stops bleeding.",
        "price" : 550,
        "material" : "powder",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 6,
        "stack_size" : 60,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "bfipowder",
        "name" : "antiseptic powder",
        "name_plural" : "antiseptic powder",
        "weight" : 6,
        "color" : "white",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "use_action" : "DISINFECTANT",
        "stim" : 0,
        "container" : "bottle_plastic_small",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "!",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 0,
        "description" : "A powdered form of chemical disinfectant, this bismuth formic iodide cleans wounds quickly and painlessly.",
        "price" : 900,
        "material" : "powder",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 4,
        "stack_size" : 40,
        "bashing" : 0,
        "fun" : 0
    },
    {   "type" : "AMMO",
        "id" : "fungal_seeds",
        "category": "other",
        "price" : 100,
        "name" : "fungal seed",
        "symbol" : ".",
        "color" : "dark_gray",
        "description" : "Some fungal seeds.",
        "material" : "veggy",
        "volume" : 1,
        "weight" : 1,
        "bashing" : 0,
        "cutting" : 0,
        "to_hit" : 0,
        "ammo_type" : "NULL",
        "damage" : 0,
        "pierce" : 0,
        "range" : 0,
        "dispersion" : 0,
        "recoil" : 0,
        "count" : 1,
        "stack_size" : 8,
        "flags": ["SEED"]
    },
    {
        "type" : "COMESTIBLE",
        "id" : "choco_coffee_beans",
        "name" : "chocolate-covered coffee bean",
        "weight" : 56,
        "color" : "brown",
        "addiction_type" : "caffeine",
        "spoils_in" : 0,
        "use_action" : "CAFF",
        "stim" : 10,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -1,
        "healthy" : 0,
        "addiction_potential" : 3,
        "nutrition" : 1,
        "description" : "Roasted coffee beans coated with dark chocolate, natural source of concentrated caffeine.",
        "price" : 300,
        "material" : ["veggy", "junk"],
        "tool" : "null",
        "volume" : 0,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 5,
        "stack_size" : 30,
        "bashing" : 0,
        "fun" : 2
    },
    {
        "type" : "COMESTIBLE",
        "id" : "noodles_fast",
        "name" : "fast noodles",
        "name_plural" : "fast noodles",
        "weight" : 30,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : -1,
        "addiction_potential" : 0,
        "nutrition" : 15,
        "description" : "So-called ramen noodles.  Can be eaten raw.",
        "price" : 200,
        "material" : "wheat",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "pear",
        "name" : "pear",
        "weight" : 175,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 140,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 7,
        "healthy" : 3,
        "addiction_potential" : 0,
        "nutrition" : 13,
        "description" : "A juicy, bell-shaped pear.  Yum!",
        "price" : 160,
        "material" : "fruit",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 4
    },
    {
        "type" : "COMESTIBLE",
        "id" : "grapefruit",
        "name" : "grapefruit",
        "weight" : 200,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 96,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 18,
        "healthy" : 5,
        "addiction_potential" : 0,
        "nutrition" : 35,
        "description" : "A citrus fruit, whose taste ranges from sour to semi-sweet.",
        "price" : 180,
        "material" : "fruit",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 2
    },
    {
        "type": "COMESTIBLE",
        "id": "irradiated_grapefruit",
        "name": "irradiated grapefruit",
        "weight": 200,
        "color": "yellow",
        "addiction_type": "none",
        "spoils_in": 0,
        "stim": 0,
        "container": "bag_plastic",
        "to_hit": 0,
        "comestible_type": "FOOD",
        "symbol": "%",
        "quench": 18,
        "healthy": 5,
        "addiction_potential": 0,
        "nutrition": 35,
        "description": "An irradiated grapefruit will remain edible nearly forever.  Sterilized using radiation, so it's safe to eat.",
        "price": 200,
        "material": "fruit",
        "tool": "null",
        "volume": 1,
        "cutting": 0,
        "phase": "solid",
        "charges": 1,
        "bashing": 0,
        "fun": 2
    },
    {
        "type" : "COMESTIBLE",
        "id" : "irradiated_pear",
        "name" : "irradiated pear",
        "weight" : 175,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 7,
        "healthy" : 3,
        "addiction_potential" : 0,
        "nutrition" : 13,
        "description" : "An irradiated pear will remain edible nearly forever.  Sterilized using radiation, so it's safe to eat.",
        "price" : 200,
        "material" : "fruit",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 4
    },
    {
        "type" : "COMESTIBLE",
        "id" : "cherries",
        "name" : "cherry",
        "name_plural" : "cherries",
        "weight" : 200,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 60,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 2,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 14,
        "description" : "A red, sweet fruit that grows in trees.",
        "price" : 110,
        "material" : "fruit",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 3
    },
    {
        "type": "COMESTIBLE",
        "id": "irradiated_cherries",
        "name": "irradiated cherry",
        "name_plural": "irradiated cherries",
        "weight": 200,
        "color": "red",
        "addiction_type": "none",
        "spoils_in": 0,
        "stim": 0,
        "container": "bag_plastic",
        "to_hit": 0,
        "comestible_type": "FOOD",
        "symbol": "%",
        "quench": 2,
        "healthy": 1,
        "addiction_potential": 0,
        "nutrition": 14,
        "description": "An irradiated cherry will remain edible nearly forever.  Sterilized using radiation, so it's safe to eat.",
        "price": 140,
        "material": "fruit",
        "tool": "null",
        "volume": 1,
        "cutting": 0,
        "phase": "solid",
        "charges": 1,
        "bashing": 0,
        "fun": 3
    },
    {
        "type" : "COMESTIBLE",
        "id" : "plums",
        "name" : "plum",
        "weight" : 200,
        "color" : "magenta",
        "addiction_type" : "none",
        "spoils_in" : 60,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 4,
        "healthy" : 2,
        "addiction_potential" : 0,
        "nutrition" : 19,
        "description" : "A handful of large, purple plums.  Healthy and good for your digestion.",
        "price" : 200,
        "material" : "fruit",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 3
    },
    {
        "type" : "COMESTIBLE",
        "id" : "irradiated_plums",
        "name" : "irradiated plum",
        "weight" : 200,
        "color" : "magenta",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 4,
        "healthy" : 2,
        "addiction_potential" : 0,
        "nutrition" : 19,
        "description" : "A group of irradiated plums will remain edible nearly forever.  Sterilized using radiation, so it's safe to eat.",
        "price" : 210,
        "material" : "fruit",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 3
    },
    {
        "type" : "COMESTIBLE",
        "id" : "grapes",
        "name" : "grape",
        "name_plural" : "grapes",
        "weight" : 300,
        "color" : "light_green",
        "addiction_type" : "none",
        "spoils_in" : 120,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 11,
        "healthy" : 2,
        "addiction_potential" : 0,
        "nutrition" : 36,
        "description" : "A cluster of seedless grapes.",
        "price" : 150,
        "material" : "fruit",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 2,
        "bashing" : 0,
        "fun" : 4
    },
    {
        "type": "COMESTIBLE",
        "id": "irradiated_grapes",
        "name": "irradiated grape",
        "name_plural": "irradiated grapes",
        "weight": 300,
        "color": "light_green",
        "addiction_type": "none",
        "spoils_in": 0,
        "stim": 0,
        "container": "bag_plastic",
        "to_hit": 0,
        "comestible_type": "FOOD",
        "symbol": "%",
        "quench": 11,
        "healthy": 2,
        "addiction_potential": 0,
        "nutrition": 36,
        "description": "An irradiated grape will remain edible nearly forever.  Sterilized using radiation, so it's safe to eat.",
        "price": 170,
        "material": "fruit",
        "tool": "null",
        "volume": 1,
        "cutting": 0,
        "phase": "solid",
        "charges": 2,
        "bashing": 0,
        "fun": 4
    },
    {
        "type" : "COMESTIBLE",
        "id" : "pineapple",
        "name" : "pineapple",
        "weight" : 250,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 160,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 9,
        "healthy" : 3,
        "addiction_potential" : 0,
        "nutrition" : 22,
        "description" : "A large, spiky pineapple.  A bit sour, though.",
        "price" : 450,
        "material" : "fruit",
        "tool" : "null",
        "volume" : 4,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 4,
        "bashing" : 1,
        "fun" : 4
    },
    {
        "type" : "COMESTIBLE",
        "id" : "coconut",
        "name" : "coconut",
        "weight" : 1300,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 2,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 10,
        "description" : "A fruit with a hard and hairy shell.",
        "price" : 500,
        "material" : "fruit",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 2,
        "fun" : 1
    },
    {
        "type" : "COMESTIBLE",
        "id" : "peach",
        "name" : "peach",
        "name_plural" : "peaches",
        "weight" : 150,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 90,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 4,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 14,
        "description" : "This fruit's large pit is surrounded by its tasty flesh.",
        "price" : 140,
        "material" : "fruit",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 4
    },
    {
        "type" : "COMESTIBLE",
        "id" : "irradiated_pineapple",
        "name" : "irradiated pineapple",
        "weight" : 250,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 9,
        "healthy" : 3,
        "addiction_potential" : 0,
        "nutrition" : 22,
        "description" : "An irradiated pineapple will remain edible nearly forever.  Sterilized using radiation, so it's safe to eat.",
        "price" : 490,
        "material" : "fruit",
        "tool" : "null",
        "volume" : 4,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 4,
        "bashing" : 1,
        "fun" : 4
    },
    {
        "type" : "COMESTIBLE",
        "id" : "irradiated_peach",
        "name" : "irradiated peach",
        "name_plural" : "irradiated peaches",
        "weight" : 150,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 4,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 14,
        "description" : "An irradiated peach will remain edible nearly forever.  Sterilized using radiation, so it's safe to eat.",
        "price" : 160,
        "material" : "fruit",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 4
    },
    {
        "type" : "COMESTIBLE",
        "id" : "cranberries",
        "name" : "cranberry",
        "name_plural" : "cranberries",
        "weight" : 340,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 640,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 5,
        "healthy" : 4,
        "addiction_potential" : 0,
        "nutrition" : 14,
        "description" : "Sour red berries.  Good for your health.",
        "price" : 150,
        "material" : "fruit",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 3,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type": "COMESTIBLE",
        "id": "irradiated_cranberries",
        "name": "irradiated cranberry",
        "name_plural": "irradiated cranberries",
        "weight": 340,
        "color": "red",
        "addiction_type": "none",
        "spoils_in": 0,
        "stim": 0,
        "container": "bag_plastic",
        "to_hit": 0,
        "comestible_type": "FOOD",
        "symbol": "%",
        "quench": 5,
        "healthy": 4,
        "addiction_potential": 0,
        "nutrition": 14,
        "description": "An irradiated cranberry will remain edible nearly forever.  Sterilized using radiation, so it's safe to eat.",
        "price": 190,
        "material": "fruit",
        "tool": "null",
        "volume": 1,
        "cutting": 0,
        "phase": "solid",
        "charges": 3,
        "bashing": 0,
        "fun": 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "fries",
        "name" : "French fries",
        "name_plural" : "French fries",
        "weight" : 115,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "box_small",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -1,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 8,
        "description" : "A box of fast-food fried potatoes.  Somehow, they're still edible.",
        "price" : 120,
        "material" : "junk",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 3,
        "bashing" : 1,
        "fun" : 4
    },
    {
        "type" : "COMESTIBLE",
        "id" : "cheese_fries",
        "name" : "cheese fries",
        "name_plural" : "cheese fries",
        "weight" : 130,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 72,
        "stim" : 0,
        "container" : "box_small",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 12,
        "description" : "A box of fast-food fried potatoes with delicious cheese smothered on top.",
        "price" : 190,
        "material" : ["junk", "milk"],
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 3,
        "bashing" : 1,
        "fun" : 6
    },
    {
        "type" : "COMESTIBLE",
        "id" : "onion_rings",
        "name" : "onion ring",
        "weight" : 120,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 72,
        "stim" : 0,
        "container" : "box_small",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : -1,
        "addiction_potential" : 0,
        "nutrition" : 9,
        "description" : "A box of fast-food fried onions.  Crunchy and delicious.",
        "price" : 400,
        "material" : ["veggy", "junk"],
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 3,
        "bashing" : 1,
        "fun" : 6
    },
    {
        "type" : "COMESTIBLE",
        "id" : "protein_powder",
        "name" : "protein powder",
        "name_plural" : "servings of protein powder",
        "weight" : 38,
        "color" : "white",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bottle_plastic_small",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -4,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 10,
        "description" : "Raw, refined protein.  While quite nutritious, it is difficult to enjoy in its pure form.",
        "price" : 1100,
        "material" : "powder",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 4,
        "bashing" : 0,
        "fun" : -4
    },
    {
        "type" : "COMESTIBLE",
        "id" : "protein_drink",
        "name" : "protein drink",
        "weight" : 288,
        "color" : "light_gray",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "container": "bottle_plastic",
        "symbol" : "%",
        "quench" : 40,
        "healthy" : 2,
        "addiction_potential" : 0,
        "nutrition" : 10,
        "description" : "A thin slurry of refined protein mixed with water.  While quite nutritious, it is not particularly tasty.",
        "price" : 200,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_COLD"],
        "fun" : -1
    },
    {
        "type" : "COMESTIBLE",
        "id" : "protein_shake",
        "name" : "protein shake",
        "weight" : 322,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "container": "bottle_plastic",
        "symbol" : "%",
        "quench" : 40,
        "healthy" : 4,
        "addiction_potential" : 0,
        "nutrition" : 30,
        "description" : "A thick and tasty beverage made from pure refined protein and nutritious fruit.",
        "price" : 300,
        "material" : "fruit",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_COLD"],
        "fun" : 4
    },
    {
        "type" : "COMESTIBLE",
        "id" : "watermelon",
        "name" : "watermelon",
        "weight" : 600,
        "color" : "green",
        "addiction_type" : "none",
        "spoils_in" : 180,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 28,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 15,
        "description" : "A fruit, bigger than your head.  It is very juicy!",
        "price" : 1000,
        "material" : "fruit",
        "tool" : "null",
        "volume" : 12,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 8,
        "bashing" : 2,
        "flags" : ["EATEN_COLD"],
        "fun" : 4
    },
    {
        "type" : "COMESTIBLE",
        "id" : "melon",
        "name" : "melon",
        "weight" : 300,
        "color" : "light_green",
        "addiction_type" : "none",
        "spoils_in" : 180,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 9,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 18,
        "description" : "A large and very sweet fruit.",
        "price" : 1000,
        "material" : "fruit",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 8,
        "bashing" : 1,
        "flags" : ["EATEN_COLD"],
        "fun" : 4
    },
    {
        "type" : "COMESTIBLE",
        "id" : "irradiated_watermelon",
        "name" : "irradiated watermelon",
        "weight" : 600,
        "color" : "green",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 28,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 15,
        "description" : "An irradiated watermelon will remain edible nearly forever.  Sterilized using radiation, so it's safe to eat.",
        "price" : 1200,
        "material" : "fruit",
        "tool" : "null",
        "volume" : 12,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 8,
        "bashing" : 2,
        "fun" : 4
    },
    {
        "type" : "COMESTIBLE",
        "id" : "irradiated_melon",
        "name" : "irradiated melon",
        "weight" : 300,
        "color" : "light_green",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 9,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 18,
        "description" : "An irradiated melon will remain edible nearly forever.  Sterilized using radiation, so it's safe to eat.",
        "price" : 1200,
        "material" : "fruit",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 8,
        "bashing" : 1,
        "fun" : 4
    },
    {
        "type" : "COMESTIBLE",
        "id" : "raspberries",
        "name" : "raspberry",
        "name_plural" : "raspberries",
        "weight" : 226,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 120,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 3,
        "healthy" : 2,
        "addiction_potential" : 0,
        "nutrition" : 15,
        "description" : "A sweet red berry.",
        "price" : 400,
        "material" : "fruit",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 4
    },
    {
        "type": "COMESTIBLE",
        "id": "irradiated_raspberries",
        "name": "irradiated raspberry",
        "name_plural": "irradiated raspberries",
        "weight": 226,
        "color": "red",
        "addiction_type": "none",
        "spoils_in": 0,
        "stim": 0,
        "container": "bag_plastic",
        "to_hit": 0,
        "comestible_type": "FOOD",
        "symbol": "%",
        "quench": 3,
        "healthy": 2,
        "addiction_potential": 0,
        "nutrition": 15,
        "description": "An irradiated raspberry will remain edible nearly forever.  Sterilized using radiation, so it's safe to eat.",
        "price": 410,
        "material": "fruit",
        "tool": "null",
        "volume": 1,
        "cutting": 0,
        "phase": "solid",
        "charges": 1,
        "bashing": 0,
        "fun": 4
    },
    {
        "type" : "COMESTIBLE",
        "id" : "maltballs",
        "name" : "malted milk ball",
        "weight" : 36,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 3,
        "container" : "box_small",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -2,
        "healthy" : -2,
        "addiction_potential" : 0,
        "nutrition" : 1,
        "description" : "Crunchy sugar in chocolate capsules.  Legal and stimmy.",
        "price" : 100,
        "material" : "junk",
        "tool" : "null",
        "volume" : 0,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 4,
        "bashing" : 0,
        "fun" : 6
    },
    {
        "type" : "COMESTIBLE",
        "id" : "blackberries",
        "name" : "blackberry",
        "name_plural" : "blackberries",
        "weight" : 226,
        "color" : "blue",
        "addiction_type" : "none",
        "spoils_in" : 120,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 3,
        "healthy" : 5,
        "addiction_potential" : 0,
        "nutrition" : 15,
        "description" : "A darker cousin of raspberry.",
        "price" : 400,
        "material" : "fruit",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 4
    },
    {
        "type": "COMESTIBLE",
        "id": "irradiated_blackberries",
        "name": "irradiated blackberry",
        "name_plural": "irradiated blackberries",
        "weight": 226,
        "color": "blue",
        "addiction_type": "none",
        "spoils_in": 0,
        "stim": 0,
        "container": "bag_plastic",
        "to_hit": 0,
        "comestible_type": "FOOD",
        "symbol": "%",
        "quench": 3,
        "healthy": 5,
        "addiction_potential": 0,
        "nutrition": 15,
        "description": "An irradiated blackberry will remain edible nearly forever.  Sterilized using radiation, so it's safe to eat.",
        "price": 410,
        "material": "fruit",
        "tool": "null",
        "volume": 1,
        "cutting": 0,
        "phase": "solid",
        "charges": 1,
        "bashing": 0,
        "fun": 4
    },
    {
        "type" : "COMESTIBLE",
        "id" : "fruit_cooked",
        "name" : "cooked fruit",
        "weight" : 200,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 90,
        "stim" : 0,
        "container" : "jar_3l_glass",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 18,
        "description" : "It's like fruit jam, only without sugar.",
        "price" : 50,
        "material" : "fruit",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 2,
        "flags" : ["USE_EAT_VERB", "EATEN_COLD"]
    },
    {
        "type" : "COMESTIBLE",
        "id" : "jam_fruit",
        "name" : "fruit jam",
        "weight" : 250,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 240,
        "stim" : 0,
        "container" : "jar_3l_glass",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 10,
        "description" : "Fresh fruit, cooked with sugar to make them last longer.",
        "price" : 80,
        "material" : "fruit",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 2,
        "bashing" : 0,
        "fun" : 10,
        "flags" : ["USE_EAT_VERB"]
    },
    {
        "type" : "COMESTIBLE",
        "id" : "molasses",
        "name" : "molasses",
        "name_plural" : "molasses",
        "weight" : 54,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 3,
        "container" : "jar_glass",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : -2,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 6,
        "description" : "An extremely sugary tar-like syrup, with a slightly bitter aftertaste.",
        "price" : 200,
        "material" : "junk",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 4,
        "bashing" : 0,
        "fun" : 2,
        "flags" : ["USE_EAT_VERB"]
    },
    {
        "type" : "COMESTIBLE",
        "id" : "juice",
        "name" : "fruit juice",
        "weight" : 263,
        "color" : "light_red",
        "addiction_type" : "none",
        "spoils_in" : 120,
        "stim" : 0,
        "container" : "bottle_plastic",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 35,
        "healthy" : 2,
        "addiction_potential" : 0,
        "nutrition" : 4,
        "description" : "Freshly-squeezed from real fruit!  Tasty and nutritious.",
        "price" : 80,
        "material" : "fruit",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_COLD"],
        "fun" : 3
    },
    {
        "type" : "COMESTIBLE",
        "id" : "mango",
        "name" : "mango",
        "weight" : 150,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 120,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 3,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 12,
        "description" : "A fleshy fruit with large pit.",
        "price" : 180,
        "material" : "fruit",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 5
    },
    {
        "type" : "COMESTIBLE",
        "id" : "pomegranate",
        "name" : "pomegranate",
        "weight" : 300,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 140,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 12,
        "healthy" : 2,
        "addiction_potential" : 0,
        "nutrition" : 27,
        "description" : "Under this pomegranate's spongy skin lies hundreds of fleshy seeds.",
        "price" : 190,
        "material" : "fruit",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 7
    },
    {
        "type" : "COMESTIBLE",
        "id" : "rhubarb",
        "name" : "rhubarb",
        "weight" : 300,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 160,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 3,
        "healthy" : 3,
        "addiction_potential" : 0,
        "nutrition" : 8,
        "description" : "Sour stems of the rhubarb plant, often used in baking pies.",
        "price" : 410,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 4,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "irradiated_mango",
        "name" : "irradiated mango",
        "weight" : 150,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 3,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 12,
        "description" : "An irradiated mango will remain edible nearly forever.  Sterilized using radiation, so it's safe to eat.",
        "price" : 200,
        "material" : "fruit",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 5
    },
    {
        "type" : "COMESTIBLE",
        "id" : "irradiated_pomegranate",
        "name" : "irradiated pomegranate",
        "weight" : 300,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 12,
        "healthy" : 2,
        "addiction_potential" : 0,
        "nutrition" : 27,
        "description" : "An irradiated pomegranate will remain edible nearly forever.  Sterilized using radiation, so it's safe to eat.",
        "price" : 210,
        "material" : "fruit",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 7
    },
    {
        "type" : "COMESTIBLE",
        "id" : "irradiated_rhubarb",
        "name" : "irradiated rhubarb",
        "weight" : 300,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 3,
        "healthy" : 3,
        "addiction_potential" : 0,
        "nutrition" : 8,
        "description" : "An irradiated rhubarb will remain edible nearly forever.  Sterilized using radiation, so it's safe to eat.",
        "price" : 420,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 4,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "mintpatties",
        "name" : "peppermint patty",
        "name_plural" : "peppermint patties",
        "weight" : 46,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 1,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : -2,
        "addiction_potential" : 0,
        "nutrition" : 1,
        "description" : "A big bag of soft chocolate-covered peppermint patties...  yum!",
        "price" : 130,
        "material" : "junk",
        "tool" : "null",
        "volume" : 0,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 3,
        "bashing" : 0,
        "fun" : 4
    },
    {
        "type" : "COMESTIBLE",
        "id" : "dry_meat",
        "name" : "dehydrated meat",
        "weight" : 56,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -3,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 20,
        "description" : "Dehydrated meat flakes.  With proper storage, this dried food will remain edible for an incredibly long time.",
        "price" : 900,
        "material" : "flesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 2,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "dry_hflesh",
        "name" : "dehydrated human flesh",
        "name_plural" : "dehydrated human flesh",
        "weight" : 56,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -3,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 20,
        "description" : "Dehydrated human flesh flakes.  With proper storage, this dried food will remain edible for an incredibly long time.",
        "price" : 0,
        "material" : "hflesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 2,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "rehydrated_meat",
        "name" : "rehydrated meat",
        "weight" : 156,
        "color" : "light_red",
        "addiction_type" : "none",
        "spoils_in" : 24,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 22,
        "description" : "Reconstituted meat flakes, which are much more enjoyable to eat now that they have been rehydrated.",
        "price" : 900,
        "material" : "flesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 2,
        "bashing" : 0,
        "fun" : 2
    },
    {
        "type" : "COMESTIBLE",
        "id" : "rehydrated_hflesh",
        "name" : "rehydrated human flesh",
        "name_plural" : "rehydrated human flesh",
        "weight" : 156,
        "color" : "light_red",
        "addiction_type" : "none",
        "spoils_in" : 24,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 22,
        "description" : "Reconstituted human flesh flakes, which are much more enjoyable to eat now that they have been rehydrated.",
        "price" : 0,
        "material" : "hflesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 2,
        "bashing" : 0,
        "fun" : 2
    },
    {
        "type" : "COMESTIBLE",
        "id" : "dry_veggy",
        "name" : "dehydrated vegetable",
        "weight" : 44,
        "color" : "green",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -3,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 20,
        "description" : "Dehydrated vegetable flakes.  With proper storage, this dried food will remain edible for an incredibly long time.",
        "price" : 900,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 2,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "rehydrated_veggy",
        "name" : "rehydrated vegetable",
        "weight" : 144,
        "color" : "light_green",
        "addiction_type" : "none",
        "spoils_in" : 24,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 22,
        "description" : "Reconstituted vegetable flakes, which are much more enjoyable to eat now that they have been rehydrated.",
        "price" : 900,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 2,
        "bashing" : 0,
        "fun" : 2
    },
    {
        "type" : "COMESTIBLE",
        "id" : "dry_fruit",
        "name" : "dehydrated fruit",
        "name_plural" : "dehydrated fruit",
        "weight" : 38,
        "color" : "magenta",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -2,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 16,
        "description" : "Dehydrated fruit flakes.  With proper storage, this dried food will remain edible for an incredibly long time. They are useful for several cooking recipes",
        "price" : 900,
        "material" : "fruit",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 2,
        "bashing" : 0,
        "fun" : 2
    },
    {
        "type" : "COMESTIBLE",
        "id" : "rehydrated_fruit",
        "name" : "rehydrated fruit",
        "name_plural" : "rehydrated fruit",
        "weight" : 138,
        "color" : "pink",
        "addiction_type" : "none",
        "spoils_in" : 18,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 1,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 18,
        "description" : "Reconstituted fruit flakes, which are much more enjoyable to eat now that they have been rehydrated.",
        "price" : 900,
        "material" : "fruit",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 2,
        "bashing" : 0,
        "fun" : 4
    },
    {
        "type" : "COMESTIBLE",
        "id" : "neccowafers",
        "name" : "Necco wafer",
        "weight" : 46,
        "color" : "magenta",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 1,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -1,
        "healthy" : -1,
        "addiction_potential" : 0,
        "nutrition" : 2,
        "description" : "A handful of candy wafers, in assorted flavors: orange, lemon, lime, clove, chocolate, wintergreen, cinnamon, and licorice.  Yum!",
        "price" : 100,
        "material" : "junk",
        "tool" : "null",
        "volume" : 0,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 6,
        "bashing" : 0,
        "fun" : 4
    },
    {
        "type" : "COMESTIBLE",
        "id" : "papaya",
        "name" : "papaya",
        "weight" : 200,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 120,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 8,
        "healthy" : 2,
        "addiction_potential" : 0,
        "nutrition" : 21,
        "description" : "A very sweet and soft tropical fruit.",
        "price" : 250,
        "material" : "fruit",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 5
    },
    {
        "type" : "COMESTIBLE",
        "id" : "kiwi",
        "name" : "kiwi",
        "weight" : 100,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 120,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 3,
        "healthy" : 2,
        "addiction_potential" : 0,
        "nutrition" : 11,
        "description" : "A large, brown and fuzzy-skinned berry.  Its delicious insides are green.",
        "price" : 250,
        "material" : "fruit",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 3
    },
    {
        "type" : "COMESTIBLE",
        "id" : "apricot",
        "name" : "apricot",
        "weight" : 150,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 120,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 3,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 16,
        "description" : "A smooth-skinned fruit, related to the peach.",
        "price" : 140,
        "material" : "fruit",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 3
    },
    {
        "type" : "COMESTIBLE",
        "id" : "irradiated_papaya",
        "name" : "irradiated papaya",
        "weight" : 200,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 8,
        "healthy" : 2,
        "addiction_potential" : 0,
        "nutrition" : 21,
        "description" : "An irradiated papaya will remain edible nearly forever.  Sterilized using radiation, so it's safe to eat.",
        "price" : 2700,
        "material" : "fruit",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 5
    },
    {
        "type" : "COMESTIBLE",
        "id" : "irradiated_kiwi",
        "name" : "irradiated kiwi",
        "weight" : 100,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 3,
        "healthy" : 2,
        "addiction_potential" : 0,
        "nutrition" : 11,
        "description" : "An irradiated kiwi will remain edible nearly forever.  Sterilized using radiation, so it's safe to eat.",
        "price" : 270,
        "material" : "fruit",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 3
    },
    {
        "type" : "COMESTIBLE",
        "id" : "irradiated_apricot",
        "name" : "irradiated apricot",
        "weight" : 150,
        "color" : "yellow",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 3,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 16,
        "description" : "An irradiated apricot will remain edible nearly forever.  Sterilized using radiation, so it's safe to eat.",
        "price" : 160,
        "material" : "fruit",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 3
    },
    {
        "type" : "COMESTIBLE",
        "id" : "single_malt_whiskey",
        "name" : "single malt whiskey",
        "name_plural" : "single malt whiskey",
        "weight" : 33,
        "color" : "brown",
        "addiction_type" : "alcohol",
        "spoils_in" : 0,
        "use_action" : "ALCOHOL",
        "stim" : -12,
        "container" : "wooden_barrel",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : -12,
        "healthy" : -2,
        "addiction_potential" : 5,
        "nutrition" : 4,
        "description" : "Only the finest whiskey straight from the bung.",
        "price" : 300,
        "price_note" : "Priced by the 100 liter barrel, this is multiplied by 400 to achieve the final cost.",
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 7,
        "bashing" : 0,
        "fun" : 17
    },
    {
        "type" : "COMESTIBLE",
        "id" : "contacts",
        "name" : "pair of contact lenses",
        "name_plural" : "pairs of contact lenses",
        "weight" : 1,
        "color" : "cyan",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "use_action" : "CONTACTS",
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "[",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 0,
        "description" : "A pair of extended wear contacts with soft lenses designed to be discarded after a week of use.  They are a great replacement to wearing glasses and sit comfortably on the surface of the eye.",
        "price" : 2600,
        "material" : "plastic",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 6,
        "stack_size" : 36,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "brioche",
        "name" : "brioche",
        "weight" : 96,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 240,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 30,
        "description" : "Filling bread buns, taste good with tea on a Sunday morning breakfast.",
        "price" : 550,
        "material" : "wheat",
        "tool" : "null",
        "volume" : 3,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 6,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 6
    },
    {
        "type" : "COMESTIBLE",
        "id" : "saline",
        "name" : "saline solution",
        "weight" : 51,
        "color" : "light_cyan",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "use_action" : "EYEDROPS",
        "stim" : 0,
        "container" : "bottle_plastic",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "~",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 0,
        "description" : "A solution of sterilized water and salt for intravenous infusion or washing contaminants from one's eyes.",
        "price" : 500,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 5,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "candycigarette",
        "name" : "candy cigarette",
        "weight" : 48,
        "color" : "white",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 1,
        "container" : "box_small",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -1,
        "healthy" : -1,
        "addiction_potential" : 0,
        "nutrition" : 2,
        "description" : "Candy sticks.  Slightly more healthy than tobacco cigarettes, but with no possibility of addiction.",
        "price" : 130,
        "material" : "junk",
        "tool" : "null",
        "volume" : 0,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 6,
        "bashing" : 0,
        "fun" : 4
    },{
        "type" : "COMESTIBLE",
        "id" : "egg_bird",
        "name" : "bird egg",
        "weight" : 75,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 672,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "o",
        "quench" : 4,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 13,
        "description" : "Nutritious egg laid by a bird.",
        "price" : 250,
        "material" : "egg",
        "tool" : "null",
        "volume" : 0,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : -8
    },{
        "type" : "COMESTIBLE",
        "id" : "egg_reptile",
        "name" : "reptile egg",
        "weight" : 60,
        "color" : "white",
        "addiction_type" : "none",
        "spoils_in" : 672,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "o",
        "quench" : 3,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 10,
        "description" : "An egg belonging to one of reptile species found in New England.",
        "price" : 250,
        "material" : "egg",
        "tool" : "null",
        "volume" : 0,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : -12
    },{
        "type" : "COMESTIBLE",
        "id" : "ecig",
        "name" : "electronic cigarette",
        "weight" : 1,
        "color" : "dark_gray",
        "addiction_type" : "nicotine",
        "spoils_in" : 0,
        "use_action" : "ECIG",
        "stim" : 1,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "!",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 50,
        "nutrition" : 0,
        "description" : "This battery-operated device vaporizes a liquid that contains flavorings and nicotine.  A less harmful alternative to traditional cigarettes, but it's still addictive.  It can't be reused once it's empty.",
        "price" : 3000,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 40,
        "stack_size" : 40,
        "bashing" : 0,
        "fun" : 8
    },
    {   "type" : "COMESTIBLE",
        "id" : "datura_seed",
        "name" : "datura seeds",
        "name_plural": "datura seeds",
        "category": "other",
        "weight" : 2,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "use_action" : "DATURA",
        "stim" : 6,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : ".",
        "quench" : 0,
        "healthy" : -2,
        "addiction_potential" : 0,
        "nutrition" : 0,
        "description" : "Small, dark seeds from the spiny pods of a datura plant.  Full of powerful psychoactive chemicals, these tiny seeds are a potent analgesic and deliriant, and can be deadly in cases of overdose.",
        "price" : 0,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 4,
        "stack_size" : 100,
        "bashing" : 0,
        "fun" : -1
    },
    {
        "type" : "COMESTIBLE",
        "id" : "diazepam",
        "category" : "drugs",
        "name" : "diazepam",
        "weight" : 1,
        "color" : "white",
        "addiction_type" : "diazepam",
        "spoils_in" : 0,
        "use_action" : "ANTICONVULSANT",
        "stim" : -8,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "!",
        "quench" : 0,
        "healthy" : -1,
        "addiction_potential" : 20,
        "nutrition" : 0,
        "description" : "A strong benzodiazepine drug used to treat muscle spasms, anxiety, seizures, and panic attacks",
        "price" : 15000,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 10,
        "stack_size" : 100,
        "bashing" : 0,
        "fun" : 8
    },{
        "type" : "COMESTIBLE",
        "id" : "veggy_salad",
        "name" : "vegetable salad",
        "weight" : 320,
        "color" : "green",
        "addiction_type" : "none",
        "spoils_in" : 140,
        "stim" : 0,
        "container" : "bowl_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 15,
        "healthy" : 2,
        "addiction_potential" : 0,
        "nutrition" : 45,
        "description" : "Salad with all kind of vegetables.",
        "price" : 350,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 1
    },{
        "type" : "COMESTIBLE",
        "id" : "dried_salad",
        "name" : "dried salad",
        "weight" : 100,
        "color" : "green",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "box_small",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -2,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 40,
        "description" : "Dried salad packed in a box with mayonnaise and ketchup. Add water to enjoy.",
        "price" : 220,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : -2
    },{
        "type" : "COMESTIBLE",
        "id" : "insta_salad",
        "name" : "insta salad",
        "weight" : 330,
        "color" : "green",
        "addiction_type" : "none",
        "spoils_in" : 140,
        "stim" : 0,
        "container" : "bowl_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 16,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 40,
        "description" : "Dried salad with water added, not very tasty but still a decent substitution for real salad.",
        "price" : 250,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 0
    },{
        "type" : "COMESTIBLE",
        "id" : "cucumber",
        "name" : "cucumber",
        "weight" : 150,
        "color" : "green",
        "addiction_type" : "none",
        "spoils_in" : 150,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 7,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 11,
        "description" : "Come from the gourd family, not tasty but very juicy.",
        "price" : 300,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 0
    },{
        "type" : "COMESTIBLE",
        "id" : "irradiated_cucumber",
        "name" : "irradiated cucumber",
        "weight" : 150,
        "color" : "green",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 7,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 11,
        "description" : "An irradiated cucumber will remain edible nearly forever. Sterilized using radiation, so it's safe to eat..",
        "price" : 320,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 0
    },{
        "type" : "COMESTIBLE",
        "id" : "celery",
        "name" : "celery",
        "weight" : 80,
        "color" : "light_green",
        "addiction_type" : "none",
        "spoils_in" : 150,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 3,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 5,
        "description" : "Neither tasty nor very nutritious, but it goes well with salad.",
        "price" : 200,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "dahlia_root",
        "name" : "dahlia root",
        "weight" : 190,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 10,
        "description" : "The starchy root of a dahlia flower.  When cooked, it is delicious.",
        "price" : 100,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : -4
    },
    {
        "type" : "COMESTIBLE",
        "id" : "dahlia_baked",
        "name" : "baked dahlia root",
        "weight" : 210,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 48,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 2,
        "addiction_potential" : 0,
        "nutrition" : 28,
        "description" : "A healthy and delicious baked root bulb from a dahlia plant.",
        "price" : 110,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "flags" : ["EATEN_HOT"],
        "fun" : 2
    },{
        "type" : "COMESTIBLE",
        "id" : "irradiated_celery",
        "name" : "irradiated celery",
        "weight" : 80,
        "color" : "light_green",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 0,
        "container" : "bag_plastic",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 3,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 5,
        "description" : "An irradiated cluster of celery will remain edible nearly forever. Sterilized using radiation, so it's safe to eat..",
        "price" : 220,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "id": "soysauce",
        "type": "COMESTIBLE",
        "symbol": "~",
        "color": "brown",
        "name": "soy sauce",
        "name_plural": "soy sauce",
        "description": "Salty fermented soybean sauce.",
        "price": 190,
        "material" : "null",
        "weight": 24,
        "volume": 1,
        "bashing": 0,
        "cutting": 0,
        "to_hit": 0,
        "comestible_type": "DRINK",
        "tool": "null",
        "container": "bottle_glass",
        "quench": -20,
        "nutrition": 0,
        "spoils_in": 0,
        "addiction_potential": 0,
        "addiction_type" : "none",
        "charges": 10,
        "healthy": -1,
        "fun": -15,
        "stim": 0,
        "phase": "liquid"
    },
    {
        "id": "horseradish",
        "type": "COMESTIBLE",
        "symbol": "~",
        "color": "white",
        "name": "horseradish",
        "name_plural": "horseradish",
        "description": "A spicy grated root vegetable packed in vinegared brine.",
        "price": 150,
        "material" : "null",
        "weight": 18,
        "volume": 1,
        "bashing": 0,
        "cutting": 0,
        "to_hit": 0,
        "comestible_type": "FOOD",
        "tool": "null",
        "container": "jar_glass",
        "quench": -10,
        "nutrition": 2,
        "spoils_in": 0,
        "addiction_potential": 0,
        "addiction_type" : "none",
        "charges": 25,
        "healthy": 1,
        "fun": -20,
        "stim": 1,
        "phase": "liquid"
    },
    {
        "type" : "COMESTIBLE",
        "id" : "sushi_rice",
        "name" : "sushi rice",
        "name_plural" : "sushi rice",
        "weight" : 236,
        "color" : "white",
        "addiction_type" : "none",
        "spoils_in" : 72,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -1,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 36,
        "description" : "A serving of sticky vinegared rice commonly used in sushi.",
        "price" : 100,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 2,
        "bashing" : 0,
        "fun" : 3
    },
    {
        "type" : "COMESTIBLE",
        "id" : "onigiri",
        "name" : "onigiri",
        "name_plural" : "onigiri",
        "weight" : 122,
        "color" : "white",
        "addiction_type" : "none",
        "spoils_in" : 36,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 1,
        "healthy" : 3,
        "addiction_potential" : 0,
        "nutrition" : 28,
        "description" : "A triangular block of tasty sushi rice with a healthy green vegetable folded around it.",
        "price" : 210,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 2,
        "bashing" : 0,
        "fun" : 8
    },
    {
        "type" : "COMESTIBLE",
        "id" : "sushi_veggyroll",
        "name" : "vegetable hosomaki",
        "name_plural" : "vegetable hosomaki",
        "weight" : 122,
        "color" : "green",
        "addiction_type" : "none",
        "spoils_in" : 36,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 1,
        "healthy" : 3,
        "addiction_potential" : 0,
        "nutrition" : 30,
        "description" : "Delicious chopped vegetables wrapped in tasty sushi rice and rolled up in a healthy green vegetable.",
        "price" : 290,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 2,
        "bashing" : 0,
        "fun" : 12
    },
    {
        "type" : "COMESTIBLE",
        "id" : "sushi_fishroll",
        "name" : "fish makizushi",
        "name_plural" : "fish makizushi",
        "weight" : 132,
        "color" : "green",
        "addiction_type" : "none",
        "spoils_in" : 12,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 2,
        "addiction_potential" : 0,
        "nutrition" : 36,
        "description" : "Delicious slivers of thinly sliced raw fish wrapped in tasty sushi rice and rolled up in a healthy green vegetable.",
        "price" : 350,
        "material" : ["veggy", "flesh"],
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 2,
        "bashing" : 0,
        "fun" : 14
    },
    {
        "type" : "COMESTIBLE",
        "id" : "sushi_meatroll",
        "name" : "meat temaki",
        "name_plural" : "meat temaki",
        "weight" : 140,
        "color" : "green",
        "addiction_type" : "none",
        "spoils_in" : 24,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 40,
        "description" : "Delicious slivers of raw meat wrapped in tasty sushi rice and rolled up in a healthy green vegetable.",
        "price" : 370,
        "material" : ["veggy", "flesh"],
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 2,
        "bashing" : 0,
        "fun" : 13
    },
    {
        "type" : "COMESTIBLE",
        "id" : "sashimi",
        "name" : "sashimi",
        "name_plural" : "sashimi",
        "weight" : 110,
        "color" : "white",
        "addiction_type" : "none",
        "spoils_in" : 12,
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 0,
        "healthy" : 2,
        "addiction_potential" : 0,
        "nutrition" : 62,
        "description" : "Delicious slivers of thinly sliced raw fish and tasty vegetables.",
        "price" : 600,
        "material" : ["veggy", "flesh"],
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 2,
        "bashing" : 0,
        "fun" : 14
    },{
        "type" : "COMESTIBLE",
        "id" : "sweet_water",
        "name" : "sweet water",
        "name_plural" : "sweet water",
        "weight" : 260,
        "color" : "light_cyan",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 1,
        "container" : "bottle_plastic",
        "to_hit" : 0,
        "comestible_type" : "DRINK",
        "symbol" : "~",
        "quench" : 38,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 2,
        "description" : "Water with sugar or honey added.  Tastes okay.",
        "price" : 95,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 2
    },
    {
        "type" : "COMESTIBLE",
        "id" : "sugar_fried",
        "name" : "caramel",
        "name_plural" : "caramel",
        "weight" : 56,
        "color" : "white",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "stim" : 4,
        "container" : "box_small",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -2,
        "healthy" : -2,
        "addiction_potential" : 0,
        "nutrition" : 3,
        "description" : "Some caramel. Still bad for your health.",
        "price" : 150,
        "material" : "powder",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 2
    },
    {
        "type" : "COMESTIBLE",
        "id" : "dry_meat_tainted",
        "category": "other",
        "name" : "dehydrated tainted meat",
        "weight" : 56,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "use_action" : "POISON",
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -3,
        "healthy" : 0,
        "addiction_potential" : 0,
        "nutrition" : 20,
        "description" : "Pieces of poisonous meat that have been dried to prevent them from rotting away. It will still poison you if you eat this.",
        "price" : 0,
        "material" : "flesh",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 2,
        "bashing" : 0,
        "fun" : -4
    },
    {
        "type" : "COMESTIBLE",
        "id" : "dry_veggy_tainted",
        "category": "other",
        "name" : "dehydrated tainted veggy",
        "name_plural" : "dehydrated tainted veggies",
        "weight" : 44,
        "color" : "green",
        "addiction_type" : "none",
        "spoils_in" : 0,
        "use_action" : "POISON",
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : -3,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 20,
        "description" : "Pieces of poisonous veggy that have been dried to prevent them from rotting away. It will still poison you if you eat this.",
        "price" : 0,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 2,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "poppysyrup",
        "name" : "poppy cough syrup",
        "weight" : 48,
        "color" : "magenta",
        "addiction_type" : "sleeping pill",
        "spoils_in" : 0,
        "use_action" : "FLUSLEEP",
        "stim" : -3,
        "container" : "bottle_plastic",
        "to_hit" : 0,
        "comestible_type" : "MED",
        "symbol" : "~",
        "quench" : 0,
        "healthy" : -1,
        "addiction_potential" : 15,
        "nutrition" : 0,
        "description" : "Cough syrup made from mutated poppy. Will make you sleepy.",
        "price" : 2500,
        "material" : "null",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "liquid",
        "charges" : 5,
        "bashing" : 0,
        "fun" : 0
    },
    {
        "type" : "COMESTIBLE",
        "id" : "raw_leather",
        "category" : "spare_parts",
        "name" : "raw hide",
        "name_plural" : "raw hides",
        "weight" : 748,
        "color" : "pink",
        "addiction_type" : "none",
        "spoils_in" : 36,
        "use_action" : "RAW_MEAT",
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : ",",
        "quench" : -2,
        "healthy" : -1,
        "addiction_potential" : 0,
        "nutrition" : 6,
        "description" : "A carefully folded raw skin harvested from an animal.  You can cure it for storage and tanning, or eat it if you're desperate enough.",
        "price" : 50,
        "material" : "flesh",
        "tool" : "null",
        "volume" : 5,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "stack_size" : 1,
        "bashing" : 0,
        "fun" : -12
    },
    {
        "type" : "COMESTIBLE",
        "id" : "raw_fur",
        "category" : "spare_parts",
        "name" : "raw pelt",
        "name_plural" : "raw pelts",
        "weight" : 832,
        "color" : "brown",
        "addiction_type" : "none",
        "spoils_in" : 36,
        "use_action" : "RAW_MEAT",
        "stim" : 0,
        "container" : "null",
        "to_hit" : 0,
        "comestible_type" : "FOOD",
        "symbol" : ",",
        "quench" : -20,
        "healthy" : -5,
        "addiction_potential" : 0,
        "nutrition" : 6,
        "description" : "A carefully folded raw skin harvested from a fur-bearing animal.  You can cure it for storage and tanning, or eat it if you're desperate enough.",
        "price" : 50,
        "material" : ["fur", "flesh"],
        "flags": ["NO_SALVAGE"],
        "tool" : "null",
        "volume" : 5,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "stack_size" : 1,
        "bashing" : 0,
        "fun" : -24
    },{
        "type" : "COMESTIBLE",
        "id" : "can_tomato",
        "name" : "canned tomato",
        "name_plural" : "canned tomatoes",
        "weight" : 463,
        "color" : "red",
        "addiction_type" : "none",
        "spoils_in" : 90,
        "to_hit" : 0,
        "container" : "can_food",
        "comestible_type" : "FOOD",
        "symbol" : "%",
        "quench" : 3,
        "healthy" : 1,
        "addiction_potential" : 0,
        "nutrition" : 18,
        "description" : "Canned tomato. A staple in many pantries, and useful for many recipes.",
        "price" : 350,
        "material" : "veggy",
        "tool" : "null",
        "volume" : 1,
        "cutting" : 0,
        "phase" : "solid",
        "charges" : 1,
        "bashing" : 0,
        "fun" : 0
    }
]
