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/true_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/true_resurrection.json')
-rw-r--r-- | parsed/spells/true_resurrection.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/parsed/spells/true_resurrection.json b/parsed/spells/true_resurrection.json new file mode 100644 index 0000000..3c6f2f2 --- /dev/null +++ b/parsed/spells/true_resurrection.json @@ -0,0 +1,15 @@ +{ + "entry": "spells", + "name": "true resurrection", + "level": 9, + "type": "necromancy", + "classes": [ + "cleric", + "druid" + ], + "casting_time": "1 hour", + "range": "Touch", + "components": "V, S, M (a sprinkle of holy water and diamonds worth at least 25,000 gp, which the spell consumes)", + "duration": "Instantaneous", + "text": "You touch a creature that has been dead for no longer than 200 years and that died for any reason except old age. If the creature's soul is free and willing, the creature is restored to life with all its hit points. \nThis spell closes all wounds, neutralizes any poison, cures all diseases, and lifts any curses affecting the creature when it died. The spell replaces damaged or missing organs and limbs. \nThe spell can even provide a new body if the original no longer exists, in which case you must speak the creature's name. The creature then appears in an unoccupied space you choose within 10 feet of you." +}
\ No newline at end of file |