SWY
Prince
Hi! So, I've been implementing buying and selling production items in cities into CivOne. I realized way too late how the prices are calulated. Here's the explanation:
{price} = {number of shields} / 10
Unit gold price
({price} + 4) * 10 * {price}
Building gold price
{price} * 40
Building selling price
{price} * 10
Wonder gold price
{price} * 80
These are the base prices, when no shields have been produced yet.
Now, I have not yet figured out how the gold price is calculated when the city has produced shields. Is it known how this works?
{price} = {number of shields} / 10
Unit gold price
({price} + 4) * 10 * {price}
Building gold price
{price} * 40
Building selling price
{price} * 10
Wonder gold price
{price} * 80
These are the base prices, when no shields have been produced yet.
Now, I have not yet figured out how the gold price is calculated when the city has produced shields. Is it known how this works?