Added some monsters and spells.

This commit is contained in:
Mark Wolfman
2022-01-08 15:15:46 -06:00
parent 7934043775
commit 9225df8002
3 changed files with 181 additions and 18 deletions
+104
View File
@@ -89,7 +89,111 @@ class CloakOfProtection(MagicItem):
rarity = "Uncommon"
class DeckOfIllusions(MagicItem):
"""This box contains a set of Parchment cards. A full deck has 34
cards. A deck found as Treasure is usually missing 1d20 - 1 cards.
The magic of the deck functions only if cards are drawn at random
(you can use an altered deck of playing cards to simulate the
deck). You can use an action to draw a card at random from the
deck and throw it to the ground at a point within 30 feet of you.
An Illusion of one or more Creatures forms over the Thrown card
and remains until dispelled. An illusory creature appears real, of
the appropriate size, and behaves as if it were a real creature
(as presented in the Monster Manual), except that it can do no
harm. While you are within 120 feet of the illusory creature and
can see it, you can use an action to move it magically anywhere
within 30 feet of its card. Any physical interaction with the
illusory creature reveals it to be an Illusion, because Objects
pass through it. Someone who uses an action to visually inspect
the creature identifies it as illusory with a successful DC 15
Intelligence (Investigation) check. The creature then appears
translucent.
The Illusion lasts until its card is moved or the Illusion is
dispelled. When the Illusion ends, the image on its card
disappears, and that card can't be used again.
+-------------------+----------------------------------+
| Playing Card | Illusion |
+===================+==================================+
| Ace of hearts | Red Dragon |
+-------------------+----------------------------------+
| King of hearts | Knight and four guards |
+-------------------+----------------------------------+
| Queen of hearts | Succubus or Incubus |
+-------------------+----------------------------------+
| Jack of hearts | Druid |
+-------------------+----------------------------------+
| Ten of hearts | Cloud Giant |
+-------------------+----------------------------------+
| Nine of hearts | Ettin |
+-------------------+----------------------------------+
| Eight of hearts | Bugbear |
+-------------------+----------------------------------+
| Two of hearts | Goblin |
+-------------------+----------------------------------+
| Ace of diamonds | Beholder |
+-------------------+----------------------------------+
| King of diamonds | Archmage and mage Apprentice |
+-------------------+----------------------------------+
| Queen of diamonds | Night Hag |
+-------------------+----------------------------------+
| Jack of diamonds | Assassin |
+-------------------+----------------------------------+
| Ten of diamonds | Fire giant |
+-------------------+----------------------------------+
| Nine of diamonds | Ogre mage |
+-------------------+----------------------------------+
| Eight of diamonds | Gnoll |
+-------------------+----------------------------------+
| Two of diamonds | Kobold |
+-------------------+----------------------------------+
| Ace of spades | Lich |
+-------------------+----------------------------------+
| King of spades | Priest and two acolytes |
+-------------------+----------------------------------+
| Queen of spades | Medusa |
+-------------------+----------------------------------+
| Jack of spades | Veteran |
+-------------------+----------------------------------+
| Ten of spades | Frost Giant |
+-------------------+----------------------------------+
| Nine of spades | Troll |
+-------------------+----------------------------------+
| Eight of spades | Hobgoblin |
+-------------------+----------------------------------+
| Two of spades | Goblin |
+-------------------+----------------------------------+
| Ace of clubs | Iron Golem |
+-------------------+----------------------------------+
| King of clubs | Bandit Captain and three bandits |
+-------------------+----------------------------------+
| Queen of clubs | Erinyes |
+-------------------+----------------------------------+
| Jack of clubs | Berserker |
+-------------------+----------------------------------+
| Ten of clubs | Hill giant |
+-------------------+----------------------------------+
| Nine of clubs | Ogre |
+-------------------+----------------------------------+
| Eight of clubs | Orc |
+-------------------+----------------------------------+
| Two of clubs | Kobold |
+-------------------+----------------------------------+
| Jokers (2) | You (the deck's owner) |
+-------------------+----------------------------------+
"""
name = "Deck of Illusions"
requires_attunement = False
rarity = "Uncommon"
item_type = "Adventuring gear (wondrous item)"
class RingOfProtection(MagicItem):
"""You gain a +1 bonus to AC and Saving Throws while wearing this
ring.