So I made a homebrew magical item which is the cause for my issues and I think I know what the problem is.
My homebrew item I created was an artifact that gives a character access to three 9th level spells. When I tested it with my warlock character, a beholder appeared!
in Connect(t) in div in t in div in div in t in div in div in t in t in Connect(t) in div in t in div in t in Connect(t) in div in div in t in Connect(t) in t in n
I still have access to my character, it only breaks when I click on the spells tab in the character sheet. My main question is: is the item itself broken (this is the first time trying to make an item and am not entirely sure of what I am doing), is it because that I have added 9th level spells that a character would normally not be able to use, or is this an actual bug?
I figured out what it was, I gave the item a total of 3 charges while giving the individual spells charges of 1-3, in case the player wanted to use one spell 3 times instead of all the spells once. When making it a total of charge per spell, that fixed the issue!
Thank you for the help!
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Hello,
So I made a homebrew magical item which is the cause for my issues and I think I know what the problem is.
My homebrew item I created was an artifact that gives a character access to three 9th level spells. When I tested it with my warlock character, a beholder appeared!
Error:
TypeError: Cannot read property 'push' of undefined at https://www.dndbeyond.com/Content/1-0-693-0/React/CharacterTools/dist/characterSheet.bundle.min.js:1:52797 at Array.forEach (<anonymous>) at https://www.dndbeyond.com/Content/1-0-693-0/React/CharacterTools/dist/characterSheet.bundle.min.js:1:52543 at https://www.dndbeyond.com/Content/1-0-693-0/React/CharacterTools/dist/characterSheet.bundle.min.js:1:306371 at https://www.dndbeyond.com/Content/1-0-693-0/React/CharacterTools/dist/characterSheet.bundle.min.js:1:305798 at https://www.dndbeyond.com/Content/1-0-693-0/React/CharacterTools/dist/characterSheet.bundle.min.js:1:306501 at Object.getLevelSpells (https://www.dndbeyond.com/Content/1-0-693-0/React/CharacterTools/dist/characterSheet.bundle.min.js:1:305798) at Function.c [as mapToProps] (https://www.dndbeyond.com/Content/1-0-693-0/React/CharacterTools/dist/characterSheet.bundle.min.js:50:310958) at r (https://www.dndbeyond.com/Content/1-0-693-0/React/CharacterTools/dist/characterSheet.bundle.min.js:12:229522) at Function.r.mapToProps (https://www.dndbeyond.com/Content/1-0-693-0/React/CharacterTools/dist/characterSheet.bundle.min.js:12:229641)
Component Info:
in Connect(t) in div in t in div in div in t in div in div in t in t in Connect(t) in div in t in div in t in Connect(t) in div in div in t in Connect(t) in t in n
I still have access to my character, it only breaks when I click on the spells tab in the character sheet. My main question is: is the item itself broken (this is the first time trying to make an item and am not entirely sure of what I am doing), is it because that I have added 9th level spells that a character would normally not be able to use, or is this an actual bug?
Usually this occurs if the "Cast at level" field is set to a value higher than 9.
9th level is the maximum spell slot available in the game.
If you link your homebrew item here, I can take a look for you - you don't need to publish the item, just provide the link.
Pun-loving nerd | Faith Elisabeth Lilley | She/Her/Hers | Profile art by Becca Golins
If you need help with homebrew, please post on the homebrew forums, where multiple staff and moderators can read your post and help you!
"We got this, no problem! I'll take the twenty on the left - you guys handle the one on the right!"🔊
I didn't include a level in the item, trying to fix/update it. Once I do so and try again, I will link it if it doesn't work!
I figured out what it was, I gave the item a total of 3 charges while giving the individual spells charges of 1-3, in case the player wanted to use one spell 3 times instead of all the spells once. When making it a total of charge per spell, that fixed the issue!
Thank you for the help!