{
  "@context": "https://cheeleong.dev/troika-system-json/systems/context.jsonld",
  "@id": "https://cheeleong.dev/troika-system-json/objects/items/axe.json",
  "@type": "Item",
  "name": "Axe",
  "type": "weapon",
  "description": "A sturdy chopping weapon with a heavy head and wooden handle.",
  "slots": 2,
  "value": 15,
  "weapon": {
    "category": "melee",
    "damageAs": "Axe",
    "ignoresArmor": 1,
    "specialRules": [
      "Ignores 1 point of Armour"
    ]
  },
  "damageTable": {
    "1": 2,
    "2": 2,
    "3": 6,
    "4": 6,
    "5": 8,
    "6": 10,
    "7+": 12
  },
  "tags": [
    "weapon",
    "melee",
    "chopping",
    "armor-piercing"
  ]
}
