v0.3.0: increased the droprate for scrolls of recharging, mirror image, and psionic blast.
This commit is contained in:
parent
f195ee7dd0
commit
0d652854d7
|
@ -98,7 +98,7 @@ public class Generator {
|
||||||
ScrollOfMagicalInfusion.class,
|
ScrollOfMagicalInfusion.class,
|
||||||
ScrollOfPsionicBlast.class,
|
ScrollOfPsionicBlast.class,
|
||||||
ScrollOfMirrorImage.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<?>[]{
|
Category.POTION.classes = new Class<?>[]{
|
||||||
PotionOfHealing.class,
|
PotionOfHealing.class,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user