Package mindustry.entities.abilities
Class EnergyFieldAbility
java.lang.Object
mindustry.entities.abilities.Ability
mindustry.entities.abilities.EnergyFieldAbility
- All Implemented Interfaces:
Cloneable
-
Field Summary
Modifier and TypeFieldDescriptionprotected boolean
float
float
protected float
float
boolean
float
float
boolean
boolean
float
int
float
float
float
float
Multiplies healing to units of the same type by this amount.float
int
float
boolean
boolean
protected float
boolean
float
float
-
Constructor Summary
-
Method Summary
-
Field Details
-
damage
public float damage -
reload
public float reload -
range
public float range -
healEffect
-
hitEffect
-
damageEffect
-
status
-
shootSound
-
statusDuration
public float statusDuration -
x
public float x -
y
public float y -
targetGround
public boolean targetGround -
targetAir
public boolean targetAir -
hitBuildings
public boolean hitBuildings -
hitUnits
public boolean hitUnits -
maxTargets
public int maxTargets -
healPercent
public float healPercent -
sameTypeHealMult
public float sameTypeHealMultMultiplies healing to units of the same type by this amount. -
displayHeal
public boolean displayHeal -
layer
public float layer -
blinkScl
public float blinkScl -
blinkSize
public float blinkSize -
effectRadius
public float effectRadius -
sectorRad
public float sectorRad -
rotateSpeed
public float rotateSpeed -
sectors
public int sectors -
color
-
useAmmo
public boolean useAmmo -
timer
protected float timer -
curStroke
protected float curStroke -
anyNearby
protected boolean anyNearby
-
-
Constructor Details
-
EnergyFieldAbility
public EnergyFieldAbility(float damage, float reload, float range)
-
-
Method Details