mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-06-07 05:03:31 +02:00
Added a way to include homebrew in a character file.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user