diff options
author | Your Name <you@example.com> | 2021-04-15 15:23:23 -0400 |
---|---|---|
committer | Your Name <you@example.com> | 2021-04-15 15:23:23 -0400 |
commit | dfce4d0398a8bafbb7ad7a31345af181c0269c09 (patch) | |
tree | 695162ff8cc25e146f52d9e26fe19ffa9934b3d6 /parser/spells/arcane_sword.json | |
parent | 9034c3d2533177f7cb7a7ce939ec53f7fa63f60e (diff) | |
download | dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.tar.gz dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.tar.bz2 dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.zip |
Added spells
Diffstat (limited to 'parser/spells/arcane_sword.json')
-rw-r--r-- | parser/spells/arcane_sword.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/parser/spells/arcane_sword.json b/parser/spells/arcane_sword.json new file mode 100644 index 0000000..5bbd450 --- /dev/null +++ b/parser/spells/arcane_sword.json @@ -0,0 +1,14 @@ +{ + "name": "arcane sword", + "level": 7, + "school": "evocation", + "classes": [ + "bard", + "wizard" + ], + "casting_time": "1 action", + "range": "60 feet", + "components": "V, S, M (a miniature platinum sword with a grip and pommel of copper and zinc, worth 250 gp)", + "duration": "Concentration, up to 1 minute", + "text": "You create a sword-shaped plane of force that hovers within range. It lasts for the duration. \nWhen the sword appears, you make a melee spell attack against a target of your choice within 5 feet of the sword. On a hit, the target takes 3d10 force damage. Until the spell ends, you can use a bonus action on each of your turns to move the sword up to 20 feet to a spot you can see and repeat this attack against the same target or a different one." +}
\ No newline at end of file |