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/Fly.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 parser/spells/Fly.json (limited to 'parser/spells/Fly.json') diff --git a/parser/spells/Fly.json b/parser/spells/Fly.json new file mode 100644 index 0000000..9854c6e --- /dev/null +++ b/parser/spells/Fly.json @@ -0,0 +1,15 @@ +{ + "name": "Fly", + "level": 3, + "school": "transmutation", + "classes": [ + "sorcerer", + "warlock", + "wizard" + ], + "casting_time": "1 action", + "range": "Touch", + "components": "V, S, M (a wing feather from any bird)", + "duration": "Concentration, up to 10 minutes", + "text": "You touch a willing creature. The target gains a flying speed of 60 feet for the duration. When the spell ends, the target falls if it is still aloft, unless it can stop the fall. \n\n**At Higher Levels.** When you cast this spell using a spell slot of 4th level or higher, you can target one additional creature for each slot level above 3rd." +} \ No newline at end of file -- cgit v1.2.3