Added a way to include homebrew in a character file.

This commit is contained in:
Mark Wolfman
2021-02-09 22:26:23 -06:00
parent f5a1d84c60
commit 75c77aa750
8 changed files with 346 additions and 71 deletions
+10 -8
View File
@@ -184,14 +184,16 @@ class MagicJar(Spell):
class MagicMissile(Spell):
"""You create three glowing darts of magical force. Each dart hits a creature of
your choice that you can see within range. A dart deals 1d4 + 1 force damage to
its target. The darts all strike simultaneously and you can direct them to hit
one creature or several.
At Higher Levels: When you cast this spell using a
spell slot of 2nd level or higher, the spell creates one more dart for each slot
level above 1st.
"""You create three glowing darts of magical force. Each dart hits a
creature of your choice that you can see within range. A dart
deals 1d4 + 1 force damage to its target. The darts all strike
simultaneously and you can direct them to hit one creature or
several.
At Higher Levels: When you cast this spell using a spell slot of
2nd level or higher, the spell creates one more dart for each slot
level above 1st.
"""
name = "Magic Missile"
level = 1