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/feather_fall.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 parser/spells/feather_fall.json (limited to 'parser/spells/feather_fall.json') diff --git a/parser/spells/feather_fall.json b/parser/spells/feather_fall.json new file mode 100644 index 0000000..068cc4a --- /dev/null +++ b/parser/spells/feather_fall.json @@ -0,0 +1,15 @@ +{ + "name": "feather fall", + "level": 1, + "school": "transmutation", + "classes": [ + "bard", + "sorcerer", + "wizard" + ], + "casting_time": "1 reaction, which you take when you or a creature within 60 feet of you falls", + "range": "60 feet", + "components": "V, M (a small feather or piece of down)", + "duration": "1 minute", + "text": "Choose up to five falling creatures within range. A falling creature's rate of descent slows to 60 feet per round until the spell ends. If the creature lands before the spell ends, it takes no falling damage and can land on its feet, and the spell ends for that creature." +} \ No newline at end of file -- cgit v1.2.3