Starrynite120
Prince
- Joined
- Jul 15, 2015
- Messages
- 472
I added a new specialist and created a new building to put it on. When that building is put in a city no other buildings show up in the city and its description is for the headquarters. I also can't assign citizens to tiles. When I removed the specialists from the building there was no issue. Here is my code
Code:
<Specialists>
<Row>
<Type>SPECIALIST_PURITY</Type>
<Description>TXT_KEY_SPECIALIST_PURITY</Description>
<Strategy>TXT_KEY_SPECIALIST_PURITY_STRATEGY</Strategy>
<Visible>true</Visible>
<IconAtlas>CITIZEN_ATLAS</IconAtlas>
<PortraitIndex>4</PortraitIndex>
</Row>
</Specialists>
<SpecialistYields>
<Row>
<SpecialistType>SPECIALIST_PURITY</SpecialistType>
<YieldType>YIELD_FOOD</YieldType>
<Yield>3</Yield>
</Row>
<Row>
<SpecialistType>SPECIALIST_PURITY</SpecialistType>
<YieldType>YIELD_PRODUCTION</YieldType>
<Yield>3</Yield>
</Row>
<Row>
<SpecialistType>SPECIALIST_PURITY</SpecialistType>
<YieldType>YIELD_CULTURE</YieldType>
<Yield>4</Yield>
</Row>
<Row>
<SpecialistType>SPECIALIST_PURITY</SpecialistType>
<YieldType>YIELD_CAPITAL</YieldType>
<Yield>2</Yield>
</Row>
</SpecialistYields>
<BuildingClasses>
<Row>
<Type>BUILDINGCLASS_OLD_EARTH_WORKSHOP</Type>
<DefaultBuilding>BUILDING_OLD_EARTH_WORKSHOP</DefaultBuilding>
<Description>TXT_KEY_BUILDING_OLD_EARTH_WORKSHOP_DESC</Description>
</Row>
</BuildingClasses>
<Buildings>
<Row>
<Type>BUILDING_OLD_EARTH_WORKSHOP</Type>
<BuildingClass>BUILDINGCLASS_OLD_EARTH_WORKSHOP</BuildingClass>
<Help>TXT_KEY_BUILDING_OLD_EARTH_WORKSHOP_HELP</Help>
<Cost>-1</Cost>
<ConquestProbability>0</ConquestProbability>
<EnergyMaintenance>0</EnergyMaintenance>
<Description>TXT_KEY_BUILDING_OLD_EARTH_WORKSHOP_DESC</Description>
<Civilopedia>TXT_KEY_BUILDING_OLD_EARTH_WORKSHOP_PEDIA</Civilopedia>
<ArtDefineTag>ART_DEF_BUILDING_OLD_EARTH_WORKSHOP</ArtDefineTag>
<IconAtlas>BW_ATLAS_1</IconAtlas>
<PortraitIndex>14</PortraitIndex>
<SpecialistCount>1</SpecialistCount>
<SpecialistType>SPECIALIST_PURITY</SpecialistType>
</Row>
</Buildings>