diff options
Diffstat (limited to 'parser/spells/misty_step.json')
-rw-r--r-- | parser/spells/misty_step.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/parser/spells/misty_step.json b/parser/spells/misty_step.json new file mode 100644 index 0000000..dbb47bc --- /dev/null +++ b/parser/spells/misty_step.json @@ -0,0 +1,15 @@ +{ + "name": "misty step", + "level": 2, + "school": "conjuration", + "classes": [ + "sorcerer", + "warlock", + "wizard" + ], + "casting_time": "1 bonus action", + "range": "Self", + "components": "V", + "duration": "Instantaneous", + "text": "Briefly surrounded by silvery mist, you teleport up to 30 feet to an unoccupied space that you can see." +}
\ No newline at end of file |