Thalassicus
Bytes and Nibblers
The interceptor promotion is not visible or otherwise available for selection when you promote an air unit within the game. The in-game civilopedia and external XML files indicate it's possible in information on the promotion itself, however, and unit cards as well in the civilopedia.
The expected behavior would be either:
1) Make it available
or
2) Remove the boldfaced lines below from CIV4PromotionsInfo under PROMOTION_INTERCEPTION1 and PROMOTION_INTERCEPTION2:
The expected behavior would be either:
1) Make it available
or
2) Remove the boldfaced lines below from CIV4PromotionsInfo under PROMOTION_INTERCEPTION1 and PROMOTION_INTERCEPTION2:
Code:
<UnitCombats>
[B][I] <UnitCombat>
<UnitCombatType>UNITCOMBAT_AIR</UnitCombatType>
<bUnitCombat>1</bUnitCombat>
</UnitCombat>[/I][/B]
<UnitCombat>
<UnitCombatType>UNITCOMBAT_GUN</UnitCombatType>
<bUnitCombat>1</bUnitCombat>
</UnitCombat>
</UnitCombats>