Toma400 / The_Isle_of_Ansur

Python-based text RPG game, successor of Between Shadows and Light.
Other
9 stars 0 forks source link

Varying prices #66

Open Toma400 opened 1 year ago

Toma400 commented 1 year ago

I think there should be something like prices varying depending on place and demand. So each location should have additional parameter telling what type of resources are common there, and depending on this, prices will lower for those specific ones.

Prices could be predefined for items, but those will be taken into algorithm taking rarity/need in mind. Additionally, modders doing worldpacks should have a possibility to overwrite the price with custom amount, but this should be done only if they want to set custom price (usually should be avoided).