diff options
author | Your Name <you@example.com> | 2021-04-13 16:16:27 -0400 |
---|---|---|
committer | Your Name <you@example.com> | 2021-04-13 16:16:27 -0400 |
commit | 9034c3d2533177f7cb7a7ce939ec53f7fa63f60e (patch) | |
tree | 49bf01a4682c251cb3778f563afeb7e1ec8d41c7 /parser/spells/Phantom_Steed.json | |
parent | 2ab51e507d620c4479e07ca0ec47d22c8c66bc90 (diff) | |
download | dmtool-9034c3d2533177f7cb7a7ce939ec53f7fa63f60e.tar.gz dmtool-9034c3d2533177f7cb7a7ce939ec53f7fa63f60e.tar.bz2 dmtool-9034c3d2533177f7cb7a7ce939ec53f7fa63f60e.zip |
Added spells
Diffstat (limited to 'parser/spells/Phantom_Steed.json')
-rw-r--r-- | parser/spells/Phantom_Steed.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/parser/spells/Phantom_Steed.json b/parser/spells/Phantom_Steed.json new file mode 100644 index 0000000..b150eee --- /dev/null +++ b/parser/spells/Phantom_Steed.json @@ -0,0 +1,13 @@ +{ + "name": "Phantom Steed", + "level": 3, + "school": "illusion", + "classes": [ + "wizard" + ], + "casting_time": "1 minute", + "range": "30 feet", + "components": "V, S", + "duration": "1 hour", + "text": "A Large quasi-real, horselike creature appears on the ground in an unoccupied space of your choice within range. You decide the creature's appearance, but it is equipped with a saddle, bit, and bridle. Any of the equipment created by the spell vanishes in a puff of smoke if it is carried more than 10 feet away from the steed. \nFor the duration, you or a creature you choose can ride the steed. The creature uses the statistics for a riding horse, except it has a speed of 100 feet and can travel 10 miles in an hour, or 13 miles at a fast pace. When the spell ends, the steed gradually fades, giving the rider 1 minute to dismount. The spell ends if you use an action to dismiss it or if the steed takes any damage." +}
\ No newline at end of file |