{
  "@context": "https://cheeleong.dev/troika-system-json/systems/context.jsonld",
  "@id": "https://cheeleong.dev/troika-system-json/objects/spells/undo.json",
  "@type": "Spell",
  "name": "Undo",
  "cost": "double cost of original Spell",
  "description": "The wizard disentangles a Spell from this instance of reality. To do so they must Roll Versus the original casting if disentanglement is possible at all.",
  "duration": "Instantaneous",
  "range": "Touch or line of sight",
  "testType": "rollVersus",
  "components": [
    "verbal",
    "somatic"
  ],
  "mechanics": {
    "rollType": "Roll Versus original casting",
    "costCalculation": "Double the cost of the original Spell"
  },
  "tags": []
}
