[
  {
    "//": "Items that are useless, unless its been given as mission requirements.",
    "id": "corruptbloodrune",
    "type": "GENERIC",
    "category": "spare_parts",
    "name": { "str": "corrupted bloodrune stone" },
    "description": "A black, gooey bloodrune stone specifically owned by an infected vampire. It no longer pulsate and the markings are completely erased.",
    "weight": "750 g",
    "volume": "250 ml",
    "price": "1 USD",
    "price_postapoc": "0 cent",
    "count": 1,
    "material": [ "compactblood" ],
    "symbol": ".",
    "color": "red"
  },
  {
    "id": "smallleechteeth",
    "type": "GENERIC",
    "category": "spare_parts",
    "name": { "str": "small leech tooth", "str_pl": "small leech teeth" },
    "description": "A tooth size of the human fingernails. It is sharp, but too small to be used as a tool.",
    "weight": "750 g",
    "volume": "250 ml",
    "price": "1 USD",
    "price_postapoc": "0 cent",
    "count": 1,
    "material": [ "bone" ],
    "symbol": ".",
    "color": "white"
  },
  {
    "id": "bloodsac",
    "type": "GENERIC",
    "category": "spare_parts",
    "name": { "str": "blood sac" },
    "description": "The large sac of the devourer leech.",
    "weight": "1400 g",
    "volume": "750 ml",
    "price": "1 USD",
    "price_postapoc": "0 cent",
    "count": 1,
    "material": [ "iflesh" ],
    "symbol": ".",
    "color": "red"
  }
]