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/Conjure_Elemental.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 parser/spells/Conjure_Elemental.json (limited to 'parser/spells/Conjure_Elemental.json') diff --git a/parser/spells/Conjure_Elemental.json b/parser/spells/Conjure_Elemental.json new file mode 100644 index 0000000..ecfb71a --- /dev/null +++ b/parser/spells/Conjure_Elemental.json @@ -0,0 +1,14 @@ +{ + "name": "Conjure Elemental", + "level": 5, + "school": "conjuration", + "classes": [ + "druid", + "wizard" + ], + "casting_time": "1 minute", + "range": "90 feet", + "components": "V, S, M (burning incense for air, soft clay for earth, sulfur and phosphorus for fire, or water and sand for water)", + "duration": "Concentration, up to 1 hour", + "text": "You call forth an elemental servant. Choose an area of air, earth, fire, or water that fills a 10-foot cube within range. An elemental of challenge rating 5 or lower appropriate to the area you chose appears in an unoccupied space within 10 feet of it. For example, a fire elemental emerges from a bonfire, and an earth elemental rises up from the ground. The elemental disappears when it drops to 0 hit points or when the spell ends. \nThe elemental is friendly to you and your companions for the duration. Roll initiative for the elemental, which has its own turns. It obeys any verbal commands that you issue to it (no action required by you). If you don't issue any commands to the elemental, it defends itself from hostile creatures but otherwise takes no actions. \nIf your concentration is broken, the elemental doesn't disappear. Instead, you lose control of the elemental, it becomes hostile toward you and your companions, and it might attack. An uncontrolled elemental can't be dismissed by you, and it disappears 1 hour after you summoned it. The GM has the elemental's statistics. \n\n**At Higher Levels.** When you cast this spell using a spell slot of 6th level or higher, the challenge rating increases by 1 for each slot level above 5th." +} \ No newline at end of file -- cgit v1.2.3