function
city.incomingResources()
function that returns the amount of resources incoming to a city based on the incoming resources in an object form. (food,wood,stone,iron,gold,total)
usage:
city.incomingResources().property
properties:
total gold iron stone food wood
example:
echo city.incomingResources().food
would output 240,000,000