{
  "@context": "https://cheeleong.dev/troika-system-json/systems/context.jsonld",
  "@id": "https://cheeleong.dev/troika-system-json/objects/spells/light.json",
  "@type": "Spell",
  "name": "Light",
  "cost": 1,
  "description": "Create an ethereal orb of light that glows like a torch. Lasts 6 hours and can be extinguished at will.",
  "testType": "rollUnder",
  "range": "close",
  "duration": "6_hours",
  "components": [
    "somatic",
    "verbal"
  ],
  "tags": [
    "utility"
  ],
  "specialMechanics": [
    "Light equivalent to a torch",
    "Can be extinguished at will",
    "Ethereal orb that follows caster"
  ],
  "oopsEntry": true
}
