Hey everyone! Im trying to make a homebrew subclass, but Im having a bit of trouble getting the snippets to work. Specifically, I have a feature that gives the character temporary hit points equal to 12 + their proficiency bonus. I have the calculation written as {{12+proficiency#unsigned}} in the ability description. However, when I move to the actual character sheet, it still just shows the calculation text instead of actually adding up the numbers. Am I doing something wrong? Thanks in advance for the help!
Wait, where are you putting it? Because snippets won’t work in “description” fields, only in “snippet” fields.
Also, after updating your snippet, did you remember to re-save the whole subclass using the main [SAVE CHANGES] button under Basic Information? After that did you wait 20 minutes for it to push through?
Wait, where are you putting it? Because snippets won’t work in “description” fields, only in “snippet” fields.
Also, after updating your snippet, did you remember to re-save the whole subclass using the main [SAVE CHANGES] button under Basic Information? After that did you wait 20 minutes for it to push through?
That was absolutely it. I had it in the wrong field. Thanks for the assist lol
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Hey everyone! Im trying to make a homebrew subclass, but Im having a bit of trouble getting the snippets to work. Specifically, I have a feature that gives the character temporary hit points equal to 12 + their proficiency bonus. I have the calculation written as {{12+proficiency#unsigned}} in the ability description. However, when I move to the actual character sheet, it still just shows the calculation text instead of actually adding up the numbers. Am I doing something wrong? Thanks in advance for the help!
Try this: {{(12+proficiency)#unsigned}}
Creating Epic Boons on DDB
DDB Buyers' Guide
Hardcovers, DDB & You
Content Troubleshooting
I just tried that. It still didn't work unfortunately. Thanks for the suggestion though
Wait, where are you putting it? Because snippets won’t work in “description” fields, only in “snippet” fields.
Also, after updating your snippet, did you remember to re-save the whole subclass using the main [SAVE CHANGES] button under Basic Information? After that did you wait 20 minutes for it to push through?
Creating Epic Boons on DDB
DDB Buyers' Guide
Hardcovers, DDB & You
Content Troubleshooting
{{proficiency}} doesn't need #unsigned
I'd be curious what field Cosmic_King_721 is putting the snippet code in too.
How to: Replace DEX in AC | Jump & Suffocation stats | Spell & class effect buff system | Wild Shape effect system | Tool Proficiencies as Custom Skills | Spells at higher levels explained | Superior Fighting/Martial Adept Fix | Snippet Codes Explored - Subclasses | Snippet Math Theory | Homebrew Weapons Explained
My: FEATS | MAGIC ITEMS | MONSTERS | SUBCLASSES Artificer Specialist: Weaveblade
Dndbeyond images not loading WORKAROUND FIXED!!! (TY Jay_Lane for original instructions)
That was absolutely it. I had it in the wrong field. Thanks for the assist lol