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/Hunter's_Mark.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 parser/spells/Hunter's_Mark.json (limited to 'parser/spells/Hunter's_Mark.json') diff --git a/parser/spells/Hunter's_Mark.json b/parser/spells/Hunter's_Mark.json new file mode 100644 index 0000000..3d1d2c5 --- /dev/null +++ b/parser/spells/Hunter's_Mark.json @@ -0,0 +1,13 @@ +{ + "name": "Hunter's Mark", + "level": 1, + "school": "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