Map fixes
This commit is contained in:
@@ -335,9 +335,9 @@ public class SectorDamage{
|
||||
info.waveDpsSlope = reg.slope;
|
||||
|
||||
//enemy units like to aim for a lot of non-essential things, so increase resulting health slightly
|
||||
info.sumHealth = sumHealth * 1.2f;
|
||||
info.sumHealth = sumHealth * 1.3f;
|
||||
//players tend to have longer range units/turrets, so assume DPS is higher
|
||||
info.sumDps = sumDps * 1.2f;
|
||||
info.sumDps = sumDps * 1.3f;
|
||||
info.sumRps = sumRps;
|
||||
|
||||
info.wavesSurvived = getWavesSurvived(info);
|
||||
|
||||
Reference in New Issue
Block a user