View Single Post
  #6  
Old 01-17-2008, 08:59 PM
shinyhalo shinyhalo is offline
Registered Member
 
Join Date: Dec 2007
Posts: 12
Default

Heh, sweet. Thanks!
I changed:

averageCasualties = AttackAverageOfDistribution(targetDetachment, role, attackAction, currentAttackCount);

to

averageCasualties = 5 * AttackAverageOfDistribution(targetDetachment, role, attackAction, currentAttackCount);

and changed
--local maximumDeviation = 2;
to
--local maximumDeviation = 10;

Tests show the damage is both increased and the Attack/Ratio is preserved, but I'm not sure if the random deviation +/- also got a 5x bump. It's not critical anyway.
Reply With Quote