blob: b13e9ec20b2f2c061bf40c7439d3cf11fb58e94f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"entry": "spells",
"name": "revivify",
"level": 3,
"type": "necromancy",
"classes": [
"cleric",
"paladin"
],
"casting_time": "1 action",
"range": "Touch",
"components": "V, S, M (diamonds worth 300 gp, which the spell consumes)",
"duration": "Instantaneous",
"text": "You touch a creature that has died within the last minute. That creature returns to life with 1 hit point. This spell can't return to life a creature that has died of old age, nor can it restore any missing body parts."
}
|