I have created a new race that I have named Draconic
<DisplayName>Draconic</DisplayName>
<RaceClassification>Draconic</RaceClassification>
I have created a new tile that I want available only to this race. I have tried the both of the codes below and neither work. The building shows up in the tech window as available only to Draconic, but I am not able to build it with my Draconic people.
<Prereq>
<Type>Race</Type>
<Attribute>Draconic</Attribute>
</Prereq>
<Prereq>
<Type>Allegiance</Type>
<Attribute>Draconic</Attribute>
</Prereq>
I have also tried to make it specific to the faction to no avail.
<Prereq>
<Type>Faction</Type>
<Attribute>Draconis</Attribute>
</Prereq>
<Prereq>
<Type>Faction</Type>
<Attribute>CustomFaction_Draconis</Attribute>
</Prereq>
Suggestions???