Fracture turret requirement decrease

This commit is contained in:
Anuken
2021-12-26 17:30:25 -05:00
parent 583edacb11
commit 72b91534ab
2 changed files with 6 additions and 12 deletions
@@ -33,7 +33,7 @@ public class BeamDrill extends Block{
public int tier = 1;
public float laserWidth = 0.65f;
/** How many times faster the drill will progress when boosted by an optional consumer. */
public float optionalBoostIntensity = 2f; //TODO would be nice to change laser color when this is active.
public float optionalBoostIntensity = 2.5f; //TODO would be nice to change laser color when this is active.
public Color sparkColor = Color.valueOf("fd9e81"), glowColor = Color.white;
public float glowIntensity = 0.2f, pulseIntensity = 0.07f;