Enable storage epic mats in shared stash(tainted brainmatter, dynamite etc.)

Hey so i made a mod that changed all the purple matrials such as dynamite from a Quest class to a Oneshot class so im able to store those items in the shared stash.

But because of this change to dynamite dismantling no longer works.

I hope that somebody here know how to fix this issue, or know of a better way to store purple matrials in the shared stash.

I made a similar mod where I changed the item class to ItemRelic and I have the same problem. The item icons are broken and Dismantling no longer works.

My solution was to only use the mod when I need to make a transfer. I would also like to know if there’s a way to properly mod these items.

Looked into this and failed to figure it out. My assumption is that changing the itemClassification is not enough, changing the class breaks other stuff and whatever it is I am searching for is not accessible via dbrs.

“tagTransferStashError”, for example is not referenced anywhere in resources or database.

You need to change the item’s class by changing the dbr’s template to any type of item that is not a questitem.

Questitems are hardcoded to not be able to get into the shared stash.

To change the item type open the item you want to change in dbr editor, click File -> Set Template… in the menu and select any other item template.