{
  "@context": "https://cheeleong.dev/troika-system-json/systems/context.jsonld",
  "@id": "https://cheeleong.dev/troika-system-json/objects/spells/true-seeing.json",
  "@type": "Spell",
  "name": "True Seeing",
  "cost": 3,
  "description": "The wizard focuses their sight on the unambiguous truth of matter, enabling them to see through illusions for the next 10 minutes.",
  "duration": "10 minutes",
  "range": "Self",
  "testType": "rollUnder",
  "components": [
    "verbal",
    "somatic"
  ],
  "tags": [
    "divination",
    "illusion"
  ]
}
