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/resurrection.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/resurrection.json')
-rw-r--r-- | parsed/spells/resurrection.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/parsed/spells/resurrection.json b/parsed/spells/resurrection.json new file mode 100644 index 0000000..cdb3ed9 --- /dev/null +++ b/parsed/spells/resurrection.json @@ -0,0 +1,15 @@ +{ + "entry": "spells", + "name": "resurrection", + "level": 7, + "type": "necromancy", + "classes": [ + "bard", + "cleric" + ], + "casting_time": "1 hour", + "range": "Touch", + "components": "V, S, M (a diamond worth at least 1,000 gp, which the spell consumes)", + "duration": "Instantaneous", + "text": "You touch a dead creature that has been dead for no more than a century, that didn't die of old age, and that isn't undead. If its soul is free and willing, the target returns to life with all its hit points. \nThis spell neutralizes any poisons and cures normal diseases afflicting the creature when it died. It doesn't, however, remove magical diseases, curses, and the like; if such effects aren't removed prior to casting the spell, they afflict the target on its return to life. \nThis spell closes all mortal wounds and restores any missing body parts. \nComing back from the dead is an ordeal. The target takes a \u22124 penalty to all attack rolls, saving throws, and ability checks. Every time the target finishes a long rest, the penalty is reduced by 1 until it disappears. \nCasting this spell to restore life to a creature that has been dead for one year or longer taxes you greatly. Until you finish a long rest, you can't cast spells again, and you have disadvantage on all attack rolls, ability checks, and saving throws." +}
\ No newline at end of file |