1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"entry": "spells",
"name": "darkvision",
"level": 2,
"type": "transmutation",
"classes": [
"druid",
"ranger",
"sorcerer",
"wizard"
],
"casting_time": "1 action",
"range": "Touch",
"components": "V, S, M (either a pinch of dried carrot or an agate)",
"duration": "8 hours",
"text": "You touch a willing creature to grant it the ability to see in the dark. For the duration, that creature has darkvision out to a range of 60 feet."
}
|