1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"entry": "spells",
"name": "remove curse",
"level": 3,
"type": "abjuration",
"classes": [
"cleric",
"paladin",
"warlock",
"wizard"
],
"casting_time": "1 action",
"range": "Touch",
"components": "V, S",
"duration": "Instantaneous",
"text": "At your touch, all curses affecting one creature or object end. If the object is a cursed magic item, its curse remains, but the spell breaks its owner's attunement to the object so it can be removed or discarded."
}
|