{
  "@context": "https://cheeleong.dev/troika-system-json/systems/context.jsonld",
  "@id": "https://cheeleong.dev/troika-system-json/objects/items/sjambok.json",
  "@type": "Item",
  "name": "Sjambok",
  "type": "weapon",
  "description": "A heavy leather whip traditionally used as both tool and weapon.",
  "slots": 1,
  "value": 8,
  "damageTable": {
    "1": 1,
    "2": 1,
    "3": 2,
    "4": 3,
    "5": 6,
    "6": 8,
    "7+": 10
  },
  "tags": [
    "weapon",
    "melee",
    "whip",
    "flexible"
  ],
  "weapon": {
    "category": "melee",
    "damageAs": "Club",
    "specialRules": [
      "Flexible weapon",
      "Can strike at reach"
    ]
  }
}
