Page 1 of 1

Pikemen?!

Posted: Tue Mar 24, 2015 3:24 pm
by Corbeau
Ok, I'm obviously getting stupid. Can someone tell me WHERE (in which file in rulesets) can I find the definition of "Pikemen" flag as "2x defence against fast units"?

Re: Pikemen?!

Posted: Tue Mar 24, 2015 3:39 pm
by cazfi
In 2.4 and earlier it was hardcoded. In 2.5 there's no "Pikemen" flag at all, but Pikemen have following combat bonus (adding 1 to multiplier, for total of 2, against "Horse" units):

Code: Select all

bonuses       =
   { "flag", "type", "value"
     "Horse", "DefenseMultiplier", 1
   }

Re: Pikemen?!

Posted: Tue Mar 24, 2015 3:50 pm
by Corbeau
Hm, strange, I was sure I saw it somewhere. Thanks.

Re: Pikemen?!

Posted: Thu Mar 26, 2015 3:18 am
by The Square Cow
The definition was "2x defence against horse units". Fast units that weren't horse units like ships and planes were not affected.