{
  "@context": "https://cheeleong.dev/troika-system-json/systems/context.jsonld",
  "@id": "https://cheeleong.dev/troika-system-json/objects/spells/quench.json",
  "@type": "Spell",
  "name": "Quench",
  "cost": 1,
  "description": "Snuff a small flame with the wave of a hand.",
  "testType": "rollUnder",
  "range": "close",
  "duration": "instantaneous",
  "components": [
    "somatic"
  ],
  "tags": [
    "transmutation",
    "utility"
  ],
  "specialMechanics": [
    "Works on small flames only",
    "Simple hand gesture",
    "Instantaneous effect"
  ],
  "oopsEntry": true
}
