morvael
Posts: 11762
Joined: 9/8/2006 From: Poland Status: offline
|
This is not related to New Blizzard Rules. This is related to First Winter Rule Disruption Formula working wrong. quote:
22.3.2.1. First Winter Rule Disruption Formula * If attacking, base disruption taken will equal 20 + Die (10) * Then if rnd (125)> the unit’s experience, add additional disruption of 20% + Die (20) * Then if rnd (125)> then unit’s morale, then add additional disruption of 20% + Die (20) Besides the fact that documentation is missing info about the 125 being actually 130 in December, 110 in January and 90 in February, the way it is written results very often in as much as 150% of disrupted elements (which is capped at number of elements-1), whereas from the formula we can see that the % should be in range of 21% to 110%. I don't agree with a formula that can go over 100% of elements it wants to disrupt on principle, because it doesn't relate to real world. However, even if this will be properly capped to 100% max, you should be aware that it's possible to start the battle with almost no elements, hence the strength goes to 1 or 0 CV from any value. On the other hand this can be interpreted as taking 20+Die% in steps, so from a value that is smaller with every step. That way the final disruption would not go above 100%: best case: 21% worst case: 30%, then 40%, then 40% -> ~75% taken. I am tempted to code this in the way presented above, but that will still mean your CV 3.8 (38) unit would possibly attack with just 0.9 (9)...
|