diff options
Diffstat (limited to 'parser/spells/longstrider.json')
-rw-r--r-- | parser/spells/longstrider.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/parser/spells/longstrider.json b/parser/spells/longstrider.json new file mode 100644 index 0000000..3cabde8 --- /dev/null +++ b/parser/spells/longstrider.json @@ -0,0 +1,16 @@ +{ + "name": "longstrider", + "level": 1, + "school": "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." +}
\ No newline at end of file |