I'm sure this can be cleaned up, especially the later die iterations going from 2d6 to 2d8 to 2d10 to 2d12 since the pattern doesn't change after level 13.
I'm sure this can be cleaned up, especially the later die iterations going from 2d6 to 2d8 to 2d10 to 2d12 since the pattern doesn't change after level 13.
I need a snippet that will display an 8 until 18th level when it’s supposed to change to a 12. Any ideas? I also need one that’s a 4 until 18th level when it changes to a 6, but I figure those two are related. So either one will be great, because then I can make both. Thanks in advance!!
I need a snippet that will display an 8 until 18th level when it’s supposed to change to a 12. Any ideas? I also need one that’s a 4 until 18th level when it changes to a 6, but I figure those two are related. So either one will be great, because then I can make both. Thanks in advance!!
I'm sure this can be cleaned up, especially the later die iterations going from 2d6 to 2d8 to 2d10 to 2d12 since the pattern doesn't change after level 13.
Saw yesterday that you already figured out a snippet for the die size, but I still wanted to see now much I could pare it down. (Fun Sunday brain game!) It wouldn’t surprise me if there were still a better solution, but I approached it from the point of there being three distinct levels (after level 1) where the pattern changes — at levels 7, 9, and 13:
I need a snippet that will display an 8 until 18th level when it’s supposed to change to a 12. Any ideas? I also need one that’s a 4 until 18th level when it changes to a 6, but I figure those two are related. So either one will be great, because then I can make both. Thanks in advance!!
Former D&D Beyond Customer of six years: With the axing of piecemeal purchasing, lack of meaningful development, and toxic moderation the site isn't worth paying for anymore. I remain a free user only until my groups are done migrating from DDB, and if necessary D&D, after which I'm done. There are better systems owned by better companies out there.
I have unsubscribed from all topics and will not reply to messages. My homebrew is now 100% unsupported.
This should work for you. Assuming classlevel:
{{1+classlevel/5-(6/classlevel)@rounddown#rounddown,min:1,max:4}}
Here's a challenge I'm gonna work on soon. Based on {{characterlevel}} this table of damage dice:
This would be for a Feat so no {{scalevalue}}. I'm not sure this can be done in a snippet but I wanted to see if anyone was brave enough to try.
EDIT:
Working on this I have the snippet code for the number of dice (the number before the d):
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)
Thanks!! You’re the be best!!
Creating Epic Boons on DDB
DDB Buyers' Guide
Hardcovers, DDB & You
Content Troubleshooting
I think I got this now though I would appreciate some feedback if this can be reduced to something simpler:
I'm sure this can be cleaned up, especially the later die iterations going from 2d6 to 2d8 to 2d10 to 2d12 since the pattern doesn't change after level 13.
Theory behind how this works
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)
*Whistles* That’s one heckofa snippet.
Creating Epic Boons on DDB
DDB Buyers' Guide
Hardcovers, DDB & You
Content Troubleshooting
I need a snippet that will display an 8 until 18th level when it’s supposed to change to a 12. Any ideas? I also need one that’s a 4 until 18th level when it changes to a 6, but I figure those two are related. So either one will be great, because then I can make both. Thanks in advance!!
Creating Epic Boons on DDB
DDB Buyers' Guide
Hardcovers, DDB & You
Content Troubleshooting
I'm about to update my Snippet Math Theory on how this works to do almost anything. Done.
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)
Saw yesterday that you already figured out a snippet for the die size, but I still wanted to see now much I could pare it down. (Fun Sunday brain game!) It wouldn’t surprise me if there were still a better solution, but I approached it from the point of there being three distinct levels (after level 1) where the pattern changes — at levels 7, 9, and 13:
I love these puzzles!
Ooo. This is going to be fun to see what you did. While setting that up, I decided to document the easiest way to test this.
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)
I forgot to thank you by the way, these worked great!
Creating Epic Boons on DDB
DDB Buyers' Guide
Hardcovers, DDB & You
Content Troubleshooting
I guess the best way I can visualize it. Start with a pattern, then correct with a new term whenever the the pattern changes:
@roundup*2
@rounddown,max:1*6
@rounddown,max:1*4
@rounddown*8
About to go into a game, but I want to look more indepth at this later.
Imgur album
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)
How do I apply snippets for using intelligence over Str and Dex for attacks
and change character sizes?
You don't. Snippets doesnt change anything, they're just a way to write a number in a way that includes math.
If I had to input 1D6 pluss Class level would it look like
{{1d6+classlevel}}
or
{{{1d6}+classlevel}}
You want something like:
Former D&D Beyond Customer of six years: With the axing of piecemeal purchasing, lack of meaningful development, and toxic moderation the site isn't worth paying for anymore. I remain a free user only until my groups are done migrating from DDB, and if necessary D&D, after which I'm done. There are better systems owned by better companies out there.
I have unsubscribed from all topics and will not reply to messages. My homebrew is now 100% unsupported.
Or more precisely something like this:
Creating Epic Boons on DDB
DDB Buyers' Guide
Hardcovers, DDB & You
Content Troubleshooting
Will that add the +? {{classlevel}} isn't something that would ever be a negative number. I'd recommend:
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)
The #signed rider should add the + sign. Should….
Creating Epic Boons on DDB
DDB Buyers' Guide
Hardcovers, DDB & You
Content Troubleshooting
Could I multiply two values against each other? for example {{modifier:con*classlevel}}?