V0.1.0: rebalanced Scroll of Psionic Blast

-Scroll is now more powerful and dangerous, more rare
-Only bosses can resist psionic blast now, Yog is immune
This commit is contained in:
Evan Debenham
2014-08-03 16:57:20 -04:00
parent aed303672a
commit bfe4a59e08
6 changed files with 9 additions and 10 deletions
@@ -93,7 +93,7 @@ public class Generator {
ScrollOfWeaponUpgrade.class,
ScrollOfPsionicBlast.class,
ScrollOfMirrorImage.class };
Category.SCROLL.probs = new float[]{ 30, 10, 15, 0, 10, 15, 12, 8, 8, 0, 4, 6 };
Category.SCROLL.probs = new float[]{ 30, 10, 15, 0, 10, 15, 12, 8, 8, 0, 3, 6 };
Category.POTION.classes = new Class<?>[]{
PotionOfHealing.class,