{
  "@context": "https://cheeleong.dev/troika-system-json/systems/context.jsonld",
  "@id": "https://cheeleong.dev/troika-system-json/objects/items/epopt-staff.json",
  "@type": "Item",
  "name": "Epopt Staff",
  "description": "An Epopt's Staff is a tool, an advert, and, in a pinch, a Weapon. In its head is set a cloudy ruby, like a useless magnifying glass, which grants the user +1 Second Sight while peering through it.",
  "encumbrance": 1,
  "slots": 1,
  "damageAs": "Staff",
  "effects": [
    {
      "type": "skill_bonus",
      "skill": "Second Sight",
      "bonus": 1,
      "condition": "when_peering_through_crystal"
    }
  ],
  "value": 25,
  "type": "weapon"
}
