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/Tiny_Hut.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 parser/spells/Tiny_Hut.json (limited to 'parser/spells/Tiny_Hut.json') diff --git a/parser/spells/Tiny_Hut.json b/parser/spells/Tiny_Hut.json new file mode 100644 index 0000000..78a3a06 --- /dev/null +++ b/parser/spells/Tiny_Hut.json @@ -0,0 +1,14 @@ +{ + "name": "Tiny Hut", + "level": 3, + "school": "evocation", + "classes": [ + "bard", + "wizard" + ], + "casting_time": "1 minute", + "range": "Self (10-foot-radius hemisphere)", + "components": "V, S, M (a small crystal bead)", + "duration": "8 hours", + "text": "A 10-foot-radius immobile dome of force springs into existence around and above you and remains stationary for the duration. The spell ends if you leave its area. \nNine creatures of Medium size or smaller can fit inside the dome with you. The spell fails if its area includes a larger creature or more than nine creatures. Creatures and objects within the dome when you cast this spell can move through it freely. All other creatures and objects are barred from passing through it. Spells and other magical effects can't extend through the dome or be cast through it. The atmosphere inside the space is comfortable and dry, regardless of the weather outside. \nUntil the spell ends, you can command the interior to become dimly lit or dark. The dome is opaque from the outside, of any color you choose, but it is transparent from the inside." +} \ No newline at end of file -- cgit v1.2.3