Package mindustry.entities.abilities
Class RepairFieldAbility
java.lang.Object
mindustry.entities.abilities.Ability
mindustry.entities.abilities.RepairFieldAbility
- All Implemented Interfaces:
Cloneable
-
Field Summary
FieldsModifier and TypeFieldDescriptionfloat
boolean
float
float
float
Multiplies healing to units of the same type by this amount.protected float
protected boolean
Fields inherited from class mindustry.entities.abilities.Ability
data, descriptionWidth, display
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
amount
public float amount -
reload
public float reload -
range
public float range -
healEffect
-
activeEffect
-
parentizeEffects
public boolean parentizeEffects -
sameTypeHealMult
public float sameTypeHealMultMultiplies healing to units of the same type by this amount. -
timer
protected float timer -
wasHealed
protected boolean wasHealed
-
-
Constructor Details
-
RepairFieldAbility
public RepairFieldAbility(float amount, float reload, float range)
-
-
Method Details