Garett20
Prince
My new project is to add a building called the tourist district. It willonly be able to be built in a city if that city has completed a wonder: Here is my basic code
It isn't working and I can't figure out why. Can anyone else?
Code:
<Row>
<Type>BUILDING_TOURIST_DISTRICT</Type>
<BuildingClass>BUILDINGCLASS_TOURIST_DISTRICT</BuildingClass>
<Cost>400</Cost>
<PrereqTech>TECH_MASS_MEDIA</PrereqTech>
<Help>TXT_KEY_BUILDING_MUGHAL_FORT_HELP</Help>
<Description>TXT_KEY_BUILDING_MUGHAL_FORT_DESC</Description>
<Civilopedia>TXT_KEY_BUILDING_MUGHAL_FORT_PEDIA</Civilopedia>
<Strategy>TXT_KEY_BUILDING_MUGHAL_FORT_STRATEGY</Strategy>
<ArtDefineTag>ART_DEF_BUILDING_BARRACKS</ArtDefineTag>
<MinAreaSize>-1</MinAreaSize>
<Happiness>-4</Happiness>
<IconAtlas>BW_ATLAS_1</IconAtlas>
<PortraitIndex>39</PortraitIndex>
</Row>
Code:
<Row>
<Type>BUILDINGCLASS_TOURIST_DISTRICT</Type>
<DefaultBuilding>BUILDING_TOURIST_DISTRICT</DefaultBuilding>
<Description>TXT_KEY_BUILDING_TOURIST_DISTRICT</Description>
</Row>