{
  "@context": "https://cheeleong.dev/troika-system-json/systems/context.jsonld",
  "@id": "https://cheeleong.dev/troika-system-json/objects/items/ruby-lorgnette.json",
  "@type": "Item",
  "name": "Ruby Lorgnette",
  "description": "Ruby lorgnettes are collapsable spectacles made with ruby lenses that require a free hand to use. While wearing them your sight is impaired but you can see sorcerous activity clearly (+2 Second Sight).",
  "encumbrance": 0,
  "slots": 1,
  "effects": [
    {
      "type": "skill_bonus",
      "skill": "Second Sight",
      "bonus": 2,
      "condition": "while_worn"
    },
    {
      "type": "penalty",
      "effect": "impaired_normal_sight",
      "condition": "while_worn"
    }
  ],
  "requires": "free_hand",
  "value": 30,
  "type": "tool"
}
