v0.4.0: made scrolls of remove curse slightly less common
This commit is contained in:
parent
fcefd370c7
commit
3f9c7cf6f8
|
@ -116,7 +116,7 @@ public class Generator {
|
||||||
ScrollOfMagicalInfusion.class,
|
ScrollOfMagicalInfusion.class,
|
||||||
ScrollOfPsionicBlast.class,
|
ScrollOfPsionicBlast.class,
|
||||||
ScrollOfMirrorImage.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<?>[]{
|
Category.POTION.classes = new Class<?>[]{
|
||||||
PotionOfHealing.class,
|
PotionOfHealing.class,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user