Skip to content

Instantly share code, notes, and snippets.

@hergaiety
Created August 2, 2016 01:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hergaiety/f2a7b0c2f94921614fdcbace5d4156e2 to your computer and use it in GitHub Desktop.
Save hergaiety/f2a7b0c2f94921614fdcbace5d4156e2 to your computer and use it in GitHub Desktop.
Example of a Hackmaster Spell
[
{
"casting_time": "1 segment",
"classes": [
"sorcerer",
"wizard"
],
"components": {
"raw": "V, S",
"material": false,
"somatic": true,
"verbal": true
},
"description": "You poop all over the poor creature.",
"duration": "Instantaneous",
"level": "cantrip",
"name": "Mega Poops",
"range": "60 feet",
"ritual": false,
"school": "Conjuration",
"tags": [
"sorcerer",
"wizard",
"cantrip"
],
"type": "Conjuration cantrip"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment