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?
And how do you make the spoilers stay in the proper format like the XML file?
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>
<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?