diff options
author | Your Name <you@example.com> | 2023-05-30 18:33:10 -0400 |
---|---|---|
committer | Your Name <you@example.com> | 2023-05-30 18:33:10 -0400 |
commit | e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35 (patch) | |
tree | b48a6087720d6bf69a80f0c284320320043fcdee /parsed/spells/phantom_steed.json | |
parent | d428ae1c5b3b0ec88c1b55c56317c3750502d5f4 (diff) | |
download | dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.gz dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.bz2 dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.zip |
Changed makefiles, added parsed files
Diffstat (limited to 'parsed/spells/phantom_steed.json')
-rw-r--r-- | parsed/spells/phantom_steed.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/parsed/spells/phantom_steed.json b/parsed/spells/phantom_steed.json new file mode 100644 index 0000000..d678fdd --- /dev/null +++ b/parsed/spells/phantom_steed.json @@ -0,0 +1,14 @@ +{ + "entry": "spells", + "name": "phantom steed", + "level": 3, + "type": "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 |