diff options
Diffstat (limited to 'parser/spells/Jump.json')
-rw-r--r-- | parser/spells/Jump.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/parser/spells/Jump.json b/parser/spells/Jump.json new file mode 100644 index 0000000..7473cf2 --- /dev/null +++ b/parser/spells/Jump.json @@ -0,0 +1,16 @@ +{ + "name": "Jump", + "level": 1, + "school": "transmutation", + "classes": [ + "druid", + "ranger", + "sorcerer", + "wizard" + ], + "casting_time": "1 action", + "range": "Touch", + "components": "V, S, M (a grasshopper's hind leg)", + "duration": "1 minute", + "text": "You touch a creature. The creature's jump distance is tripled until the spell ends." +}
\ No newline at end of file |