From 9034c3d2533177f7cb7a7ce939ec53f7fa63f60e Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 13 Apr 2021 16:16:27 -0400 Subject: Added spells --- parser/spells/Levitate.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 parser/spells/Levitate.json (limited to 'parser/spells/Levitate.json') diff --git a/parser/spells/Levitate.json b/parser/spells/Levitate.json new file mode 100644 index 0000000..7a30e85 --- /dev/null +++ b/parser/spells/Levitate.json @@ -0,0 +1,14 @@ +{ + "name": "Levitate", + "level": 2, + "school": "transmutation", + "classes": [ + "sorcerer", + "wizard" + ], + "casting_time": "1 action", + "range": "60 feet", + "components": "V, S, M (either a small leather loop or a piece of golden wire bent into a cup shape with a long shank on one end)", + "duration": "Concentration, up to 10 minutes", + "text": "One creature or object of your choice that you can see within range rises vertically, up to 20 feet, and remains suspended there for the duration. The spell can levitate a target that weighs up to 500 pounds. An unwilling creature that succeeds on a Constitution saving throw is unaffected. \nThe target can move only by pushing or pulling against a fixed object or surface within reach (such as a wall or a ceiling), which allows it to move as if it were climbing. You can change the target's altitude by up to 20 feet in either direction on your turn. If you are the target, you can move up or down as part of your move. Otherwise, you can use your action to move the target, which must remain within the spell's range. \nWhen the spell ends, the target floats gently to the ground if it is still aloft." +} \ No newline at end of file -- cgit v1.2.3