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/True_Resurrection.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 parser/spells/True_Resurrection.json (limited to 'parser/spells/True_Resurrection.json') diff --git a/parser/spells/True_Resurrection.json b/parser/spells/True_Resurrection.json new file mode 100644 index 0000000..0cedc5e --- /dev/null +++ b/parser/spells/True_Resurrection.json @@ -0,0 +1,14 @@ +{ + "name": "True Resurrection", + "level": 9, + "school": "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 -- cgit v1.2.3