Class ShieldRegenFieldAbility

java.lang.Object
mindustry.entities.abilities.Ability
mindustry.entities.abilities.ShieldRegenFieldAbility
All Implemented Interfaces:
Cloneable

public class ShieldRegenFieldAbility extends Ability
  • Field Details

    • amount

      public float amount
    • max

      public float max
    • reload

      public float reload
    • range

      public float range
    • applyEffect

      public Effect applyEffect
    • activeEffect

      public Effect activeEffect
    • parentizeEffects

      public boolean parentizeEffects
    • timer

      protected float timer
    • applied

      protected boolean applied
  • Constructor Details

    • ShieldRegenFieldAbility

      public ShieldRegenFieldAbility(float amount, float max, float reload, float range)
  • Method Details

    • addStats

      public void addStats(Table t)
      Overrides:
      addStats in class Ability
    • update

      public void update(mindustry.gen.Unit unit)
      Overrides:
      update in class Ability