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/rope_trick.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 parser/spells/rope_trick.json (limited to 'parser/spells/rope_trick.json') diff --git a/parser/spells/rope_trick.json b/parser/spells/rope_trick.json new file mode 100644 index 0000000..5a46983 --- /dev/null +++ b/parser/spells/rope_trick.json @@ -0,0 +1,13 @@ +{ + "name": "rope trick", + "level": 2, + "school": "transmutation", + "classes": [ + "wizard" + ], + "casting_time": "1 action", + "range": "Touch", + "components": "V, S, M (powdered corn extract and a twisted loop of parchment)", + "duration": "1 hour", + "text": "You touch a length of rope that is up to 60 feet long. One end of the rope then rises into the air until the whole rope hangs perpendicular to the ground. At the upper end of the rope, an invisible entrance opens to an extradimensional space that lasts until the spell ends. \nThe extradimensional space can be reached by climbing to the top of the rope. The space can hold as many as eight Medium or smaller creatures. The rope can be pulled into the space, making the rope disappear from view outside the space. \nAttacks and spells can't cross through the entrance into or out of the extradimensional space, but those inside can see out of it as if through a 3-foot-by-5- foot window centered on the rope. \nAnything inside the extradimensional space drops out when the spell ends." +} \ No newline at end of file -- cgit v1.2.3