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/raise_dead.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/raise_dead.json')
-rw-r--r-- | parsed/spells/raise_dead.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/parsed/spells/raise_dead.json b/parsed/spells/raise_dead.json new file mode 100644 index 0000000..3a528a8 --- /dev/null +++ b/parsed/spells/raise_dead.json @@ -0,0 +1,16 @@ +{ + "entry": "spells", + "name": "raise dead", + "level": 5, + "type": "necromancy", + "classes": [ + "bard", + "cleric", + "paladin" + ], + "casting_time": "1 hour", + "range": "Touch", + "components": "V, S, M (a diamond worth at least 500 gp, which the spell consumes)", + "duration": "Instantaneous", + "text": "You return a dead creature you touch to life, provided that it has been dead no longer than 10 days. If the creature's soul is both willing and at liberty to rejoin the body, the creature returns to life with 1 hit point. \nThis spell also neutralizes any poisons and cures nonmagical diseases that affected the creature at the time it died. This spell doesn't, however, remove magical diseases, curses, or similar effects; if these aren't first removed prior to casting the spell, they take effect when the creature returns to life. The spell can't return an undead creature to life. \nThis spell closes all mortal wounds, but it doesn't restore missing body parts. If the creature is lacking body parts or organs integral for its survival--its head, for instance--the spell automatically fails. \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." +}
\ No newline at end of file |