Increase Affinity required to win

metagross

Chieftain
Joined
Oct 28, 2014
Messages
43
Tried searching, found nothing.

Can someone please give me a few pointers on how to increase the affinity required to win from 13 to whatever the maximum attainable by techs (without quests or virtues) is? I hate how I end the game with not even a third of the tech web researched.

My gut tells me it is as simple as increasing the required affinity to build the planetary wonder, but for the life of me I couldn't find the XML file where this information is located.

Any help greatly appreciated.

EDIT: Found the Planetary Wonders in CivBEProjects.xml but no info that would help me. Must be more complicated than I thought.

Spoiler :

<Type>PROJECT_SUPREMACY_GATE</Type>
<Cost>1750</Cost>
<VictoryPrereq>VICTORY_EMANCIPATION</VictoryPrereq>
<OnlyAllowedByQuest>true</OnlyAllowedByQuest>
<TechPrereq>TECH_HYPERCOMPUTING</TechPrereq>
<PlotProject>true</PlotProject>
<Description>TXT_KEY_OBJECT_SUPREMACY_GATE</Description>
<Help>TXT_KEY_OBJECT_SUPREMACY_GATE_HELP</Help>
<Civilopedia>TXT_KEY_OBJECT_SUPREMACY_GATE_PEDIA</Civilopedia>
<MaxGlobalInstances>-1</MaxGlobalInstances>
<MaxTeamInstances>1</MaxTeamInstances>
<PartialImprovement>IMPROVEMENT_SUPREMACY_GATE_PARTIAL</PartialImprovement>
<CompleteImprovement>IMPROVEMENT_SUPREMACY_GATE</CompleteImprovement>
<IconAtlas>PROJECT_ATLAS</IconAtlas>
<PortraitIndex>4</PortraitIndex>
 
Project_AffinityPrereqs table in CivBEProjects.xml


Edit: The trick is to search all the XML files for ">13<" (and not just "13")
 
Back
Top Bottom