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/Meld_into_Stone.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 parser/spells/Meld_into_Stone.json (limited to 'parser/spells/Meld_into_Stone.json') diff --git a/parser/spells/Meld_into_Stone.json b/parser/spells/Meld_into_Stone.json new file mode 100644 index 0000000..cfa9533 --- /dev/null +++ b/parser/spells/Meld_into_Stone.json @@ -0,0 +1,14 @@ +{ + "name": "Meld into Stone", + "level": 3, + "school": "transmutation", + "classes": [ + "cleric", + "druid" + ], + "casting_time": "1 action", + "range": "Touch", + "components": "V, S", + "duration": "8 hours", + "text": "You step into a stone object or surface large enough to fully contain your body, melding yourself and all the equipment you carry with the stone for the duration. Using your movement, you step into the stone at a point you can touch. Nothing of your presence remains visible or otherwise detectable by nonmagical senses. \nWhile merged with the stone, you can't see what occurs outside it, and any Wisdom (Perception) checks you make to hear sounds outside it are made with disadvantage. You remain aware of the passage of time and can cast spells on yourself while merged in the stone. You can use your movement to leave the stone where you entered it, which ends the spell. You otherwise can't move. \nMinor physical damage to the stone doesn't harm you, but its partial destruction or a change in its shape (to the extent that you no longer fit within it) expels you and deals 6d6 bludgeoning damage to you. The stone's complete destruction (or transmutation into a different substance) expels you and deals 50 bludgeoning damage to you. If expelled, you fall prone in an unoccupied space closest to where you first entered." +} \ No newline at end of file -- cgit v1.2.3