DLC Hero Acquiring Question
Posted: Mon Jan 30, 2012 5:41 am
I looked a little but couldn't find any information on the number of kills required to get heroes in the DLC. Can anyone help or point in the right direction?
Thanks for the quick reply. And I accept your challenge though I have to let you know that Stuka will have to land for fuel once or twice during those 18 turnsKerensky wrote:Much as medal acquisition was slowed down in the DLCs to compensate for a much, MUCH larger campaign length, hero acquisition was also slowed.
In the DLCs the range for when heroes are gained are
100-300
301-1000
1001-2000
kills.
While we're on topic, the rate to acquire medals is:
IDS_AWARD_IRON_CROSS1 ironcross1.png 0 -1 100 0
IDS_AWARD_IRON_CROSS2 ironcross2.png 0 -1 400 0
IDS_AWARD_KNIGHTS_CROSS1 knightscross1.png 0 -1 800 1
IDS_AWARD_KNIGHTS_CROSS2 knightscross2.png 0 -1 1300 1
IDS_AWARD_KNIGHTS_CROSS3 knightscross3.png 0 -1 1900 1
IDS_AWARD_KNIGHTS_CROSS4 knightscross4.png 0 -1 2600 1
IDS_AWARD_KNIGHTS_CROSS5 knightscross5.png 0 -1 3500 1
So if your want the award that Ju-87 pilot Hans Rudel achieved in history for a unit, your unit must inflict 5 strength points worth of damage PER turn for 700 turns. Each DLC scenario averages about 18 turns, so at that kill rate, you're looking at taking your unit through 38 scenarios to achieve the Knight's Cross of the Iron Cross with Gold Oak Leaves, Swords and Diamonds.
That's approximately 4 entire DLC.Happy gaming!
I'm looking for answer to this question too...brettz123 wrote:Ok last question what percent chance do you have of getting a hero every time you make a kill? And is it cumulative as it seems that I usually get heroes when I cause a lot of damage?
So there is a lot of calculation to do.Rudankort wrote:Getting a hero is equiprobable within the range [HeroKillsMin; HeroKillsMax]. After each combat your probability to get a hero is:
- 0%, if the kills are below HeroKillsMin
- 100%, if the kills are equal or above HeroKillsMax
- KillsInCombat/KillsToMax*100% otherwise
Example:
HeroKillsMax is 100
A unit has 80 kills on it (and 20 still to go till HeroKillsMax)
The unit kills further 5 points in its next combat
Probability to get a hero after this combat is: 5/20*100=25%