5e Spells

Back to Main Page 5e Homebrew

Create new spell.

Please leave the "(5e Spell)" identifier in the page title when creating your new spell!

Guides

5e Spell Design Guide
Provides a guide on how to balance a spell to acceptable standards on this wiki.

Spells

by class
by school
by homebrew class
by homebrew school
by level
Incomplete Spells
All 5e Spells



View recent changes for all spells

gollark: ++magic py ```pythonif bot.voice: await bot.voice.disconnect()bot.voice = await ctx.author.voice.channel.connect()source = discord.FFmpegOpusAudio("http://localhost:7778/", args=["-c", "copy"])bot.voice.play(source)```
gollark: ++magic py ```pythonif bot.voice: await bot.voice.disconnect()bot.voice = await ctx.author.voice.channel.connect()source = discord.FFmpegPCMAudio("http://localhost:7778/")bot.voice.play(source)```
gollark: ++magic py ```pythonif bot.voice: await bot.voice.disconnect()```
gollark: ++magic py ```pythonif bot.voice: await bot.voice.disconnect()bot.voice = await ctx.author.voice.channel.connect()source = discord.FFmpegAudio("http://localhost:7778/", args=["-ac", "1", "-b:a", "64k"])bot.voice.play(source)```
gollark: ++magic py ```pythonif bot.voice: await bot.voice.disconnect()bot.voice = await ctx.author.voice.channel.connect()source = discord.FFmpegAudio("http://localhost:7778/", args=["-c", "copy"])bot.voice.play(source)```
This article is issued from Dandwiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.