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/geas.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 parsed/spells/geas.json (limited to 'parsed/spells/geas.json') diff --git a/parsed/spells/geas.json b/parsed/spells/geas.json new file mode 100644 index 0000000..09d596c --- /dev/null +++ b/parsed/spells/geas.json @@ -0,0 +1,18 @@ +{ + "entry": "spells", + "name": "geas", + "level": 5, + "type": "enchantment", + "classes": [ + "bard", + "cleric", + "druid", + "paladin", + "wizard" + ], + "casting_time": "1 minute", + "range": "60 feet", + "components": "V", + "duration": "30 days", + "text": "You place a magical command on a creature that you can see within range, forcing it to carry out some service or refrain from some action or course of activity as you decide. If the creature can understand you, it must succeed on a Wisdom saving throw or become charmed by you for the duration. While the creature is charmed by you, it takes 5d10 psychic damage each time it acts in a manner directly counter to your instructions, but no more than once each day. A creature that can't understand you is unaffected by the spell. \nYou can issue any command you choose, short of an activity that would result in certain death. Should you issue a suicidal command, the spell ends. You can end the spell early by using an action to dismiss it. A **_remove curse_**, **_greater restoration_**, or **_wish_** spell also ends it. \n\n**At Higher Levels.** When you cast this spell using a spell slot of 7th or 8th level, the duration is 1 year. When you cast this spell using a spell slot of 9th level, the spell lasts until it is ended by one of the spells mentioned above." +} \ No newline at end of file -- cgit v1.2.3