{
  "@context": "https://cheeleong.dev/troika-system-json/systems/context.jsonld",
  "@id": "https://cheeleong.dev/troika-system-json/objects/spells/lock.json",
  "@type": "Spell",
  "name": "Lock",
  "cost": 1,
  "description": "Magically lock an object. The object must have a lockable aspect to it but is now magically sealed. Permanent until undone or dismissed.",
  "testType": "rollUnder",
  "range": "touch",
  "duration": "permanent",
  "components": [
    "somatic",
    "verbal"
  ],
  "tags": [
    "utility"
  ],
  "specialMechanics": [
    "Object must have lockable aspect",
    "Permanent until dispelled",
    "Can be dismissed by caster"
  ],
  "oopsEntry": true
}
