I saw you could add a custom image to the items by adding the note tag, do you have a example game that does this for reference, or can you give me additional details on how to do this? Thanks!
Viewing post in [RPG Maker] WYSIWYG UI Editor - Item Menu comments
The notetags are explained in the respective tabs (Item List Window & Item Detail Window (Image). Basically, when your image file has the name "Potion.png" and is located in img/pictures/items, then the notetags are
<Menu Grid Image: items/Potion> <Menu Image: items/Potion>
The second one is used for the item inspection window on the right.
A sample game is not planned for this project as making some and keeping it up to date is a lot of additional work.