{
  "@context": "https://cheeleong.dev/troika-system-json/systems/context.jsonld",
  "@id": "https://cheeleong.dev/troika-system-json/objects/spells/protection-from-rain.json",
  "@type": "Spell",
  "name": "Protection from Rain",
  "cost": 1,
  "description": "This Spell prevents the wizard from getting rained upon for one shower.",
  "testType": "rollUnder",
  "range": "self",
  "duration": "one_shower",
  "components": [
    "somatic",
    "verbal"
  ],
  "tags": [
    "utility"
  ],
  "specialMechanics": [
    "Lasts for exactly one rain shower",
    "Only affects the caster",
    "Prevents all rain contact"
  ],
  "oopsEntry": true
}
