Marketplace
The marketplace allows you to earn money by selling other resources.
However, a marketplace also comes with challenges:
Not only do you have to ensure that enough of the resources you are selling are produced locally,
you also have to find people who are willing to buy the goods.
Nerdy Details
$$e = \min\{1, (h + d*2) * 0.2 + 0.5\}$$$$x = (f * f\_rate + m * m\_rate) * e$$$$f\_new = -f * f\_rate$$$$m\_new = -m * m\_rate$$h
: Number of small houses in radius 5d
: Number of doublehouse tiles in radius 5e
: Marketplace trading efficiencyf
: Sum of the produced food in radius 5m
: Sum of the produced materials in radius 3f_rate
: Portion of food to sellm_rate
: Portion of materials to sellf_new
: Deducted food production rate of the regionm_new
: Deducted material production rate of the regionx
: Production rate