v0.3.0: reduced rate of wand charging
This commit is contained in:
@@ -400,7 +400,7 @@ public abstract class Wand extends KindOfWeapon {
|
||||
|
||||
private static final float BASE_CHARGE_DELAY = 10f;
|
||||
private static final float SCALING_CHARGE_ADDITION = 40f;
|
||||
private static final float NORMAL_SCALE_FACTOR = 0.85f;
|
||||
private static final float NORMAL_SCALE_FACTOR = 0.875f;
|
||||
|
||||
private static final float CHARGE_BUFF_BONUS = 0.25f;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user