MichaelAGolden / pymerchant

Merchant trader simulation written in Python
1 stars 0 forks source link

Assign city trade goods #2

Closed MichaelAGolden closed 1 year ago

MichaelAGolden commented 1 year ago

Not all towns will have the same type of markets. Individual markets will differ, as will their pricing models because of this. Each town will need to draw from some arbitrary number of possible market types. Likely 10-15 different market types to be defined.

To start, I just need a list of goods that can be bought at a market;

NOTE: all items can be sold at markets, but not all will be available for purchase.

MichaelAGolden commented 1 year ago

update:

As of 7/8, City list has been created, distances between cities determined and a trade goods list has been created.

Cities will be assigned lists of trade goods they will produce and a each city will be given a starting tier.

MichaelAGolden commented 1 year ago

City productions now set