{
  "@context": "https://cheeleong.dev/troika-system-json/systems/context.jsonld",
  "@id": "https://cheeleong.dev/troika-system-json/objects/items/staff.json",
  "@type": "Item",
  "name": "Staff",
  "type": "weapon",
  "description": "A long wooden pole, useful for walking, fighting, and casting spells.",
  "slots": 2,
  "value": 5,
  "damageTable": {
    "1": 2,
    "2": 4,
    "3": 4,
    "4": 4,
    "5": 4,
    "6": 6,
    "7+": 8
  },
  "tags": [
    "weapon",
    "melee",
    "staff",
    "reach"
  ],
  "weapon": {
    "category": "melee",
    "damageAs": "Staff",
    "specialRules": [
      "Two-handed",
      "Reach"
    ]
  }
}
