Package mindustry.entities.abilities
Class RegenAbility
java.lang.Object
mindustry.entities.abilities.Ability
mindustry.entities.abilities.RegenAbility
- All Implemented Interfaces:
Cloneable
-
Field Summary
FieldsModifier and TypeFieldDescriptionfloat
Amount healed as a flat amount per tick.float
Amount healed as percent per tick. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
percentAmount
public float percentAmountAmount healed as percent per tick. -
amount
public float amountAmount healed as a flat amount per tick.
-
-
Constructor Details
-
RegenAbility
public RegenAbility()
-
-
Method Details