[
  {
    "//": "Reduced weight.",
    "type": "COMESTIBLE",
    "id": "blood",
    "copy-from": "blood",
    "name": { "str": "blood", "str_pl": "blood" },
    "weight": "5 g",
    "color": "red",
    "container": "flask_glass",
    "comestible_type": "DRINK",
    "symbol": "~",
    "quench": 0,
    "healthy": 4,
    "calories": 300,
    "description": "Blood, possibly that of a human.  Disgusting!",
    "price": "1 USD",
    "material": [ "hflesh" ],
    "volume": "250 ml",
    "phase": "liquid",
    "fun": 10,
    "flags": [ "EATEN_HOT", "NUTRIENT_OVERRIDE" ]
  },
  {
    "id": "melted_bloodrune",
    "type": "GENERIC",
    "category": "spare_parts",
    "name": { "str": "powdered bloodrune" },
    "description": "Fine powder made from heating and refining a bloodrune. It generates a stable faint glow.",
    "weight": "750 g",
    "volume": "250 ml",
    "price": "0 cent",
    "price_postapoc": "0 cent",
    "material": [ "compactblood" ],
    "symbol": "~",
    "color": "red"
  },
  {
    "id": "bloodrune",
    "type": "GENERIC",
    "category": "spare_parts",
    "name": { "str": "bloodrune" },
    "description": "A stone similar to a fist-sized ruby, the final remains of a slain vampire. Its core mimics a heartbeat with unreadable marks appearing again and again from its outside layer.",
    "weight": "750 g",
    "volume": "250 ml",
    "price": "0 cent",
    "price_postapoc": "5 kUSD",
    "count": 3,
    "material": [ "compactblood" ],
    "symbol": ".",
    "color": "red"
  },
  {
    "id": "bigbloodrune",
    "type": "GENERIC",
    "category": "spare_parts",
    "name": { "str": "large bloodrune" },
    "description": "A stone similar to a head-sized ruby, the final remains of a powerful vampire. It trembles of its own volition, as if the power inside is eager to escape.",
    "weight": "3000 g",
    "volume": "1750 ml",
    "price": "0 cent",
    "price_postapoc": "25 kUSD",
    "material": [ "compactblood" ],
    "symbol": ".",
    "color": "red"
  },
  {
    "id": "stickyblood",
    "type": "GENERIC",
    "category": "spare_parts",
    "name": { "str": "sticky blood" },
    "description": "A sticky glob of concentrated human blood.",
    "weight": "250 g",
    "volume": "250 ml",
    "price": "0 cent",
    "price_postapoc": "2 kUSD",
    "material": [ "compactblood" ],
    "symbol": "o",
    "color": "red"
  },
  {
    "id": "bloodpowder",
    "type": "COMESTIBLE",
    "comestible_type": "FOOD",
    "name": { "str": "blood powder" },
    "looks_like": "protein_powder",
    "description": "Powdered human blood. Useful as a crafting material, or a snack if you are so inclined.",
    "weight": "10 g",
    "volume": "3 ml",
    "price": "1 cent",
    "count": 10,
    "quench": 0,
    "healthy": 1,
    "nutrition": 3,
    "material": [ "hflesh" ],
    "symbol": "'",
    "color": "red",
    "flags": [ "ZERO_WEIGHT" ]
  },
  {
    "id": "bloodextract",
    "type": "COMESTIBLE",
    "comestible_type": "FOOD",
    "name": { "str": "blood extract" },
    "description": "A sticky sap leftover from the process of dehydrating blood.",
    "weight": "40 g",
    "volume": "250 ml",
    "price": "0 cent",
    "quench": 0,
    "healthy": 2,
    "nutrition": 2,
    "material": [ "hflesh" ],
    "symbol": "~",
    "color": "pink",
    "count": 3
  },
  {
    "id": "compactsheet",
    "type": "GENERIC",
    "category": "spare_parts",
    "name": { "str": "blood leather patch" },
    "description": "A patch of fabric made from compacted blood. While initially known for its aesthetic qualities, blood leather has proven comparable to kevlar for use use in body armor.",
    "weight": "250 g",
    "volume": "250 ml",
    "price": "0 cent",
    "material": [ "compactblood" ],
    "symbol": "#",
    "color": "red"
  },
  {
    "id": "pelletblood",
    "type": "GENERIC",
    "category": "spare_parts",
    "name": { "str": "blood pellet" },
    "description": "A tiny blood pellet, sparkling like a sanguine ruby.",
    "weight": "10 g",
    "volume": "3 ml",
    "price": "0 cent",
    "count": 2,
    "material": [ "compactblood" ],
    "symbol": ".",
    "color": "red",
    "flags": [ "ZERO_WEIGHT" ]
  },
  {
    "//": "Reduced weight.",
    "type": "COMESTIBLE",
    "id": "synthblood",
    "copy-from": "blood",
    "looks_like": "blood",
    "name": { "str": "synthetic blood", "str_pl": "synthetic blood" },
    "weight": "5 g",
    "color": "red",
    "container": "flask_glass",
    "comestible_type": "DRINK",
    "symbol": "~",
    "quench": 0,
    "healthy": 2,
    "calories": 150,
    "description": "Synthetic blood, not possibly that of a human.  Still disgusting!",
   "price": "1 USD",
    "material": [ "hflesh" ],
    "volume": "250 ml",
    "phase": "liquid",
    "fun": 5,
    "flags": [ "EATEN_HOT", "NUTRIENT_OVERRIDE" ]
  },
  {
    "id": "synthbloodpowder",
    "type": "COMESTIBLE",
    "comestible_type": "FOOD",
    "looks_like": "bloodpowder",
    "name": { "str": "synthetic blood powder" },
    "description": "Powdered synthetic human blood. It lacks the supernatural potency of real blood for crafting, but can still be used as a snack if you are so inclined.",
    "weight": "10 g",
    "volume": "3 ml",
    "price": "1 cent",
    "count": 10,
    "quench": 0,
    "healthy": 0,
    "nutrition": 2,
    "material": [ "hflesh" ],
    "symbol": "'",
    "color": "red",
    "flags": [ "ZERO_WEIGHT" ]
  }
]