add Cloak of Displacement to magic items

This commit is contained in:
Robert Kubosz
2020-05-01 00:12:15 +02:00
parent 9faa294b9e
commit e778dd79d5
+12
View File
@@ -76,6 +76,18 @@ class CloakOfBillowing(MagicItem):
rarity = "Common" rarity = "Common"
class CloakOfDisplacement(MagicItem):
"""While you wear this cloak, it projects an illusion that makes you appear
to be standing in a place near your actual location, causing any creature
to have disadvantage on attack rolls against you. If you take damage, the
property ceases to function until the start of your next turn. This
property is suppressed while you are incapacitated, restrained, or
otherwise unable to move.
"""
name = "Cloak of Displacement"
rarity = "Rare"
class CapeOfTheMountebank(MagicItem): class CapeOfTheMountebank(MagicItem):
"""This cape smells faintly of brimstone. While wearing it, you can use it to """This cape smells faintly of brimstone. While wearing it, you can use it to
cast the Dimension Door spell as an action. This property of the cape can't cast the Dimension Door spell as an action. This property of the cape can't