From 3f9c7cf6f880478260141b4c20ee20012e516292 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Sat, 11 Jun 2016 14:18:42 -0400 Subject: [PATCH] v0.4.0: made scrolls of remove curse slightly less common --- .../shatteredpixel/shatteredpixeldungeon/items/Generator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/Generator.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/Generator.java index 48328e61b..3971fb53d 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/Generator.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/Generator.java @@ -116,7 +116,7 @@ public class Generator { ScrollOfMagicalInfusion.class, ScrollOfPsionicBlast.class, ScrollOfMirrorImage.class }; - Category.SCROLL.probs = new float[]{ 35, 10, 25, 0, 15, 15, 12, 8, 8, 0, 4, 10 }; + Category.SCROLL.probs = new float[]{ 30, 10, 20, 0, 15, 15, 12, 8, 8, 0, 4, 10 }; Category.POTION.classes = new Class[]{ PotionOfHealing.class,