From dfce4d0398a8bafbb7ad7a31345af181c0269c09 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 15 Apr 2021 15:23:23 -0400 Subject: Added spells --- parser/spells/floating_disk.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 parser/spells/floating_disk.json (limited to 'parser/spells/floating_disk.json') diff --git a/parser/spells/floating_disk.json b/parser/spells/floating_disk.json new file mode 100644 index 0000000..a289194 --- /dev/null +++ b/parser/spells/floating_disk.json @@ -0,0 +1,13 @@ +{ + "name": "floating disk", + "level": 1, + "school": "conjuration", + "classes": [ + "wizard" + ], + "casting_time": "1 action", + "range": "30 feet", + "components": "V, S, M (a drop of mercury)", + "duration": "1 hour", + "text": "This spell creates a circular, horizontal plane of force, 3 feet in diameter and 1 inch thick, that floats 3 feet above the ground in an unoccupied space of your choice that you can see within range. The disk remains for the duration, and can hold up to 500 pounds. If more weight is placed on it, the spell ends, and everything on the disk falls to the ground. \nThe disk is immobile while you are within 20 feet of it. If you move more than 20 feet away from it, the disk follows you so that it remains within 20 feet of you. It can move across uneven terrain, up or down stairs, slopes and the like, but it can't cross an elevation change of 10 feet or more. For example, the disk can't move across a 10-foot-deep pit, nor could it leave such a pit if it was created at the bottom. \nIf you move more than 100 feet from the disk (typically because it can't move around an obstacle to follow you), the spell ends." +} \ No newline at end of file -- cgit v1.2.3