Mask of the Merciful Healer

From Soul Co, Your Home for inclusive DnD

Very Rare, Requires Attunement

Maskhealer.jpg

Description

Granted for services to Vanalir and her Mistress, this mask is specially designed for a merciful healer. Despite its clear shape as a mask, it can be infused as a Repulsion Shield or Armor of Magical Strength by a skilled enough artificer that possesses those infusions. It grants its wearer expertise in the Medicine skill.

It magically enhances its wearer in the use of potions as well, allowing them to be used as a bonus action on themselves. They can attempt to use a potion as a bonus action on another person, requiring a DC 22 Medicine check. If they fail this check, the wearer can still use their action to use the potion instead on an ally as normal. If they do not or cannot use their action, the potion is wasted.

It also allows the wearer to add their proficiency bonus to any healing that restores hit points that they cause. This includes the use of potions on others, or abilities that cause others to regain hit points.

DDB Link

https://www.dndbeyond.com/magic-items/8423281-mask-of-the-merciful-healer

Code

!attack import name: Mask of the Merciful Healer
automation:
  - type: target
    target: self
    effects:
      - type: check
        ability: medicine
        dc: "22"
        success:
          - type: text
            text: Success!  The wearer uses the potion as a bonus action.
        fail:
          - type: text
            text: Failure!  The user wasn't able to use the potion as a bonus action.  They
              must use it as an action or lose the potion.  The wearer's bonus
              action is NOT used for this turn.
_v: 2
proper: true
verb: attempts to use a potion with their

AND

!snippet maskheal -d -{proficiencyBonus} -f "Mask of the Merciful Healer|It allows the wearer to add their proficiency bonus to any healing that restores hit points that they cause."