v0.3.0: increased the droprate for scrolls of recharging, mirror image, and psionic blast.

This commit is contained in:
Evan Debenham 2015-05-01 16:47:58 -04:00 committed by Evan Debenham
parent f195ee7dd0
commit 0d652854d7

View File

@ -98,7 +98,7 @@ public class Generator {
ScrollOfMagicalInfusion.class,
ScrollOfPsionicBlast.class,
ScrollOfMirrorImage.class };
Category.SCROLL.probs = new float[]{ 30, 10, 15, 0, 10, 15, 12, 8, 8, 0, 3, 6 };
Category.SCROLL.probs = new float[]{ 30, 10, 15, 0, 15, 15, 12, 8, 8, 0, 4, 10 };
Category.POTION.classes = new Class<?>[]{
PotionOfHealing.class,