1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"entry": "spells",
"name": "barkskin",
"level": 2,
"type": "transmutation",
"classes": [
"druid",
"ranger"
],
"casting_time": "1 action",
"range": "Touch",
"components": "V, S, M (a handful of oak bark)",
"duration": "Concentration, up to 1 hour",
"text": "You touch a willing creature. Until the spell ends, the target's skin has a rough, bark-like appearance, and the target's AC can't be less than 16, regardless of what kind of armor it is wearing."
}
|