Page 1 of 1

Brabarossa +20% Axis bonus never works

Posted: Thu Oct 15, 2009 12:53 am
by Radar8717
From event #230:
<!--German units effectivity increased-->
<effect method="Country.ChangeEffectivityOfAllUnits" param0="3" param1="1" param2="20" />

Should param0="3" be changed to "1" ? In my grand campaign games the event does fire (80% chance), but the Axis units never get the bonus because they start the turn in Poland=1, not Russia=3. Is this WAD?

RE: Brabarossa +20% Axis bonus never works

Posted: Thu Oct 15, 2009 6:09 am
by doomtrader
It is WAD, but your point is good one.
The best thing is to add another line for Polish territory.

RE: Brabarossa +20% Axis bonus never works

Posted: Thu Oct 15, 2009 1:50 pm
by gwgardner
Please clarify what the added line should read like.

Is this perhaps a similar set of code to the one that is supposed to fire when Moscow is captured by the Germans? Chocolino states that he never saw the effectiveness increase as a result of getting Moscow, even though the event stated it would be increased.

RE: Brabarossa +20% Axis bonus never works

Posted: Thu Oct 15, 2009 2:18 pm
by Mike Parker
Oh wow I have seen the Moscow bonus many times (pre 1.6 though) it definately worked at one time.&nbsp; Its the same as the Kiev, Leningrad, and Stalingrad bonus except you get it for 5 turns.

RE: Brabarossa +20% Axis bonus never works

Posted: Fri Oct 16, 2009 4:14 pm
by Radar8717
I did a play test to fix the missing Axis +20% bonus the first turn of Barbarossa in either the 1939 or 1940 campaigns. If you wish the attack bonus, change the parma0="3" to parm0="2" in event #230 from the events_02_germany file. This is for German=3 occupied and controlled territrory, not for Poland=1 like I at first thought.

Original file:

<!--German units effectivity increased-->
<effect method="Country.ChangeEffectivityOfAllUnits" param0="3" param1="1" param2="20" />


Change to:

<!--German units effectivity increased-->
<effect method="Country.ChangeEffectivityOfAllUnits" param0="2" param1="1" param2="20" />

All the other Axis attack bonuses seem to work, whenever the big Russian cities fall to Axis forces. Enjoy modding a great game.