[
  {
    "id": "bloodstinger_barrel",
    "type": "GUNMOD",
    "name": { "str": "bloodstinger barrel" },
    "description": "Odd barrel extension specialized for blood stinger rifles. It has a vented metal end point that pressurizes liquid before firing, increasing damage, accuracy and aiming time.",
    "weight": "650 g",
    "volume": "1 L",
    "price": "0 cent",
    "to_hit": 2,
    "bashing": 5,
    "material": [ "steel", "compactblood" ],
    "symbol": ":",
    "color": "red",
    "location": "barrel",
    "mod_targets": [ "rifle" ],
    "gun_data": {
      "ammo": "ammoblood",
      "skill": "rifle",
      "ranged_damage": { "damage_type": "stab", "amount": 1 },
      "dispersion": 170,
      "durability": 8,
      "clip_size": 10,
      "reload": 100
    },
    "dispersion_modifier": -70,
    "flags": [ "IRREMOVABLE" ],
    "min_skills": [ [ "weapon", 6 ] ]
  }
]