Why are they unbeatable?
Look stats:
Code:
type warband spear german
dictionary warband_spear_german ; Spear Warband
category infantry
class spearmen
voice_type Light_1
soldier warband_spearman_german, 60, 0, 1.2
officer barb_standard
attributes sea_faring, hide_improved_forest
formation 1, 1, 2, 2, 5, square, phalanx
stat_health 1, 0
stat_pri 9, 5, no, 0, 0, melee, simple, piercing, spear, 25 ,1
stat_pri_attr spear, spear_bonus_8
stat_sec 0, 0, no, 0, 0, no, no, no, none, 25 ,1
stat_sec_attr no
stat_pri_armour 3, 3, 5, leather
stat_sec_armour 0, 0, flesh
stat_heat 3
stat_ground 2, -2, 3, 2
stat_mental 4, impetuous, trained
stat_charge_dist 30
stat_fire_delay 0
stat_food 60, 300
stat_cost 1, 510, 200, 60, 80, 510
ownership germans
See something missing?
Yes secondary attack.
This forces the game to use same phalanx stats for them even outside phalanx (including when flanked or so), not to mention that if you try to fight with them outside phalanx that they have sillty attacking animation (bashing with spears up in the air).
The fix:
Code:
stat_pri 9, 5, no, 0, 0, melee, simple, piercing, spear, 25 ,1
stat_pri_attr spear, spear_bonus_8
stat_sec 5, 4, no, 0, 0, melee, simple, piercing, sword, 25 ,1
stat_sec_attr no
I reverse engineered secondary stats by looking other phalanx unit. Those with attack of 9 have secondary stat of 5, and all of them have charge bonus lower for one point then showed in primary attack.
Bookmarks