• Civilization 7 has been announced. For more info please check the forum here .

minor representation of unitinfo bug

Erendir

Chieftain
Joined
Oct 31, 2005
Messages
59


these two lines +50% vs Swordsman are here, because of following code:

Code:
<UnitClassAttackMods>
  <UnitClassAttackMod>
    <UnitClassType>UNITCLASS_SWORDSMAN</UnitClassType>
    <iUnitClassMod>25</iUnitClassMod>
  </UnitClassAttackMod>			
</UnitClassAttackMods>	
<UnitClassDefenseMods>
  <UnitClassDefenseMod>
    <UnitClassType>UNITCLASS_SWORDSMAN</UnitClassType>
    <iUnitClassMod>25</iUnitClassMod>
  </UnitClassDefenseMod>				
</UnitClassDefenseMods>

(in civilopedia it is showed correctly)
 
Top Bottom