[
  {
    "id": "blood",
    "type": "COMESTIBLE",
    "comestible_type": "DRINK",
    "copy-from": "blood",
    "name": { "str": "blood", "str_pl": "blood" },
    "description": "Blood, possibly that of a human.  Disgusting!",
    "weight": "265 g",
    "volume": "250 ml",
    "price": "0 cent",
    "material": [ "blood" ],
    "phase": "liquid",
    "symbol": "~",
    "color": "red",
    "container": "bag_iv",
    "calories": 300,
    "quench": 0,
    "healthy": 4,
    "fun": 15,
    "spoils_in": "1 days",
    "flags": [ "EATEN_HOT", "NUTRIENT_OVERRIDE", "VAMPIRISM" ]
  },
  {
    "id": "blood_reconstituted",
    "type": "COMESTIBLE",
    "comestible_type": "DRINK",
    "copy-from": "blood",
    "name": { "str": "reconstituted blood", "str_pl": "reconstituted blood" },
    "description": "Reconstituted blood, possibly originally that of a human.  Disgusting!",
    "healthy": 3,
    "fun": 10
  },
  {
    "id": "synthblood",
    "type": "COMESTIBLE",
    "comestible_type": "DRINK",
    "copy-from": "blood",
    "looks_like": "blood",
    "name": { "str": "synthetic blood", "str_pl": "synthetic blood" },
    "description": "Synthetic blood, not possibly that of a human.  Still disgusting!",
    "healthy": -1,
    "fun": 2
  },
  {
    "id": "synthblood_reconstituted",
    "type": "COMESTIBLE",
    "comestible_type": "DRINK",
    "copy-from": "synthblood",
    "name": { "str": "reconstituted synthetic blood", "str_pl": "reconstituted synthetic blood" },
    "description": "Reconstituted synthetic blood, not possibly originally that of a human.  Disgusting!",
    "healthy": -2,
    "fun": 1
  },
  {
    "id": "bloodpowder",
    "type": "COMESTIBLE",
    "comestible_type": "FOOD",
    "looks_like": "protein_powder",
    "name": { "str_sp": "powdered blood" },
    "description": "Dehydrated blood powder. Mix with water to make drinkable blood.",
    "weight": "3 g",
    "volume": "3 ml",
    "price": "0 cent",
    "material": [ "powder", "blood" ],
    "primary_material": "powder",
    "symbol": "'",
    "color": "red",
    "charges": 10,
    "quench": 0,
    "healthy": 1,
    "fun": -5,
    "flags": [ "VAMPIRISM", "NUTRIENT_OVERRIDE" ]
  },
  {
    "id": "synthbloodpowder",
    "type": "COMESTIBLE",
    "comestible_type": "FOOD",
    "copy-from": "bloodpowder",
    "looks_like": "bloodpowder",
    "name": { "str_sp": "powdered synthetic blood" },
    "description": "Dehydrated synthetic blood powder. Mix with water to make drinkable synthetic blood.",
    "healthy": -4
  },
  {
    "id": "compactsheet",
    "type": "GENERIC",
    "category": "spare_parts",
    "name": { "str": "blood leather patch" },
    "description": "A patch of fabric made from powdered blood. While initially known for its aesthetic qualities, blood leather has proven comparable to kevlar for use in body armor.",
    "weight": "250 g",
    "volume": "250 ml",
    "price": "0 cent",
    "material": [ "compactblood" ],
    "symbol": "#",
    "color": "red"
  },
  {
    "id": "stickyblood",
    "type": "GENERIC",
    "category": "spare_parts",
    "name": { "str": "concentrated blood" },
    "description": "A sticky glob of concentrated blood.",
    "weight": "250 g",
    "volume": "250 ml",
    "price": "0 cent",
    "material": [ "compactblood" ],
    "symbol": "o",
    "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"
  },
  {
    "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",
    "material": [ "compactblood" ],
    "symbol": "~",
    "color": "red",
    "count": 1
  },
  {
    "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. It mimics a heartbeat with unreadable markings on the interior that appear and disappear like clockwork.",
    "weight": "750 g",
    "volume": "250 ml",
    "price": "0 cent",
    "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",
    "material": [ "compactblood" ],
    "symbol": ".",
    "color": "red"
  },
  {
    "id": "blood_sealed",
    "looks_like": "bag_iv",
    "type": "TOOL",
    "category": "tools",
    "name": { "str": "sealed IV bag of blood", "str_pl": "sealed IV bags of blood" },
    "description": "This is a sealed IV bag containing blood.  Use to open.",
    "weight": "540 g",
    "volume": "550 ml",
    "price": "0 cent",
    "to_hit": -1,
    "material": [ "plastic", "blood" ],
    "symbol": ")",
    "color": "red",
    "use_action": {
      "target": "blood",
      "msg": "You open the IV bag, exposing it to the atmosphere.",
      "container": "bag_iv",
      "target_charges": 2,
      "menu_text": "Open IV bag",
      "type": "transform"
    },
    "flags": [ "TRADER_AVOID" ]
  }
]