LartTyler / MHWDB-API

Source code for the Monster Hunter World API project
GNU Affero General Public License v3.0
74 stars 11 forks source link

Add Buy Cost to Items #140

Open DeveloperPaul123 opened 4 years ago

DeveloperPaul123 commented 4 years ago

Some items can be purchased in the game. This should be indicated in the API with a cost or similar field for the items that can be bought.

See here for viable data set.

LartTyler commented 4 years ago

Added to the backlog. Current plan is to split Item.value into Item.buyPrice and Item.sellPrice.

DeveloperPaul123 commented 4 years ago

It would be also interesting to include the melding cost for items as seen here. Including this may require more thought on how to structure the information.