[
  {
    "id": "leechtooth",
    "type": "AMMO",
    "name": { "str": "leech tooth" },
    "description": "This is a fake item to simulate leech ranged attacks.  If found in a game, it is a bug.",
    "weight": "1 g",
    "volume": "250 ml",
    "price": 0,
    "material": [ "flesh" ],
    "symbol": "i",
    "color": "white",
    "count": 1,
    "stack_size": 1,
    "ammo_type": "shot",
    "range": 15,
    "damage": { "damage_type": "stab", "amount": 2 },
    "recoil": 20,
    "flags": [ "NOGIB" ]
  },
  {
    "id": "leechblood",
    "type": "AMMO",
    "name": { "str": "leech blood" },
    "description": "This is a fake item to simulate leech ranged attacks.  If found in a game, it is a bug.",
    "weight": "1 g",
    "volume": "250 ml",
    "price": 0,
    "material": [ "flesh" ],
    "symbol": "~",
    "color": "white",
    "count": 1,
    "stack_size": 1,
    "ammo_type": "shot",
    "range": 5,
    "damage": { "damage_type": "stab", "amount": 1 },
    "recoil": 40,
    "flags": [ "NOGIB" ]
  },
  {
    "id": "leechsharptooth",
    "type": "AMMO",
    "name": { "str": "leech sharp tooth" },
    "description": "This is a fake item to simulate leech ranged attacks.  If found in a game, it is a bug.",
    "weight": "1 g",
    "volume": "250 ml",
    "price": 0,
    "material": [ "flesh" ],
    "symbol": "l",
    "color": "white",
    "count": 1,
    "stack_size": 1,
    "ammo_type": "shot",
    "range": 11,
    "damage": { "damage_type": "stab", "amount": 5 },
    "recoil": 200,
    "flags": [ "NOGIB" ]
  }
]