{
  "@context": "https://cheeleong.dev/troika-system-json/systems/context.jsonld",
  "@id": "https://cheeleong.dev/troika-system-json/objects/spells/helping-hands.json",
  "@type": "Spell",
  "name": "Helping Hands",
  "cost": 1,
  "description": "Animate hands spring forth from an inanimate surface and perform any task the wizard requires but are limited to being rooted to the spot from which they sprang. They last until the wizard wills it or leaves the location.",
  "testType": "rollUnder",
  "range": "touch",
  "duration": "until_ended_or_wizard_leaves",
  "components": [
    "somatic",
    "verbal"
  ],
  "tags": [
    "conjuration",
    "utility"
  ],
  "specialMechanics": [
    "Hands are rooted to the surface they spring from",
    "Can perform any task within reach",
    "Lasts until wizard ends or leaves location"
  ],
  "oopsEntry": true
}
