diff options
author | Your Name <you@example.com> | 2023-05-30 18:33:10 -0400 |
---|---|---|
committer | Your Name <you@example.com> | 2023-05-30 18:33:10 -0400 |
commit | e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35 (patch) | |
tree | b48a6087720d6bf69a80f0c284320320043fcdee /parsed/spells/hex.json | |
parent | d428ae1c5b3b0ec88c1b55c56317c3750502d5f4 (diff) | |
download | dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.gz dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.bz2 dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.zip |
Changed makefiles, added parsed files
Diffstat (limited to 'parsed/spells/hex.json')
-rw-r--r-- | parsed/spells/hex.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/parsed/spells/hex.json b/parsed/spells/hex.json new file mode 100644 index 0000000..f61066d --- /dev/null +++ b/parsed/spells/hex.json @@ -0,0 +1,14 @@ +{ + "entry": "spells", + "name": "hex", + "level": 1, + "type": "enchantment", + "classes": [ + "warlock" + ], + "casting_time": "1 bonus action", + "range": "90 feet", + "components": "V, S, M (the petrified eye of a newt)", + "duration": "Concentration, up to 1 hour", + "text": "You place a curse on a creature that you can see within range. Until the spell ends, you deal an extra 1d6 necrotic damage to the target whenever you hit it with an attack. Also, choose one ability when you cast the spell. The target has disadvantage on ability checks made with the chosen ability.\nIf the target drops to 0 hit points before this spell ends, you can use a bonus action on a subsequent turn of yours to curse a new creature.\nA Remove Curse cast on the target ends this spell early.\nAt 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." +} |