Hello,
i'me modding a little bit with the anti-air-gun and will give them a uniqe promotion (Interception V) instead of Interception IV. The new promotion is well defined, the problems is how go get rid of the old one?
The given files looks as follows:
<Unit_FreePromotions>
...
<Row>
<UnitType>UNIT_ANTI_AIRCRAFT_GUN</UnitType>
<PromotionType>PROMOTION_INTERCEPTION_IV</PromotionType>
</Row>
<Row>
<UnitType>UNIT_ANTI_AIRCRAFT_GUN</UnitType>
<PromotionType>PROMOTION_ANTI_AIR</PromotionType>
</Row>
...
</Unit_FreePromotions>
How can I change the <PromotionType>PROMOTION_INTERCEPTION_IV</PromotionType>
into
<PromotionType>PROMOTION_INTERCEPTION_V</PromotionType>?
Thanks for ideas!
i'me modding a little bit with the anti-air-gun and will give them a uniqe promotion (Interception V) instead of Interception IV. The new promotion is well defined, the problems is how go get rid of the old one?
The given files looks as follows:
<Unit_FreePromotions>
...
<Row>
<UnitType>UNIT_ANTI_AIRCRAFT_GUN</UnitType>
<PromotionType>PROMOTION_INTERCEPTION_IV</PromotionType>
</Row>
<Row>
<UnitType>UNIT_ANTI_AIRCRAFT_GUN</UnitType>
<PromotionType>PROMOTION_ANTI_AIR</PromotionType>
</Row>
...
</Unit_FreePromotions>
How can I change the <PromotionType>PROMOTION_INTERCEPTION_IV</PromotionType>
into
<PromotionType>PROMOTION_INTERCEPTION_V</PromotionType>?
Thanks for ideas!