{
  "@context": "https://cheeleong.dev/troika-system-json/systems/context.jsonld",
  "@id": "https://cheeleong.dev/troika-system-json/objects/spells/sleep.json",
  "@type": "Spell",
  "name": "Sleep",
  "cost": 2,
  "description": "The wizard convinces a target to forgo wakefulness for a time, causing them to sleep until woken unless they successfully Test their Luck. Remember: fighting is loud.",
  "duration": "Until woken",
  "range": "Line of sight",
  "testType": "rollUnder",
  "components": [
    "verbal",
    "somatic"
  ],
  "saveType": "luck",
  "saveEffect": "Target may Test their Luck to resist",
  "tags": [
    "enchantment"
  ]
}
