One of the class features for a Homebrew subclass that I'm working on has a limited use ability that can be used a number of times equal to the characters wisdom modifier before taking a long rest. It seems that when I'm making the limited use item it only let's me choose specific numbers. Does anyone know if there is a way to set this value to the characters wisdom modifier instead of choosing a specific number?
This absolutely needs to be a feature, but currently it is not. There are enough instances of features being able to be used a number of times equal to x modifier (minimum of 1) that this should be implemented. Hopefully with the updated character sheet they'll be able to implement more of these features a little easier to add in everything that is currently missing.
I came across this thread in searching for the correct setup for: " can be used a number of times equal to x modifier (minimum of 1)". By making copies of other subclasses, I was able to find " {{modifier:wis#unsigned}} " is the variable to use for this number, in this example, for Wisdom.
Unfortunately, if a character has a zero modifier it doesn't generate the "minimum 1" part.
I came across this thread in searching for the correct setup for: " can be used a number of times equal to x modifier (minimum of 1)". By making copies of other subclasses, I was able to find " {{modifier:wis#unsigned}} " is the variable to use for this number, in this example, for Wisdom.
Unfortunately, if a character has a zero modifier it doesn't generate the "minimum 1" part.
I was trying to add this code into the charge numbers of my homebrew magic item additional information box and the system tells me it is not a valid number. The information is entered in the Number of Charges box, should this be done differently?
I was trying to add this code into the charge numbers of my homebrew magic item additional information box and the system tells me it is not a valid number. The information is entered in the Number of Charges box, should this be done differently?
Hello HunterShadowDM! Snippet codes are only used in the "Snippet" fields, which are fields that display information on the character sheet.
Magic item charges can only accept a whole number.
I just came across this looking for an answer myself and figured something out a short while after. I don't know that it would work for items because of different modifiers for spellcasting and whatnot, but I found a solution specifically for the "limited uses equal to "x" modifier (min of 1)" at least for subclasses.
So in doing a Homebrew Wizard subclass, a couple of the features were worded this way. I made two Limited Use setting: Base (level "-") = 1, and Level 1 = 0 + INT.
This did exactly what I was looking for. If the intelligence modifier is 0, you still get 1 limited use and if it is 1 or higher, it just gives you an amount of uses equal to the modifier. Hope it helps anybody still working on this.
So, I'm trying to copy a 3rd party book into dnd beyond to make it easier for me. one of the subclass features can be used per long rest equal to half the warlock level rounded down. would someone smarter than me mind helping me figure out how to implement that?
If your action is limited in the number of uses, create a record here. If the number of uses scale as the level of class increases, you can specify numbers of uses at specific levels here.
So, I'm trying to copy a 3rd party book into dnd beyond to make it easier for me. one of the subclass features can be used per long rest equal to half the warlock level rounded down. would someone smarter than me mind helping me figure out how to implement that?
You'll need to set a Limited Use for Action for most every other level. Per your text, it's half Warlock level rounded down, so Level 1 (in the box I labeled A), would be 0 Number of Uses (in the box I labeled B). Level 2 would be 1 use. Level 4 would be 2 uses. Level 6 would be 3 uses. Etc.
Thank you very much. I managed to figure it out by just kinda pushing all the buttons. But hopefully this will help the next nerd. We are starting at level 3 so I didnt think about level 1 having 0 charges.
So, I'm trying to make a feat like Smite that deals 1d6 plus the constitution modifier as poison damage that has a limited use of two times the constitution modifier and can't find a way to write it. I've scoured the forms and I have tried to write it with the knowledge that I found on them, but I can't seem to do it. Am I missing something?
So, I'm trying to make a feat like Smite that deals 1d6 plus the constitution modifier as poison damage that has a limited use of two times the constitution modifier and can't find a way to write it. I've scoured the forms and I have tried to write it with the knowledge that I found on them, but I can't seem to do it. Am I missing something?
First glance I see snippets of <strong>1d</strong>{{modifier:con#unsigned}} and number of times {{2*modifier:con#unsigned}}.
I've had too much whiskey tonight too see if a limited use counter can be set to CON*2, I imagine it should.
Gimme some screen shots of your setup to check in the morning when I'm sober.
You should be able to do something like the number of uses on the action is 2, stat modifier operator is multiplication, and stat modifier is con. See if that works for you! (Okay, I tried to put an image but I give up, here's the link) https://imgur.com/7e0700L
You have to add a Weapon Action to the feat that lists Con as the ability score, 1 as the dice count, d6 as the die type, and Long Rest as the reset type, and [SAVE] it. Then you will need to scroll to the bottom of that Action andyou will see a new field where you can [ADD LIMITED USE DATA].
Hello!
One of the class features for a Homebrew subclass that I'm working on has a limited use ability that can be used a number of times equal to the characters wisdom modifier before taking a long rest. It seems that when I'm making the limited use item it only let's me choose specific numbers. Does anyone know if there is a way to set this value to the characters wisdom modifier instead of choosing a specific number?
This absolutely needs to be a feature, but currently it is not. There are enough instances of features being able to be used a number of times equal to x modifier (minimum of 1) that this should be implemented. Hopefully with the updated character sheet they'll be able to implement more of these features a little easier to add in everything that is currently missing.
Got it. Thanks!
It has already been confirmed that this will be coming after the sheet revamp.
I came across this thread in searching for the correct setup for: " can be used a number of times equal to x modifier (minimum of 1)".
By making copies of other subclasses, I was able to find " {{modifier:wis#unsigned}} " is the variable to use for this number, in this example, for Wisdom.
Unfortunately, if a character has a zero modifier it doesn't generate the "minimum 1" part.
Anyone know how to get the code to do this?
{{modifier:wis@min:1#unsigned}}
I was trying to add this code into the charge numbers of my homebrew magic item additional information box and the system tells me it is not a valid number. The information is entered in the Number of Charges box, should this be done differently?
Hello HunterShadowDM! Snippet codes are only used in the "Snippet" fields, which are fields that display information on the character sheet.
Magic item charges can only accept a whole number.
Is it possible to propose this new feature in a future update? I think it might be something useful to have in order to manage homebrew content.
I just came across this looking for an answer myself and figured something out a short while after. I don't know that it would work for items because of different modifiers for spellcasting and whatnot, but I found a solution specifically for the "limited uses equal to "x" modifier (min of 1)" at least for subclasses.
So in doing a Homebrew Wizard subclass, a couple of the features were worded this way. I made two Limited Use setting: Base (level "-") = 1, and Level 1 = 0 + INT.
This did exactly what I was looking for. If the intelligence modifier is 0, you still get 1 limited use and if it is 1 or higher, it just gives you an amount of uses equal to the modifier. Hope it helps anybody still working on this.
hey it's been 3 years and i know they added it so did you ever figure it out
If you're looking to do this for a subclass, CourageousNobody's post right above yours has the answer.
So, I'm trying to copy a 3rd party book into dnd beyond to make it easier for me. one of the subclass features can be used per long rest equal to half the warlock level rounded down. would someone smarter than me mind helping me figure out how to implement that?
You'll need to set a Limited Use for Action for most every other level. Per your text, it's half Warlock level rounded down, so Level 1 (in the box I labeled A), would be 0 Number of Uses (in the box I labeled B). Level 2 would be 1 use. Level 4 would be 2 uses. Level 6 would be 3 uses. Etc.
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)
Thank you very much. I managed to figure it out by just kinda pushing all the buttons. But hopefully this will help the next nerd. We are starting at level 3 so I didnt think about level 1 having 0 charges.
So, I'm trying to make a feat like Smite that deals 1d6 plus the constitution modifier as poison damage that has a limited use of two times the constitution modifier and can't find a way to write it. I've scoured the forms and I have tried to write it with the knowledge that I found on them, but I can't seem to do it. Am I missing something?
First glance I see snippets of <strong>1d</strong>{{modifier:con#unsigned}} and number of times {{2*modifier:con#unsigned}}.
I've had too much whiskey tonight too see if a limited use counter can be set to CON*2, I imagine it should.
Gimme some screen shots of your setup to check in the morning when I'm sober.
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)
You should be able to do something like the number of uses on the action is 2, stat modifier operator is multiplication, and stat modifier is con. See if that works for you! (Okay, I tried to put an image but I give up, here's the link) https://imgur.com/7e0700L
You have to add a Weapon Action to the feat that lists Con as the ability score, 1 as the dice count, d6 as the die type, and Long Rest as the reset type, and [SAVE] it. Then you will need to scroll to the bottom of that Action andyou will see a new field where you can [ADD LIMITED USE DATA].
Creating Epic Boons on DDB
DDB Buyers' Guide
Hardcovers, DDB & You
Content Troubleshooting