{
  "@context": "https://cheeleong.dev/troika-system-json/systems/context.jsonld",
  "@id": "https://cheeleong.dev/troika-system-json/objects/items/garrotte.json",
  "@type": "Item",
  "name": "Garrotte",
  "type": "weapon",
  "description": "A silent strangling weapon used by assassins, consisting of a cord or wire with handles.",
  "slots": 1,
  "value": 5,
  "damageTable": {
    "1": 2,
    "2": 2,
    "3": 2,
    "4": 2,
    "5": 4,
    "6": 8,
    "7+": 10
  },
  "tags": [
    "weapon",
    "assassination",
    "silent",
    "concealable"
  ],
  "weapon": {
    "category": "melee",
    "damageAs": "Knife",
    "specialRules": [
      "Silent",
      "Concealable",
      "Requires surprise or grapple"
    ]
  }
}
