{
  "@context": "https://cheeleong.dev/troika-system-json/systems/context.jsonld",
  "@id": "https://cheeleong.dev/troika-system-json/objects/items/pistolet.json",
  "@type": "Item",
  "name": "Pistolet",
  "description": "A hand held energy Weapon. Holds enough energy for 8 shots.",
  "slots": 1,
  "type": "weapon",
  "weapon": {
    "twoHanded": false,
    "ignoresArmor": 1,
    "range": "Medium",
    "ammunition": "Energy",
    "capacity": 8,
    "category": "ranged",
    "damageAs": "Pistolet"
  },
  "tags": [
    "energy weapon",
    "technological",
    "ranged"
  ]
}
