Snaacky / dndserver

Dark and Darker private server implementation written in Python
The Unlicense
264 stars 60 forks source link

Added Merchant Items #223

Closed Bakk-f4 closed 1 year ago

Bakk-f4 commented 1 year ago

Briefly describe what changes this PR introduces

Merchants now sell more appropriate items. They're not entirely correct but they certainly make them usable. Now the properties of the items are saved in the DB. This allows consistency with the items and consequently the properties do not change with the update of the stash. Also this PR introduce various data for generation of the items.

Link to all issues that this PR solves

165 Now item properties are stored in the DB

187 Now Merchants sells more appropriate items (prices are not perfect)

209 There is not more consistency problem while update the stash

Relevant pictures of the PR

image image image

Checklist