So there is this thing that you can do to make it so a number or something else matches something and isn’t a static number, so you don’t have to do the math like DC: 8 + Strength modifier and says instead DC: 13 for you in your short description. Anyone know how to do that all well and can explain it better to me, as I would like to get more information on how to do that stuff.
The commands look sorta like {modifier:strength} or something like that.
Probably best if you post this in the Homebrew section instead. They will all be doing stuff with HB and so are more likely to know the correct answer.
If you're not willing or able to to discuss in good faith, then don't be surprised if I don't respond, there are better things in life for me to do than humour you. This signature is that response.
This is the ticket. Those codes are called “snippets.” The snippet for 8+Str mod is {{(8+modifier:str)#unsigned}}, you can just copy/paste that if you want. However, most DCs also include Proficiency bonus too. If what you really want is 8+Str mod+PB, then the snippet for that is {{savedc:str}}.
{{scalevalue}} only works on subclass features and attached actions, and it only displays info you enter into the “Level Scaling” subforms. If you put 1d6 in at 1st level and then 2d8 in at 10th level, then it will display 1d6 wherever you put {{scalevalue}} attached to that subclass feature from 1st-9th levels and 2d8 after that.
The current damage value for the Steam Breath, as the Fizban’s Dragonborn’s do, 1d10 level 1, 2d10 at level 5, 3d10 at level 11, and 4d10 at level 17 I think. Is there a snippet to show that instead of the starting 1d10 breath, it shows 2d10 if the player is at level 5?
So there is this thing that you can do to make it so a number or something else matches something and isn’t a static number, so you don’t have to do the math like DC: 8 + Strength modifier and says instead DC: 13 for you in your short description. Anyone know how to do that all well and can explain it better to me, as I would like to get more information on how to do that stuff.
The commands look sorta like {modifier:strength} or something like that.
Check out my homebrews:
Backgrounds Feats Magic Items
Monsters Races Spells Subclasses
Probably best if you post this in the Homebrew section instead. They will all be doing stuff with HB and so are more likely to know the correct answer.
https://www.dndbeyond.com/forums/dungeons-dragons-discussion/homebrew-house-rules
If you're not willing or able to to discuss in good faith, then don't be surprised if I don't respond, there are better things in life for me to do than humour you. This signature is that response.
You're looking for this thread in the Homebrew forum: https://www.dndbeyond.com/forums/dungeons-dragons-discussion/homebrew-house-rules/25930-using-snippet-codes-in-your-homebrew
Helpful rewriter of Japanese->English translation and delver into software codebases (she/e/they)
This is the ticket. Those codes are called “snippets.” The snippet for 8+Str mod is {{(8+modifier:str)#unsigned}}, you can just copy/paste that if you want. However, most DCs also include Proficiency bonus too. If what you really want is 8+Str mod+PB, then the snippet for that is {{savedc:str}}.
I hope that helps.
Creating Epic Boons on DDB
DDB Buyers' Guide
Hardcovers, DDB & You
Content Troubleshooting
Thanks
Check out my homebrews:
Backgrounds Feats Magic Items
Monsters Races Spells Subclasses
This will help a lot in my homebrews
Check out my homebrews:
Backgrounds Feats Magic Items
Monsters Races Spells Subclasses
I’m confused about how to use {{scalevalue}}. Can someone explain it to me?
Check out my homebrews:
Backgrounds Feats Magic Items
Monsters Races Spells Subclasses
{{scalevalue}} only works on subclass features and attached actions, and it only displays info you enter into the “Level Scaling” subforms. If you put 1d6 in at 1st level and then 2d8 in at 10th level, then it will display 1d6 wherever you put {{scalevalue}} attached to that subclass feature from 1st-9th levels and 2d8 after that.
Creating Epic Boons on DDB
DDB Buyers' Guide
Hardcovers, DDB & You
Content Troubleshooting
Ok. I was trying to use it on my homebrew Dragon Tortles scaleable steam breath.
Check out my homebrews:
Backgrounds Feats Magic Items
Monsters Races Spells Subclasses
Any suggestion on how to show that the current damage value is say, 4d10 instead of the original 1d10 after leveling up?
Check out my homebrews:
Backgrounds Feats Magic Items
Monsters Races Spells Subclasses
Because the updated Dragonborn have something like that for their breath weapons
Check out my homebrews:
Backgrounds Feats Magic Items
Monsters Races Spells Subclasses
What exactly do you want the snippet to display? How is it supposed to scale?
Creating Epic Boons on DDB
DDB Buyers' Guide
Hardcovers, DDB & You
Content Troubleshooting
The current damage value for the Steam Breath, as the Fizban’s Dragonborn’s do, 1d10 level 1, 2d10 at level 5, 3d10 at level 11, and 4d10 at level 17 I think. Is there a snippet to show that instead of the starting 1d10 breath, it shows 2d10 if the player is at level 5?
Check out my homebrews:
Backgrounds Feats Magic Items
Monsters Races Spells Subclasses
I think this should work:
{{1+(classlevel+1)/6#rounddown,unsigned}}<strong>d10</strong>
Creating Epic Boons on DDB
DDB Buyers' Guide
Hardcovers, DDB & You
Content Troubleshooting
Really, the best place to ask these questions is in that thread that naruhoodie suggested In her post:
Whenever I need help with a snippet, that’s where I go.
Creating Epic Boons on DDB
DDB Buyers' Guide
Hardcovers, DDB & You
Content Troubleshooting
Ok. Thanks
Check out my homebrews:
Backgrounds Feats Magic Items
Monsters Races Spells Subclasses
By the way, I got this: 1+(classlevel+1)/6#rounddown,unsigned - No class level data available
Check out my homebrews:
Backgrounds Feats Magic Items
Monsters Races Spells Subclasses
Sorry, try this:
{{1+(characterlevel+1)/6#rounddown,unsigned}}<strong>d10</strong>
Creating Epic Boons on DDB
DDB Buyers' Guide
Hardcovers, DDB & You
Content Troubleshooting
Thanks, it works, it will help me a lot. Thanks again so much.
Check out my homebrews:
Backgrounds Feats Magic Items
Monsters Races Spells Subclasses
Happy to help.
Creating Epic Boons on DDB
DDB Buyers' Guide
Hardcovers, DDB & You
Content Troubleshooting