diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/Wand.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/Wand.java index eff5986e7..1e6d2a793 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/Wand.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/Wand.java @@ -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; diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/MagesStaff.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/MagesStaff.java index 0dc6153ad..30a076912 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/MagesStaff.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/weapon/melee/MagesStaff.java @@ -33,7 +33,7 @@ public class MagesStaff extends MeleeWeapon { private static final String TXT_SELECT_WAND = "Select a wand to consume"; //TODO: decide on balancing - private static final float STAFF_SCALE_FACTOR = 0.70f; + private static final float STAFF_SCALE_FACTOR = 0.75f; { name = "Mage's Staff";