blob: 2d6010c5055456ab177b6c25714e976fdb67101e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"entry": "spells",
"name": "inflict wounds",
"level": 1,
"type": "necromancy",
"classes": [
"cleric"
],
"casting_time": "1 action",
"range": "Touch",
"components": "V, S",
"duration": "Instantaneous",
"text": "Make a melee spell attack against a creature you can reach. On a hit, the target takes 3d10 necrotic damage. \n\n**At Higher Levels.** When you cast this spell using a spell slot of 2nd level or higher, the damage increases by 1d10 for each slot level above 1st."
}
|