{
  "@context": "https://cheeleong.dev/troika-system-json/systems/context.jsonld",
  "@id": "https://cheeleong.dev/troika-system-json/objects/spells/levitate.json",
  "@type": "Spell",
  "name": "Levitate",
  "cost": 2,
  "description": "Elevates the wizard or another on the backs of tiny invisible sprites who answer only to their summoner. May float about for 3 minutes.",
  "testType": "rollUnder",
  "range": "touch",
  "duration": "3_minutes",
  "components": [
    "somatic",
    "verbal"
  ],
  "tags": [
    "transmutation",
    "movement"
  ],
  "specialMechanics": [
    "Carried by tiny invisible sprites",
    "Can float and move freely in air",
    "Works on wizard or other target"
  ],
  "oopsEntry": true
}
