This commit is contained in:
Anuken
2021-12-01 13:50:08 -05:00
parent e30d090a2e
commit 3f503a7f4d
4 changed files with 5 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ public class EnergyFieldAbility extends Ability{
public float x, y;
public boolean targetGround = true, targetAir = true, hitBuildings = true, hitUnits = true;
public int maxTargets = 25;
public float healPercent = 2.5f;
public float healPercent = 3f;
public float layer = Layer.bullet - 0.001f, blinkScl = 20f, blinkSize = 0.1f;
public float effectRadius = 5f, sectorRad = 0.14f, rotateSpeed = 0.5f;