Page 1 of 1
Russian winter event not firing properly
Posted: Wed Jul 30, 2008 1:56 am
by Radar8717
The Russian winter event #49 always fires on March 1941, not when it is supposed to in December 1941. I am not at war with Russia in March 1941. This has happened in all three of my 1939 campaign games. Are the dates wrong in event #49? Can I edit them myself?
RE: Russian winter event not firing properly
Posted: Wed Jul 30, 2008 2:03 am
by Radar8717
I should have added this to the first post.
- <event eventID="49" countryID="3" oneTimeChecking="1" visibleByPlayer="1">
<title>Russian winter strikes!</title>
<description>On December 2, the 4th Panzer Army had penetrated to within 15 miles (24 km) of Moscow, but by then the first blizzards of the winter began. The Wehrmacht was not equipped for winter warfare. Frostbite and disease caused more casualties than combat...</description>
<beginDate day="1" month="12" year="1941" />
<endDate day="1" month="3" year="1941" /> -------------IS THIS LINE CORRECT ?-----------------------------
<condition />
- <options>
- <option chanceAI="100" optionID="1">
<description>Praise general Winter!</description>
<tooltip>Effect: All enemy units in Russia territory get 50 percent effectivity penalty. This event will fire each turn till 1 March 1941.</tooltip>
- <effects>
<effect method="Country.ChangeEffectivityOfAllUnits" param0="3" param1="1" param2="-50" />
</effects>
</option>
</options>
</event>
RE: Russian winter event not firing properly
Posted: Wed Jul 30, 2008 5:14 am
by comrade
Yes it's a mistake (even the text in the comment is wrong) , should be:
<endDate day="1" month="3" year="1942" />
Fixed in 1.20

you can also easily fix yourself.