Orcpub / orcpub

Code for Dungeon Master's Vault Community Edition
https://www.dungeonmastersvault.com/
Eclipse Public License 2.0
208 stars 104 forks source link

Can't create Bloodwell Vial due to it giving +1 to spellsave DC and spell attack bonus #579

Open potagon opened 1 year ago

potagon commented 1 year ago

Bloodwell Vial cant be added to my character because it doesn't exist in the drop down menu for magic items. I also can't create the custom item because the item maker doesn't allow you to create an item that changes your characters spell save DC/spell attack bonus

DivertedCircle commented 1 year ago

Bloodwell Vial doesn't appear because it is not in the SRD. Not being able to duplicate the effect however is definitely a limitation of the item builder.

codeGlaze commented 1 year ago

I had pushed a function to the codebase a while ago to allow custom items to have spell DC/AB boosts... but never rigged it to the item creation UI because the item builder code confuses the hell out of me.

So, yeah, it's a limitation until I, or some random hero, figures that out. I have had some free time lately, so I'm trying to get my dev machine up to speed. Fingers crossed, I might have some time soon.

I feel like I just highlighted myself to the universe by just typing that. >.>

codeGlaze commented 4 months ago

Update: created a WIP in branch to try figuring this out

No timeline but it's one of a handful active patches I'm working on