{
  "@context": "https://cheeleong.dev/troika-system-json/systems/context.jsonld",
  "@id": "https://cheeleong.dev/troika-system-json/objects/items/spear.json",
  "@type": "Item",
  "name": "Spear",
  "type": "weapon",
  "description": "A long polearm with a pointed tip, effective for thrusting attacks.",
  "slots": 2,
  "value": 8,
  "damageTable": {
    "1": 4,
    "2": 4,
    "3": 6,
    "4": 6,
    "5": 8,
    "6": 8,
    "7+": 10
  },
  "tags": [
    "weapon",
    "melee",
    "polearm",
    "reach"
  ],
  "weapon": {
    "category": "melee",
    "damageAs": "Spear",
    "specialRules": [
      "Two-handed",
      "Reach"
    ]
  }
}
