{
  "@context": "https://cheeleong.dev/troika-system-json/systems/context.jsonld",
  "@id": "https://cheeleong.dev/troika-system-json/objects/items/polearm.json",
  "@type": "Item",
  "name": "Polearm",
  "type": "weapon",
  "description": "A long-hafted weapon with various blade configurations, devastating in skilled hands.",
  "slots": 2,
  "value": 20,
  "damageTable": {
    "1": 2,
    "2": 4,
    "3": 4,
    "4": 8,
    "5": 12,
    "6": 14,
    "7+": 18
  },
  "tags": [
    "weapon",
    "melee",
    "polearm",
    "reach",
    "armor-piercing"
  ],
  "weapon": {
    "category": "melee",
    "damageAs": "Polearm",
    "specialRules": [
      "Two-handed",
      "Reach",
      "Ignores 1 point of Armour"
    ]
  }
}
