When making a custom subclass there is a category called Level Scaling that sets the {{scalevalue}} snippet. If this was available for racial traits as well, then stuff like Dragonborn breath weapons would be able to auto-calculate correctly in the snippet code rather than need to be explicitly listed at each level.
When making a custom subclass there is a category called Level Scaling that sets the {{scalevalue}} snippet. If this was available for racial traits as well, then stuff like Dragonborn breath weapons would be able to auto-calculate correctly in the snippet code rather than need to be explicitly listed at each level.
Site Info: Wizard's ToS | Fan Content Policy | Forum Rules | Physical Books | Content Not Working | Contact Support
How To: Homebrew Rules | Create Homebrew | Snippet Codes | Tool Tips (Custom) | Rollables (Generator)
My Homebrew: Races | Subclasses | Backgrounds | Feats | Spells | Magic Items
Other: Beyond20 | Page References | Other Guides | Entitlements | Dice Randomization | Images Fix | FAQ
Agree with this 100%
This is still not a thing, even though the very same was added within a month because a new Cleric subclass from Tasha's needed it.
Would still love to have scalevalue for racial traits.
For what it's worth (dndbeyond, you are free to steal this btw), the snippet code can be replicated with:
{{((characterlevel+9)/5)@rounddown}}
which returns 2 from level 1-5, then 3 from level 6-10, then 4 from level 11-15, then 5 from level 16-20.