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/Banishment.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 parser/spells/Banishment.json (limited to 'parser/spells/Banishment.json') diff --git a/parser/spells/Banishment.json b/parser/spells/Banishment.json new file mode 100644 index 0000000..2b4bd64 --- /dev/null +++ b/parser/spells/Banishment.json @@ -0,0 +1,17 @@ +{ + "name": "Banishment", + "level": 4, + "school": "abjuration", + "classes": [ + "paladin", + "cleric", + "sorcerer", + "warlock", + "wizard" + ], + "casting_time": "1 action", + "range": "60 feet", + "components": "V, S, M (an item distasteful to the target)", + "duration": "Concentration, up to 1 minute", + "text": "You attempt to send one creature that you can see within range to another plane of existence. The target must succeed on a Charisma saving throw or be banished. \nIf the target is native to the plane of existence you're on, you banish the target to a harmless demiplane. While there, the target is incapacitated. The target remains there until the spell ends, at which point the target reappears in the space it left or in the nearest unoccupied space if that space is occupied. \nIf the target is native to a different plane of existence than the one you're on, the target is banished with a faint popping noise, returning to its home plane. If the spell ends before 1 minute has passed, the target reappears in the space it left or in the nearest unoccupied space if that space is occupied. Otherwise, the target doesn't return. \n\n**At Higher Levels.** When you cast this spell using a spell slot of 5th level or higher, you can target one additional creature for each slot level above 4th." +} \ No newline at end of file -- cgit v1.2.3