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/plane_shift.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 parser/spells/plane_shift.json (limited to 'parser/spells/plane_shift.json') diff --git a/parser/spells/plane_shift.json b/parser/spells/plane_shift.json new file mode 100644 index 0000000..cb5fa99 --- /dev/null +++ b/parser/spells/plane_shift.json @@ -0,0 +1,17 @@ +{ + "name": "plane shift", + "level": 7, + "school": "conjuration", + "classes": [ + "cleric", + "sorcerer", + "warlock", + "wizard", + "druid" + ], + "casting_time": "1 action", + "range": "Touch", + "components": "V, S, M (a forked, metal rod worth at least 250 gp, attuned to a particular plane of existence)", + "duration": "Instantaneous", + "text": "You and up to eight willing creatures who link hands in a circle are transported to a different plane of existence. You can specify a target destination in general terms, such as the City of Brass on the Elemental Plane of Fire or the palace of Dispater on the second level of the Nine Hells, and you appear in or near that destination. If you are trying to reach the City of Brass, for example, you might arrive in its Street of Steel, before its Gate of Ashes, or looking at the city from across the Sea of Fire, at the GM's discretion. \nAlternatively, if you know the sigil sequence of a teleportation circle on another plane of existence, this spell can take you to that circle. If the teleportation circle is too small to hold all the creatures you transported, they appear in the closest unoccupied spaces next to the circle. \nYou can use this spell to banish an unwilling creature to another plane. Choose a creature within your reach and make a melee spell attack against it. On a hit, the creature must make a Charisma saving throw. If the creature fails this save, it is transported to a random location on the plane of existence you specify. A creature so transported must find its own way back to your current plane of existence." +} \ No newline at end of file -- cgit v1.2.3