How to : more than 2 bonus for units

Vercors

Chieftain
Joined
Aug 2, 2003
Messages
7
Hello,
i'd like to increase the number of bonus to build some units with 3 or 4 natural or manufactured bonus.
 
1. Wrong Forum !!! Questions and request bellong in the main creation forum.:rolleyes:

2. In the unitinfos.xml you will find some thing like this:
<BonusType>NONE</BonusType>
<PrereqBonuses>
<BonusType>BONUS_COPPER</BonusType>
<BonusType>BONUS_IRON</BonusType>
<BonusType>NONE</BonusType>
<BonusType>NONE</BonusType>
</PrereqBonuses>


<BonusType>NONE</BonusType> the bonus from this tag is definitely required. To build this unit you need also one bonus from other for tag. So you need copper or iron to build this certain unit. Please note this <PrereqBonuses>
<BonusType>BONUS_COPPER</BonusType>
<BonusType>BONUS_IRON</BonusType>
<BonusType>NONE</BonusType>
<BonusType>NONE</BonusType>
</PrereqBonuses> just appear if the unit prequire more that one bonus.

hope it helps;)
 
Back
Top Bottom