Better Ammo Stats Display (#8429)
* Cleaner ammo stats based on unit factory recipe stats * Display suppression in bullet stats Also reword from "regen" to "repair" to more accurately convey that build towers are affected as well. * PointLaserBulletTypes don't display damage in dps * Display preview region instead of region * autoFixed
This commit is contained in:
@@ -45,6 +45,11 @@ public class PointLaserBulletType extends BulletType{
|
||||
drawSize = 1000f;
|
||||
}
|
||||
|
||||
@Override
|
||||
public float continuousDamage(){
|
||||
return damage / damageInterval * 60f;
|
||||
}
|
||||
|
||||
@Override
|
||||
public float estimateDPS(){
|
||||
return damage * 100f / damageInterval * 3f;
|
||||
|
||||
Reference in New Issue
Block a user