Under the Core Improvements folder are a bunch of faction-specific improvements. Most are split between Kingdom and Empire but there are a couple of other interesting files in here:
KraxisImprovements.xml and
KraxisSpecificImprovements.xml
The buildings within these files use a prerequesite structure of:
Code: xml
- <Prereq>
- <Type>Race</Type>
- <Attribute>Kraxis</Attribute>
- </Prereq>
Yet in the CoreRaceTypes.xml file the listing for Kraxis shows:
Code: xml
- <RaceType InternalName="Race_Type_Krax">
- <DisplayName>Krax</DisplayName>
- <RaceClassification>Fallen</RaceClassification>
- ...
So it looks that at one time Kraxis were being differentiated through their race yet now it looks as though they just share the Fallen race buildings.
Would love to know the thinking behind moving away from this model if anyone can shed any light please.