no.
those loss percentages are only for standard attacks
i dont know where you are getting those 1.25 and 1.5 numbers from
those equations are wrong
health does not directly affect the losses
loss multiplier can be multiplied by up to 1.56 depending on special attack actions
these are the loss multipliers based on offense/defense ratio
$emod = sqrt($group[$i][op]/($group[$i][dp]+1)); // modification to enemy losses
$umod = sqrt(($group[$i][dp]-$group[$i][tp])/($group[$i][op]+1)); // modification to attacker losses (towers not included)
those loss percentages are only for standard attacks
i dont know where you are getting those 1.25 and 1.5 numbers from
those equations are wrong
health does not directly affect the losses
loss multiplier can be multiplied by up to 1.56 depending on special attack actions
these are the loss multipliers based on offense/defense ratio
$emod = sqrt($group[$i][op]/($group[$i][dp]+1)); // modification to enemy losses
$umod = sqrt(($group[$i][dp]-$group[$i][tp])/($group[$i][op]+1)); // modification to attacker losses (towers not included)