1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"entry": "spells",
"name": "lesser restoration",
"level": 2,
"type": "abjuration",
"classes": [
"bard",
"cleric",
"druid",
"paladin",
"ranger"
],
"casting_time": "1 action",
"range": "Touch",
"components": "V, S",
"duration": "Instantaneous",
"text": "You touch a creature and can end either one disease or one condition afflicting it. The condition can be blinded, deafened, paralyzed, or poisoned."
}
|