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/passwall.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 parser/spells/passwall.json (limited to 'parser/spells/passwall.json') diff --git a/parser/spells/passwall.json b/parser/spells/passwall.json new file mode 100644 index 0000000..c5b1699 --- /dev/null +++ b/parser/spells/passwall.json @@ -0,0 +1,13 @@ +{ + "name": "passwall", + "level": 5, + "school": "transmutation", + "classes": [ + "wizard" + ], + "casting_time": "1 action", + "range": "30 feet", + "components": "V, S, M (a pinch of sesame seeds)", + "duration": "1 hour", + "text": "A passage appears at a point of your choice that you can see on a wooden, plaster, or stone surface (such as a wall, a ceiling, or a floor) within range, and lasts for the duration. You choose the opening's dimensions: up to 5 feet wide, 8 feet tall, and 20 feet deep. The passage creates no instability in a structure surrounding it. \nWhen the opening disappears, any creatures or objects still in the passage created by the spell are safely ejected to an unoccupied space nearest to the surface on which you cast the spell." +} \ No newline at end of file -- cgit v1.2.3