IconianTechDefs.xml:
<Tech>
<InternalName>IconianPrecursorTraditions</InternalName>
<GenericName>PrecursorTraditions</GenericName>
<DisplayName>IconianPrecursorTraditions_Name</DisplayName>
<TechTree>Iconian_Tree</TechTree>
<ShortDescription>IconianPrecursorTraditions_ShortDec</ShortDescription>
<Description>IconianPrecursorTraditions_Dec</Description>
<ColorDef>TechGold</ColorDef>
<Icon>GC3_Intersteller_Craft_Icon.png</Icon>
<Bink>GC3_Interstellar_Craft_Temp.bk2</Bink>
<ResearchCost>42</ResearchCost>
<TechPoints>1</TechPoints>
<AICategoryWeight>
<Military>18</Military>
<Growth>16</Growth>
<Tech>10</Tech>
<Diplomacy>8</Diplomacy>
<Expansion>20</Expansion>
<Wealth>8</Wealth>
<Influence>14</Influence>
<Fortification>12</Fortification>
</AICategoryWeight>
<Stats>
<EffectType>Maintenance</EffectType>
<Scope>Global</Scope>
<Target>
<TargetType>Ship</TargetType>
</Target>
<BonusType>Multiplier</BonusType>
<Value>-0.1</Value>
</Stats>
<Stats>
<EffectType>Military</EffectType>
<Scope>Global</Scope>
<Target>
<TargetType>Ship</TargetType>
</Target>
<BonusType>Multiplier</BonusType>
<Value>0.1</Value>
</Stats>
<Stats>
<EffectType>MassCap</EffectType>
<Scope>Global</Scope>
<Target>
<TargetType>Ship</TargetType>
</Target>
<BonusType>Multiplier</BonusType>
<Value>0.1</Value>
</Stats>
<Prerequ>
<Techs>
<Option>EngineeringTech</Option>
</Techs>
<TechAge>
<Option>AgeOfExpansion</Option>
</TechAge>
</Prerequ>
</Tech>
should be
<Target>
<TargetType>Colony</TargetType>
</Target>
<Tech>
<InternalName>IconianOrbitalSpecialization1</InternalName>
<GenericName>OrbitalSpecialization1</GenericName>
<DisplayName>IconianOrbitalSpecialization1_Name</DisplayName>
<TechTree>Iconian_Tree</TechTree>
<ShortDescription>IconianOrbitalSpecialization1_ShortDec</ShortDescription>
<Description>IconianOrbitalSpecialization1_Dec</Description>
<ResearchCost>61</ResearchCost>
<TechPoints>1</TechPoints>
<Specialization>IconianOrbitalSpecialization</Specialization>
<AICategoryWeight>
<Military>16</Military>
<Growth>14</Growth>
<Tech>8</Tech>
<Diplomacy>6</Diplomacy>
<Expansion>18</Expansion>
<Wealth>6</Wealth>
<Influence>12</Influence>
<Fortification>10</Fortification>
</AICategoryWeight>
<Stats>
<EffectType>Military</EffectType>
<Scope>Global</Scope>
<Target>
<TargetType>Ship</TargetType>
</Target>
<BonusType>Multiplier</BonusType>
<Value>0.1</Value>
</Stats>
<Prerequ>
<Techs>
<Option>OrbitalManufacturing</Option>
</Techs>
<TechAge>
<Option>AgeOfExpansion</Option>
</TechAge>
</Prerequ>
</Tech>
should be
<Target>
<TargetType>Colony</TargetType>
</Target>
ImprovementDefs.xml:
Its missing:
<Preclusions>
<Improvement>MolecularFabricatorc</Improvement>
</Preclusions>