Restricting Tech by Faction.
Posted: Sat May 10, 2014 8:01 am
So I was rooting through the XML files tweaking weapon stats to make them more divergent and I noticed that you can specify whether a certain Technology or Item/Building granted by a technology can be used by a given faction by adding an additional
To the <requirements> block, or at least I think it will. I just thought of it last night and haven't had the time to test it out.
Code: Select all
<group min="1">
<player>
<faction name="CivName"/>
...
</player>
</group>