1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"name": "Lesser Restoration",
"level": 2,
"school": "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."
}
|