Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Healer feat macro improvements

1583462102

Edited 1583462139
Hey everyone. I made this macro a while back for one of my characters that has the Healer feat in D&D 5e and I was wondering if any of you macro wizards might have a better solution or some improvements I could make to it. I'd like to change it around so the output in chat appears more like something clicked on the character sheet instead of the default template it's using right now. Any assistance would be greatly appreciated. &{template:default} {{name=Healer Feat Healing}} {{Ziran pulls out some gauze and salves from his Healer's Kit and starts treating ?{Recipient's name}'s wounds with a physician's touch.}} {{?{Recipient's name} is healed for [[1d6+4+?{Maximum amount of Hit Dice the target has}[?{Recipient's name}'s Hit Dice Max]]] hit points and can't regain hit points from this feat again until ?{Recipient's name} finishes a short or long rest.}}
1583464870
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Roll templates are totally dependent on which sheet you are using. Assuming you are using the D&D 5th Edition by Roll20, try this: &{template:npcaction} {{rname=Healer Feat Healing}} {{description=Ziran pulls out some gauze and salves from his Healer's Kit and starts treating ?{Recipient's name}'s wounds with a physician's touch. ?{Recipient's name} is healed for [[1d6+4+?{Maximum amount of Hit Dice the target has}[?{Recipient's name}'s Hit Dice Max]]] hit points and can't regain hit points from this feat again until ?{Recipient's name} finishes a short or long rest.}} It will produce this:
1583465654
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
You could even spruce this up with a graphic if you want. The code is [image](URL). Example: &amp;{template:npcaction} {{rname=Healer Feat Healing}} {{description=[image](<a href="https://i.imgur.com/5mbA5LH.jpg" rel="nofollow">https://i.imgur.com/5mbA5LH.jpg</a>) Ziran pulls out some gauze and salves from his Healer's Kit and starts treating ?{Recipient's name}'s wounds with a physician's touch. ?{Recipient's name} is healed for [[1d6+4+?{Maximum amount of Hit Dice the target has}[?{Recipient's name}'s Hit Dice Max]]] hit points and can't regain hit points from this feat again until ?{Recipient's name} finishes a short or long rest.}} Image of Farideh ©Wizards of the Coast, used under&nbsp; Wizards of the Coast's Fan Content Policy
Thank you very much! I really like that a lot better, especially with the graphic. I'm going to study this a bit more to see where I was going wrong in my previous attempts. Thanks again!