From e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 30 May 2023 18:33:10 -0400 Subject: Changed makefiles, added parsed files --- parsed/spells/passwall.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 parsed/spells/passwall.json (limited to 'parsed/spells/passwall.json') diff --git a/parsed/spells/passwall.json b/parsed/spells/passwall.json new file mode 100644 index 0000000..d7f36ec --- /dev/null +++ b/parsed/spells/passwall.json @@ -0,0 +1,14 @@ +{ + "entry": "spells", + "name": "passwall", + "level": 5, + "type": "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