1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"entry": "spells",
"name": "fog cloud",
"level": 1,
"type": "conjuration",
"classes": [
"druid",
"ranger",
"sorcerer",
"wizard"
],
"casting_time": "1 action",
"range": "120 feet",
"components": "V, S",
"duration": "Concentration, up to 1 hour",
"text": "You create a 20-foot-radius sphere of fog centered on a point within range. The sphere spreads around corners, and its area is heavily obscured. It lasts for the duration or until a wind of moderate or greater speed (at least 10 miles per hour) disperses it. \n\n**At Higher Levels.** When you cast this spell using a spell slot of 2nd level or higher, the radius of the fog increases by 20 feet for each slot level above 1st."
}
|