1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"entry": "spells",
"name": "longstrider",
"level": 1,
"type": "transmutation",
"classes": [
"bard",
"druid",
"ranger",
"wizard"
],
"casting_time": "1 action",
"range": "Touch",
"components": "V, S, M (a pinch of dirt)",
"duration": "1 hour",
"text": "You touch a creature. The target's speed increases by 10 feet until the spell ends. \n\n**At Higher Levels.** When you cast this spell using a spell slot of 2nd level or higher, you can target one additional creature for each slot level above 1st."
}
|