I am creating a homebrew feat on DnDBeyond and would like to know how to add the rollable values and such to the sheet.
The feat is just a Reaction that reduces damage by 1d4 + CON Mod. Are there tooltips and such I need to add somewhere to get it to show up as rollable with the appropriate values on the sheet https://9apps.ooo/?
You need to add an Action to your feat. Make it a “spell” action, enter Con as the ability score, 1 as the dice count, d4 as the die type, Reaction as the activation type, and check the box labeled “display as attack.” That should do it for you. Don’t forget to fill in the snippet field so it actually explains what’s going on on the character sheet, and to have it display the die & modifier correctly on the sheet use the following code:
Whenever (whatever triggers the reaction happens), you can spend your reaction to reduce the damage by <strong>1d4</strong>{{modifier:con}}.
I am creating a homebrew feat on DnDBeyond and would like to know how to add the rollable values and such to the sheet.
The feat is just a Reaction that reduces damage by 1d4 + CON Mod. Are there tooltips and such I need to add somewhere to get it to show up as rollable with the appropriate values on the sheet https://9apps.ooo/?
You need to add an Action to your feat. Make it a “spell” action, enter Con as the ability score, 1 as the dice count, d4 as the die type, Reaction as the activation type, and check the box labeled “display as attack.” That should do it for you. Don’t forget to fill in the snippet field so it actually explains what’s going on on the character sheet, and to have it display the die & modifier correctly on the sheet use the following code:
Creating Epic Boons on DDB
DDB Buyers' Guide
Hardcovers, DDB & You
Content Troubleshooting