Kwadjh
Warlord
Hello,
I would like to update the promotion RANGE so this promotion can't be use by ARCHER but still be use by others UNITCOMBAT like SIEGE, NAVAL.
Any clues, how to do this ?
If I withdrawn all UnitCombatType able to use the promotion and just after add only the UnitCombatType I want to use the promotion, will this work ?
<UnitPromotions_UnitCombats>
<Update>
<Where PromotionType="PROMOTION_RANGE"/>
<Set UnitCombatType=""/>
</Update>
<Row>
<PromotionType>PROMOTION_RANGE</PromotionType>
<UnitCombatType>UNITCOMBAT_SIEGE</UnitCombatType>
</Row>
<Row>
<PromotionType>PROMOTION_RANGE</PromotionType>
<UnitCombatType>UNITCOMBAT_NAVAL</UnitCombatType>
</Row>
</UnitPromotions_UnitCombats>
Thanks a lot in advance.
Kwadjh
I would like to update the promotion RANGE so this promotion can't be use by ARCHER but still be use by others UNITCOMBAT like SIEGE, NAVAL.
Any clues, how to do this ?
If I withdrawn all UnitCombatType able to use the promotion and just after add only the UnitCombatType I want to use the promotion, will this work ?
Spoiler :
<UnitPromotions_UnitCombats>
<Update>
<Where PromotionType="PROMOTION_RANGE"/>
<Set UnitCombatType=""/>
</Update>
<Row>
<PromotionType>PROMOTION_RANGE</PromotionType>
<UnitCombatType>UNITCOMBAT_SIEGE</UnitCombatType>
</Row>
<Row>
<PromotionType>PROMOTION_RANGE</PromotionType>
<UnitCombatType>UNITCOMBAT_NAVAL</UnitCombatType>
</Row>
</UnitPromotions_UnitCombats>
Thanks a lot in advance.
Kwadjh