Im trying to figure out how to have it so "half yout sorcerer level + your Charisma modifier" and kther variants, is automatically calculated and shown on my characters sheets for my subclass im workin on, lik le what do i add to the text in the homebrew thing to make it so on the character it shows you the exact amount instead of having to calculate it myself.
It would also help me for future subclasses i work on!
Click ✨ HERE ✨ For My Youtube Videos featuring Guides, Tips & Tricks for using D&D Beyond. Need help with Homebrew? Check out ✨ thisFAQ/Guide thread ✨ by IamSposta.
For help with Homebrew you may want to consider the Homebrew & House Rules forum. It is named such for a reason. 😂
What you're after is called a "Snippet Code" and in the aforementioned forum is a pinned thread for these: Using Snippet Codes in your homebrew.
In your particular case the code would be {{(classlevel/2)+modifier:cha}}
Or, if you don’t want it to display the + sign you would use {{((classlevel/2)+modifier:cha)#unsigned}} as the code.
By all that is fluffy I wish #unsigned was the default and unnecessary.
Rollback Post to RevisionRollBack
Click ✨ HERE ✨ For My Youtube Videos featuring Guides, Tips & Tricks for using D&D Beyond. Need help with Homebrew? Check out ✨ thisFAQ/Guide thread ✨ by IamSposta.
For help with Homebrew you may want to consider the Homebrew & House Rules forum. It is named such for a reason. 😂
What you're after is called a "Snippet Code" and in the aforementioned forum is a pinned thread for these: Using Snippet Codes in your homebrew.
In your particular case the code would be {{(classlevel/2)+modifier:cha}}
Or, if you don’t want it to display the + sign you would use {{((classlevel/2)+modifier:cha)#unsigned}} as the code.
By all that is fluffy I wish #unsigned was the default and unnecessary.
Usually when using {{modifier:abil}}, it’s as a bonus to something like damage or whatever. In those instances having the + included automatically is beneficial. Stuff like <strong>XdY</strong>{{modifier:abil}} gets used more often than many other snippets in my experience.
For help with Homebrew you may want to consider the Homebrew & House Rules forum. It is named such for a reason. 😂
What you're after is called a "Snippet Code" and in the aforementioned forum is a pinned thread for these: Using Snippet Codes in your homebrew.
In your particular case the code would be {{(classlevel/2)+modifier:cha}}
Or, if you don’t want it to display the + sign you would use {{((classlevel/2)+modifier:cha)#unsigned}} as the code.
Nested parenthesis! 😖
Those are unnecessary and could lead to breaking a snippet. It does not cause an error in this one as {{((classlevel/2)+modifier:cha)#unsigned}} gives the same result as {{(classlevel/2)+modifier:cha#unsigned}}, but I've seen it where it does with more complicated calculations.
Plus they probable want @rounddown or @roundup in there to avoid the .5 when dividing an odd number by 2.
Im trying to figure out how to have it so "half yout sorcerer level + your Charisma modifier" and kther variants, is automatically calculated and shown on my characters sheets for my subclass im workin on, lik le what do i add to the text in the homebrew thing to make it so on the character it shows you the exact amount instead of having to calculate it myself.
It would also help me for future subclasses i work on!
For help with Homebrew you may want to consider the Homebrew & House Rules forum. It is named such for a reason. 😂
What you're after is called a "Snippet Code" and in the aforementioned forum is a pinned thread for these: Using Snippet Codes in your homebrew.
In your particular case the code would be {{(classlevel/2)+modifier:cha}}
Click ✨ HERE ✨ For My Youtube Videos featuring Guides, Tips & Tricks for using D&D Beyond.
Need help with Homebrew? Check out ✨ this FAQ/Guide thread ✨ by IamSposta.
Ahh thanks a million! And sorry for the trouble, i wasnt sure which place to post it in :')!
Or, if you don’t want it to display the + sign you would use {{((classlevel/2)+modifier:cha)#unsigned}} as the code.
Creating Epic Boons on DDB
DDB Buyers' Guide
Hardcovers, DDB & You
Content Troubleshooting
By all that is fluffy I wish #unsigned was the default and unnecessary.
Click ✨ HERE ✨ For My Youtube Videos featuring Guides, Tips & Tricks for using D&D Beyond.
Need help with Homebrew? Check out ✨ this FAQ/Guide thread ✨ by IamSposta.
Usually when using {{modifier:abil}}, it’s as a bonus to something like damage or whatever. In those instances having the + included automatically is beneficial. Stuff like <strong>XdY</strong>{{modifier:abil}} gets used more often than many other snippets in my experience.
Creating Epic Boons on DDB
DDB Buyers' Guide
Hardcovers, DDB & You
Content Troubleshooting
Nested parenthesis! 😖
Those are unnecessary and could lead to breaking a snippet. It does not cause an error in this one as {{((classlevel/2)+modifier:cha)#unsigned}} gives the same result as {{(classlevel/2)+modifier:cha#unsigned}}, but I've seen it where it does with more complicated calculations.
Plus they probable want @rounddown or @roundup in there to avoid the .5 when dividing an odd number by 2.
How to: Replace DEX in your AC | Jump & Suffocation stats | Build a (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
Check out my: FEATS | MAGIC ITEMS | MONSTERS | SUBCLASSES Artificer Specialist: Weaveblade
Dndbeyond images not loading A PERMANENT WORKAROUND!!! (thank you Jay_Lane)