diff options
author | Your Name <you@example.com> | 2023-05-30 18:33:10 -0400 |
---|---|---|
committer | Your Name <you@example.com> | 2023-05-30 18:33:10 -0400 |
commit | e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35 (patch) | |
tree | b48a6087720d6bf69a80f0c284320320043fcdee /parsed/spells/gate.json | |
parent | d428ae1c5b3b0ec88c1b55c56317c3750502d5f4 (diff) | |
download | dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.gz dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.bz2 dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.zip |
Changed makefiles, added parsed files
Diffstat (limited to 'parsed/spells/gate.json')
-rw-r--r-- | parsed/spells/gate.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/parsed/spells/gate.json b/parsed/spells/gate.json new file mode 100644 index 0000000..5df423e --- /dev/null +++ b/parsed/spells/gate.json @@ -0,0 +1,16 @@ +{ + "entry": "spells", + "name": "gate", + "level": 9, + "type": "conjuration", + "classes": [ + "cleric", + "sorcerer", + "wizard" + ], + "casting_time": "1 action", + "range": "60 feet", + "components": "V, S, M (a diamond worth at least 5,000 gp)", + "duration": "Concentration, up to 1 minute", + "text": "You conjure a portal linking an unoccupied space you can see within range to a precise location on a different plane of existence. The portal is a circular opening, which you can make 5 to 20 feet in diameter. You can orient the portal in any direction you choose. The portal lasts for the duration. \nThe portal has a front and a back on each plane where it appears. Travel through the portal is possible only by moving through its front. Anything that does so is instantly transported to the other plane, appearing in the unoccupied space nearest to the portal. \nDeities and other planar rulers can prevent portals created by this spell from opening in their presence or anywhere within their domains. \nWhen you cast this spell, you can speak the name of a specific creature (a pseudonym, title, or nickname doesn't work). If that creature is on a plane other than the one you are on, the portal opens in the named creature's immediate vicinity and draws the creature through it to the nearest unoccupied space on your side of the portal. You gain no special power over the creature, and it is free to act as the GM deems appropriate. It might leave, attack you, or help you." +}
\ No newline at end of file |