81828384858687
} public ShotResults calculateAttack() { timeOfNextShot += 200; return new ShotResults(new BulletDamage(getSize(), 250)); }