{
  "@context": "https://cheeleong.dev/troika-system-json/systems/context.jsonld",
  "@id": "https://cheeleong.dev/troika-system-json/objects/items/fusil.json",
  "@type": "Item",
  "name": "Fusil",
  "description": "A long Weapon that looks like a rifle and can be used in melee as a Club. A Fusil holds 6 charges before the plasmic core needs replacing.",
  "slots": 2,
  "type": "weapon",
  "weapon": {
    "twoHanded": true,
    "ignoresArmor": 1,
    "range": "Long",
    "ammunition": "Plasmic Cores",
    "capacity": 6,
    "category": "ranged",
    "damageAs": "Fusil"
  },
  "tags": [
    "energy weapon",
    "technological",
    "ranged",
    "melee"
  ]
}
