I'm currently working on a collection of changes to wonders in the game, and I'm trying to get Oxford University to reveal antiquity sites, without the normal civic requirements (Oxford also arrives earlier in the tech tree now).
I've been trying to teach myself over the past couple of days, and have managed to implement a fair few changes - but haven't been able to work this one out... any help would be greatly appreciated!
At the moment, this seems to get rid of antiquity sites on the civic tree altogether...
<Resources>
<Update>
<Where ResourceType="RESOURCE_ANTIQUITY_SITE"/>
<Set PreReqCivic=""/>
<SubjectRequirementSetId>PLAYER_HAS_BUILDING_OXFORD_UNIVERSITY</SubjectRequirementSetId>
</Update>
</Resources>
<Requirements>
<Row> <RequirementId>REQUIRES_PLAYER_HAS_BUILDING_OXFORD_UNIVERSITY</RequirementId>
<RequirementType>REQUIREMENT_PLAYER_HAS_BUILDING</RequirementType>
</Row>
</Requirements>
<RequirementArguments>
<Row>
<RequirementId>REQUIRES_PLAYER_HAS_BUILDING_OXFORD_UNIVERSITY</RequirementId>
<Name>BuildingType</Name>
<Value>BUILDING_OXFORD_UNIVERSITY</Value>
</Row>
</RequirementArguments>
<RequirementSets>
<Row>
<RequirementSetId>PLAYER_HAS_BUILDING_OXFORD_UNIVERSITY_REQUIREMENTS</RequirementSetId>
<RequirementSetType>REQUIREMENTSET_TEST_ALL</RequirementSetType>
</Row>
</RequirementSets>
<RequirementSetRequirements>
<Row>
<RequirementSetId>PLAYER_HAS_BUILDING_OXFORD_UNIVERSITY_REQUIREMENTS</RequirementSetId>
<RequirementId>REQUIRES_PLAYER_HAS_BUILDING_OXFORD_UNIVERSITY</RequirementId>
</Row>
</RequirementSetRequirements>
I've been trying to teach myself over the past couple of days, and have managed to implement a fair few changes - but haven't been able to work this one out... any help would be greatly appreciated!
At the moment, this seems to get rid of antiquity sites on the civic tree altogether...
<Resources>
<Update>
<Where ResourceType="RESOURCE_ANTIQUITY_SITE"/>
<Set PreReqCivic=""/>
<SubjectRequirementSetId>PLAYER_HAS_BUILDING_OXFORD_UNIVERSITY</SubjectRequirementSetId>
</Update>
</Resources>
<Requirements>
<Row> <RequirementId>REQUIRES_PLAYER_HAS_BUILDING_OXFORD_UNIVERSITY</RequirementId>
<RequirementType>REQUIREMENT_PLAYER_HAS_BUILDING</RequirementType>
</Row>
</Requirements>
<RequirementArguments>
<Row>
<RequirementId>REQUIRES_PLAYER_HAS_BUILDING_OXFORD_UNIVERSITY</RequirementId>
<Name>BuildingType</Name>
<Value>BUILDING_OXFORD_UNIVERSITY</Value>
</Row>
</RequirementArguments>
<RequirementSets>
<Row>
<RequirementSetId>PLAYER_HAS_BUILDING_OXFORD_UNIVERSITY_REQUIREMENTS</RequirementSetId>
<RequirementSetType>REQUIREMENTSET_TEST_ALL</RequirementSetType>
</Row>
</RequirementSets>
<RequirementSetRequirements>
<Row>
<RequirementSetId>PLAYER_HAS_BUILDING_OXFORD_UNIVERSITY_REQUIREMENTS</RequirementSetId>
<RequirementId>REQUIRES_PLAYER_HAS_BUILDING_OXFORD_UNIVERSITY</RequirementId>
</Row>
</RequirementSetRequirements>
Last edited: