Unlimited number of a Building in a City?

SerriaFox

King
Joined
Mar 27, 2008
Messages
751
Location
Texas
Is there a way in XML to allow you to build multiples of the same building?

for example Building_food_exported building yield -4 food,

to feed Building_food_imported building, yield +4 food?

Spoiler :
<PrereqBuildingClasses>
<PrereqBuildingClass>
<BuildingClassType>BUILDINGCLASS_Food_exporter</BuildingClassType>
<iNumBuildingNeeded>1</iNumBuildingNeeded>
</PrereqBuildingClass>
</PrereqBuildingClasses>



And how do you make the spoilers stay in the proper format like the XML file?
 
To get formatting to not be messed up, you want
Code:
 [code] tags
 
Back
Top Bottom