Hey I'm making a subclass for wizard where at lvl 3 they get a d6 resource that increases to a d8 at lvl 5, a d10 at lvl 11 and a d12 at 17. How would the snippet code go thanks
Hey I'm making a subclass for wizard where at lvl 3 they get a d6 resource that increases to a d8 at lvl 5, a d10 at lvl 11 and a d12 at 17. How would the snippet code go thanks
Snippets just display info calculated off of a handful or variables. What you're asking for isn't pulling from any variable. You can put 2d6+1d10 in a snippet field and it'll display appropriately.
lol Okay, I’ll take that. But folks should follow Mairondil too, they’re very informative.
Creating Epic Boons on DDB
DDB Buyers' Guide
Hardcovers, DDB & You
Content Troubleshooting
Hey I'm making a subclass for wizard where at lvl 3 they get a d6 resource that increases to a d8 at lvl 5, a d10 at lvl 11 and a d12 at 17. How would the snippet code go thanks
Try <strong>d</strong>{{6+(classlevel/5)@max:1,rounddown*2+(classlevel/11)@rounddown*2+(classlevel/17)@rounddown*2}}
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 it worked
is it possible to make a snippet do 2d6+1d10?
Snippets just display info calculated off of a handful or variables. What you're asking for isn't pulling from any variable. You can put 2d6+1d10 in a snippet field and it'll display appropriately.
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)