DrPvtSkittles submitted a new mod: Custom Merchant Template - Always wanted to make your own merchant? Read more about this mod...
Is it possible to alter the price of an individual item in the merchant windows? There are a few that have price of 0 pixels, which I'd like to set to 1 pixel so they can be bought/sold.
The price of an item is found in its main file. You would need to patch all the items that you wish to sell. Off the top of my head I think the code would be Code: [{"op":"replace","path":"/price","value":"1"}]