I'm trying to make a resource like Superiority Die or Psionic Energy Die. I want the number of die in the pool to equal 1 + CON modifier (minimum of 1).
I want the feature snippet to say the number of Die the player has.
I've tried "{{modifier:con@min:1#unsigned}}" but that doesn't let me add 1 to the displayed amount. How do I do this?
Depending if you're adding the 1 before or after you're applying the minimum, it's either:
{{(1+modifier:con)@min:1#unsigned}}
or
{{1+modifier:con@min:1#unsigned}}
The 1st will give a minimum of 1 if your CON is 0 or lower, the 2nd will give a minimum of 2 if your CON is 0 or lower. Both will display the same result if your CON is 1 or higher.
I'm trying to make a resource like Superiority Die or Psionic Energy Die. I want the number of die in the pool to equal 1 + CON modifier (minimum of 1).
I want the feature snippet to say the number of Die the player has.
I've tried "{{modifier:con@min:1#unsigned}}" but that doesn't let me add 1 to the displayed amount. How do I do this?
Depending if you're adding the 1 before or after you're applying the minimum, it's either:
{{(1+modifier:con)@min:1#unsigned}}
or
{{1+modifier:con@min:1#unsigned}}
The 1st will give a minimum of 1 if your CON is 0 or lower, the 2nd will give a minimum of 2 if your CON is 0 or lower. Both will display the same result if your CON is 1 or higher.
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)