{
  "@context": "https://cheeleong.dev/troika-system-json/systems/context.jsonld",
  "@id": "https://cheeleong.dev/troika-system-json/objects/items/lance.json",
  "@type": "Item",
  "name": "Lance",
  "type": "weapon",
  "description": "A long cavalry weapon designed for mounted combat and jousting.",
  "slots": 1,
  "value": 15,
  "damageTable": {
    "1": 4,
    "2": 4,
    "3": 6,
    "4": 6,
    "5": 8,
    "6": 8,
    "7+": 10
  },
  "tags": [
    "weapon",
    "melee",
    "polearm",
    "cavalry",
    "jousting"
  ],
  "weapon": {
    "category": "melee",
    "damageAs": "Spear",
    "specialRules": [
      "Two-handed",
      "Reach",
      "Best when mounted"
    ]
  }
}
