Class EmpBulletType

All Implemented Interfaces:
Cloneable, Comparable<Content>

public class EmpBulletType extends BasicBulletType
  • Field Details

    • radius

      public float radius
    • timeIncrease

      public float timeIncrease
    • timeDuration

      public float timeDuration
    • powerDamageScl

      public float powerDamageScl
    • powerSclDecrease

      public float powerSclDecrease
    • hitPowerEffect

      public Effect hitPowerEffect
    • chainEffect

      public Effect chainEffect
    • applyEffect

      public Effect applyEffect
    • hitUnits

      public boolean hitUnits
    • unitDamageScl

      public float unitDamageScl
  • Constructor Details

    • EmpBulletType

      public EmpBulletType()
  • Method Details

    • hit

      public void hit(mindustry.gen.Bullet b, float x, float y)
      Overrides:
      hit in class BulletType