Created
August 2, 2016 01:25
-
-
Save hergaiety/f2a7b0c2f94921614fdcbace5d4156e2 to your computer and use it in GitHub Desktop.
Example of a Hackmaster Spell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"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