Desert Axemen have 2 shield points, but they don't have a shield in-game. To fix this, find the following line in export_descr_unit.txt for egyptian_infantry:
Code:
stat_pri_armour 5, 5, 2, metal
And change it to:
Code:
stat_pri_armour 5, 5, 0, metal
Desert cavalry have a unit size of 40. All other cavalry (that I know of) have a unit size of 27. To fix this, find the following line in export_descr_unit.txt for egyptian_cavalry:
Code:
soldier egyptian_cavalry, 40, 0, 1
And change it to:
Code:
soldier egyptian_cavalry, 27, 0, 1
-Simetrical
Bookmarks