Thread: PzGren Units
View Single Post
  #18  
Old June 27th, 2019, 12:07 PM
DRG's Avatar

DRG DRG is offline
Shrapnel Fanatic
 
Join Date: Mar 2005
Location: GWN
Posts: 12,268
Thanks: 3,818
Thanked 5,439 Times in 2,698 Posts
DRG will become famous soon enough
Default Re: PzGren Units

You can buy for it to get a specialized force but Pzgren ARE in the PL's

---------- Find in Files ----------
C:\Users\Don\CODE\WinSPWW2 Code\Mbcamp.cpp(13315,37): ft=357;// later armoured pzgren
C:\Users\Don\CODE\WinSPWW2 Code\Mbcamp.cpp(13317,44): ft=358; // alt later armoured pzgren
C:\Users\Don\CODE\WinSPWW2 Code\Mbcamp.cpp(13462,39): ft=357;// later armoured pzgren
C:\Users\Don\CODE\WinSPWW2 Code\Mbcamp.cpp(13464,46): ft=358; // alt later armoured pzgren
C:\Users\Don\CODE\WinSPWW2 Code\Mbcamp.cpp(13481,58): ft=366; // later alt model of ss armoured pzgren
5 occurrence(s) has been found.

if (remain>30000 && DateInRange(6,41,12,LAST_YEAR))
{
gDoNotLoad=SSI_FALSE;
ft=356; // armoured pz gren
if(DateInRange(4,40,12,LAST_YEAR))
{
ft=357;// later armoured pzgren
if(DateInRange(11,43,12,LAST_YEAR) && Random(99)>50)
ft=358; // alt later armoured pzgren
}

=============

if (remain>1500 && Random(99)>30 && DateInRange(6,39,12,LAST_YEAR))
{
ft=356; // armoured pz gren
if(DateInRange(4,40,12,LAST_YEAR))
{
ft=357;// later armoured pzgren
if(DateInRange(11,43,12,LAST_YEAR) && Random(99)>50)
ft=358; // alt later armoured pzgren
}
}

if (UseSS && DateInRange(1,38,12,LAST_YEAR))
{
ft=343; // SS truck panzergrdr
if(DateInRange(11,43,12,LAST_YEAR))
{
ft=344;; // later ss truck panzergrenadiers
}

if(DateInRange(11,42,12,LAST_YEAR) && remain>1500 && Random(99)>40)
{
ft=365; // SS Armoured pz gren
if (DateInRange(11,43,12,LAST_YEAR) && Random(99)>40)
{
ft=366; // later alt model of ss armoured pzgren
}
}
}
}
}
__________________


If you find you are constantly reacting to your enemy's tactics instead forcing the enemy to react to yours, you are losing the battle....
Reply With Quote
The Following User Says Thank You to DRG For This Useful Post: