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/hunter's_mark.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 parsed/spells/hunter's_mark.json (limited to 'parsed/spells/hunter's_mark.json') diff --git a/parsed/spells/hunter's_mark.json b/parsed/spells/hunter's_mark.json new file mode 100644 index 0000000..daa7e05 --- /dev/null +++ b/parsed/spells/hunter's_mark.json @@ -0,0 +1,14 @@ +{ + "entry": "spells", + "name": "hunter's mark", + "level": 1, + "type": "divination", + "classes": [ + "ranger" + ], + "casting_time": "1 bonus action", + "range": "90 feet", + "components": "V", + "duration": "Concentration, up to 1 hour", + "text": "You choose a creature you can see within range and mystically mark it as your quarry. Until the spell ends, you deal an extra 1d6 damage to the target whenever you hit it with a weapon attack, and you have advantage on any Wisdom (Perception) or Wisdom (Survival) check you make to find it. If the target drops to 0 hit points before this spell ends, you can use a bonus action on a subsequent turn of yours to mark a new creature. \n**At Higher Levels.** When you cast this spell using a spell slot of 3rd or 4th level, you can maintain your concentration on the spell for up to 8 hours. When you use a spell slot of 5th level or higher, you can maintain your concentration on the spell for up to 24 hours." +} \ No newline at end of file -- cgit v1.2.3