5e Spells
Back to Main Page → 5e Homebrew |
|
Guides
- 5e Spell Design Guide
- Provides a guide on how to balance a spell to acceptable standards on this wiki.
Spells
|
|
|
|
Incomplete Spells | |||
All 5e Spells |
External Links
- The Rules of Spellcasting rules clarification at WotC
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.