Thalassicus
Bytes and Nibblers
I'm unable to select the Guerrilla promotion when units have the necessary prerequisite and experience. What did I do wrong?
Code:
<UnitPromotions>
<Row>
<Type>PROMOTION_GUERRILLA</Type>
<Description>TXT_KEY_PROMOTION_GUERRILLA</Description>
<PediaEntry>TXT_KEY_PROMOTION_GUERRILLA</PediaEntry>
<Help>TXT_KEY_PROMOTION_GUERRILLA_HELP</Help>
<Sound>AS2D_IF_LEVELUP</Sound>
<PromotionPrereqOr1>PROMOTION_PROFESSIONAL_ARMY</PromotionPrereqOr1>
<OrderPriority>3</OrderPriority>
<PortraitIndex>23</PortraitIndex>
<IconAtlas>PROMOTION_ATLAS</IconAtlas>
<PediaType>PEDIA_MELEE</PediaType>
</Row>
</UnitPromotions>
<UnitPromotions_UnitCombats>
<Row>
<PromotionType>PROMOTION_GUERRILLA</PromotionType>
<UnitCombatType>UNITCOMBAT_ARCHER</UnitCombatType>
</Row>
<Row>
<PromotionType>PROMOTION_GUERRILLA</PromotionType>
<UnitCombatType>UNITCOMBAT_MOUNTED</UnitCombatType>
</Row>
<Row>
<PromotionType>PROMOTION_GUERRILLA</PromotionType>
<UnitCombatType>UNITCOMBAT_MELEE</UnitCombatType>
</Row>
<Row>
<PromotionType>PROMOTION_GUERRILLA</PromotionType>
<UnitCombatType>UNITCOMBAT_GUN</UnitCombatType>
</Row>
<Row>
<PromotionType>PROMOTION_GUERRILLA</PromotionType>
<UnitCombatType>UNITCOMBAT_ARMOR</UnitCombatType>
</Row>
</UnitPromotions_UnitCombats>
<UnitPromotions_Terrains>
<Row>
<PromotionType>PROMOTION_GUERRILLA</PromotionType>
<TerrainType>TERRAIN_HILLS</TerrainType>
<DoubleMove>true</DoubleMove>
</Row>
</UnitPromotions_Terrains>
Code:
<UnitPromotions>
<Row>
<Type>PROMOTION_PROFESSIONAL_ARMY</Type>
<Description>TXT_KEY_PROMOTION_PROFESSIONAL_ARMY</Description>
<Help>TXT_KEY_PROMOTION_PROFESSIONAL_ARMY_HELP</Help>
<Sound>AS2D_IF_LEVELUP</Sound>
<CannotBeChosen>true</CannotBeChosen>
<PortraitIndex>59</PortraitIndex>
<IconAtlas>ABILITY_ATLAS</IconAtlas>
<PediaType>PEDIA_SHARED</PediaType>
<PediaEntry>TXT_KEY_PROMOTION_PROFESSIONAL_ARMY</PediaEntry>
</Row>
</UnitPromotions>
<Policy_FreePromotions>
<Row>
<PolicyType>POLICY_PROFESSIONAL_ARMY</PolicyType>
<PromotionType>PROMOTION_PROFESSIONAL_ARMY</PromotionType>
</Row>
</Policy_FreePromotions>