Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
We are currently performing site maintenance, parts of civfanatics are currently offline, but will come back online in the coming days. For more updates please see here.
I would like to create an economic building (that generates gold based on certain resources). Is there any tag that I need to specify to let the AI know that its an economic building? If so where do I specify that?
The most brute-force way is to assign a really high FLAVOR_GOLD value to your building:
Code:
INSERT INTO Building_Flavors VALUES ('BUILDING_MYBUILDING', 'FLAVOR_GOLD', 9001);
That being said, I do not think (in the base game) the AI will actually consider "the number of tiles this city can work, containing resources that will be buffed with this building".
The most brute-force way is to assign a really high FLAVOR_GOLD value to your building:
Code:
INSERT INTO Building_Flavors VALUES ('BUILDING_MYBUILDING', 'FLAVOR_GOLD', 9001);
That being said, I do not think (in the base game) the AI will actually consider "the number of tiles this city can work, containing resources that will be buffed with this building".
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.