When you activate your Rage, or when you take a Bonus Action while your Rage is active, each creature in your aura takes 2 Fire damage. The damage increases when you reach certain Barbarian levels, increasing to 3 at level 5, 4 at level 10, 5 at level 15, and 6 at level 20.
The snippet I put together to calculate the Fire damage done is this:
I have a subclass feature like this:
The snippet I put together to calculate the Fire damage done is this:
The character sheet shows the error:
Any pointers as to what the problem may be?
Too many parenthesis. Give this a read sometime.
{{2+(classlevel/5)@rounddown}}
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)
Cool. I wasn't sure what the order of operations was for snippets. Thanks for the clarification. :)
Its mostly PEDMAS but I don't believe it handles exponents and gets really flaky with nested parenthesis.
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)