thomas.berubeg said:
Another idea for civ-specific cities - if elves found a city on a forest tile, the forest stays.
So, as the title says, is this possible in the XML? (is this something that you've done already?)
Not directly. That actually occurs in the SDK (when a city is built the feature on the tile is removed) so an XML change wouldnt do it.
But in python you could add a function to onCityBuilt so that if an elven city is built a forest is added to the tile.
Before you implement consider the idea from a function (non-flavor) perspective. What you are saying is that all elven cities are +1 hammer and +50% defense. Thats a pretty significant boost. If you were going to do it I would at least recommend removign the elves ability to build walls and other defensive buildings.